An error occurred while fetching the assigned milestone of the selected merge_request.
Extend DastSiteProfile with more config options
Merged
requested to merge philipcunningham-add-excluded-urls-and-request-headers-to-dast-profiles-277353 into master
All threads resolved!
Compare changes
Files
14+ 10
− 6
@@ -9394,12 +9394,12 @@ CREATE TABLE application_settings (
@@ -9394,12 +9394,12 @@ CREATE TABLE application_settings (
CONSTRAINT app_settings_container_reg_cleanup_tags_max_list_size_positive CHECK ((container_registry_cleanup_tags_service_max_list_size >= 0)),
CONSTRAINT app_settings_registry_exp_policies_worker_capacity_positive CHECK ((container_registry_expiration_policies_worker_capacity >= 0)),
@@ -11029,6 +11029,8 @@ CREATE TABLE cluster_agent_tokens (
@@ -11029,6 +11029,8 @@ CREATE TABLE cluster_agent_tokens (
@@ -13236,7 +13238,8 @@ CREATE TABLE incident_management_oncall_participants (
@@ -13236,7 +13238,8 @@ CREATE TABLE incident_management_oncall_participants (
@@ -17929,7 +17932,8 @@ CREATE TABLE user_preferences (
@@ -17929,7 +17932,8 @@ CREATE TABLE user_preferences (
@@ -18258,7 +18262,7 @@ CREATE TABLE vulnerability_finding_fingerprints (
@@ -18258,7 +18262,7 @@ CREATE TABLE vulnerability_finding_fingerprints (
@@ -22450,12 +22454,12 @@ CREATE INDEX index_import_failures_on_project_id_not_null ON import_failures USI
@@ -22450,12 +22454,12 @@ CREATE INDEX index_import_failures_on_project_id_not_null ON import_failures USI
CREATE INDEX index_imported_projects_on_import_type_creator_id_created_at ON projects USING btree (import_type, creator_id, created_at) WHERE (import_type IS NOT NULL);
CREATE INDEX index_inc_mgmnt_oncall_participants_on_oncall_rotation_id ON incident_management_oncall_participants USING btree (oncall_rotation_id);
CREATE INDEX index_inc_mgmnt_oncall_participants_on_oncall_user_id ON incident_management_oncall_participants USING btree (user_id);
CREATE UNIQUE INDEX index_inc_mgmnt_oncall_participants_on_user_id_and_rotation_id ON incident_management_oncall_participants USING btree (user_id, oncall_rotation_id);
CREATE UNIQUE INDEX index_inc_mgmnt_oncall_rotations_on_oncall_schedule_id_and_id ON incident_management_oncall_rotations USING btree (oncall_schedule_id, id);
CREATE UNIQUE INDEX index_inc_mgmnt_oncall_rotations_on_oncall_schedule_id_and_name ON incident_management_oncall_rotations USING btree (oncall_schedule_id, name);