BigW Consortium Gitlab

  1. 15 May, 2017 1 commit
    • Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer authored
      It seems that bad things happen when two gRPC stubs share one gRPC
      channel so let's stop doing that. The downside of this is that we
      create more gRPC connections; one per stub.
  2. 12 May, 2017 2 commits
  3. 28 Apr, 2017 1 commit
  4. 26 Apr, 2017 1 commit
  5. 29 Mar, 2017 2 commits
  6. 27 Mar, 2017 1 commit
  7. 03 Mar, 2017 2 commits
  8. 23 Feb, 2017 2 commits
  9. 31 Jan, 2017 1 commit
    • 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
  10. 09 Jan, 2017 1 commit
  11. 30 Nov, 2016 2 commits
  12. 27 Oct, 2016 1 commit
  13. 24 Oct, 2016 1 commit
  14. 11 Aug, 2016 1 commit
  15. 09 Aug, 2016 1 commit
  16. 01 Jul, 2016 1 commit
  17. 30 Jun, 2016 1 commit
  18. 03 Jun, 2016 2 commits
  19. 23 May, 2016 1 commit
  20. 16 May, 2016 1 commit
  21. 30 Mar, 2016 1 commit
  22. 22 Mar, 2016 1 commit
  23. 19 Nov, 2015 1 commit
  24. 18 Nov, 2015 1 commit
  25. 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
  26. 06 Oct, 2015 2 commits
  27. 03 Oct, 2015 1 commit
  28. 15 Sep, 2015 3 commits
  29. 24 Jul, 2015 2 commits
  30. 10 Jul, 2015 1 commit