BigW Consortium Gitlab

  1. 27 Jul, 2017 1 commit
  2. 04 Jul, 2017 1 commit
  3. 05 Jun, 2017 1 commit
  4. 01 Jun, 2017 1 commit
  5. 25 Apr, 2017 1 commit
  6. 20 Apr, 2017 1 commit
  7. 28 Feb, 2017 1 commit
  8. 25 Feb, 2017 1 commit
  9. 24 Feb, 2017 1 commit
  10. 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
  11. 15 Feb, 2017 1 commit
  12. 06 Feb, 2017 1 commit
  13. 31 Jan, 2017 1 commit
  14. 09 Jan, 2017 1 commit
  15. 06 Jan, 2017 1 commit
  16. 24 Dec, 2016 1 commit
  17. 16 Dec, 2016 1 commit
    • Add LDAP task to rename a provider · e0eb86ee
      Drew Blessing authored
      Sometimes admins will change the LDAP configuration, not realizing
      that problems will occur if the user's LDAP identities are not
      also updated to use the new provider name. This task will give
      admins a single command to run to update identities and will
      prevent having to run multiple Rails console queries.
  18. 30 Nov, 2016 1 commit
  19. 24 Nov, 2016 1 commit
  20. 22 Nov, 2016 1 commit
  21. 14 Nov, 2016 1 commit
  22. 08 Nov, 2016 1 commit
  23. 01 Nov, 2016 1 commit
  24. 25 Oct, 2016 1 commit
  25. 24 Oct, 2016 1 commit
  26. 21 Oct, 2016 1 commit
  27. 17 Oct, 2016 1 commit
  28. 11 Oct, 2016 1 commit
  29. 10 Oct, 2016 1 commit
  30. 29 Sep, 2016 1 commit
  31. 28 Sep, 2016 1 commit
  32. 19 Aug, 2016 2 commits
  33. 04 Aug, 2016 1 commit
  34. 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.
  35. 29 Jul, 2016 1 commit
  36. 21 Jul, 2016 1 commit
  37. 19 Jul, 2016 1 commit
  38. 30 Jun, 2016 1 commit