BigW Consortium Gitlab

  1. 30 Oct, 2017 2 commits
  2. 09 Oct, 2017 1 commit
  3. 28 Aug, 2017 1 commit
  4. 27 Jul, 2017 1 commit
  5. 04 Jul, 2017 1 commit
  6. 01 Jun, 2017 1 commit
  7. 25 Apr, 2017 1 commit
  8. 20 Apr, 2017 1 commit
  9. 28 Feb, 2017 1 commit
  10. 25 Feb, 2017 1 commit
  11. 24 Feb, 2017 1 commit
  12. 21 Feb, 2017 1 commit
    • # This is a combination of 2 commits. · d6584c94
      Drew Blessing authored
      # This is the 1st commit message:
      
      Add `copy` backup strategy to combat file changed errors
      
      The backup Rake task used to stream data directly from the live
      data directory into the backup. Under many circumstances this worked
      OK. However, really active instances would experience a 'file changed
      as we read it' error - especially with data like the registry. This
      now copies the data first, then compresses it. It will take a bit
      more disk space while the backup is in progress, but it's a
      necessary thing.
      
      # The commit message #2 will be skipped:
      
      #	Add env var
  13. 15 Feb, 2017 1 commit
  14. 31 Jan, 2017 1 commit
  15. 09 Jan, 2017 1 commit
  16. 06 Jan, 2017 1 commit
  17. 24 Dec, 2016 1 commit
  18. 30 Nov, 2016 1 commit
  19. 24 Nov, 2016 1 commit
  20. 14 Nov, 2016 1 commit
  21. 25 Oct, 2016 1 commit
  22. 24 Oct, 2016 1 commit
  23. 21 Oct, 2016 1 commit
  24. 10 Oct, 2016 1 commit
  25. 29 Sep, 2016 1 commit
  26. 28 Sep, 2016 1 commit
  27. 19 Aug, 2016 2 commits
  28. 04 Aug, 2016 1 commit
  29. 03 Aug, 2016 2 commits
    • Mention that gitlab.rb needs to be kept · 5fedd7d1
      Sean McGivern authored
    • Store OTP secret key in secrets.yml · 405379bb
      Sean McGivern authored
      .secret stores the secret token used for both encrypting login cookies
      and for encrypting stored OTP secrets. We can't rotate this, because
      that would invalidate all existing OTP secrets.
      
      If the secret token is present in the .secret file or an environment
      variable, save it as otp_key_base in secrets.yml. Now .secret can be
      rotated without invalidating OTP secrets.
      
      If the secret token isn't present (initial setup), then just generate a
      separate otp_key_base and save in secrets.yml.
      
      Update the docs to reflect that secrets.yml needs to be retained past
      upgrades, but .secret doesn't.
  30. 29 Jul, 2016 1 commit
  31. 26 Apr, 2016 1 commit
  32. 20 Apr, 2016 2 commits
  33. 22 Mar, 2016 1 commit
  34. 12 Feb, 2016 1 commit
  35. 30 Dec, 2015 1 commit
  36. 28 Nov, 2015 1 commit