An error occurred fetching the project authors.
  1. 10 Jan, 2020 1 commit
  2. 08 Jan, 2020 2 commits
  3. 03 Jan, 2020 1 commit
  4. 18 Dec, 2019 1 commit
  5. 17 Dec, 2019 1 commit
  6. 13 Dec, 2019 1 commit
  7. 06 Dec, 2019 1 commit
  8. 02 Dec, 2019 1 commit
  9. 29 Nov, 2019 1 commit
  10. 25 Nov, 2019 1 commit
  11. 15 Nov, 2019 1 commit
  12. 29 Oct, 2019 1 commit
  13. 23 Oct, 2019 2 commits
  14. 09 Oct, 2019 1 commit
  15. 17 Sep, 2019 2 commits
  16. 03 Sep, 2019 1 commit
  17. 19 Aug, 2019 1 commit
  18. 07 Aug, 2019 3 commits
  19. 25 Jul, 2019 1 commit
  20. 17 Jul, 2019 1 commit
  21. 03 Jul, 2019 4 commits
  22. 12 Jun, 2019 1 commit
    • Fabio Pitino's avatar
      Expose ci_default_git_depth via project API · 3ac527b4
      Fabio Pitino authored
      Enable Get and Update of ci_default_git_depth for
      Project API.
      
      Renaming Project#default_git_depth to :ci_default_git_depth
      to give more context through the API usage.
      
      Add API documentation
      3ac527b4
  23. 30 May, 2019 1 commit
  24. 07 May, 2019 1 commit
  25. 19 Apr, 2019 1 commit
  26. 09 Apr, 2019 1 commit
  27. 05 Apr, 2019 2 commits
  28. 23 Mar, 2019 1 commit
  29. 20 Mar, 2019 1 commit
  30. 26 Feb, 2019 1 commit
  31. 25 Feb, 2019 1 commit
    • Zeger-Jan van de Weg's avatar
      Load repository language from the DB if detected · abe8cbe9
      Zeger-Jan van de Weg authored
      The repository charts page used to detect the repository language for
      each request that was made to the page. Given the detection is an
      expensive operation and the same data is stored in the database the
      database is now serving the request.
      
      The same goes for an API endpoint that serves the languages.
      
      When a repository is empty or non-existent the languages will always be
      empty. And the language detection RPC isn't requested.
      
      Closes: https://gitlab.com/gitlab-org/gitlab-ce/issues/47390
      abe8cbe9