diff options
Diffstat (limited to 'config/routes/group.rb')
-rw-r--r-- | config/routes/group.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb index e5bbfdf7548..33464cf3b55 100644 --- a/config/routes/group.rb +++ b/config/routes/group.rb @@ -17,6 +17,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do put :transfer, as: :transfer_group # rubocop:disable Cop/PutGroupRoutesUnderScope post :export, as: :export_group # rubocop:disable Cop/PutGroupRoutesUnderScope get :download_export, as: :download_export_group # rubocop:disable Cop/PutGroupRoutesUnderScope + get :unfoldered_environment_names, as: :unfoldered_environment_names_group # rubocop:disable Cop/PutGroupRoutesUnderScope # TODO: Remove as part of refactor in https://gitlab.com/gitlab-org/gitlab-foss/issues/49693 get 'shared', action: :show, as: :group_shared # rubocop:disable Cop/PutGroupRoutesUnderScope @@ -35,6 +36,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do put :reset_registration_token patch :update_auto_devops post :create_deploy_token, path: 'deploy_token/create', to: 'repository#create_deploy_token' + get :runner_setup_scripts, format: :json end resource :repository, only: [:show], controller: 'repository' do @@ -61,6 +63,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do resources :milestones, constraints: { id: %r{[^/]+} } do member do + get :issues get :merge_requests get :participants get :labels @@ -85,7 +88,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do delete :leave, on: :collection end - resources :group_links, only: [:create, :update, :destroy], constraints: { id: /\d+/ } + resources :group_links, only: [:create, :update, :destroy], constraints: { id: /\d+|:id/ } resources :uploads, only: [:create] do collection do |