Skip to content
Snippets Groups Projects
  1. Jan 07, 2016
  2. Dec 23, 2015
  3. Dec 18, 2015
    • Kamil Trzcińśki's avatar
      Change pages domain to host · 23272ee1
      Kamil Trzcińśki authored
      23272ee1
    • Kamil Trzcińśki's avatar
      ad93eafb
    • Kamil Trzcińśki's avatar
      Add GitLab Pages · 650d6a63
      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
      650d6a63
  4. Dec 16, 2015
  5. Dec 15, 2015
  6. Dec 14, 2015
  7. Dec 07, 2015
  8. Dec 02, 2015
    • Jacob Vosmaer (GitLab)'s avatar
      Improve reliability of LdapSyncWorker · 35912d59
      Jacob Vosmaer (GitLab) authored
      First of all, Sidekiq job retries are not needed because this is a
      recurring job. Second of all, we add the option to run once every
      X days instead of once every day. This helps when the job takes
      close to or more than 24 hours to complete.
      35912d59
  9. Nov 23, 2015
  10. Nov 20, 2015
  11. Nov 19, 2015
  12. Nov 16, 2015
  13. Nov 13, 2015
  14. Nov 03, 2015
  15. Oct 26, 2015
  16. Oct 23, 2015
  17. Oct 13, 2015
  18. Sep 25, 2015
    • Paul Beattie's avatar
      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.
      253d2320
  19. Sep 21, 2015
  20. Sep 20, 2015
  21. Sep 18, 2015
  22. Sep 15, 2015
  23. Sep 09, 2015
  24. Sep 08, 2015
  25. Sep 02, 2015
  26. Aug 19, 2015
  27. Aug 18, 2015
  28. Aug 17, 2015
  29. Jul 24, 2015
  30. Jul 23, 2015
  31. Jul 21, 2015
  32. Jul 06, 2015
  33. Jun 13, 2015
Loading