BigW Consortium Gitlab

  1. 03 Mar, 2017 2 commits
  2. 28 Feb, 2017 1 commit
  3. 23 Feb, 2017 1 commit
  4. 21 Feb, 2017 1 commit
    • # 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
  5. 14 Feb, 2017 1 commit
  6. 31 Jan, 2017 2 commits
    • Fix specs · 732a821d
      Kamil Trzcinski authored
    • Add GitLab Pages · 120f9aba
      Kamil Trzcinski authored
      - The pages are created when build artifacts for `pages` job are uploaded
      - Pages serve the content under: http://group.pages.domain.com/project
      - Pages can be used to serve the group page, special project named as host: group.pages.domain.com
      - User can provide own 403 and 404 error pages by creating 403.html and 404.html in group page project
      - Pages can be explicitly removed from the project by clicking Remove Pages in Project Settings
      - The size of pages is limited by Application Setting: max pages size, which limits the maximum size of unpacked archive (default: 100MB)
      - The public/ is extracted from artifacts and content is served as static pages
      - Pages asynchronous worker use `dd` to limit the unpacked tar size
      - Pages needs to be explicitly enabled and domain needs to be specified in gitlab.yml
      - Pages are part of backups
      - Pages notify the deployment status using Commit Status API
      - Pages use a new sidekiq queue: pages
      - Pages use a separate nginx config which needs to be explicitly added
  7. 09 Jan, 2017 1 commit
  8. 07 Dec, 2016 1 commit
  9. 30 Nov, 2016 1 commit
  10. 27 Oct, 2016 1 commit
  11. 30 Aug, 2016 1 commit
  12. 11 Aug, 2016 1 commit
  13. 25 Jul, 2016 1 commit
    • Fix backup restore · c6ff77d4
      Stan Hu authored
      Set permissions of backup dir to g+s
      
      Closes #20188
  14. 30 Jun, 2016 1 commit
  15. 10 Jun, 2016 1 commit
  16. 03 Jun, 2016 3 commits
  17. 31 May, 2016 1 commit
  18. 25 May, 2016 1 commit
  19. 23 May, 2016 1 commit
  20. 16 May, 2016 1 commit
  21. 08 Feb, 2016 1 commit
  22. 19 Nov, 2015 1 commit
  23. 18 Nov, 2015 2 commits
  24. 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
  25. 03 Nov, 2015 1 commit
  26. 02 Nov, 2015 1 commit
  27. 16 Oct, 2015 1 commit
  28. 06 Oct, 2015 6 commits
  29. 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.
  30. 18 Sep, 2015 1 commit