Mathis HERRIOT
|
adceada1b6
|
feat: add CryptoModule to app imports
|
2026-01-06 12:09:28 +01:00 |
|
Mathis HERRIOT
|
dfba0c0adb
|
feat: integrate ConfigModule and DatabaseModule into app initialization
|
2026-01-06 11:42:44 +01:00 |
|
Mathis HERRIOT
|
38e97741e0
|
chore: reformat schemas and documentation files for consistency
Lint / lint (push) Failing after 4m58s
Standardized formatting across database schema files and updated documentation structure to improve clarity and organization.
|
2026-01-05 16:17:41 +01:00 |
|
Mathis HERRIOT
|
bfce5b2964
|
chore: add new lint script and apply consistent formatting across configs
Lint / lint (push) Failing after 4m57s
Added `lint:write` script to streamline linting process and updated formatting in `drizzle.config.ts`
|
2026-01-05 15:59:55 +01:00 |
|
Mathis HERRIOT
|
b22129c4dd
|
chore: reformat database schema files for readability
Applied consistent formatting and indentation across all schema files using Drizzle ORM to enhance code clarity and maintainability.
|
2026-01-05 15:59:15 +01:00 |
|
Mathis HERRIOT
|
694031c05b
|
feat: add API keys schema with Drizzle ORM integration
|
2026-01-05 14:15:35 +01:00 |
|
Mathis HERRIOT
|
cbf7bfcb0a
|
feat: add audit logs schema with Drizzle ORM integration
|
2026-01-05 14:15:32 +01:00 |
|
Mathis HERRIOT
|
9fb890699a
|
feat: add content schema with Drizzle ORM integration
|
2026-01-05 14:15:28 +01:00 |
|
Mathis HERRIOT
|
9439c004e2
|
feat: add RBAC schemas with Drizzle ORM integration
|
2026-01-05 14:15:22 +01:00 |
|
Mathis HERRIOT
|
27954daf64
|
feat: add reports schema with Drizzle ORM integration
|
2026-01-05 14:15:18 +01:00 |
|
Mathis HERRIOT
|
7001082fb2
|
feat: add sessions schema with Drizzle ORM integration
|
2026-01-05 14:15:13 +01:00 |
|
Mathis HERRIOT
|
04ca5090df
|
feat: add tags schema with Drizzle ORM integration
|
2026-01-05 14:14:57 +01:00 |
|
Mathis HERRIOT
|
19ceac1303
|
feat: export additional schemas for RBAC, sessions, API keys, tags, content, reports, and audit logs
|
2026-01-05 14:14:51 +01:00 |
|
Mathis HERRIOT
|
381ca24501
|
feat: enhance user schema with PGP encryption, GDPR fields, and 2FA support
|
2026-01-05 14:14:42 +01:00 |
|
Mathis HERRIOT
|
eefe2906ed
|
feat: add database scripts for Drizzle ORM (generate, migrate, studio) in backend package.json
|
2026-01-05 14:14:22 +01:00 |
|
Mathis HERRIOT
|
8ee0491c96
|
chore: update Drizzle ORM schema path in configuration
|
2026-01-05 14:14:08 +01:00 |
|
Mathis HERRIOT
|
7761e26d32
|
feat: add user schema with PostgreSQL integration using Drizzle ORM
|
2026-01-05 12:10:49 +01:00 |
|
Mathis HERRIOT
|
43b4334971
|
feat: add Drizzle ORM configuration for PostgreSQL integration in backend
|
2026-01-05 12:08:01 +01:00 |
|
Mathis HERRIOT
|
07f905d7c9
|
feat: add support for dotenv, PostgreSQL, and Drizzle ORM in backend dependencies
|
2026-01-05 12:07:46 +01:00 |
|
Mathis HERRIOT
|
72f3bb7723
|
feat: implement database module and service with PostgreSQL integration and migrations support
|
2026-01-05 12:07:12 +01:00 |
|
|
|
403e2ca922
|
Update package name, adjust Biome config, and fix import order in e2e tests
|
2026-01-04 23:43:13 +01:00 |
|
|
|
3259927fd1
|
Update formatting rules to enforce consistent tab-based indentation across the backend
|
2026-01-04 23:30:54 +01:00 |
|
|
|
4b53a8d410
|
Initialize NestJS backend with basic structure, Biome setup, and essential configurations
|
2026-01-04 23:26:27 +01:00 |
|