1. 09 2月, 2017 1 次提交
  2. 07 2月, 2017 1 次提交
    • T
      API: remove `public` param for projects · c6ad83ec
      Toon Claes 提交于
      The create and edit actions for projects had these parameters:
      
      - `public` (optional) - if true same as setting `visibility_level = 20`
      - `visibility_level` (optional)
      
      Remove the `public` parameter to avoid contradiction.
      c6ad83ec
  3. 21 12月, 2016 1 次提交
    • M
      Add more storage statistics · 3ef4f74b
      Markus Koller 提交于
      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
  4. 15 12月, 2016 1 次提交
  5. 02 12月, 2016 1 次提交
  6. 29 11月, 2016 1 次提交
  7. 25 11月, 2016 1 次提交
  8. 24 11月, 2016 2 次提交
  9. 23 11月, 2016 1 次提交
  10. 18 11月, 2016 1 次提交
  11. 04 11月, 2016 1 次提交
  12. 01 11月, 2016 2 次提交
  13. 31 10月, 2016 1 次提交
  14. 20 10月, 2016 2 次提交
  15. 13 10月, 2016 1 次提交
  16. 11 10月, 2016 1 次提交
  17. 07 10月, 2016 1 次提交
  18. 05 10月, 2016 3 次提交
  19. 28 9月, 2016 1 次提交
  20. 19 9月, 2016 1 次提交
  21. 06 9月, 2016 1 次提交
    • O
      Added fork API paremeter for a specific namespace · bad3fb89
      Olaf Tomalka 提交于
      Browser interface allows forking to an owned grup.
      This commit brings API up to speed by providing optional namespace
      parameter to fork API. This allows forking to users and groups under
      forker's control using their id or unique name.
      
      Fixes #21591
      bad3fb89
  22. 31 8月, 2016 3 次提交
  23. 30 8月, 2016 1 次提交
  24. 25 8月, 2016 1 次提交
  25. 24 8月, 2016 3 次提交
  26. 11 8月, 2016 1 次提交
  27. 09 8月, 2016 1 次提交
  28. 07 8月, 2016 1 次提交
  29. 20 7月, 2016 1 次提交
  30. 08 7月, 2016 1 次提交
  31. 07 7月, 2016 1 次提交