summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJacopo <beschi.jacopo@gmail.com>2018-01-11 17:45:35 +0100
committerJacopo <beschi.jacopo@gmail.com>2018-01-17 08:47:55 +0100
commit310d209b67938acdb1cde3cf5622440bf42c5bc4 (patch)
tree0b2881440a8f02a2f2e964946984ec3ab7f5fea2 /changelogs
parent3228ac06a019c9126b965ff32e354d10011a4f76 (diff)
downloadgitlab-ce-310d209b67938acdb1cde3cf5622440bf42c5bc4.tar.gz
Adds sorting to deployments API
Adds sorting to deployments API through the `order_by` and sort `fields`.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/41118-add-sorting-to-deployments-api.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/41118-add-sorting-to-deployments-api.yml b/changelogs/unreleased/41118-add-sorting-to-deployments-api.yml
new file mode 100644
index 00000000000..a08f75f9fb9
--- /dev/null
+++ b/changelogs/unreleased/41118-add-sorting-to-deployments-api.yml
@@ -0,0 +1,5 @@
+---
+title: Adds sorting to deployments API
+merge_request: !16396
+author: Jacopo Beschi @jacopo-beschi
+type: added