1. 22 Jan, 2020 4 commits
    • Mark Lapierre's avatar
      Make merge trains in tests independent · b0bd3a48
      Mark Lapierre authored
      If multiple tests use the same project they'll use the same merge
      train. That can cause tests to fail if one tries to use the merge
      train while it's in an unexpected state, e.g., trying to start a new
      train when one is already running.
      
      This creates a separate project for each test that uses a merge
      train.
      
      Uses the Commit API to add a file because it's faster than
      pushing.
      
      Adds a runners_token attribute to the Group resource, and lets
      resources be reloaded so updated data can be fetched. It's not
      clear why the runners token isn't available immediately upon
      creating a group, but reloading the API data fixes it.
      b0bd3a48
    • Evan Read's avatar
      Merge branch 'sh-add-scalability-arch-docs' into 'master' · 496ffa03
      Evan Read authored
      Add initial draft of scalability documentation
      
      See merge request gitlab-org/gitlab!18976
      496ffa03
    • Evan Read's avatar
      Merge branch 'rename-table-downtime-guide' into 'master' · 424d39e6
      Evan Read authored
      Add section on renaming tables to downtime guide
      
      See merge request gitlab-org/gitlab!20809
      424d39e6
    • Thong Kuah's avatar
      Merge branch '198274-fix-require-error-update-test-metadata' into 'master' · dd3380ab
      Thong Kuah authored
      Update the directory for unshifting
      
      Closes #198274
      
      See merge request gitlab-org/gitlab!23473
      dd3380ab
  2. 21 Jan, 2020 36 commits