-
- Downloads
There was an error fetching the commit references. Please try again later.
Merge branch 'philipcunningham-dast-scan-create-mutation-295244' into 'master'
Add GraphQL mutation for creating Dast::Profiles See merge request gitlab-org/gitlab!51557
No related branches found
No related tags found
Showing
- doc/api/graphql/reference/gitlab_schema.graphql 66 additions, 0 deletionsdoc/api/graphql/reference/gitlab_schema.graphql
- doc/api/graphql/reference/gitlab_schema.json 209 additions, 0 deletionsdoc/api/graphql/reference/gitlab_schema.json
- doc/api/graphql/reference/index.md 11 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/graphql/ee/types/mutation_type.rb 1 addition, 0 deletionsee/app/graphql/ee/types/mutation_type.rb
- ee/app/graphql/mutations/dast/profiles/create.rb 86 additions, 0 deletionsee/app/graphql/mutations/dast/profiles/create.rb
- ee/app/services/dast/profiles/create_service.rb 53 additions, 0 deletionsee/app/services/dast/profiles/create_service.rb
- ee/spec/graphql/mutations/dast/profiles/create_spec.rb 72 additions, 0 deletionsee/spec/graphql/mutations/dast/profiles/create_spec.rb
- ee/spec/requests/api/graphql/mutations/dast/profiles/create_spec.rb 46 additions, 0 deletions...quests/api/graphql/mutations/dast/profiles/create_spec.rb
- ee/spec/services/dast/profiles/create_service_spec.rb 89 additions, 0 deletionsee/spec/services/dast/profiles/create_service_spec.rb
Please register or sign in to comment