fix: node search by keeping denormalized name columns up to date and backfilling existing nodes (#3839)

This commit is contained in:
Mac DeCourcy 2025-11-28 09:38:30 -08:00 committed by GitHub
parent ef9c0dc844
commit 1c0dc486e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 44 additions and 1 deletions

View file

@ -108,7 +108,7 @@ constructor(
)
.map { list ->
list
.filter { it.isIgnored == filter.showIgnored }
.filter { filter.showIgnored || !it.isIgnored }
.filter { node ->
if (filter.excludeInfrastructure) {
val role = node.user.role