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

Improve render directory #15891

Closed
wants to merge 19 commits into from
Closed

Commits on May 16, 2021

  1. Improve render directory

    This PR represents a small improvement for the native git backend's get
    last commit. It reduces the time taken on ports from 13s to 9s which is
    just 1s slower than the go-git variant.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 16, 2021
    Configuration menu
    Copy the full SHA
    e6cd68d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    917cb7c View commit details
    Browse the repository at this point in the history
  3. fix tests

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 16, 2021
    Configuration menu
    Copy the full SHA
    cd960cf View commit details
    Browse the repository at this point in the history
  4. Merge branch 'improve-get-lastcommit' of github.com:zeripath/gitea in…

    …to improve-get-lastcommit
    zeripath committed May 16, 2021
    Configuration menu
    Copy the full SHA
    8e7ee2f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Add discard to commit from reader call

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

Commits on May 22, 2021

  1. Add catch all

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

Commits on May 23, 2021

  1. write to cat-file --batch as soon as we can

    Finally we are faster than go-git on ports for the root directory
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 23, 2021
    Configuration menu
    Copy the full SHA
    08eadc6 View commit details
    Browse the repository at this point in the history
  2. Improve the empty target directory work

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 23, 2021
    Configuration menu
    Copy the full SHA
    6bb91bb View commit details
    Browse the repository at this point in the history
  3. placate lint

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 23, 2021
    Configuration menu
    Copy the full SHA
    1aabd8b View commit details
    Browse the repository at this point in the history
  4. minor rename of variable

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

Commits on May 27, 2021

  1. improve comment in readbytes

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2537adf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b413b2f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Configuration menu
    Copy the full SHA
    d36260d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53bc4d1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2021

  1. even-quicker

    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 30, 2021
    Configuration menu
    Copy the full SHA
    bd1455a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75d153b View commit details
    Browse the repository at this point in the history
  3. Fix missing discard in repo_language_stats

    Set the missing discard(1) in repo_language_stats.
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed May 30, 2021
    Configuration menu
    Copy the full SHA
    aa7c5a0 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'improve-get-lastcommit' of github.com:zeripath/gitea in…

    …to improve-get-lastcommit
    zeripath committed May 30, 2021
    Configuration menu
    Copy the full SHA
    556badf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. It appears that nio.Pipe likely does improve things...

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