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

Remove deleted repos from searchresult #21512

Merged
merged 6 commits into from
Oct 22, 2022

Commits on Oct 19, 2022

  1. Remove deleted repos from searchresult

    This prevents a 500 result, because null pointer exceptions in rendering the template. This happends bc the repoId is not in the repoMap because it is delete (or archived?)
    RaymondKroon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    59ed716 View commit details
    Browse the repository at this point in the history
  2. fmt code

    Raymond Kroon committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    97bc49e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. only check for delete repos when len() is different

    Raymond Kroon committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5eb5c3a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Configuration menu
    Copy the full SHA
    fe38289 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67332c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

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