BigW Consortium Gitlab

  1. 11 Aug, 2016 1 commit
  2. 10 Jun, 2016 1 commit
  3. 03 Jun, 2016 3 commits
  4. 31 May, 2016 1 commit
  5. 25 May, 2016 1 commit
  6. 23 May, 2016 1 commit
  7. 16 May, 2016 1 commit
  8. 08 Feb, 2016 1 commit
  9. 19 Nov, 2015 1 commit
  10. 18 Nov, 2015 2 commits
  11. 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
  12. 06 Oct, 2015 3 commits
  13. 25 Sep, 2015 1 commit
    • 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.
  14. 15 Sep, 2015 1 commit
  15. 29 Jul, 2015 1 commit
  16. 06 Jul, 2015 1 commit
  17. 09 Jun, 2015 2 commits
  18. 02 Apr, 2015 1 commit
  19. 28 Mar, 2015 1 commit
    • Don't use chmod_R for backup tars · 0f78d92e
      Vinnie Okada authored
      When creating backup tar files, only change permissions on the `db`,
      `uploads`, and `repositories` directories, not their contents.
  20. 25 Mar, 2015 1 commit
  21. 20 Mar, 2015 1 commit
  22. 18 Mar, 2015 1 commit
  23. 17 Mar, 2015 1 commit
  24. 15 Mar, 2015 1 commit
  25. 19 Feb, 2015 1 commit
  26. 16 Feb, 2015 1 commit
    • Fix broken access control and refactor avatar upload · 7d5f86f6
      Hannes Rosenögger authored
      This commit moves the note folder from
      /public/uploads/note
      to
      /uploads/note
      and changes the uploader accordingly.
      Now it's no longer possible to avoid the access control by modifing the url.
      The Avatar upload has been refactored to use an own uploader as well
      to cleanly seperate the two upload types.
  27. 20 Nov, 2014 1 commit
  28. 01 Oct, 2014 1 commit
  29. 29 Sep, 2014 1 commit
  30. 08 May, 2014 1 commit
  31. 03 Mar, 2014 1 commit
  32. 27 Feb, 2014 1 commit
    • Use Gitlab::VERSION to version backups · 75f274b7
      Jacob Vosmaer authored
      Previous to this commit, backups were tied to the git revision (SHA1) of
      the app at the time the backup:create command was invoked. If the SHA1
      at the time of restore was different, the script would refuse to restore
      the backup.  This commit loosens this tie so that the backup script only
      complains if the value of the Gitlab::VERSION constant is different
      between the time of backup and the time of restore.
  33. 06 Nov, 2013 2 commits