An error occurred fetching the project authors.
  1. 25 May, 2018 1 commit
  2. 22 May, 2018 1 commit
  3. 21 May, 2018 1 commit
  4. 15 May, 2018 2 commits
    • Stan Hu's avatar
      Add a unique and not null constraint on the project_features.project_id column · 3126e89e
      Stan Hu authored
      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
    • Dylan Griffith's avatar
      Add index on runner_type for ci_runners · 528859dd
      Dylan Griffith authored
      We use this to filter runner and will use this increasingly in future
      instead of is_shared so it should be indexed
      528859dd
  5. 09 May, 2018 2 commits
  6. 08 May, 2018 3 commits
  7. 07 May, 2018 3 commits
  8. 04 May, 2018 5 commits
  9. 03 May, 2018 4 commits
  10. 02 May, 2018 1 commit
  11. 01 May, 2018 3 commits
  12. 30 Apr, 2018 2 commits
  13. 27 Apr, 2018 2 commits
  14. 26 Apr, 2018 2 commits
  15. 25 Apr, 2018 2 commits
  16. 24 Apr, 2018 4 commits
  17. 23 Apr, 2018 2 commits