Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-02-11 00:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-11 00:09:11 +0300
commit696b36294520f8a311586f99e838b6a61b1b3f32 (patch)
treeaa043fc07393643a80453a579c590fe437d02ead /changelogs/unreleased
parentc57e10faab0abb213e7a18274fd5a98ba87a5c09 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/204729-nomethoderror-undefined-method-oauth_applications-for-nil-nilclass.yml5
-rw-r--r--changelogs/unreleased/fix-ide-pipeline-background.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/204729-nomethoderror-undefined-method-oauth_applications-for-nil-nilclass.yml b/changelogs/unreleased/204729-nomethoderror-undefined-method-oauth_applications-for-nil-nilclass.yml
new file mode 100644
index 00000000000..1a4fdf5d941
--- /dev/null
+++ b/changelogs/unreleased/204729-nomethoderror-undefined-method-oauth_applications-for-nil-nilclass.yml
@@ -0,0 +1,5 @@
+---
+title: Fix 500 error while accessing Oauth::ApplicationsController without a valid session
+merge_request: 24775
+author:
+type: fixed
diff --git a/changelogs/unreleased/fix-ide-pipeline-background.yml b/changelogs/unreleased/fix-ide-pipeline-background.yml
new file mode 100644
index 00000000000..50aa656a748
--- /dev/null
+++ b/changelogs/unreleased/fix-ide-pipeline-background.yml
@@ -0,0 +1,5 @@
+---
+title: Fix pipeline icon background in Web IDE
+merge_request: 24707
+author:
+type: fixed