An error occurred fetching the project authors.
  1. 20 Apr, 2020 1 commit
    • Yannis Roussos's avatar
      Enforce text columns with a limit on migrations · 54d2e98d
      Yannis Roussos authored
      - Add Migration/String cop to enforce usage of the text
        data type instead of string
      - Remove the existing Migration/AddLimitToStringColumns
        cop and its rspec tests as strings are no longer allowed
      - Add Migration/Text cop to enforce limit on text columns
      - Add rspec tests for the Migration/String and
        the Migration/Text cops
      - Disable the offenses caused by existing migrations with
        strings or texts without limits
      54d2e98d
  2. 23 Aug, 2019 2 commits
  3. 22 Nov, 2018 2 commits
  4. 03 Nov, 2018 1 commit
  5. 01 Nov, 2018 1 commit
  6. 30 Oct, 2018 1 commit
  7. 25 Oct, 2018 1 commit
  8. 14 Sep, 2018 1 commit
  9. 08 Mar, 2018 3 commits
  10. 25 Jan, 2018 1 commit
  11. 07 Sep, 2017 1 commit
  12. 07 Jul, 2017 1 commit
  13. 16 May, 2017 1 commit
  14. 04 May, 2017 1 commit
  15. 05 Apr, 2017 1 commit
  16. 20 Jul, 2016 1 commit
    • Yorick Peterse's avatar
      Added checks for migration downtime · a8bfe20d
      Yorick Peterse authored
      These new checks can be used to check if migrations require downtime or
      not (as tagged by their authors). In CI this compares the current branch
      with master so migrations added by merge requests are automatically
      verified.
      
      To check the migrations added since a Git reference simply run:
      
          bundle exec rake gitlab:db:downtime_check[GIT_REF]
      a8bfe20d
  17. 03 Jun, 2016 2 commits
  18. 19 May, 2016 2 commits
  19. 12 May, 2016 2 commits