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>2021-03-26 21:09:16 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-26 21:09:16 +0300
commit006a4f3c1c288c1ea59c3423225527897fa60d6e (patch)
treee4e0d2bb7de0b1ad82bd366088d007b9055d447a /changelogs/unreleased
parent2446c39adaea91d1120c9eb0936e93e9314171c1 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/22691-externalize-app-views-projects-deploy_keys-edit.yml5
-rw-r--r--changelogs/unreleased/290962-rename-event-to-action-in-haml-snowplow-helper.yml5
-rw-r--r--changelogs/unreleased/322745-validate-null-constraint.yml5
-rw-r--r--changelogs/unreleased/323675-cleanup-web-hoo-logs-backfill-migration.yml5
-rw-r--r--changelogs/unreleased/ak-fix-registration-token.yml5
-rw-r--r--changelogs/unreleased/btn-confirm-projects-services.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/22691-externalize-app-views-projects-deploy_keys-edit.yml b/changelogs/unreleased/22691-externalize-app-views-projects-deploy_keys-edit.yml
new file mode 100644
index 00000000000..da20f4299e3
--- /dev/null
+++ b/changelogs/unreleased/22691-externalize-app-views-projects-deploy_keys-edit.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize project deploy keys (edit) strings
+merge_request: 57015
+author: Jonston Chan @JonstonChan
+type: other
diff --git a/changelogs/unreleased/290962-rename-event-to-action-in-haml-snowplow-helper.yml b/changelogs/unreleased/290962-rename-event-to-action-in-haml-snowplow-helper.yml
new file mode 100644
index 00000000000..a917ead8bd6
--- /dev/null
+++ b/changelogs/unreleased/290962-rename-event-to-action-in-haml-snowplow-helper.yml
@@ -0,0 +1,5 @@
+---
+title: Rename event to action in Snowplow helpers and FE event handlers
+merge_request: 55698
+author:
+type: deprecated
diff --git a/changelogs/unreleased/322745-validate-null-constraint.yml b/changelogs/unreleased/322745-validate-null-constraint.yml
new file mode 100644
index 00000000000..432f605b54e
--- /dev/null
+++ b/changelogs/unreleased/322745-validate-null-constraint.yml
@@ -0,0 +1,5 @@
+---
+title: Validate null constraint for cluster token name
+merge_request: 56868
+author:
+type: changed
diff --git a/changelogs/unreleased/323675-cleanup-web-hoo-logs-backfill-migration.yml b/changelogs/unreleased/323675-cleanup-web-hoo-logs-backfill-migration.yml
new file mode 100644
index 00000000000..618e8fd606c
--- /dev/null
+++ b/changelogs/unreleased/323675-cleanup-web-hoo-logs-backfill-migration.yml
@@ -0,0 +1,5 @@
+---
+title: Migration to cleanup after partitioned web_hook_logs backfill
+merge_request: 57580
+author:
+type: other
diff --git a/changelogs/unreleased/ak-fix-registration-token.yml b/changelogs/unreleased/ak-fix-registration-token.yml
new file mode 100644
index 00000000000..5c40f8072b3
--- /dev/null
+++ b/changelogs/unreleased/ak-fix-registration-token.yml
@@ -0,0 +1,5 @@
+---
+title: Remove programmatic access to registration tokens
+merge_request: 57524
+author:
+type: changed
diff --git a/changelogs/unreleased/btn-confirm-projects-services.yml b/changelogs/unreleased/btn-confirm-projects-services.yml
new file mode 100644
index 00000000000..87c6d511d87
--- /dev/null
+++ b/changelogs/unreleased/btn-confirm-projects-services.yml
@@ -0,0 +1,5 @@
+---
+title: Move from btn-success to btn-confirm in projects/services directory
+merge_request: 56937
+author: Yogi (@yo)
+type: changed