BigW Consortium Gitlab

  1. 20 Feb, 2017 2 commits
  2. 16 Feb, 2017 2 commits
  3. 15 Feb, 2017 2 commits
  4. 14 Feb, 2017 1 commit
  5. 13 Feb, 2017 2 commits
  6. 10 Feb, 2017 2 commits
  7. 09 Feb, 2017 3 commits
  8. 08 Feb, 2017 1 commit
  9. 07 Feb, 2017 3 commits
  10. 06 Feb, 2017 1 commit
  11. 04 Feb, 2017 1 commit
  12. 03 Feb, 2017 4 commits
  13. 02 Feb, 2017 1 commit
  14. 01 Feb, 2017 2 commits
  15. 31 Jan, 2017 1 commit
  16. 30 Jan, 2017 1 commit
    • Ignore encrypted attributes in Import/Export · e589c7e8
      James Lopez authored
      * Regenerates tokens for all models that have them
      * Remove variables, since they are basically just storing encrypted data
      * Bumped version up to 0.1.6
      * Updated related docs
  17. 26 Jan, 2017 2 commits
  18. 24 Jan, 2017 6 commits
  19. 15 Jan, 2017 1 commit
  20. 11 Jan, 2017 1 commit
  21. 09 Jan, 2017 1 commit
    • Treat environments matching `production/*` as Production · b7467748
      Toon Claes authored
      For Cycle Analytics, the environment `production` is treated as a
      special case, and used to update the `first_deployed_to_production_at`
      metric.
      
      With the Review Apps changes, slash syntax is used to group related
      environments in the list. This is mostly used for `review/<branch>`
      environments, but it's possible for people to have multiple production
      environments, and someone might then want to group them like
      `production/eu`, `production/us`, or even just make it look prettier
      with `production/www.example.com`. In any of these cases, the first
      deploy to one of these `production/*` environments now is treated as a
      Production deploy.