1. 01.06.2017 1 коммит
  2. 25.04.2017 1 коммит
  3. 20.04.2017 1 коммит
  4. 01.03.2017 1 коммит
  5. 25.02.2017 2 коммита
  6. 22.02.2017 1 коммит
    • Drew Blessing's avatar
      # This is a combination of 2 commits.
      · d6584c94
      Drew Blessing создал
      # 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
  7. 15.02.2017 1 коммит
  8. 01.02.2017 1 коммит
  9. 09.01.2017 1 коммит
  10. 06.01.2017 1 коммит
  11. 25.12.2016 1 коммит
  12. 30.11.2016 1 коммит
  13. 24.11.2016 1 коммит
  14. 14.11.2016 1 коммит
  15. 25.10.2016 1 коммит
  16. 24.10.2016 1 коммит
  17. 22.10.2016 1 коммит
  18. 10.10.2016 1 коммит
  19. 29.09.2016 2 коммита
  20. 19.08.2016 2 коммита
  21. 04.08.2016 1 коммит
  22. 03.08.2016 2 коммита
    • Sean McGivern's avatar
      Mention that gitlab.rb needs to be kept
      · 5fedd7d1
      Sean McGivern создал
      5fedd7d1
    • Sean McGivern's avatar
      Store OTP secret key in secrets.yml
      · 405379bb
      Sean McGivern создал
      .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
  23. 29.07.2016 1 коммит
  24. 26.04.2016 1 коммит
  25. 21.04.2016 1 коммит
  26. 20.04.2016 1 коммит
  27. 22.03.2016 1 коммит
  28. 13.02.2016 1 коммит
  29. 30.12.2015 1 коммит
  30. 28.11.2015 1 коммит
  31. 24.11.2015 1 коммит
  32. 19.11.2015 1 коммит
  33. 10.11.2015 1 коммит
    • Kamil Trzcinski's avatar
      Implement Build Artifacts
      · d0e3e823
      Kamil Trzcinski создал
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  34. 22.10.2015 1 коммит
  35. 16.10.2015 1 коммит
  36. 25.09.2015 1 коммит
    • Paul Beattie's avatar
      Add support for AWS S3 Server-Side Encryption support
      · 253d2320
      Paul Beattie создал
      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