|
|
1262385845
|
FIX(app): fix sealed-secret DB URL
- Fix database connection URL
- Update sealed secret
|
2025-12-09 22:46:40 +09:00 |
|
|
|
d377ea2adc
|
FIX(app): fix prod sealed-secret key
- Fix encryption key for prod
- Regenerate sealed secret
|
2025-12-09 22:41:20 +09:00 |
|
|
|
974464efb4
|
CHORE(merge): merge develop into main
- dev/sealed-todo-secrets.yaml: use develop version
- prod/sealed-todo-secrets.yaml: keep main version
|
2025-12-09 21:16:22 +09:00 |
|
|
|
db80cb3dd8
|
REFACTOR(app): change application icons
- Update app icons
- Refresh branding
|
2025-12-09 18:43:33 +09:00 |
|
|
|
4d6f2b5d55
|
FIX(db): URL-encode @ symbol in DATABASE_URL
- Encode @ symbol in password
- Fix connection string parsing
|
2025-12-09 02:55:49 +09:00 |
|
|
|
7f23397a51
|
FIX(app): use lowercase secret keys
- Revert DATABASE_URL secret key back to 'database-url'
- Regenerate sealed secrets with lowercase keys
- Maintain consistency with existing pattern
|
2025-12-09 02:43:39 +09:00 |
|
|
|
b3814180ac
|
FEAT(app): Migrate from MariaDB to PostgreSQL
- Update Prisma schema provider to postgresql
- Update sealed secrets with PostgreSQL DATABASE_URL
- Target: TodoDB on PostgreSQL cluster
|
2025-12-09 02:30:57 +09:00 |
|
|
|
b5fbf63e97
|
CHORE(app): update sealed secrets
- Update sealed-todo-secrets.yaml
- Add namespace-wide annotation
|
2025-12-07 13:40:15 +09:00 |
|
|
|
edad33fa76
|
CHORE(app): fix configuration
- Fix deployment configuration
- Correct settings
|
2025-12-07 13:31:31 +09:00 |
|
|
|
c71aeaad6d
|
CHORE(app): apply password
- Apply password configuration
- Update credentials
|
2025-12-07 12:56:47 +09:00 |
|
|
|
7e2a912a37
|
CHORE(db): update database URLs
- Update prod (proxysql) URL
- Update dev (mariadb) URL
|
2025-12-07 04:04:11 +09:00 |
|
|
|
9eaba6712e
|
FIX(db): fix secret key name
- Use correct secret key name
- Change to database-url
|
2025-12-07 01:26:09 +09:00 |
|
|
|
176f18744e
|
FIX(app): correct sealed secret names for todo
- Correct sealed secret names
- Fix naming convention
|
2025-12-07 01:23:54 +09:00 |
|
|
|
3a65d75b47
|
CHORE(app): update MariaDB secrets
- Update sealed secrets
- For MariaDB connection
|
2025-12-07 01:21:21 +09:00 |
|
|
|
9b1793cf85
|
FEAT(db): add database sealedsecret
- Add sealedsecret
- For database credentials
|
2025-12-06 12:52:57 +09:00 |
|