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:
authorJacopo <beschi.jacopo@gmail.com>2018-01-11 19:45:35 +0300
committerJacopo <beschi.jacopo@gmail.com>2018-01-17 10:47:55 +0300
commit310d209b67938acdb1cde3cf5622440bf42c5bc4 (patch)
tree0b2881440a8f02a2f2e964946984ec3ab7f5fea2 /changelogs
parent3228ac06a019c9126b965ff32e354d10011a4f76 (diff)
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