Skip to content
Snippets Groups Projects
  1. Sep 04, 2019
  2. Aug 28, 2019
    • Victor Zagorodny's avatar
      Update CE files for GSD projects filter · e4fbd94c
      Victor Zagorodny authored
      A new param with_security_reports was added to
      GET /groups/:id/projects API and the code to
      support this logic in GroupProjectsFinder and
      Project model. Also, a DB index was added to
      ci_job_artifacts table to speed up the search
      of security reports artifacts for projects
      e4fbd94c
  3. Jul 12, 2019
  4. Jul 08, 2019
  5. Jul 04, 2019
  6. Jul 03, 2019
  7. May 29, 2019
  8. Jan 15, 2019
  9. Jan 04, 2019
  10. Nov 19, 2018
  11. Oct 19, 2018
  12. Aug 29, 2018
  13. Aug 21, 2018
  14. Jul 23, 2018
  15. Jul 09, 2018
  16. Jul 02, 2018
  17. Jun 12, 2018
  18. May 18, 2018
  19. May 01, 2018
  20. Mar 05, 2018
  21. Feb 08, 2018
  22. Dec 14, 2017
  23. Dec 08, 2017
  24. Nov 17, 2017
  25. Nov 09, 2017
  26. Nov 06, 2017
  27. Oct 24, 2017
  28. Aug 24, 2017
  29. May 10, 2017
  30. Apr 08, 2017
  31. Mar 06, 2017
  32. Mar 02, 2017
  33. Mar 01, 2017
  34. Feb 24, 2017
  35. Feb 14, 2017
    • Toon Claes's avatar
      API: Consolidate /projects endpoint · 4e9e29d2
      Toon Claes authored
      It consolidates these endpoints:
       - /projects
       - /projects/owned
       - /projects/visible
       - /projects/starred
       - /projects/all
      
      Into the /projects endpoint using query parameters.
      4e9e29d2
  36. Feb 08, 2017
  37. Jan 30, 2017
  38. Jan 03, 2017
  39. Dec 21, 2016
    • 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.
      Verified
      3ef4f74b
Loading