BigW Consortium Gitlab

  1. 08 Jul, 2016 1 commit
  2. 01 Jul, 2016 1 commit
  3. 30 Jun, 2016 1 commit
  4. 29 Jun, 2016 3 commits
    • Enable Style/SpaceAfterComma Rubocop cop · 28bafd53
      Grzegorz Bizon authored
    • Added RuboCop cops for checking DB migrations · c740445a
      Yorick Peterse authored
      There are currently two cops for this:
      
      * Migration/AddIndex: checks if indexes are added concurrently
      * Migration/ColumnWithDefault: checks if columns with default values are
        added in a concurrent manner
      
      Both cops are fairly simple and make no attempt at correcting the code
      as this is quite hard to do (e.g. modifications may need to be applied
      in various places in the same file). They however should provide enough
      to catch people ignoring the comments in generated migrations telling
      them to use add_concurrent_index or add_column_with_default.
  5. 16 Jun, 2016 2 commits
  6. 10 Jun, 2016 1 commit
  7. 09 Jun, 2016 1 commit
    • Enable RuboCop for migrations · 98bb435f
      Sean McGivern authored
      Migrations shouldn't fail RuboCop checks - especially lint checks, such
      as the nested method check. To avoid changing code in existing
      migrations, add the magic comment to the top of each of them to skip
      that file.
  8. 04 Jun, 2016 1 commit
  9. 03 Jun, 2016 4 commits
  10. 01 Jun, 2016 2 commits
  11. 31 May, 2016 1 commit
  12. 30 May, 2016 13 commits
  13. 25 May, 2016 2 commits
  14. 24 May, 2016 1 commit
  15. 23 May, 2016 6 commits