summaryrefslogtreecommitdiff
path: root/lib/api/api.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 18:11:08 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-10 18:11:08 +0000
commit4e50b9ed316f3c99693a41274babcd67c63ee640 (patch)
tree21f0f3a7f73a7dd51b06ba62ad9cfa3eaab85c9f /lib/api/api.rb
parent609943de5e2ee6c3bf0f09d3fb1d5fc38ed5a4ed (diff)
downloadgitlab-ce-4e50b9ed316f3c99693a41274babcd67c63ee640.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/api.rb')
-rw-r--r--lib/api/api.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/api/api.rb b/lib/api/api.rb
index b0d76cd3eb4..04114d38b33 100644
--- a/lib/api/api.rb
+++ b/lib/api/api.rb
@@ -177,6 +177,7 @@ module API
mount ::API::Applications
mount ::API::BroadcastMessages
mount ::API::BulkImports
+ mount ::API::Ci::Jobs
mount ::API::Ci::ResourceGroups
mount ::API::Ci::Runner
mount ::API::Ci::Runners
@@ -198,6 +199,7 @@ module API
mount ::API::GroupVariables
mount ::API::ImportBitbucketServer
mount ::API::ImportGithub
+ mount ::API::Invitations
mount ::API::Keys
mount ::API::Lint
mount ::API::MergeRequestDiffs
@@ -208,6 +210,7 @@ module API
mount ::API::ProjectEvents
mount ::API::ProjectExport
mount ::API::ProjectHooks
+ mount ::API::ProjectImport
mount ::API::ProjectRepositoryStorageMoves
mount ::API::ProjectSnippets
mount ::API::ProjectSnapshots
@@ -243,7 +246,6 @@ module API
mount ::API::Boards
mount ::API::Branches
mount ::API::Ci::JobArtifacts
- mount ::API::Ci::Jobs
mount ::API::Ci::PipelineSchedules
mount ::API::Ci::Pipelines
mount ::API::Ci::SecureFiles
@@ -278,7 +280,6 @@ module API
mount ::API::HelmPackages
mount ::API::Integrations
mount ::API::Integrations::JiraConnect::Subscriptions
- mount ::API::Invitations
mount ::API::IssueLinks
mount ::API::Issues
mount ::API::Labels
@@ -301,7 +302,7 @@ module API
mount ::API::PagesDomains
mount ::API::ProjectContainerRepositories
mount ::API::ProjectDebianDistributions
- mount ::API::ProjectImport
+ mount ::API::ProjectEvents
mount ::API::ProjectMilestones
mount ::API::ProjectPackages
mount ::API::ProjectStatistics