-
- Downloads
Update CE files for GSD projects filter
A new param with_security_reports was added to GET /groups/:id/projects API and the code to support this logic in GroupProjectsFinder and Project model. Also, a DB index was added to ci_job_artifacts table to speed up the search of security reports artifacts for projects
Showing
- app/finders/group_projects_finder.rb 7 additions, 5 deletionsapp/finders/group_projects_finder.rb
- app/models/ci/job_artifact.rb 2 additions, 0 deletionsapp/models/ci/job_artifact.rb
- app/models/project.rb 1 addition, 0 deletionsapp/models/project.rb
- db/migrate/20190828083843_add_index_to_ci_job_artifacts_on_project_id_for_security_reports.rb 22 additions, 0 deletions...to_ci_job_artifacts_on_project_id_for_security_reports.rb
- db/schema.rb 2 additions, 1 deletiondb/schema.rb
- doc/api/groups.md 1 addition, 0 deletionsdoc/api/groups.md
- doc/user/application_security/security_dashboard/index.md 3 additions, 0 deletionsdoc/user/application_security/security_dashboard/index.md
- lib/api/groups.rb 1 addition, 0 deletionslib/api/groups.rb
- lib/api/helpers.rb 22 additions, 11 deletionslib/api/helpers.rb
- lib/api/helpers/groups_helpers.rb 7 additions, 0 deletionslib/api/helpers/groups_helpers.rb
- spec/support/shared_contexts/finders/group_projects_finder_shared_contexts.rb 2 additions, 1 deletion...contexts/finders/group_projects_finder_shared_contexts.rb
Please register or sign in to comment