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-02-06 18:09:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-02-06 18:09:11 +0300
commit0eb3d2f799ce4f4de87fb9fc6fd98e592323bc89 (patch)
treefd70d5bc63fe152e0a67aaa5a70e4c9f16dc6ffc /changelogs/unreleased
parent5564275a0b378298dc6281599cbfe71a937109ff (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs/unreleased')
-rw-r--r--changelogs/unreleased/36422-add-nuget-installation-commands.yml5
-rw-r--r--changelogs/unreleased/dz-scope-security-routes.yml5
-rw-r--r--changelogs/unreleased/ph-enableVueFileListFlag.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/36422-add-nuget-installation-commands.yml b/changelogs/unreleased/36422-add-nuget-installation-commands.yml
new file mode 100644
index 00000000000..43363520dca
--- /dev/null
+++ b/changelogs/unreleased/36422-add-nuget-installation-commands.yml
@@ -0,0 +1,5 @@
+---
+title: Added NuGet package installation instructions to package details page
+merge_request: 24162
+author:
+type: added
diff --git a/changelogs/unreleased/dz-scope-security-routes.yml b/changelogs/unreleased/dz-scope-security-routes.yml
new file mode 100644
index 00000000000..04aa8cd3656
--- /dev/null
+++ b/changelogs/unreleased/dz-scope-security-routes.yml
@@ -0,0 +1,5 @@
+---
+title: Move security routes under - scope
+merge_request: 24287
+author:
+type: changed
diff --git a/changelogs/unreleased/ph-enableVueFileListFlag.yml b/changelogs/unreleased/ph-enableVueFileListFlag.yml
new file mode 100644
index 00000000000..44e40e0cdfc
--- /dev/null
+++ b/changelogs/unreleased/ph-enableVueFileListFlag.yml
@@ -0,0 +1,5 @@
+---
+title: Refactored repository browser to use Vue and GraphQL
+merge_request: 24450
+author:
+type: performance