-
- Downloads
Merge branch '361934-aw-add-variable-type' into 'master'
Add VariableType and variables fields See merge request !89652
No related branches found
No related tags found
Pipeline #576022218 passed
Stage: sync
Stage: prepare
Stage: build-images
Stage: fixtures
Stage: lint
Stage: test
Stage: post-test
Stage: review
Stage: qa
Showing
- app/graphql/types/ci/variable_type.rb 31 additions, 0 deletionsapp/graphql/types/ci/variable_type.rb
- app/graphql/types/ci/variable_type_enum.rb 13 additions, 0 deletionsapp/graphql/types/ci/variable_type_enum.rb
- app/graphql/types/group_type.rb 7 additions, 0 deletionsapp/graphql/types/group_type.rb
- app/graphql/types/project_type.rb 7 additions, 0 deletionsapp/graphql/types/project_type.rb
- app/graphql/types/query_type.rb 11 additions, 0 deletionsapp/graphql/types/query_type.rb
- doc/api/graphql/reference/index.md 56 additions, 0 deletionsdoc/api/graphql/reference/index.md
- spec/graphql/types/ci/variable_type_enum_spec.rb 9 additions, 0 deletionsspec/graphql/types/ci/variable_type_enum_spec.rb
- spec/graphql/types/ci/variables_type_spec.rb 11 additions, 0 deletionsspec/graphql/types/ci/variables_type_spec.rb
- spec/graphql/types/group_type_spec.rb 1 addition, 1 deletionspec/graphql/types/group_type_spec.rb
- spec/graphql/types/project_type_spec.rb 2 additions, 1 deletionspec/graphql/types/project_type_spec.rb
- spec/graphql/types/query_type_spec.rb 1 addition, 0 deletionsspec/graphql/types/query_type_spec.rb
- spec/requests/api/graphql/ci/group_variables_spec.rb 65 additions, 0 deletionsspec/requests/api/graphql/ci/group_variables_spec.rb
- spec/requests/api/graphql/ci/instance_variables_spec.rb 58 additions, 0 deletionsspec/requests/api/graphql/ci/instance_variables_spec.rb
- spec/requests/api/graphql/ci/project_variables_spec.rb 65 additions, 0 deletionsspec/requests/api/graphql/ci/project_variables_spec.rb
app/graphql/types/ci/variable_type.rb
0 → 100644
app/graphql/types/ci/variable_type_enum.rb
0 → 100644
spec/graphql/types/ci/variables_type_spec.rb
0 → 100644
Please register or sign in to comment