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

Update repository size on cron gc task #15177

Merged
merged 6 commits into from
Mar 28, 2021

Commits on Mar 27, 2021

  1. Update repository size on cron gc task

    git gc cron could change the size of the repository therefore we should update the
    size of the repo stored in our database.
    
    Also significantly improve the efficiency of counting lfs associated with the
    repository
    
    Fix go-gitea#14682
    
    Signed-off-by: Andrew Thornton <art27@cantab.net>
    zeripath committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    b7f0def View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    467e294 View commit details
    Browse the repository at this point in the history
  3. Update modules/repository/check.go

    Co-authored-by: Lauris BH <lauris@nix.lv>
    zeripath and lafriks committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    8985ea3 View commit details
    Browse the repository at this point in the history
  4. Update modules/repository/check.go

    Co-authored-by: Lauris BH <lauris@nix.lv>
    zeripath and lafriks committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    8125754 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0afbd12 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

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