BigW Consortium Gitlab

  1. 19 Nov, 2015 1 commit
  2. 18 Nov, 2015 2 commits
  3. 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
  4. 03 Nov, 2015 1 commit
  5. 02 Nov, 2015 1 commit
  6. 16 Oct, 2015 1 commit
  7. 06 Oct, 2015 6 commits
  8. 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.
  9. 18 Sep, 2015 1 commit
  10. 15 Sep, 2015 3 commits
  11. 21 Aug, 2015 1 commit
  12. 12 Aug, 2015 1 commit
  13. 30 Jul, 2015 1 commit
  14. 29 Jul, 2015 1 commit
  15. 21 Jul, 2015 1 commit
    • Don't stop if database.sql.gz already exists · 346b0749
      Jacob Vosmaer authored
      The existing behavior of the backups is to overwrite whatever data
      was still there in the scratch directories. This broke when we added
      a 'gzip' step because 'gzip database.sql' will fail if 'database.sql.gz'
      already exists. Doing 'rm -f database.sql.gz' before the 'gzip'
      avoids this failure.
  16. 07 Jul, 2015 1 commit
  17. 06 Jul, 2015 2 commits
  18. 09 Jun, 2015 2 commits
  19. 02 Apr, 2015 1 commit
  20. 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.
  21. 25 Mar, 2015 1 commit
  22. 20 Mar, 2015 1 commit
  23. 19 Mar, 2015 1 commit
  24. 18 Mar, 2015 1 commit
  25. 17 Mar, 2015 1 commit
  26. 15 Mar, 2015 1 commit
  27. 19 Feb, 2015 1 commit
  28. 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.
  29. 30 Nov, 2014 1 commit
    • Properly fix wiki restore. · 191aa971
      Achilleas Pipinellis authored
      ProjectWiki.new() creates a new wiki git repository, so any tries
      to bare clone a bundle fail. With this patch we remove the newly
      created wiki.git before restoring from the backup bundle.
  30. 29 Nov, 2014 1 commit