5c0018f24a
- 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>
105 lines
1.8 KiB
Plaintext
Executable File
105 lines
1.8 KiB
Plaintext
Executable File
# ---> Node
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
bower_components
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# Typescript v1 declaration files
|
|
typings/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
.vagrant
|
|
*~
|
|
*#
|
|
.#*
|
|
\#*#
|
|
.*.sw[a-z]
|
|
*.un~
|
|
|
|
# Bundler
|
|
Gemfile.lock
|
|
gems.locked
|
|
bin/*
|
|
.bundle/*
|
|
|
|
# test kitchen
|
|
.kitchen/
|
|
.kitchen.local.yml
|
|
|
|
# Chef
|
|
Berksfile.lock
|
|
.zero-knife.rb
|
|
Policyfile.lock.json
|
|
|
|
ops/cookbooks/vendor
|
|
|
|
secrets.json
|
|
secrets.js
|
|
|
|
# Per-deployment secret files (real LDAP/SMTP/jwtSecret + generated OAuth
|
|
# creds). theta-env bind-mounts ./config and generates/fills these at setup;
|
|
# 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
|
|
|
|
# Jekyll build artifact (GitHub Pages builds remotely; ignore locally)
|
|
docs/_site
|