1. 27 Jul, 2020 1 commit
    • Luke Duncalfe's avatar
      Speed up design_policy_spec.rb · c16c3502
      Luke Duncalfe authored
      `design_policy_spec.rb` has been flagged as a spec that we should
      attempt to speed up.
      
      It was initially running at around 20s. After these changes the spec
      runs at around 7s.
      
      Almost all of the time-saving is through the avoidance of assigning
      users to roles within the `project` before each test, and instead, doing
      this work once at the beginning of all tests.
      
      https://gitlab.com/gitlab-org/gitlab/-/issues/229668
      c16c3502
  2. 26 Jul, 2020 5 commits
  3. 25 Jul, 2020 3 commits
  4. 24 Jul, 2020 31 commits