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-03 18:10:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-03 18:10:53 +0300
commit7fcda12793acc54ba8de037f50cc3696dbd0f002 (patch)
tree044fbc2b142e6c82ee6b2a5df4b37d000c0e2d1f /changelogs
parentb5820a6bcd083c878a085aa288757e8dc2d35fec (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/292128-fix-icon-spacing.yml5
-rw-r--r--changelogs/unreleased/292824-track-mr-time-changes.yml5
-rw-r--r--changelogs/unreleased/297020-linux-distribution-details-in-usage-ping.yml5
-rw-r--r--changelogs/unreleased/322991-asset_proxy_allowlist-errors-in-13-9-for-geo-with-downtime-upgrade.yml5
-rw-r--r--changelogs/unreleased/fix_repo_storage_weights_admin.yml5
-rw-r--r--changelogs/unreleased/kassio-githubimporter-avoid-approval-exception.yml5
6 files changed, 30 insertions, 0 deletions
diff --git a/changelogs/unreleased/292128-fix-icon-spacing.yml b/changelogs/unreleased/292128-fix-icon-spacing.yml
new file mode 100644
index 00000000000..d832dc9beee
--- /dev/null
+++ b/changelogs/unreleased/292128-fix-icon-spacing.yml
@@ -0,0 +1,5 @@
+---
+title: Add space next to icons in epic issue list
+merge_request: 54138
+author: Yogi (@yo)
+type: fixed
diff --git a/changelogs/unreleased/292824-track-mr-time-changes.yml b/changelogs/unreleased/292824-track-mr-time-changes.yml
new file mode 100644
index 00000000000..89721e8f8c5
--- /dev/null
+++ b/changelogs/unreleased/292824-track-mr-time-changes.yml
@@ -0,0 +1,5 @@
+---
+title: Add tracking to merge request time estimate/spent changes
+merge_request: 55046
+author:
+type: other
diff --git a/changelogs/unreleased/297020-linux-distribution-details-in-usage-ping.yml b/changelogs/unreleased/297020-linux-distribution-details-in-usage-ping.yml
new file mode 100644
index 00000000000..644973f4b01
--- /dev/null
+++ b/changelogs/unreleased/297020-linux-distribution-details-in-usage-ping.yml
@@ -0,0 +1,5 @@
+---
+title: Add Operating System details to usage ping
+merge_request: 54778
+author:
+type: added
diff --git a/changelogs/unreleased/322991-asset_proxy_allowlist-errors-in-13-9-for-geo-with-downtime-upgrade.yml b/changelogs/unreleased/322991-asset_proxy_allowlist-errors-in-13-9-for-geo-with-downtime-upgrade.yml
new file mode 100644
index 00000000000..1092f68a358
--- /dev/null
+++ b/changelogs/unreleased/322991-asset_proxy_allowlist-errors-in-13-9-for-geo-with-downtime-upgrade.yml
@@ -0,0 +1,5 @@
+---
+title: Rename asset_proxy_allowlist column
+merge_request: 55419
+author:
+type: fixed
diff --git a/changelogs/unreleased/fix_repo_storage_weights_admin.yml b/changelogs/unreleased/fix_repo_storage_weights_admin.yml
new file mode 100644
index 00000000000..c82ef578e01
--- /dev/null
+++ b/changelogs/unreleased/fix_repo_storage_weights_admin.yml
@@ -0,0 +1,5 @@
+---
+title: Allow saving repository weights after a storage has been removed
+merge_request: 53803
+author:
+type: fixed
diff --git a/changelogs/unreleased/kassio-githubimporter-avoid-approval-exception.yml b/changelogs/unreleased/kassio-githubimporter-avoid-approval-exception.yml
new file mode 100644
index 00000000000..cc994d50f4e
--- /dev/null
+++ b/changelogs/unreleased/kassio-githubimporter-avoid-approval-exception.yml
@@ -0,0 +1,5 @@
+---
+title: 'GithubImporter: Add Merge request approval only if it does not exists yet'
+merge_request: 55376
+author:
+type: fixed