1. 17 10月, 2017 1 次提交
  2. 13 10月, 2017 1 次提交
  3. 07 10月, 2017 2 次提交
  4. 06 10月, 2017 1 次提交
  5. 05 10月, 2017 9 次提交
  6. 04 10月, 2017 2 次提交
  7. 03 10月, 2017 5 次提交
  8. 02 10月, 2017 1 次提交
  9. 01 10月, 2017 2 次提交
  10. 30 9月, 2017 2 次提交
  11. 29 9月, 2017 1 次提交
  12. 28 9月, 2017 4 次提交
  13. 27 9月, 2017 1 次提交
  14. 26 9月, 2017 2 次提交
    • G
      Remove an unneeded index on ci_builds left in some databases · 23b58e54
      Greg Stark 提交于
      Migration 20170919211300_remove_temporary_ci_builds_index.rb created a
      temporary partial index and tried to drop it at the end of the
      migration. In some circumstances apparently it failed to drop the
      index and it ended up in our schema.rb.
      
      This accidentally failed to fail due to a bug in the regular
      expression for partial indexes which caused the index creation in
      schema.rb to be ignored. Now that that's fixed we could be
      resurrecting this zombie index from the past in some but not all
      databases.
      
      Add a migration to drop this index if it's present to reconcile this
      discrepancy.
      23b58e54
    • S
      ok · bdc618c2
      Shinya Maeda 提交于
      bdc618c2
  15. 25 9月, 2017 2 次提交
  16. 23 9月, 2017 3 次提交
  17. 21 9月, 2017 1 次提交