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-12-09 15:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-09 15:09:42 +0300
commit1361891b0a87187364d1586395df176a8984e914 (patch)
tree4f47ddf2cd0d06cd0eb98a7bf1b7001504e6416b /changelogs
parent109562e64e1e1c51fe32a7443df86ee63b856115 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/239518-always-display-build-info-for-packages-in-the-ui.yml5
-rw-r--r--changelogs/unreleased/250800-create-new-experimentsubject-model-with-user_id-namespace_id-or-pr.yml5
-rw-r--r--changelogs/unreleased/290709-profile-dropdown-still-says-edit-status-after-clearing-user-status.yml5
-rw-r--r--changelogs/unreleased/georgekoltsov-github-importer-pagination.yml5
-rw-r--r--changelogs/unreleased/ss-add-error-state-for-assignees.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/239518-always-display-build-info-for-packages-in-the-ui.yml b/changelogs/unreleased/239518-always-display-build-info-for-packages-in-the-ui.yml
new file mode 100644
index 00000000000..7c07878bf51
--- /dev/null
+++ b/changelogs/unreleased/239518-always-display-build-info-for-packages-in-the-ui.yml
@@ -0,0 +1,5 @@
+---
+title: Display more pipelines info in package history
+merge_request: 49040
+author:
+type: changed
diff --git a/changelogs/unreleased/250800-create-new-experimentsubject-model-with-user_id-namespace_id-or-pr.yml b/changelogs/unreleased/250800-create-new-experimentsubject-model-with-user_id-namespace_id-or-pr.yml
new file mode 100644
index 00000000000..43c93ebdacf
--- /dev/null
+++ b/changelogs/unreleased/250800-create-new-experimentsubject-model-with-user_id-namespace_id-or-pr.yml
@@ -0,0 +1,5 @@
+---
+title: Create a new `ExperimentSubject` model, associated to the `Experiment` model, and related database migrations.
+merge_request: 47042
+author:
+type: added
diff --git a/changelogs/unreleased/290709-profile-dropdown-still-says-edit-status-after-clearing-user-status.yml b/changelogs/unreleased/290709-profile-dropdown-still-says-edit-status-after-clearing-user-status.yml
new file mode 100644
index 00000000000..09e36374dc6
--- /dev/null
+++ b/changelogs/unreleased/290709-profile-dropdown-still-says-edit-status-after-clearing-user-status.yml
@@ -0,0 +1,5 @@
+---
+title: Check for a status in the current user dropdown
+merge_request: 49203
+author:
+type: fixed
diff --git a/changelogs/unreleased/georgekoltsov-github-importer-pagination.yml b/changelogs/unreleased/georgekoltsov-github-importer-pagination.yml
new file mode 100644
index 00000000000..12f030f3d8d
--- /dev/null
+++ b/changelogs/unreleased/georgekoltsov-github-importer-pagination.yml
@@ -0,0 +1,5 @@
+---
+title: Add GitHub Importer pagination
+merge_request: 48983
+author:
+type: changed
diff --git a/changelogs/unreleased/ss-add-error-state-for-assignees.yml b/changelogs/unreleased/ss-add-error-state-for-assignees.yml
new file mode 100644
index 00000000000..794cc74eae7
--- /dev/null
+++ b/changelogs/unreleased/ss-add-error-state-for-assignees.yml
@@ -0,0 +1,5 @@
+---
+title: Add flash message for setAssignees on group issue boards
+merge_request: 48277
+author:
+type: added