An error occurred fetching the project authors.
  1. 05 Oct, 2017 5 commits
  2. 04 Oct, 2017 1 commit
  3. 03 Oct, 2017 2 commits
  4. 29 Sep, 2017 1 commit
  5. 28 Sep, 2017 3 commits
  6. 26 Sep, 2017 1 commit
    • Greg Stark's avatar
      Remove an unneeded index on ci_builds left in some databases · 23b58e54
      Greg Stark authored
      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
  7. 23 Sep, 2017 3 commits
  8. 21 Sep, 2017 1 commit
  9. 20 Sep, 2017 1 commit
  10. 19 Sep, 2017 1 commit
  11. 18 Sep, 2017 1 commit
  12. 15 Sep, 2017 1 commit
  13. 14 Sep, 2017 1 commit
    • Yorick Peterse's avatar
      Add missing index for getting recent push events · 590ed2ae
      Yorick Peterse authored
      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
  14. 13 Sep, 2017 1 commit
  15. 11 Sep, 2017 1 commit
  16. 08 Sep, 2017 1 commit
    • Rubén Dávila's avatar
      Revert "Merge branch... · 52a2423e
      Rubén Dávila authored
      Revert "Merge branch '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'"
      
      This reverts merge request !13619
      52a2423e
  17. 07 Sep, 2017 3 commits
  18. 06 Sep, 2017 9 commits
  19. 05 Sep, 2017 3 commits