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-05-05 15:10:33 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-05 15:10:33 +0300
commit023e050d82ed11d9060ce5bdaec99c3871b98164 (patch)
treeee89e2c83c2771c635a0c1daaa88fcce25f18612 /changelogs
parent1c568d834d0cbe1bbbf558ac9a45940f6dbda37a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/300997-enable-ci_workflow_rules_variables.yml5
-rw-r--r--changelogs/unreleased/329614-issue-due-date-changes-without-user-input-2.yml5
-rw-r--r--changelogs/unreleased/ab-ci-builds-pending-partial-covering.yml5
-rw-r--r--changelogs/unreleased/fix-danger-changelog-bug.yml5
-rw-r--r--changelogs/unreleased/issue-327906-issue-type.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/300997-enable-ci_workflow_rules_variables.yml b/changelogs/unreleased/300997-enable-ci_workflow_rules_variables.yml
new file mode 100644
index 00000000000..40828358bf4
--- /dev/null
+++ b/changelogs/unreleased/300997-enable-ci_workflow_rules_variables.yml
@@ -0,0 +1,5 @@
+---
+title: Implement variables for pipeline workflow rules
+merge_request: 59970
+author:
+type: added
diff --git a/changelogs/unreleased/329614-issue-due-date-changes-without-user-input-2.yml b/changelogs/unreleased/329614-issue-due-date-changes-without-user-input-2.yml
new file mode 100644
index 00000000000..e666b6880ff
--- /dev/null
+++ b/changelogs/unreleased/329614-issue-due-date-changes-without-user-input-2.yml
@@ -0,0 +1,5 @@
+---
+title: Disable autocomplete for due date in issue sidebar to prevent triggering updates on Chrome
+merge_request: 60973
+author:
+type: fixed
diff --git a/changelogs/unreleased/ab-ci-builds-pending-partial-covering.yml b/changelogs/unreleased/ab-ci-builds-pending-partial-covering.yml
new file mode 100644
index 00000000000..d6ac3b28774
--- /dev/null
+++ b/changelogs/unreleased/ab-ci-builds-pending-partial-covering.yml
@@ -0,0 +1,5 @@
+---
+title: Include other cols in index for pending builds
+merge_request: 60997
+author:
+type: performance
diff --git a/changelogs/unreleased/fix-danger-changelog-bug.yml b/changelogs/unreleased/fix-danger-changelog-bug.yml
new file mode 100644
index 00000000000..a87f5fd0830
--- /dev/null
+++ b/changelogs/unreleased/fix-danger-changelog-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Fix changelog Dangerfile to convert MR IID to a string before comparison
+merge_request: 60899
+author:
+type: fixed
diff --git a/changelogs/unreleased/issue-327906-issue-type.yml b/changelogs/unreleased/issue-327906-issue-type.yml
new file mode 100644
index 00000000000..5ec69e6c38b
--- /dev/null
+++ b/changelogs/unreleased/issue-327906-issue-type.yml
@@ -0,0 +1,5 @@
+---
+title: Added type field into Issues API
+merge_request: 59648
+author: Raimund Hook @stingrayza
+type: added