An error occurred fetching the project authors.
  1. 08 Feb, 2017 1 commit
  2. 07 Feb, 2017 1 commit
    • Toon Claes's avatar
      API: remove `public` param for projects · c6ad83ec
      Toon Claes authored
      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 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
  4. 15 Dec, 2016 1 commit
  5. 02 Dec, 2016 1 commit
  6. 28 Nov, 2016 1 commit
  7. 24 Nov, 2016 3 commits
  8. 23 Nov, 2016 1 commit
  9. 18 Nov, 2016 1 commit
  10. 04 Nov, 2016 1 commit
  11. 01 Nov, 2016 2 commits
  12. 31 Oct, 2016 1 commit
  13. 19 Oct, 2016 2 commits
  14. 13 Oct, 2016 1 commit
  15. 11 Oct, 2016 1 commit
  16. 07 Oct, 2016 1 commit
  17. 04 Oct, 2016 3 commits
  18. 28 Sep, 2016 1 commit
  19. 19 Sep, 2016 1 commit
  20. 06 Sep, 2016 1 commit
    • Olaf Tomalka's avatar
      Added fork API paremeter for a specific namespace · bad3fb89
      Olaf Tomalka authored
      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
  21. 31 Aug, 2016 1 commit
  22. 30 Aug, 2016 3 commits
  23. 25 Aug, 2016 1 commit
  24. 24 Aug, 2016 3 commits
  25. 10 Aug, 2016 1 commit
  26. 08 Aug, 2016 1 commit
  27. 07 Aug, 2016 1 commit
  28. 19 Jul, 2016 1 commit
  29. 08 Jul, 2016 1 commit
  30. 07 Jul, 2016 1 commit