1. 18 Mar, 2021 1 commit
    • Alex Pooley's avatar
      Cache namespace traversal path · 7fa6bcd8
      Alex Pooley authored
      Work towards replacing recursive namespace queries with linear queries.
      This commit tracks the path to each namespace, and future work will
      replace recursive queries with queries that utilize this new column.
      7fa6bcd8
  2. 17 Mar, 2021 2 commits
    • Luke Duncalfe's avatar
      Merge branch... · a844a63a
      Luke Duncalfe authored
      Merge branch 'philipcunningham-add-excluded-urls-and-request-headers-to-dast-profiles-277353' into 'master'
      
      Extend DastSiteProfile with more config options
      
      See merge request gitlab-org/gitlab!55579
      a844a63a
    • Philip Cunningham's avatar
      Extend DastSiteProfile with more config options · ddea1b91
      Philip Cunningham authored
      - Adds new db columns
      - Extends create/update with additional fields
      - Stubs out fields not currently in use
      - Amends services to correctly handle nil values
      ddea1b91
  3. 16 Mar, 2021 37 commits