An error occurred fetching the project authors.
  1. 25 Feb, 2017 1 commit
  2. 24 Feb, 2017 1 commit
  3. 21 Feb, 2017 1 commit
    • Drew Blessing's avatar
      # 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
      d6584c94
  4. 15 Feb, 2017 1 commit
  5. 31 Jan, 2017 1 commit
  6. 09 Jan, 2017 1 commit
  7. 06 Jan, 2017 1 commit
  8. 24 Dec, 2016 1 commit
  9. 30 Nov, 2016 1 commit
  10. 24 Nov, 2016 1 commit
  11. 14 Nov, 2016 1 commit
  12. 25 Oct, 2016 1 commit
  13. 24 Oct, 2016 1 commit
  14. 21 Oct, 2016 1 commit
  15. 10 Oct, 2016 1 commit
  16. 29 Sep, 2016 1 commit
  17. 28 Sep, 2016 1 commit
  18. 19 Aug, 2016 2 commits
  19. 04 Aug, 2016 1 commit
  20. 03 Aug, 2016 2 commits
    • Sean McGivern's avatar
      Mention that gitlab.rb needs to be kept · 5fedd7d1
      Sean McGivern authored
      5fedd7d1
    • Sean McGivern's avatar
      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.
      405379bb
  21. 29 Jul, 2016 1 commit
  22. 26 Apr, 2016 1 commit
  23. 20 Apr, 2016 2 commits
  24. 22 Mar, 2016 1 commit
  25. 12 Feb, 2016 1 commit
  26. 30 Dec, 2015 1 commit
  27. 28 Nov, 2015 1 commit
  28. 23 Nov, 2015 1 commit
  29. 19 Nov, 2015 1 commit
  30. 10 Nov, 2015 1 commit
    • Kamil Trzcinski's avatar
      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
      d0e3e823
  31. 22 Oct, 2015 1 commit
  32. 16 Oct, 2015 1 commit
  33. 25 Sep, 2015 1 commit
    • Paul Beattie's avatar
      Add support for AWS S3 Server-Side Encryption support · 253d2320
      Paul Beattie authored
      This adds support for AWS S3 SSE with S3 managed keys, this means the
      data is encrypted at rest and the encryption is handled transparently to
      the end user as well as in the AWS Console. This is optional and not
      required to make S3 uploads work.
      253d2320
  34. 14 Sep, 2015 1 commit
  35. 09 Sep, 2015 2 commits
  36. 04 Aug, 2015 1 commit