This website requires JavaScript.
Explore
Help
Sign In
admin
/
NetMapper2026
Watch
1
Star
0
Fork
0
You've already forked NetMapper2026
Code
Issues
4
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
75dd560baf60f9d64506f66f6e9f33daffb4db24
NetMapper2026
/
backend
/
app
T
History
admin
75dd560baf
feat(auth): call ensure_default_admin on startup
2026-08-06 16:23:31 +00:00
..
routers
feat(db): wire discoveries router to SQLAlchemy, add POST + cancel
2026-08-06 16:12:52 +00:00
routes
feat(auth): wire /auth/token to DB, add /me full response, POST /users (admin), PATCH /me/password
2026-08-06 16:23:17 +00:00
services
feat(db): rewrite inventory service part 1 - helpers and tree
2026-08-06 16:03:26 +00:00
auth.py
feat(auth): wire auth.py to UserModel DB, drop fake_users_db, add require_role
2026-08-06 16:22:58 +00:00
database.py
feat(db): add SQLite database engine and session management
2026-08-06 15:52:16 +00:00
main.py
feat(auth): call ensure_default_admin on startup
2026-08-06 16:23:31 +00:00
models.py
fix(db): add missing updated_at to JobModel and DiscoveryRunModel
2026-08-06 16:15:49 +00:00
schemas.py
feat(crud): add NetObjectCreate, NetObjectUpdate, RelationCreate, RelationUpdate schemas
2026-08-06 16:08:26 +00:00