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-11-12 21:09:26 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-11-12 21:09:26 +0300
commitf4182abcb628e20978f011376811bbf8e644eff5 (patch)
treebb7886935855da9f69571b4970cfc5519dd40f2a /changelogs
parent6cf30e964d54d536b0ff861916745f0a4bb31ebb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/224509-chevron-down-svg-project-branch.yml5
-rw-r--r--changelogs/unreleased/233965-suggest-pipeline-flow-second-step-should-open-on-page-load.yml5
-rw-r--r--changelogs/unreleased/270065-bs4-optimization-diffs.yml5
-rw-r--r--changelogs/unreleased/276911-fix-ruby-lexer-rouge-bug.yml5
-rw-r--r--changelogs/unreleased/31528-fix-pipelines-charts-timeout.yml5
-rw-r--r--changelogs/unreleased/ajk-group-member-policy.yml5
-rw-r--r--changelogs/unreleased/arty-admin-idpid.yml5
-rw-r--r--changelogs/unreleased/ss-assignee-dropdown-search.yml5
8 files changed, 40 insertions, 0 deletions
diff --git a/changelogs/unreleased/224509-chevron-down-svg-project-branch.yml b/changelogs/unreleased/224509-chevron-down-svg-project-branch.yml
new file mode 100644
index 00000000000..32e9ff0bf53
--- /dev/null
+++ b/changelogs/unreleased/224509-chevron-down-svg-project-branch.yml
@@ -0,0 +1,5 @@
+---
+title: Update chevron-down icon on project branch page
+merge_request: 47460
+author:
+type: other
diff --git a/changelogs/unreleased/233965-suggest-pipeline-flow-second-step-should-open-on-page-load.yml b/changelogs/unreleased/233965-suggest-pipeline-flow-second-step-should-open-on-page-load.yml
new file mode 100644
index 00000000000..e00875bf91e
--- /dev/null
+++ b/changelogs/unreleased/233965-suggest-pipeline-flow-second-step-should-open-on-page-load.yml
@@ -0,0 +1,5 @@
+---
+title: Resolve Suggest Pipeline flow second step not loading
+merge_request: 47419
+author:
+type: fixed
diff --git a/changelogs/unreleased/270065-bs4-optimization-diffs.yml b/changelogs/unreleased/270065-bs4-optimization-diffs.yml
new file mode 100644
index 00000000000..8d8e2a011b6
--- /dev/null
+++ b/changelogs/unreleased/270065-bs4-optimization-diffs.yml
@@ -0,0 +1,5 @@
+---
+title: Remove duplicated BS display properties from various Diffs
+merge_request: 47125
+author: Takuya Noguchi
+type: other
diff --git a/changelogs/unreleased/276911-fix-ruby-lexer-rouge-bug.yml b/changelogs/unreleased/276911-fix-ruby-lexer-rouge-bug.yml
new file mode 100644
index 00000000000..075eae9a2b3
--- /dev/null
+++ b/changelogs/unreleased/276911-fix-ruby-lexer-rouge-bug.yml
@@ -0,0 +1,5 @@
+---
+title: Fix syntax highlight issue with regular expressions
+merge_request: 47469
+author:
+type: fixed
diff --git a/changelogs/unreleased/31528-fix-pipelines-charts-timeout.yml b/changelogs/unreleased/31528-fix-pipelines-charts-timeout.yml
new file mode 100644
index 00000000000..11e01b79155
--- /dev/null
+++ b/changelogs/unreleased/31528-fix-pipelines-charts-timeout.yml
@@ -0,0 +1,5 @@
+---
+title: Fix pipelines chart query timeout
+merge_request: 47069
+author:
+type: performance
diff --git a/changelogs/unreleased/ajk-group-member-policy.yml b/changelogs/unreleased/ajk-group-member-policy.yml
new file mode 100644
index 00000000000..5824a8c6db0
--- /dev/null
+++ b/changelogs/unreleased/ajk-group-member-policy.yml
@@ -0,0 +1,5 @@
+---
+title: Fix overly aggressive prevent call
+merge_request: 47455
+author:
+type: fixed
diff --git a/changelogs/unreleased/arty-admin-idpid.yml b/changelogs/unreleased/arty-admin-idpid.yml
new file mode 100644
index 00000000000..13bf180dfce
--- /dev/null
+++ b/changelogs/unreleased/arty-admin-idpid.yml
@@ -0,0 +1,5 @@
+---
+title: Display Group SAML provider ID in admin
+merge_request: 47034
+author:
+type: added
diff --git a/changelogs/unreleased/ss-assignee-dropdown-search.yml b/changelogs/unreleased/ss-assignee-dropdown-search.yml
new file mode 100644
index 00000000000..9cc9fc78c1f
--- /dev/null
+++ b/changelogs/unreleased/ss-assignee-dropdown-search.yml
@@ -0,0 +1,5 @@
+---
+title: Add search assignees to group issue boards
+merge_request: 47241
+author:
+type: added