BigW Consortium Gitlab

  1. 08 Nov, 2016 1 commit
  2. 01 Nov, 2016 1 commit
  3. 25 Oct, 2016 1 commit
  4. 24 Oct, 2016 1 commit
  5. 21 Oct, 2016 1 commit
  6. 17 Oct, 2016 1 commit
  7. 11 Oct, 2016 1 commit
  8. 10 Oct, 2016 1 commit
  9. 29 Sep, 2016 1 commit
  10. 28 Sep, 2016 1 commit
  11. 19 Aug, 2016 2 commits
  12. 04 Aug, 2016 1 commit
  13. 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.
  14. 29 Jul, 2016 1 commit
  15. 21 Jul, 2016 1 commit
  16. 19 Jul, 2016 1 commit
  17. 30 Jun, 2016 1 commit
  18. 29 Jun, 2016 1 commit
  19. 03 Jun, 2016 2 commits
  20. 13 May, 2016 1 commit
  21. 26 Apr, 2016 1 commit
  22. 20 Apr, 2016 2 commits
  23. 22 Mar, 2016 1 commit
  24. 10 Mar, 2016 1 commit
  25. 12 Feb, 2016 1 commit
  26. 30 Dec, 2015 1 commit
  27. 14 Dec, 2015 1 commit
  28. 28 Nov, 2015 1 commit
  29. 23 Nov, 2015 1 commit
  30. 19 Nov, 2015 1 commit
  31. 10 Nov, 2015 1 commit
    • Implement Build Artifacts · d0e3e823
      Kamil Trzcinski authored
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
  32. 22 Oct, 2015 1 commit
  33. 16 Oct, 2015 1 commit
  34. 07 Oct, 2015 1 commit
  35. 25 Sep, 2015 2 commits