|
|
9b9cf2b35a
|
ARCH-2: apply EF migrations on startup in Development
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-05 23:37:42 +02:00 |
|
|
|
84de905469
|
ARCH-2: wire PostgreSQL through Aspire
- AppHost: AddPostgres(postgres).WithDataVolume() + AddDatabase(gerbilmanager),
WebAPI project resource WithReference/WaitFor on the db (Aspire-generated credentials)
- WebAPI: AddNpgsqlDbContext<ApplicationContext>(gerbilmanager) replaces manual
AddDbContext/UseNpgsql + appsettings connection string
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-05 23:36:06 +02:00 |
|
|
|
4d541fe9cd
|
ARCH-2: add Aspire AppHost + ServiceDefaults (Aspire 13.4.2)
- New projects GerbilManager.AppHost / GerbilManager.ServiceDefaults (templates)
- Added both to GerbilManager.slnx
- WebAPI references ServiceDefaults; AddServiceDefaults + MapDefaultEndpoints wired
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-05 23:35:15 +02:00 |
|
|
|
8820cc7751
|
ARCH-2: swap EF provider to Npgsql, drop SqlServer migrations + conn strings
- Microsoft.EntityFrameworkCore.SqlServer -> Npgsql.EntityFrameworkCore.PostgreSQL 10.0.2
- UseSqlServer -> UseNpgsql (Aspire-injected gerbilmanager connection)
- Removed hardcoded sa connection strings from appsettings*.json
- Deleted SqlServer-flavored initial migration (fresh Npgsql one follows; no prod data)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
2026-06-05 23:34:00 +02:00 |
|
|
|
d3d2b4b989
|
Implement generic repo pattern and unitofwork
|
2023-10-30 20:56:37 +01:00 |
|
Julian
|
d58f874162
|
Add docker support
|
2023-10-30 16:39:14 +01:00 |
|
|
|
1aa4f0b5f6
|
First table in database
|
2023-10-23 21:29:19 +02:00 |
|
Julian
|
00fd8ded6e
|
Pass in sql connection configuration
|
2023-10-21 14:59:53 +02:00 |
|
Julian
|
c00f650c42
|
Rename project to webAPI
|
2023-10-21 14:23:54 +02:00 |
|
Julian
|
a986e3546a
|
Move webapi to sub folder
|
2023-10-21 14:02:51 +02:00 |
|