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:
authorKamil Trzciński <ayufan@ayufan.eu>2017-11-28 11:57:39 +0300
committerKamil Trzciński <ayufan@ayufan.eu>2017-11-28 11:57:39 +0300
commit94c5ca71b7d1c0a47f42eea21deaedcbb3979ea7 (patch)
treec281ae85125ebf9661bce63d3b97af32a4e5bfe8 /changelogs
parent74b503639441613799e46965d4b0c83bcd6419ba (diff)
parentf144cce8efbbfa364106446e5302a5007bd09e98 (diff)
Merge branch 'tm/feature/namespace-by-id-api' into 'master'
Add new API endpoint - get a namespace by ID Closes #40254 See merge request gitlab-org/gitlab-ce!15442
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/tm-feature-namespace-by-id-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/tm-feature-namespace-by-id-api.yml b/changelogs/unreleased/tm-feature-namespace-by-id-api.yml
new file mode 100644
index 00000000000..bc4a8949d28
--- /dev/null
+++ b/changelogs/unreleased/tm-feature-namespace-by-id-api.yml
@@ -0,0 +1,5 @@
+---
+title: Add new API endpoint - get a namespace by ID
+merge_request: 15442
+author:
+type: added