-
- Downloads
There was an error fetching the commit references. Please try again later.
Provide branch information from dastProfiles
- Add dast_branch_selection ff disabled by default - Add new field and associated type
Showing
- doc/api/graphql/reference/index.md 10 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/graphql/types/dast/profile_branch_type.rb 20 additions, 0 deletionsee/app/graphql/types/dast/profile_branch_type.rb
- ee/app/graphql/types/dast/profile_type.rb 13 additions, 0 deletionsee/app/graphql/types/dast/profile_type.rb
- ee/app/models/dast/branch.rb 13 additions, 0 deletionsee/app/models/dast/branch.rb
- ee/app/models/dast/profile.rb 6 additions, 0 deletionsee/app/models/dast/profile.rb
- ee/app/policies/dast/branch_policy.rb 7 additions, 0 deletionsee/app/policies/dast/branch_policy.rb
- ee/config/feature_flags/development/dast_branch_selection.yml 8 additions, 0 deletions...onfig/feature_flags/development/dast_branch_selection.yml
- ee/spec/graphql/types/dast/profile_type_spec.rb 22 additions, 4 deletionsee/spec/graphql/types/dast/profile_type_spec.rb
- ee/spec/models/dast/profile_spec.rb 23 additions, 0 deletionsee/spec/models/dast/profile_spec.rb
- ee/spec/requests/api/graphql/project/dast_profiles_spec.rb 2 additions, 2 deletionsee/spec/requests/api/graphql/project/dast_profiles_spec.rb
ee/app/models/dast/branch.rb
0 → 100644
ee/app/policies/dast/branch_policy.rb
0 → 100644
Please register or sign in to comment