Commit Graph

2 Commits

Author SHA1 Message Date
c0957c5f5c feat: add parser source dashboard and scheduling
Some checks failed
CI/CD Pipeline / Run Tests (pull_request) Waiting to run
CI/CD Pipeline / Code Quality Checks (pull_request) Failing after 1m20s
CI/CD Pipeline / Build Docker Images (pull_request) Has been cancelled
CI/CD Pipeline / Push to Gitea Registry (pull_request) Has been cancelled
2026-04-28 00:12:18 +02:00
f121445313 feat(core): add core module with mixins, services, and background jobs
- Add Model Mixins: TimestampMixin, SoftDeleteMixin, AuditMixin, etc.
- Add Base Services: BaseService, BulkOperationsMixin, QueryOptimizerMixin
- Add Base ViewSets with bulk operations
- Add BackgroundJob model for Celery task tracking
- Add BaseAppCommand for management commands
- Add permissions, pagination, filters, cache, logging
- Migrate tests to factory_boy + faker
- Add CHANGELOG.md
- 297 tests passing
2026-01-21 11:47:26 +01:00