BigW Consortium Gitlab

  1. 05 Nov, 2017 1 commit
  2. 03 Nov, 2017 1 commit
  3. 02 Nov, 2017 2 commits
  4. 24 Oct, 2017 1 commit
  5. 07 Oct, 2017 4 commits
  6. 06 Oct, 2017 1 commit
  7. 05 Oct, 2017 5 commits
  8. 29 Sep, 2017 2 commits
    • Reschedule merge request diff background migration · 472be7fe
      Sean McGivern authored
      The first attempt didn't migrate all rows on GitLab.com, due to a couple of
      issues:
      
      1. Some rows in merge_request_diffs had truly huge numbers of commits and diffs
         serialised - one in particular had 26,000 commits!
      2. The jobs were sometimes on Sidekiq hosts with frequent OOM errors, leading to
         the job being lost.
      
      The previous commit adds more logging, and a more robust insertion method. This
      commit reschedules the jobs, with a generous pause between each.
  9. 25 Sep, 2017 1 commit
  10. 23 Sep, 2017 1 commit
    • Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration · 2e564ddf
      Stan Hu authored
      `email_provider` by default is NULL, and if a user had not logged the
      value would remain NULL. Upgrading to GitLab 10.0 would lead to a
      PG::UniqueViolation because the post-deploy migration would attempt
      to reinsert the entry because the NULL comparison between
      `users.email_provider` and `user_synced_attributes_metadata.email_provider`
      would never match.
      
      Closes #38246
  11. 15 Sep, 2017 1 commit
  12. 14 Sep, 2017 5 commits
  13. 07 Sep, 2017 1 commit
  14. 06 Sep, 2017 2 commits
  15. 05 Sep, 2017 6 commits
  16. 25 Aug, 2017 2 commits
  17. 23 Aug, 2017 1 commit
  18. 22 Aug, 2017 3 commits