BigW Consortium Gitlab

  1. 05 Apr, 2017 1 commit
  2. 31 Oct, 2016 1 commit
    • Support for post deployment migrations · 83c82411
      Yorick Peterse authored
      These are regular Rails migrations that are executed by default. A user
      can opt-out of these migrations by setting an environment variable
      during the deployment process.
      
      Fixes gitlab-org/gitlab-ce#22133
  3. 20 Jul, 2016 1 commit
    • 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]
  4. 03 Jun, 2016 2 commits
  5. 19 May, 2016 1 commit