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

Fix bugs in LFS meta garbage collection (#26122) #26157

Merged
merged 2 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. Fix bugs in LFS meta garbage collection (go-gitea#26122)

    This PR
    
    - Fix go-gitea#26093. Replace `time.Time` with `timeutil.TimeStamp`
    - Fix go-gitea#26135. Add missing `xorm:"extends"` to `CountLFSMetaObject` for
    LFS meta object query
    - Add a unit test for LFS meta object garbage collection
    Zettat123 authored and GiteaBot committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    b8a076f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0796d1c View commit details
    Browse the repository at this point in the history