An error occurred fetching the project authors.
  1. 06 Mar, 2017 4 commits
  2. 01 Mar, 2017 1 commit
  3. 23 Feb, 2017 8 commits
  4. 16 Feb, 2017 1 commit
  5. 15 Feb, 2017 3 commits
  6. 14 Feb, 2017 1 commit
  7. 13 Feb, 2017 2 commits
  8. 06 Feb, 2017 2 commits
  9. 03 Feb, 2017 1 commit
    • Lin Jen-Shin's avatar
      Skip or retain project while deleting the project: · aaf382d5
      Lin Jen-Shin authored
      * Skip Ci::Build#update_project_statistics whenever there's no
        project (i.e. we're deleting the project!)
      * Retain the unscoped_project before deleting the build,
        so that we could use the data to delete the artifacts.
        Note that carrierwave uses `after_commit` for this,
        so we need to retain it in the memory.
      
      Closes #15005
      aaf382d5
  10. 31 Jan, 2017 2 commits
    • Kamil Trzcinski's avatar
      6e70870a
    • Kamil Trzcinski's avatar
      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
      120f9aba
  11. 25 Jan, 2017 7 commits
  12. 18 Jan, 2017 1 commit
  13. 09 Jan, 2017 1 commit
  14. 21 Dec, 2016 1 commit
    • Markus Koller's avatar
      Add more storage statistics · 3ef4f74b
      Markus Koller authored
      This adds counters for build artifacts and LFS objects, and moves
      the preexisting repository_size and commit_count from the projects
      table into a new project_statistics table.
      
      The counters are displayed in the administration area for projects
      and groups, and also available through the API for admins (on */all)
      and normal users (on */owned)
      
      The statistics are updated through ProjectCacheWorker, which can now
      do more granular updates with the new :statistics argument.
      3ef4f74b
  15. 16 Dec, 2016 2 commits
  16. 15 Dec, 2016 3 commits