1. 07 12月, 2016 1 次提交
  2. 29 11月, 2016 1 次提交
  3. 21 11月, 2016 1 次提交
  4. 09 11月, 2016 1 次提交
  5. 25 10月, 2016 3 次提交
  6. 21 10月, 2016 1 次提交
  7. 12 10月, 2016 1 次提交
  8. 11 10月, 2016 1 次提交
  9. 10 10月, 2016 5 次提交
  10. 27 9月, 2016 3 次提交
  11. 31 8月, 2016 1 次提交
  12. 12 8月, 2016 1 次提交
    • S
      Fix bug where destroying a namespace would not always destroy projects · cb8a425b
      Stan Hu 提交于
      There is a race condition in DestroyGroupService now that projects are deleted asynchronously:
      
      1. User attempts to delete group
      2. DestroyGroupService iterates through all projects and schedules a Sidekiq job to delete each Project
      3. DestroyGroupService destroys the Group, leaving all its projects without a namespace
      4. Projects::DestroyService runs later but the can?(current_user,
         :remove_project) is `false` because the user no longer has permission to
         destroy projects with no namespace.
      5. This leaves the project in pending_delete state with no namespace/group.
      
      Projects without a namespace or group also adds another problem: it's not possible to destroy the container
      registry tags, since container_registry_path_with_namespace is the wrong value.
      
      The fix is to destroy the group asynchronously and to run execute directly on Projects::DestroyService.
      
      Closes #17893
      cb8a425b
  13. 09 8月, 2016 2 次提交
  14. 02 7月, 2016 1 次提交
  15. 28 6月, 2016 1 次提交
  16. 03 6月, 2016 2 次提交
  17. 01 6月, 2016 1 次提交
  18. 29 4月, 2016 2 次提交
  19. 18 4月, 2016 1 次提交
  20. 17 3月, 2016 1 次提交
  21. 14 3月, 2016 1 次提交
    • Z
      External Users · 42fcd388
      Zeger-Jan van de Weg 提交于
      The user has the rights of a public user execpt it can never create a project,
       group, or team. Also it cant view internal projects.
      42fcd388
  22. 04 3月, 2016 1 次提交
  23. 09 1月, 2016 1 次提交
  24. 24 12月, 2015 1 次提交
  25. 08 12月, 2015 1 次提交
  26. 10 11月, 2015 1 次提交
    • K
      Implement Build Artifacts · d0e3e823
      Kamil Trzcinski 提交于
      - Offloads uploading to GitLab Workhorse
      - Use /authorize request for fast uploading
      - Added backup recipes for artifacts
      - Support download acceleration using X-Sendfile
      d0e3e823
  27. 23 9月, 2015 1 次提交
  28. 23 8月, 2015 1 次提交
  29. 30 7月, 2015 1 次提交