Commit Graph

24 Commits

Author SHA1 Message Date
148c4862d7 feat(external-data): add information security registry entries endpoint 2026-04-14 11:00:24 +02:00
f0c4f501a6 test(organization): add analytics pass 4 contract tests 2026-04-14 10:59:06 +02:00
903312670c feat(forms): unify F2-F6 upload contracts and add shared serializers 2026-04-14 10:56:29 +02:00
ec913888a4 docs: update Pass 2 completion and clean plan tracker 2026-04-14 10:41:20 +02:00
9ef88c23a0 feat(user): users/me and admin user-management contract fields 2026-04-14 10:41:18 +02:00
97e269fe1a feat(organization): scalar corporation_scope and scopes dictionary endpoint 2026-04-14 10:41:12 +02:00
db64c9d2d9 docs: close Pass 1 and point to implementation contracts artifacts 2026-04-14 10:33:26 +02:00
5820816780 docs: add draft contract shapes for users/me and form uploads 2026-04-14 10:33:21 +02:00
0ff16ffadf docs: add Pass 1 delta matrix for endpoint contract gaps 2026-04-14 10:33:18 +02:00
ce805f9f20 docs: mark completed discovery tasks and Pass 1 in-progress status 2026-04-14 10:32:29 +02:00
8b4458a136 docs: add execution log for completed pass 0 2026-04-14 10:32:24 +02:00
846e19c5d5 docs: add pass-specific execution checklist and task tracking 2026-04-14 10:32:13 +02:00
30d35c51e4 docs: add pass-based progress tracking to implementation plan 2026-04-14 10:32:10 +02:00
bac70ad9df docs: add detailed backend endpoint implementation plan 2026-04-14 10:29:05 +02:00
6f677a83d1 Skip CD steps when secrets are unavailable
All checks were successful
CI/CD Pipeline / Run Tests (push) Successful in 2m39s
CI/CD Pipeline / Code Quality Checks (push) Successful in 2m46s
CI/CD Pipeline / Build Docker Images (push) Successful in 7s
CI/CD Pipeline / Push to Gitea Registry (push) Successful in 1s
CI/CD Pipeline / Deploy to Server (push) Successful in 1s
2026-04-07 16:45:43 +02:00
ee497bd557 Fix Ruff import ordering for CI
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 1m53s
CI/CD Pipeline / Run Tests (push) Successful in 2m19s
CI/CD Pipeline / Build Docker Images (push) Successful in 3m26s
CI/CD Pipeline / Push to Gitea Registry (push) Failing after 20s
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-04-07 16:37:47 +02:00
697ecb7d1c Implement exchange imports and frontend reporting APIs
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 3m50s
CI/CD Pipeline / Run Tests (push) Successful in 3m57s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-04-07 16:31:04 +02:00
76a86d0b20 Hide specific element in admin theme CSS for improved layout
Some checks failed
CI/CD Pipeline / Run Tests (push) Successful in 2m47s
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m51s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-04-01 11:36:54 +02:00
504b0e2066 Update CI/CD configuration to use 'dev' branch for image tagging and add environment file support
Some checks failed
CI/CD Pipeline / Run Tests (push) Successful in 2m27s
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m36s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-03-30 11:32:13 +02:00
9326796521 Update .gitignore to include uv.lock
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 2m22s
CI/CD Pipeline / Run Tests (push) Successful in 2m22s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-03-30 10:55:38 +02:00
345b1d0cc8 Add initial implementations for forms and organization apps with serializers, factories, and admin configurations
Some checks failed
CI/CD Pipeline / Run Tests (push) Failing after 45s
CI/CD Pipeline / Code Quality Checks (push) Failing after 48s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-03-28 18:23:06 +01:00
8ed3e1175c Add initial implementations for forms and organization apps with serializers, factories, and admin configurations
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Failing after 5m5s
CI/CD Pipeline / Run Tests (push) Failing after 5m5s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
CI/CD Pipeline / Deploy to Server (push) Has been skipped
2026-02-17 09:26:08 +01:00
fd2adf9ab4 Refactor project structure and update configurations for State Corp backend
- Updated project description in __init__.py
- Enhanced .gitignore to exclude additional data files
- Modified User model to remove first_name and last_name fields
- Improved instance save method in services.py to include updated_at field
- Added API tokens to .env.example for external services
- Cleaned up test files for better readability
- Updated Dockerfile and docker-compose.yml for improved setup
- Revised README.md to reflect project changes and added changelog
2026-02-17 09:24:42 +01:00
e9d7f24aaa first commit
Some checks failed
CI/CD Pipeline / Run Tests (push) Failing after 0s
CI/CD Pipeline / Code Quality Checks (push) Failing after 1m43s
CI/CD Pipeline / Build Docker Images (push) Has been skipped
CI/CD Pipeline / Push to Gitea Registry (push) Has been skipped
2026-01-21 12:07:35 +01:00