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

Add orphaned topic consistency check #28507

Merged
merged 2 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. Add orphaned topic consistency check

    - If a topic has zero repository count, it means that none of the
    repositories are using that topic, that would make them 'useless' to
    keep. One caveat is that if that topic is going to be used in the
    future, it will be added again to the database, but simply with a new
    ID.
    
    Refs: https://codeberg.org/forgejo/forgejo/pulls/1964
    Gusted authored and earl-warren committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    b03cd49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab6be29 View commit details
    Browse the repository at this point in the history