Skip to content

Feature/codeql backend api query#10

Open
6igby wants to merge 669 commits into
devfrom
feature/codeql-backend-api-query
Open

Feature/codeql backend api query#10
6igby wants to merge 669 commits into
devfrom
feature/codeql-backend-api-query

Conversation

@6igby
Copy link
Copy Markdown
Owner

@6igby 6igby commented Mar 23, 2026

No description provided.

6igby and others added 30 commits September 27, 2025 15:32
Brings in authentication infrastructure from poc/auth branch:
- FastAPI-Users for JWT-based authentication
- Async PostgreSQL with SQLAlchemy
- Alembic migrations for users table
- User models and schemas
- Role-based permissions (admin, auditor, viewer)
- Test endpoints demonstrating auth patterns
Changes:
- Add compliance models (Tenant, Rule, Scan, Issue) to backend-api
- Add Alembic migration for compliance tables
- Create root docker-compose.yml with development profiles:
  - frontend-dev: starts backend-api, postgres, redis
  - backend-dev: starts frontend, postgres, redis
  - all: starts all services
- Upgrade to PostgreSQL 17
- Add Redis for caching/queuing
- Add Dockerfiles for backend-api and frontend
- Move TPRM Scanner from /database to /security
- Remove duplicate /database folder
nikhil-3210 and others added 30 commits January 29, 2026 18:51
…shown/not while deleting scans, added compliance trend as an evaluation metric in the dashboard
…eature/deleting-scans

Added Dashboard UI enhancements, user can control whether the delete dialog is present or not
…eature/allign-sidemenu

resized the sidemenu buttons so they're the same
…eature/update-codeowners

Update code owners for PRs
…eature/update-codeowners

Add Digby and Ryan to codeowners
…eature/tailwindcss-fix

Fixed TailwindCSS not working issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.