1. 30 9月, 2017 1 次提交
  2. 29 9月, 2017 3 次提交
  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. 25 9月, 2017 1 次提交
  6. 23 9月, 2017 1 次提交
    • S
      Fix duplicate key errors in PostDeployMigrateUserExternalMailData migration · 2e564ddf
      Stan Hu 提交于
      `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
      2e564ddf
  7. 21 9月, 2017 1 次提交
  8. 20 9月, 2017 2 次提交
  9. 19 9月, 2017 2 次提交
  10. 18 9月, 2017 2 次提交
  11. 16 9月, 2017 1 次提交
  12. 15 9月, 2017 6 次提交
  13. 13 9月, 2017 3 次提交
  14. 11 9月, 2017 2 次提交
  15. 08 9月, 2017 2 次提交
  16. 07 9月, 2017 5 次提交
  17. 06 9月, 2017 5 次提交