Add GraphQL API for querying dedicated usage filters
Return distinct years and distinct runner for dropdowns in visualisations Add specs and update GQL documentation Changelog: added EE: true MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/181383
上级
87f62dfb
No related branches found
No related tags found
显示
- app/finders/ci/runners_finder.rb 7 个添加, 0 个删除app/finders/ci/runners_finder.rb
- app/policies/base_policy.rb 9 个添加, 0 个删除app/policies/base_policy.rb
- db/migrate/20250225045649_add_billing_month_year_index.rb 17 个添加, 0 个删除db/migrate/20250225045649_add_billing_month_year_index.rb
- db/schema_migrations/20250225045649 1 个添加, 0 个删除db/schema_migrations/20250225045649
- db/structure.sql 2 个添加, 0 个删除db/structure.sql
- doc/api/graphql/reference/_index.md 17 个添加, 0 个删除doc/api/graphql/reference/_index.md
- ee/app/graphql/ee/types/ci/minutes/dedicated_runner_filters_type.rb 43 个添加, 0 个删除...phql/ee/types/ci/minutes/dedicated_runner_filters_type.rb
- ee/app/graphql/ee/types/query_type.rb 4 个添加, 0 个删除ee/app/graphql/ee/types/query_type.rb
- ee/app/models/ci/minutes/gitlab_hosted_runner_monthly_usage.rb 17 个添加, 0 个删除...p/models/ci/minutes/gitlab_hosted_runner_monthly_usage.rb
- ee/spec/graphql/ee/types/ci/minutes/dedicated_runner_filters_type_spec.rb 86 个添加, 0 个删除...ee/types/ci/minutes/dedicated_runner_filters_type_spec.rb
- ee/spec/graphql/types/query_type_spec.rb 1 个添加, 0 个删除ee/spec/graphql/types/query_type_spec.rb
- ee/spec/models/ci/minutes/gitlab_hosted_runner_monthly_usage_spec.rb 31 个添加, 0 个删除...els/ci/minutes/gitlab_hosted_runner_monthly_usage_spec.rb
- spec/finders/ci/runners_finder_spec.rb 46 个添加, 0 个删除spec/finders/ci/runners_finder_spec.rb
- spec/policies/base_policy_spec.rb 54 个添加, 0 个删除spec/policies/base_policy_spec.rb
加载中
想要评论请 注册 或 登录