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-03-25 03:08:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-25 03:08:11 +0300
commit23bc19cb73aad969c9636b8b935111645e809e54 (patch)
tree887c9e014f8345f577769db4f75315ca59853b98 /changelogs
parentc4db541c1b2c97ab1eda354ea3899489fe5c33e5 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/211394-releases-page-in-not-loading-on-pagination.yml5
-rw-r--r--changelogs/unreleased/add-missing-track-exception-call.yml5
-rw-r--r--changelogs/unreleased/fj-ensure-freshness-snippet-creation.yml5
-rw-r--r--changelogs/unreleased/improve-lfs-toggle-message.yml5
-rw-r--r--changelogs/unreleased/nicolasdular-add-max-namepsace-storage-limit-column.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/211394-releases-page-in-not-loading-on-pagination.yml b/changelogs/unreleased/211394-releases-page-in-not-loading-on-pagination.yml
new file mode 100644
index 00000000000..f4455db8620
--- /dev/null
+++ b/changelogs/unreleased/211394-releases-page-in-not-loading-on-pagination.yml
@@ -0,0 +1,5 @@
+---
+title: Filter out Releases with missing tags
+merge_request: 27716
+author:
+type: fixed
diff --git a/changelogs/unreleased/add-missing-track-exception-call.yml b/changelogs/unreleased/add-missing-track-exception-call.yml
new file mode 100644
index 00000000000..ad08fbda765
--- /dev/null
+++ b/changelogs/unreleased/add-missing-track-exception-call.yml
@@ -0,0 +1,5 @@
+---
+title: Add missing track_exception() call to Ci::CreateJobArtifactsService
+merge_request: 27954
+author:
+type: other
diff --git a/changelogs/unreleased/fj-ensure-freshness-snippet-creation.yml b/changelogs/unreleased/fj-ensure-freshness-snippet-creation.yml
new file mode 100644
index 00000000000..9d6219cf177
--- /dev/null
+++ b/changelogs/unreleased/fj-ensure-freshness-snippet-creation.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure freshness of settings with snippet creation
+merge_request: 27897
+author:
+type: changed
diff --git a/changelogs/unreleased/improve-lfs-toggle-message.yml b/changelogs/unreleased/improve-lfs-toggle-message.yml
new file mode 100644
index 00000000000..2db2152c676
--- /dev/null
+++ b/changelogs/unreleased/improve-lfs-toggle-message.yml
@@ -0,0 +1,5 @@
+---
+title: Show object access warning when disabling repo LFS
+merge_request: 26696
+author:
+type: other
diff --git a/changelogs/unreleased/nicolasdular-add-max-namepsace-storage-limit-column.yml b/changelogs/unreleased/nicolasdular-add-max-namepsace-storage-limit-column.yml
new file mode 100644
index 00000000000..fe47473426e
--- /dev/null
+++ b/changelogs/unreleased/nicolasdular-add-max-namepsace-storage-limit-column.yml
@@ -0,0 +1,5 @@
+---
+title: Add namespace_storage_size_limit to application settings
+merge_request: 27786
+author:
+type: added