Skip to content
Snippets Groups Projects
  1. Jul 31, 2018
  2. Jun 05, 2018
  3. May 24, 2018
  4. Apr 25, 2018
  5. Mar 21, 2018
  6. Jan 31, 2018
  7. Dec 07, 2017
  8. Dec 03, 2017
  9. Oct 21, 2017
  10. Oct 18, 2017
  11. Oct 05, 2017
  12. Aug 10, 2017
  13. Aug 01, 2017
  14. Jun 21, 2017
  15. Jun 14, 2017
  16. May 15, 2017
    • Jacob Vosmaer (GitLab)'s avatar
      Don't reuse gRPC channels · 43f037c9
      Jacob Vosmaer (GitLab) 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.
      43f037c9
  17. May 12, 2017
  18. Apr 28, 2017
  19. Apr 26, 2017
  20. Mar 29, 2017
  21. Mar 27, 2017
  22. Mar 03, 2017
  23. Feb 23, 2017
  24. Jan 31, 2017
    • Kamil Trzcińśki's avatar
      Add GitLab Pages · 120f9aba
      Kamil Trzcińśki 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
      120f9aba
  25. Jan 09, 2017
  26. Nov 30, 2016
  27. Oct 27, 2016
  28. Oct 24, 2016
  29. Aug 11, 2016
  30. Aug 09, 2016
  31. Jul 01, 2016
  32. Jun 30, 2016
  33. Jun 03, 2016
Loading