summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-14 00:08:27 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-14 00:08:27 +0000
commitb7d58ff8b17623f64ac7835a590e79d916e758ac (patch)
tree4f75a8f9e0e30cf8c7e944ea2c4461be396c0d5f /changelogs
parent0e2fc1701bd0c87cc458cbbb34c618b0e0dc5a14 (diff)
downloadgitlab-ce-b7d58ff8b17623f64ac7835a590e79d916e758ac.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/24190-archived-project-warning-message.yml5
-rw-r--r--changelogs/unreleased/commit-box-child-label.yml5
-rw-r--r--changelogs/unreleased/fix_assignee_url_issue_board_sidebar.yml5
-rw-r--r--changelogs/unreleased/winh-var-image_file.yml5
-rw-r--r--changelogs/unreleased/xanf-add-group-link.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/24190-archived-project-warning-message.yml b/changelogs/unreleased/24190-archived-project-warning-message.yml
new file mode 100644
index 00000000000..bfe1976451e
--- /dev/null
+++ b/changelogs/unreleased/24190-archived-project-warning-message.yml
@@ -0,0 +1,5 @@
+---
+title: Show correct warning on issue when project is archived
+merge_request: 20078
+author:
+type: fixed
diff --git a/changelogs/unreleased/commit-box-child-label.yml b/changelogs/unreleased/commit-box-child-label.yml
new file mode 100644
index 00000000000..99cfcae2016
--- /dev/null
+++ b/changelogs/unreleased/commit-box-child-label.yml
@@ -0,0 +1,5 @@
+---
+title: Add child label to commit box
+merge_request: 21323
+author:
+type: added
diff --git a/changelogs/unreleased/fix_assignee_url_issue_board_sidebar.yml b/changelogs/unreleased/fix_assignee_url_issue_board_sidebar.yml
new file mode 100644
index 00000000000..b91e5cfdde7
--- /dev/null
+++ b/changelogs/unreleased/fix_assignee_url_issue_board_sidebar.yml
@@ -0,0 +1,5 @@
+---
+title: Fix assignee url in issue board sidebar
+merge_request: 20992
+author: Lee Tickett
+type: fixed
diff --git a/changelogs/unreleased/winh-var-image_file.yml b/changelogs/unreleased/winh-var-image_file.yml
new file mode 100644
index 00000000000..7ca37d304fe
--- /dev/null
+++ b/changelogs/unreleased/winh-var-image_file.yml
@@ -0,0 +1,5 @@
+---
+title: Remove var from app/assets/javascripts/commit/image_file.js
+merge_request: 21649
+author: Abubakar Hassan
+type: other
diff --git a/changelogs/unreleased/xanf-add-group-link.yml b/changelogs/unreleased/xanf-add-group-link.yml
new file mode 100644
index 00000000000..5cb57c5d544
--- /dev/null
+++ b/changelogs/unreleased/xanf-add-group-link.yml
@@ -0,0 +1,5 @@
+---
+title: link to group on group admin page
+merge_request: 21709
+author:
+type: added