Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Defer Last Commit Info #16467

Merged
merged 16 commits into from
Oct 8, 2021
Merged

Commits on Jul 17, 2021

  1. Defer Last Commit Info

    One of the biggest reasons for slow repository browsing is that we wait
    until last commit information has been generated for all files in the
    repository.
    
    This PR proposes deferring this generation to a new POST endpoint that
    does the look up outside of the main page request.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    a741466 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    a58fc9e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    f89f634 View commit details
    Browse the repository at this point in the history
  2. handle large directories a bit better

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    dc70d90 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Configuration menu
    Copy the full SHA
    c644779 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    b8693a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    69a3e81 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    52d42b3 View commit details
    Browse the repository at this point in the history
  2. Placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    953cb86 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    54f4768 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c58b4 View commit details
    Browse the repository at this point in the history
  3. fix broken merge

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    67b3735 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    0bdf6af View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    655fae9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    6904d39 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    e76c914 View commit details
    Browse the repository at this point in the history