BigW Consortium Gitlab

  1. 18 Jul, 2017 1 commit
  2. 11 Jul, 2017 1 commit
  3. 07 Jul, 2017 7 commits
  4. 29 Jun, 2017 1 commit
  5. 27 Jun, 2017 2 commits
  6. 26 Jun, 2017 11 commits
  7. 21 Jun, 2017 2 commits
  8. 19 Jun, 2017 1 commit
    • Put an upper limit on update batches · 9a3bea67
      Yorick Peterse authored
      When using update_column_in_batches the upper limit on the batch size is
      now 1000. This ensures that for very large tables we don't lock tens of
      thousands of rows during the update. This in turn should reduce the
      likelyhood of running into deadlocks.
  9. 13 Jun, 2017 1 commit
  10. 25 May, 2017 1 commit
  11. 18 May, 2017 1 commit
  12. 15 May, 2017 1 commit
  13. 12 May, 2017 3 commits
  14. 11 May, 2017 1 commit
    • Add a new column before creating rename triggers · 49fb31db
      Bob Van Landuyt authored
      MySQL doesn't allow us to create a trigger for a column that doesn't
      exist yet. Failing with this error:
      
      ```
      Mysql2::Error: Unknown column 'build_events' in 'NEW': CREATE TRIGGER trigger_6a80c097c862_insert
      BEFORE INSERT
      ON `services`
      FOR EACH ROW
      SET NEW.`build_events` = NEW.`job_events`
      ```
      
      Creating the new column before creating the trigger avoids this.
  15. 02 May, 2017 1 commit
  16. 01 May, 2017 5 commits