Skip to content
Snippets Groups Projects
  1. Feb 23, 2020
  2. Feb 06, 2020
  3. Feb 05, 2020
  4. Feb 04, 2020
  5. Oct 29, 2019
  6. Oct 02, 2019
  7. Aug 01, 2019
  8. Jun 25, 2019
  9. Sep 04, 2017
  10. Aug 31, 2017
    • Zeger-Jan van de Weg's avatar
      Implement the implied CI/CD config for AutoDevOps · 6ed49040
      Zeger-Jan van de Weg authored
      Behind an application setting, which defaults to false, this commit
      implements the implied CI/CD config. Which means that in the case we
      can't find the `.gitlab-ci.yml` on the commit we want to start a
      pipeline for, we fall back to an implied configuration.
      
      For now the Bash template has been copied to
      `Auto-Devops.gitlab-ci.yml` so the tests actually work.
      
      Fixes #34777
      Unverified
      6ed49040
  11. Mar 28, 2017
  12. Mar 10, 2017
  13. 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
  14. May 06, 2016
  15. Nov 03, 2015
  16. Sep 26, 2012
  17. Oct 13, 2011
  18. Oct 08, 2011
Loading