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-04-01 15:08:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-01 15:08:00 +0300
commit1a0d6dbdc2ac3047f4953a359ef27ba6e26074ae (patch)
treeddb78a8a0d1350dc767f049a21e0f7d37edaa82c /changelogs
parentb11f7057d067885619ee3e513751f180b2e8ad85 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/ag-add-author-username-to-mr-api.yml5
-rw-r--r--changelogs/unreleased/chore-conditional-mocking-admin-mode-specs.yml5
-rw-r--r--changelogs/unreleased/refactor-user-specs.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/ag-add-author-username-to-mr-api.yml b/changelogs/unreleased/ag-add-author-username-to-mr-api.yml
new file mode 100644
index 00000000000..dd01deebd6b
--- /dev/null
+++ b/changelogs/unreleased/ag-add-author-username-to-mr-api.yml
@@ -0,0 +1,5 @@
+---
+title: Accept `author_username` as a param in Merge Requests API
+merge_request: 28100
+author:
+type: changed
diff --git a/changelogs/unreleased/chore-conditional-mocking-admin-mode-specs.yml b/changelogs/unreleased/chore-conditional-mocking-admin-mode-specs.yml
new file mode 100644
index 00000000000..d26ecc6c4f6
--- /dev/null
+++ b/changelogs/unreleased/chore-conditional-mocking-admin-mode-specs.yml
@@ -0,0 +1,5 @@
+---
+title: Conditional mocking of admin mode in specs by directory
+merge_request: 28420
+author: Diego Louzán
+type: other
diff --git a/changelogs/unreleased/refactor-user-specs.yml b/changelogs/unreleased/refactor-user-specs.yml
new file mode 100644
index 00000000000..7e473dbe7c2
--- /dev/null
+++ b/changelogs/unreleased/refactor-user-specs.yml
@@ -0,0 +1,5 @@
+---
+title: Remove repeated examples in user model specs
+merge_request: 28450
+author: Rajendra Kadam
+type: changed