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:
authorDouwe Maan <douwe@gitlab.com>2017-12-19 19:43:19 +0300
committerDouwe Maan <douwe@gitlab.com>2017-12-19 19:43:19 +0300
commit0be4b0b74e785a6ea18db0b13d1390608d828aa6 (patch)
treef175b1cce30eddda9b76354e97808c91574db2d1 /changelogs
parentac22576d80b6d043c4991ad39172976566465693 (diff)
parentd02059ddf3fef105a8e835024b589d9eac2140f0 (diff)
Merge branch '36020-private-npm-modules' into 'master'
Do not generate links for private NPM modules in blob view Closes #36020 See merge request gitlab-org/gitlab-ce!16002
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/36020-private-npm-modules.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/36020-private-npm-modules.yml b/changelogs/unreleased/36020-private-npm-modules.yml
new file mode 100644
index 00000000000..5c2585a602e
--- /dev/null
+++ b/changelogs/unreleased/36020-private-npm-modules.yml
@@ -0,0 +1,5 @@
+---
+title: Do not generate NPM links for private NPM modules in blob view
+merge_request: 16002
+author: Mario de la Ossa
+type: added