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-03-02 15:07:57 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-02 15:07:57 +0300
commit988b28ec1a379d38f6ac9ed04886ee564fd447fd (patch)
tree9d93267209387e62d23ea7abf81ef9c0d64f2f0b /changelogs
parenta325f3a104748ecc68df7c3d793940aa709a111f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/193170-fix-deployment-ref-validation.yml5
-rw-r--r--changelogs/unreleased/207927-validate-actor-user-against-codeowners.yml5
-rw-r--r--changelogs/unreleased/208151-code-review-analytics-shows-no-data-for-mrs-in-review-for-less-tha.yml5
-rw-r--r--changelogs/unreleased/7583-developer-cannot-push-to-projects-they-create-in-groups.yml5
-rw-r--r--changelogs/unreleased/jhyson-issue-import-export-consistency.yml5
-rw-r--r--changelogs/unreleased/refactor-bypass-session-admin-mode.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/193170-fix-deployment-ref-validation.yml b/changelogs/unreleased/193170-fix-deployment-ref-validation.yml
new file mode 100644
index 00000000000..921cf96b7ba
--- /dev/null
+++ b/changelogs/unreleased/193170-fix-deployment-ref-validation.yml
@@ -0,0 +1,5 @@
+---
+title: Use of sha instead of ref when creating a new ref on deployment creation.
+merge_request: 23170
+author:
+type: fixed
diff --git a/changelogs/unreleased/207927-validate-actor-user-against-codeowners.yml b/changelogs/unreleased/207927-validate-actor-user-against-codeowners.yml
new file mode 100644
index 00000000000..cbdfaa48c44
--- /dev/null
+++ b/changelogs/unreleased/207927-validate-actor-user-against-codeowners.yml
@@ -0,0 +1,5 @@
+---
+title: Validate actor against CODEOWNERS entries
+merge_request:
+author:
+type: fixed
diff --git a/changelogs/unreleased/208151-code-review-analytics-shows-no-data-for-mrs-in-review-for-less-tha.yml b/changelogs/unreleased/208151-code-review-analytics-shows-no-data-for-mrs-in-review-for-less-tha.yml
new file mode 100644
index 00000000000..a891fe33277
--- /dev/null
+++ b/changelogs/unreleased/208151-code-review-analytics-shows-no-data-for-mrs-in-review-for-less-tha.yml
@@ -0,0 +1,5 @@
+---
+title: 'Code Review Analytics: Fix review time display'
+merge_request: 26057
+author:
+type: fixed
diff --git a/changelogs/unreleased/7583-developer-cannot-push-to-projects-they-create-in-groups.yml b/changelogs/unreleased/7583-developer-cannot-push-to-projects-they-create-in-groups.yml
new file mode 100644
index 00000000000..2055abc4551
--- /dev/null
+++ b/changelogs/unreleased/7583-developer-cannot-push-to-projects-they-create-in-groups.yml
@@ -0,0 +1,5 @@
+---
+title: Introduce default branch protection at the group level
+merge_request: 24426
+author:
+type: added
diff --git a/changelogs/unreleased/jhyson-issue-import-export-consistency.yml b/changelogs/unreleased/jhyson-issue-import-export-consistency.yml
new file mode 100644
index 00000000000..0d2b8167d94
--- /dev/null
+++ b/changelogs/unreleased/jhyson-issue-import-export-consistency.yml
@@ -0,0 +1,5 @@
+---
+title: Fix issue importer so it matches issue export format
+merge_request: 25896
+author:
+type: fixed
diff --git a/changelogs/unreleased/refactor-bypass-session-admin-mode.yml b/changelogs/unreleased/refactor-bypass-session-admin-mode.yml
new file mode 100644
index 00000000000..902f3239fd0
--- /dev/null
+++ b/changelogs/unreleased/refactor-bypass-session-admin-mode.yml
@@ -0,0 +1,5 @@
+---
+title: Sessionless and API endpoints bypass session for admin mode
+merge_request: 25056
+author: Diego Louzán
+type: changed