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-01-17 12:08:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-01-17 12:08:24 +0300
commit728a207ea6a99a4bddc16dbbe82294d3fdb60fe4 (patch)
tree4bc3b6a859681de3bbeabd7bf2ec5ffd756f3a0a /changelogs
parentea20020f71c7226d57b6449b1d9b6c6f1298223e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/197343-iscompact.yml5
-rw-r--r--changelogs/unreleased/36667-add-release-count-to-project-homepage.yml5
-rw-r--r--changelogs/unreleased/37449-fix-eks-authenticate-button.yml5
-rw-r--r--changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page-FE.yml5
-rw-r--r--changelogs/unreleased/nicolasdular-split-signup-full-name.yml5
5 files changed, 25 insertions, 0 deletions
diff --git a/changelogs/unreleased/197343-iscompact.yml b/changelogs/unreleased/197343-iscompact.yml
new file mode 100644
index 00000000000..d85e729d2bd
--- /dev/null
+++ b/changelogs/unreleased/197343-iscompact.yml
@@ -0,0 +1,5 @@
+---
+title: Fix unexpected behaviour of the commit form after committing in Web IDE
+merge_request: 23238
+author:
+type: fixed
diff --git a/changelogs/unreleased/36667-add-release-count-to-project-homepage.yml b/changelogs/unreleased/36667-add-release-count-to-project-homepage.yml
new file mode 100644
index 00000000000..3a8e26b0087
--- /dev/null
+++ b/changelogs/unreleased/36667-add-release-count-to-project-homepage.yml
@@ -0,0 +1,5 @@
+---
+title: Add release count to project homepage
+merge_request: 21350
+author:
+type: added
diff --git a/changelogs/unreleased/37449-fix-eks-authenticate-button.yml b/changelogs/unreleased/37449-fix-eks-authenticate-button.yml
new file mode 100644
index 00000000000..e0871e7d7c6
--- /dev/null
+++ b/changelogs/unreleased/37449-fix-eks-authenticate-button.yml
@@ -0,0 +1,5 @@
+---
+title: 'fix: EKS credentials form does not reset after error'
+merge_request: 21958
+author:
+type: other
diff --git a/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page-FE.yml b/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page-FE.yml
new file mode 100644
index 00000000000..8adae3d266d
--- /dev/null
+++ b/changelogs/unreleased/38223-link-to-gitlab-commit-in-error-detail-page-FE.yml
@@ -0,0 +1,5 @@
+---
+title: Link to GitLab commit in Sentry error details page
+merge_request: 22431
+author:
+type: added
diff --git a/changelogs/unreleased/nicolasdular-split-signup-full-name.yml b/changelogs/unreleased/nicolasdular-split-signup-full-name.yml
new file mode 100644
index 00000000000..08c45cb22ba
--- /dev/null
+++ b/changelogs/unreleased/nicolasdular-split-signup-full-name.yml
@@ -0,0 +1,5 @@
+---
+title: Update name max length
+merge_request: 22840
+author:
+type: changed