BigW Consortium Gitlab

  1. 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.
  2. 19 Nov, 2015 1 commit
    • Added index on issues.state · 50f65416
      Yorick Peterse authored
      This field is queried when filtering issues and due to the lack of an
      index would end up triggering a sequence scan.