1. 22 5月, 2018 1 次提交
  2. 21 5月, 2018 1 次提交
  3. 15 5月, 2018 2 次提交
    • S
      Add a unique and not null constraint on the project_features.project_id column · 3126e89e
      Stan Hu 提交于
      This commit has two migrations:
      
      1. The first prunes duplicate rows in the project_features table and leaves
         the row with the highest ID.  Since the behavior was indeterministic before
         and depended on which row the database decided to use, this change at least
         makes the permissions consistent. For example, in some cases, the Wiki may
         have been disabled but enabled in another entry.
      
      2. The second adds a non-null constraint on the project_features.project_id
         column.
      
      Closes #37882
      
      Fixes a significant part of gitlab-com/migration#408.
      
      We found that we were overcounting Wikis because of these duplicates.
      On GitLab.com, there are 56 rows with duplicate entries by project_id, and 16,661 rows with NULL project_id values.
      3126e89e
    • D
      Add index on runner_type for ci_runners · 528859dd
      Dylan Griffith 提交于
      We use this to filter runner and will use this increasingly in future
      instead of is_shared so it should be indexed
      528859dd
  4. 09 5月, 2018 2 次提交
  5. 08 5月, 2018 3 次提交
  6. 07 5月, 2018 3 次提交
  7. 04 5月, 2018 5 次提交
  8. 03 5月, 2018 4 次提交
  9. 02 5月, 2018 2 次提交
  10. 01 5月, 2018 2 次提交
  11. 30 4月, 2018 2 次提交
  12. 27 4月, 2018 2 次提交
  13. 26 4月, 2018 2 次提交
  14. 25 4月, 2018 3 次提交
  15. 24 4月, 2018 3 次提交
  16. 23 4月, 2018 3 次提交