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-12-03 00:09:44 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-03 00:09:44 +0300
commitf96f2720d1b21b76eadedc54fdea67cb70e98d94 (patch)
tree527d27d5ceb816969e315b6223b3ddb2ca128dae /changelogs
parentad05e1db038a2e983d25555144fa29063e060c50 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/222885-update-design-of-the-container-registry-cleanup-policy-for-tags.yml5
-rw-r--r--changelogs/unreleased/287777-fj-enable-default-usage_data_i_snippets_show-flag.yml5
-rw-r--r--changelogs/unreleased/custom-emoji-name-validation.yml5
-rw-r--r--changelogs/unreleased/epic_boards.yml5
-rw-r--r--changelogs/unreleased/feature-mr-file-by-file.yml5
-rw-r--r--changelogs/unreleased/fj-disallow-empty-strings-in-default-branch.yml5
-rw-r--r--changelogs/unreleased/issue-277325.yml5
-rw-r--r--changelogs/unreleased/remove_terraform_state_verification_column_ignores.yml5
-rw-r--r--changelogs/unreleased/send-full-ref-when-running-manual-pipeline.yml5
9 files changed, 45 insertions, 0 deletions
diff --git a/changelogs/unreleased/222885-update-design-of-the-container-registry-cleanup-policy-for-tags.yml b/changelogs/unreleased/222885-update-design-of-the-container-registry-cleanup-policy-for-tags.yml
new file mode 100644
index 00000000000..3ac00c2a8eb
--- /dev/null
+++ b/changelogs/unreleased/222885-update-design-of-the-container-registry-cleanup-policy-for-tags.yml
@@ -0,0 +1,5 @@
+---
+title: Update Design of the Container Registry Cleanup Policy for tags
+merge_request: 48243
+author:
+type: changed
diff --git a/changelogs/unreleased/287777-fj-enable-default-usage_data_i_snippets_show-flag.yml b/changelogs/unreleased/287777-fj-enable-default-usage_data_i_snippets_show-flag.yml
new file mode 100644
index 00000000000..1f6bc3ef5e4
--- /dev/null
+++ b/changelogs/unreleased/287777-fj-enable-default-usage_data_i_snippets_show-flag.yml
@@ -0,0 +1,5 @@
+---
+title: Add MAU counter for snippet show action
+merge_request: 48477
+author:
+type: changed
diff --git a/changelogs/unreleased/custom-emoji-name-validation.yml b/changelogs/unreleased/custom-emoji-name-validation.yml
new file mode 100644
index 00000000000..90d8ad3c70e
--- /dev/null
+++ b/changelogs/unreleased/custom-emoji-name-validation.yml
@@ -0,0 +1,5 @@
+---
+title: Fix regular expression backtracking issue in custom emoji name validation
+merge_request:
+author:
+type: security
diff --git a/changelogs/unreleased/epic_boards.yml b/changelogs/unreleased/epic_boards.yml
new file mode 100644
index 00000000000..6145e039e7e
--- /dev/null
+++ b/changelogs/unreleased/epic_boards.yml
@@ -0,0 +1,5 @@
+---
+title: Added epic boards and epic board labels tables
+merge_request: 48658
+author:
+type: added
diff --git a/changelogs/unreleased/feature-mr-file-by-file.yml b/changelogs/unreleased/feature-mr-file-by-file.yml
new file mode 100644
index 00000000000..9d0f17b9059
--- /dev/null
+++ b/changelogs/unreleased/feature-mr-file-by-file.yml
@@ -0,0 +1,5 @@
+---
+title: Toggle File-By-File setting from the MR settings dropdown
+merge_request: 47726
+author:
+type: added
diff --git a/changelogs/unreleased/fj-disallow-empty-strings-in-default-branch.yml b/changelogs/unreleased/fj-disallow-empty-strings-in-default-branch.yml
new file mode 100644
index 00000000000..b30e33e365e
--- /dev/null
+++ b/changelogs/unreleased/fj-disallow-empty-strings-in-default-branch.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure default_branch from settings is not blank
+merge_request: 49018
+author:
+type: fixed
diff --git a/changelogs/unreleased/issue-277325.yml b/changelogs/unreleased/issue-277325.yml
new file mode 100644
index 00000000000..85ea8540982
--- /dev/null
+++ b/changelogs/unreleased/issue-277325.yml
@@ -0,0 +1,5 @@
+---
+title: Add uuid column into security_findings table
+merge_request: 48968
+author: Harrison Brock @harrisonbrock
+type: added
diff --git a/changelogs/unreleased/remove_terraform_state_verification_column_ignores.yml b/changelogs/unreleased/remove_terraform_state_verification_column_ignores.yml
new file mode 100644
index 00000000000..5aa17141a58
--- /dev/null
+++ b/changelogs/unreleased/remove_terraform_state_verification_column_ignores.yml
@@ -0,0 +1,5 @@
+---
+title: Finish removing unused replication columns from terraform state
+merge_request: 48839
+author:
+type: changed
diff --git a/changelogs/unreleased/send-full-ref-when-running-manual-pipeline.yml b/changelogs/unreleased/send-full-ref-when-running-manual-pipeline.yml
new file mode 100644
index 00000000000..5e74ce053e6
--- /dev/null
+++ b/changelogs/unreleased/send-full-ref-when-running-manual-pipeline.yml
@@ -0,0 +1,5 @@
+---
+title: Manually trigger pipelines correctly when branches and tags have the same name. Separate tags and branches in trigger pipeline form.
+merge_request: 48142
+author:
+type: fixed