diff options
author | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-02-22 11:13:59 +0100 |
---|---|---|
committer | Z.J. van de Weg <git@zjvandeweg.nl> | 2017-02-22 11:55:21 +0100 |
commit | 47a3d8b121b83c1993c4f54bc225859d77cf860b (patch) | |
tree | a9feae8aa9f45b7e84426f89e071d34a9080aa46 /lib/api/api.rb | |
parent | a1f05001e8e26d8bfe12b1ae7a8dbd35e050f5b6 (diff) | |
download | gitlab-ce-zj-move-build-traces.tar.gz |
Rename Builds to Jobs in the APIzj-move-build-traces
Fixes gitlab-org/gitlab-ce#28515
[ci skip]
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r-- | lib/api/api.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb index e729c07f8c3..ebfbd2fb8ef 100644 --- a/lib/api/api.rb +++ b/lib/api/api.rb @@ -7,6 +7,7 @@ module API version 'v3', using: :path do mount ::API::V3::Boards mount ::API::V3::Branches + mount ::API::V3::Builds mount ::API::V3::DeployKeys mount ::API::V3::Issues mount ::API::V3::Labels @@ -61,7 +62,6 @@ module API mount ::API::Boards mount ::API::Branches mount ::API::BroadcastMessages - mount ::API::Builds mount ::API::Commits mount ::API::CommitStatuses mount ::API::DeployKeys @@ -71,6 +71,7 @@ module API mount ::API::Groups mount ::API::Internal mount ::API::Issues + mount ::API::Jobs mount ::API::Keys mount ::API::Labels mount ::API::Lint |