1. 30 9月, 2017 1 次提交
  2. 29 9月, 2017 1 次提交
  3. 28 9月, 2017 2 次提交
  4. 26 9月, 2017 1 次提交
    • 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
  5. 21 9月, 2017 1 次提交
  6. 20 9月, 2017 1 次提交
  7. 19 9月, 2017 2 次提交
  8. 16 9月, 2017 1 次提交
  9. 15 9月, 2017 1 次提交
    • Y
      Add missing index for getting recent push events · 590ed2ae
      Yorick Peterse 提交于
      This index is required to allow fast retrieval of recent push events
      without merge requests. Without this index in place the query would
      lead to PostgreSQL scanning over 150 000 index entries all the time,
      easily taking up between 200 and 500 milliseconds. This index
      reduces the time spent in this process to around 40 milliseconds on
      GitLab.com.
      590ed2ae
  10. 13 9月, 2017 1 次提交
  11. 11 9月, 2017 1 次提交
  12. 08 9月, 2017 2 次提交
  13. 07 9月, 2017 4 次提交
  14. 06 9月, 2017 7 次提交
  15. 05 9月, 2017 6 次提交
  16. 04 9月, 2017 1 次提交
  17. 03 9月, 2017 6 次提交
  18. 01 9月, 2017 1 次提交