BigW Consortium Gitlab

  1. 21 Mar, 2017 5 commits
  2. 16 Mar, 2017 1 commit
  3. 08 Mar, 2017 2 commits
  4. 06 Mar, 2017 2 commits
    • Fix up @DouweM review · 96cbad23
      Eric Eastwood authored
    • Use native unicode emojis · e6fc0207
      Eric Eastwood authored
       - gl_emoji for falling back to image/css-sprite when the browser
         doesn't support an emoji
       - Markdown rendering (Banzai filter)
       - Autocomplete
       - Award emoji menu
          - Perceived perf
          - Immediate response because we now build client-side
       - Update `digests.json` generation in gemojione rake task to be more
         useful and  include `unicodeVersion`
      
      MR: !9437
      
      See issues
      
       - #26371
       - #27250
       - #22474
  5. 03 Mar, 2017 1 commit
  6. 28 Feb, 2017 1 commit
  7. 23 Feb, 2017 2 commits
  8. 21 Feb, 2017 1 commit
  9. 16 Feb, 2017 3 commits
  10. 13 Feb, 2017 1 commit
  11. 07 Feb, 2017 4 commits
  12. 03 Feb, 2017 1 commit
  13. 31 Jan, 2017 2 commits
    • 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
    • Fix wrong call to ProjectCacheWorker.perform · 89a2438a
      Rémy Coutable authored
      It's either ProjectCacheWorker#perform or
      ProjectCacheWorker.perform_async!
      Signed-off-by: 's avatarRémy Coutable <remy@rymai.me>
  14. 28 Jan, 2017 1 commit
  15. 27 Jan, 2017 3 commits
  16. 25 Jan, 2017 1 commit
  17. 16 Jan, 2017 1 commit
  18. 10 Jan, 2017 3 commits
  19. 05 Jan, 2017 1 commit
  20. 21 Dec, 2016 2 commits
    • 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.
    • Remove rake task update_commit_count · 6fd58ee4
      Markus Koller authored
  21. 16 Dec, 2016 1 commit
    • Add LDAP task to rename a provider · e0eb86ee
      Drew Blessing authored
      Sometimes admins will change the LDAP configuration, not realizing
      that problems will occur if the user's LDAP identities are not
      also updated to use the new provider name. This task will give
      admins a single command to run to update identities and will
      prevent having to run multiple Rails console queries.
  22. 13 Dec, 2016 1 commit