Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ordered_fields.yml « graphql « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6ddd018f4ef94731e40341fc3ff150382838b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
GraphQL/OrderedFields:
  Exclude:
  - app/graphql/types/ci/runner_platform_type.rb
  - app/graphql/types/ci/runner_type.rb
  - app/graphql/types/ci/stage_type.rb
  - app/graphql/types/ci/status_action_type.rb
  - app/graphql/types/ci/template_type.rb
  - app/graphql/types/commit_type.rb
  - app/graphql/types/container_expiration_policy_type.rb
  - app/graphql/types/container_repository_tag_type.rb
  - app/graphql/types/container_repository_type.rb
  - app/graphql/types/dependency_proxy/blob_type.rb
  - app/graphql/types/dependency_proxy/image_ttl_group_policy_type.rb
  - app/graphql/types/dependency_proxy/manifest_type.rb
  - app/graphql/types/design_management/design_collection_type.rb
  - app/graphql/types/diff_refs_type.rb
  - app/graphql/types/diff_stats_summary_type.rb
  - app/graphql/types/diff_stats_type.rb
  - app/graphql/types/error_tracking/sentry_detailed_error_type.rb
  - app/graphql/types/error_tracking/sentry_error_collection_type.rb
  - app/graphql/types/error_tracking/sentry_error_frequency_type.rb
  - app/graphql/types/error_tracking/sentry_error_stack_trace_context_type.rb
  - app/graphql/types/error_tracking/sentry_error_stack_trace_entry_type.rb
  - app/graphql/types/merge_request_type.rb
  - app/graphql/types/metadata/kas_type.rb
  - app/graphql/types/metadata_type.rb
  - app/graphql/types/namespace/package_settings_type.rb
  - app/graphql/types/namespace_type.rb
  - app/graphql/types/notes/diff_position_type.rb
  - app/graphql/types/notes/discussion_type.rb
  - app/graphql/types/notes/note_type.rb
  - app/graphql/types/packages/nuget/metadatum_type.rb
  - app/graphql/types/packages/package_dependency_link_type.rb
  - app/graphql/types/packages/package_file_type.rb
  - app/graphql/types/packages/package_tag_type.rb
  - app/graphql/types/packages/package_type.rb
  - app/graphql/types/project_statistics_type.rb
  - app/graphql/types/project_type.rb
  - app/graphql/types/projects/services/jira_project_type.rb
  - app/graphql/types/release_asset_link_type.rb
  - app/graphql/types/release_links_type.rb
  - app/graphql/types/release_type.rb
  - app/graphql/types/repository_type.rb
  - app/graphql/types/root_storage_statistics_type.rb
  - app/graphql/types/task_completion_status.rb
  - app/graphql/types/tree/blob_type.rb
  - ee/app/graphql/types/epic_type.rb
  - ee/app/graphql/types/geo/geo_node_type.rb
  - ee/app/graphql/types/requirements_management/requirement_states_count_type.rb
  - ee/app/graphql/types/scan_execution_policy_type.rb
  - ee/app/graphql/types/scan_type.rb
  - ee/app/graphql/types/scanned_resource_type.rb
  - ee/app/graphql/types/security_report_summary_section_type.rb
  - ee/app/graphql/types/timebox_report_type.rb