release(v2.0.3): fix Directory tab managed-filter bug and site-status 500 (#186)

- GET /api/directory-admin/resources let every kind:'host' resource through
  regardless of promotion status, so "Auto-promote to Directory" unchecked on
  a discovery plugin never kept unpromoted devices out of the Directory tab.
- GET /api/directory-admin/site-status queried the nonexistent Resource.subType
  column instead of metadata.subType, throwing SequelizeDatabaseError.
- Added a "Show ignored" toggle to Discovered Inventory (off by default).
- Untracked nodejs/config/inventory.sqlite -- the app's default runtime DB,
  not a fixture, committed by mistake across 13 prior releases.

Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-09 16:29:08 -07:00
committed by GitHub
parent 6e172bd528
commit 5c0018f24a
7 changed files with 38 additions and 7 deletions
+6
View File
@@ -91,6 +91,12 @@ secrets.js
# they must never be committed. The empty *.example templates ARE tracked.
config/*-secrets.js
# Default sqlite ORM storage (nodejs/models/index.js falls back to this path
# when no external DB is configured via conf.orm) -- live runtime data, not a
# fixture. Was committed by mistake across many prior releases. NB: this is
# nodejs/config/, distinct from the root ./config/ secrets dir above.
nodejs/config/*.sqlite
# Jekyll build artifact (GitHub Pages builds remotely; ignore locally)
docs/_site