1. 08 Apr, 2021 3 commits
    • Marc Shaw's avatar
      Ensure a project iid is set before transitioning on pipeline error · c0ad1c83
      Marc Shaw authored
      Issue: gitlab.com/gitlab-org/gitlab/-/issues/325861
      MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/57783
      
      We need ensure_project_iid to run without any parent transaction,
      otherwise the InternalId table for that scope, in our case project,
      will be locked for the entire transaction. If we error before the seed
      chain method is called, then the pipeline will not have an iid set,
      and the transition to drop! will have a transaction, so when we
      ensure the project iid, it will be merged into the transition
      transaction.
      c0ad1c83
    • Evan Read's avatar
      Merge branch 'docs-spt-202217' into 'master' · 4c99bf93
      Evan Read authored
      Update Split size recommendation
      
      See merge request gitlab-org/gitlab!58713
      4c99bf93
    • Dylan Griffith's avatar
      Merge branch 'id-remove-cached-api-ff' into 'master' · 0edeebf8
      Dylan Griffith authored
      Remove cached_api_merge_request_version FF [RUN ALL RSPEC] [RUN AS-IF-FOSS]
      
      See merge request gitlab-org/gitlab!58670
      0edeebf8
  2. 07 Apr, 2021 37 commits