-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add cron method to gc LFS MetaObjects #22385
Merged
Merged
Commits on Jan 9, 2023
-
Add cron method to gc LFS MetaObjects
This PR adds a task to the cron service to allow garbage collection of LFS meta objects. As repositories may have a large number of LFSMetaObjects, an updated column is added to this table and it is used to perform a generational GC to attempt to reduce the amount of work. (There may need to be a bit more work here but this is probably enough for the moment.) Fix go-gitea#7045 Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 645ba23 - Browse repository at this point
Copy the full SHA 645ba23View commit details
Commits on Jan 10, 2023
-
Improve generational GC and only check repos with LFSMetaObjects
Signed-off-by: Andrew Thornton <art27@cantab.net>
Configuration menu - View commit details
-
Copy full SHA for 35c7906 - Browse repository at this point
Copy the full SHA 35c7906View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc1a0e - Browse repository at this point
Copy the full SHA 6fc1a0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea53060 - Browse repository at this point
Copy the full SHA ea53060View commit details
Commits on Jan 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8467632 - Browse repository at this point
Copy the full SHA 8467632View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cbb8e - Browse repository at this point
Copy the full SHA 59cbb8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 584f451 - Browse repository at this point
Copy the full SHA 584f451View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1f7aa4 - Browse repository at this point
Copy the full SHA d1f7aa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8015805 - Browse repository at this point
Copy the full SHA 8015805View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.