1. 14 Jun, 2021 28 commits
  2. 13 Jun, 2021 9 commits
  3. 12 Jun, 2021 3 commits
    • Paul Slaughter's avatar
      Merge branch... · 5366d23c
      Paul Slaughter authored
      Merge branch '333014-make-the-call-to-register-ci-schema-only-when-schema_linting-ff-is-on' into 'master'
      
      Register CI schema only when `schema_linting` ff is on
      
      See merge request gitlab-org/gitlab!63552
      5366d23c
    • Frédéric Caplette's avatar
      Prevent CI schema from registering if schema_linting flag is off · 2d3db802
      Frédéric Caplette authored
      If the schema_linting flag is off, then an error is returned
      when trying to register the schema. This is intended to prevent
      self hosted instances from accessing 3rd parties ressources
      such as the CI schema.
      
      This commit now wrap the registration of the CI schema
      inside a conditional to only executes when schema_linting
      is turned on.
      
      Changelog: fixed
      2d3db802
    • Luke Duncalfe's avatar
      Merge branch 'optimising_rspec_using_let_it_be' into 'master' · 91604ec8
      Luke Duncalfe authored
      Move from let! to let_it_be to optimize performance
      
      See merge request gitlab-org/gitlab!63233
      91604ec8