summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2016-10-13 12:52:51 +0200
committerRobert Schilling <rschilling@student.tugraz.at>2016-10-13 12:52:51 +0200
commit2273b5d6d6f64a14d41bc8d25287d615502d2622 (patch)
tree208a2fecb19559908e3940aa6a91400f46505d9b
parent9b04e69a1fcb4a39d2873e5e6a396f7f16884098 (diff)
downloadgitlab-ce-api-order-mounts.tar.gz
Sort API mountsapi-order-mounts
-rw-r--r--lib/api/api.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index 99722a0a65c..a6f32a9fc04 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -31,11 +31,12 @@ module API
# Keep in alphabetical order
mount ::API::AccessRequests
mount ::API::AwardEmoji
+ mount ::API::Boards
mount ::API::Branches
mount ::API::BroadcastMessages
mount ::API::Builds
- mount ::API::CommitStatuses
mount ::API::Commits
+ mount ::API::CommitStatuses
mount ::API::DeployKeys
mount ::API::Deployments
mount ::API::Environments
@@ -43,22 +44,21 @@ module API
mount ::API::Groups
mount ::API::Internal
mount ::API::Issues
- mount ::API::Boards
mount ::API::Keys
mount ::API::Labels
mount ::API::LicenseTemplates
mount ::API::Lint
mount ::API::Members
- mount ::API::MergeRequests
mount ::API::MergeRequestDiffs
+ mount ::API::MergeRequests
mount ::API::Milestones
mount ::API::Namespaces
mount ::API::Notes
mount ::API::NotificationSettings
mount ::API::Pipelines
mount ::API::ProjectHooks
- mount ::API::ProjectSnippets
mount ::API::Projects
+ mount ::API::ProjectSnippets
mount ::API::Repositories
mount ::API::Runners
mount ::API::Services