-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'pedropombeiro/334686/graphql-add-runners-to-groups' into 'master'
GraphQL: Add runners to groups query [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!65673
No related branches found
No related tags found
Showing
- app/controllers/groups/runners_controller.rb 1 addition, 1 deletionapp/controllers/groups/runners_controller.rb
- app/controllers/groups/settings/ci_cd_controller.rb 1 addition, 1 deletionapp/controllers/groups/settings/ci_cd_controller.rb
- app/finders/ci/runners_finder.rb 12 additions, 6 deletionsapp/finders/ci/runners_finder.rb
- app/graphql/resolvers/ci/group_runners_resolver.rb 26 additions, 0 deletionsapp/graphql/resolvers/ci/group_runners_resolver.rb
- app/graphql/resolvers/ci/runners_resolver.rb 14 additions, 1 deletionapp/graphql/resolvers/ci/runners_resolver.rb
- app/graphql/types/ci/runner_membership_filter_enum.rb 18 additions, 0 deletionsapp/graphql/types/ci/runner_membership_filter_enum.rb
- app/graphql/types/group_type.rb 6 additions, 0 deletionsapp/graphql/types/group_type.rb
- doc/api/graphql/reference/index.md 30 additions, 0 deletionsdoc/api/graphql/reference/index.md
- spec/finders/ci/runners_finder_spec.rb 88 additions, 38 deletionsspec/finders/ci/runners_finder_spec.rb
- spec/graphql/resolvers/ci/group_runners_resolver_spec.rb 94 additions, 0 deletionsspec/graphql/resolvers/ci/group_runners_resolver_spec.rb
- spec/graphql/resolvers/ci/runners_resolver_spec.rb 47 additions, 162 deletionsspec/graphql/resolvers/ci/runners_resolver_spec.rb
- spec/support/shared_contexts/graphql/resolvers/runners_resolver_shared_context.rb 22 additions, 0 deletions...exts/graphql/resolvers/runners_resolver_shared_context.rb
Please register or sign in to comment