An error occurred fetching the project authors.
  1. 24 Mar, 2021 1 commit
  2. 05 Feb, 2021 1 commit
    • Igor Drozdov's avatar
      Use Gitaly keyset pagination to optimize branches page · ab715a69
      Igor Drozdov authored
      Gitaly keyset pagination returns a limited number of
      branches. We can use it instead of fetching all
      branches and then paginating them manually.
      
      Projects::BranchesByModeService is introduced.
      It uses Gitaly page-token pagination in order to
      optimally fetch branches.
      The drawback of the page-token pagination is that
      it doesn't provide an option of going to the previous
      page of the collection.
      That's why we need to fall back to offset pagination
      when previous page is requested.
      ab715a69
  3. 15 Dec, 2020 2 commits
    • Igor Drozdov's avatar
      Use Gitaly to fetch overview branches · b900ab6b
      Igor Drozdov authored
      The problem is that we're fetching all branches and then take 5
      the most active and then iterate over the whole array until we get
      5 branches with committer-date older than 3 months ago.
      If we display the stalest branches on the overview, we'll be able
      to fetch 5 the most recent and then fetch 5 the oldest.
      
      We perform 2 requests, but they are smaller and don't depend
      on the number of branches.
      b900ab6b
    • Igor Drozdov's avatar
      Display stale branches oldest at the top · cb196194
      Igor Drozdov authored
      Currently, branches#index (overview and stale) displays the most
      recent stale branch (updated 3 months ago). It's more reasonable
      to display the stalest branches there instead.
      cb196194
  4. 26 Nov, 2020 1 commit
  5. 30 Oct, 2020 1 commit
  6. 08 Oct, 2020 1 commit
  7. 14 Jun, 2020 1 commit
  8. 14 May, 2020 1 commit
  9. 02 Dec, 2019 3 commits
  10. 01 Dec, 2019 1 commit
  11. 30 Sep, 2019 1 commit
  12. 17 Sep, 2019 1 commit
  13. 05 Aug, 2019 1 commit
  14. 05 Jul, 2019 2 commits
  15. 01 Jul, 2019 1 commit
  16. 28 Jun, 2019 3 commits
  17. 22 Apr, 2019 2 commits
  18. 12 Apr, 2019 1 commit
  19. 09 Apr, 2019 1 commit
  20. 27 Mar, 2019 2 commits
  21. 11 Feb, 2019 1 commit
  22. 05 Dec, 2018 2 commits
  23. 23 Nov, 2018 1 commit
  24. 26 Sep, 2018 1 commit
    • gfyoung's avatar
      Enable even more frozen string in app/controllers · 12ee2753
      gfyoung authored
      Enables frozen string for some vestigial files as
      well as the following:
      
      * app/controllers/projects/**/*.rb
      * app/controllers/sherlock/**/*.rb
      * app/controllers/snippets/**/*.rb
      * app/controllers/users/**/*.rb
      
      Partially addresses #47424.
      12ee2753
  25. 11 Sep, 2018 2 commits
  26. 09 Jul, 2018 2 commits
  27. 19 Jun, 2018 1 commit
  28. 03 Apr, 2018 1 commit
  29. 28 Mar, 2018 1 commit