An error occurred fetching the project authors.
  1. 07 Aug, 2019 1 commit
  2. 17 Jul, 2019 1 commit
  3. 03 Jul, 2019 1 commit
    • Stan Hu's avatar
      Make Housekeeping button do a full garbage collection · d48ee860
      Stan Hu authored
      Previously the Housekeeping button and API would use the counter of last
      pushes to determine whether to do a full garbage collection, or whether
      to do one of the less comprehensive tasks: a full repack, incremental
      pack, or ref pack. This was confusing behavior, since a project owner
      might have to click the button dozens of times before a full GC would be
      initiated.
      
      This commit forces a full GC each time this is initiated. Note that the
      `ExclusiveLease` in `HousekeepingService` prevents users from clicking
      on the button more than once a day.
      
      Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63349
      d48ee860
  4. 30 May, 2019 1 commit
  5. 15 Apr, 2019 1 commit
  6. 26 Mar, 2019 1 commit
  7. 20 Mar, 2019 1 commit
  8. 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
  9. 20 Feb, 2019 1 commit
  10. 19 Feb, 2019 1 commit
  11. 17 Feb, 2019 1 commit
  12. 04 Feb, 2019 1 commit
  13. 31 Jan, 2019 1 commit
  14. 15 Jan, 2019 1 commit
  15. 07 Jan, 2019 1 commit
  16. 28 Nov, 2018 1 commit
  17. 26 Oct, 2018 1 commit
  18. 05 Oct, 2018 1 commit
  19. 30 Sep, 2018 1 commit
  20. 11 Sep, 2018 1 commit
  21. 20 Aug, 2018 1 commit
  22. 03 Aug, 2018 1 commit
  23. 27 Jul, 2018 1 commit
  24. 23 Jul, 2018 1 commit
  25. 19 Jul, 2018 1 commit
  26. 16 Jul, 2018 1 commit
  27. 09 Jul, 2018 1 commit
  28. 27 Jun, 2018 1 commit
  29. 30 May, 2018 1 commit
  30. 23 Apr, 2018 1 commit
  31. 18 Apr, 2018 1 commit
  32. 13 Apr, 2018 1 commit
  33. 04 Apr, 2018 2 commits
  34. 26 Mar, 2018 1 commit
  35. 21 Feb, 2018 1 commit
  36. 08 Feb, 2018 1 commit
  37. 01 Feb, 2018 1 commit
    • Yorick Peterse's avatar
      Track and act upon the number of executed queries · cca61980
      Yorick Peterse authored
      This ensures that we have more visibility in the number of SQL queries
      that are executed in web requests. The current threshold is hardcoded to
      100 as we will rarely (maybe once or twice) change it.
      
      In production and development we use Sentry if enabled, in the test
      environment we raise an error. This feature is also only enabled in
      production/staging when running on GitLab.com as it's not very useful to
      other users.
      cca61980
  38. 19 Jan, 2018 1 commit
  39. 11 Jan, 2018 1 commit