Commit Graph

58 Commits

Author SHA1 Message Date
thomas.nuyken d91b837e44 Update packages, use explicit type, use Microsoft OpenApi package 2025-06-12 17:43:22 +02:00
thomas.nuyken b3ca1ba703 Remove experimental own test step
continuous-integration/drone/push Build is passing
2024-12-28 17:42:12 +01:00
thomas.nuyken 108960d074 Add debug
continuous-integration/drone/push Build is failing
2024-12-28 17:24:06 +01:00
thomas.nuyken 05686c4cdd Add own test step
continuous-integration/drone/push Build is failing
2024-12-28 17:20:10 +01:00
thomas.nuyken cb440e7c6d Use latest postgres version in integration tests
continuous-integration/drone/push Build is passing
2024-12-28 17:11:09 +01:00
thomas.nuyken 4ea0978cf6 Fix integration test database connection string
continuous-integration/drone/push Build is running
2024-12-28 17:10:36 +01:00
thomas.nuyken ff2707a0e8 Add Aspire documentation to README
continuous-integration/drone/push Build is failing
2024-12-28 17:08:01 +01:00
thomas.nuyken 6d23494fd3 Add Aspire orchestration
continuous-integration/drone/push Build is failing
Therefore remove previous OpenTelemetry configuration and use the one
provided in service defaults
2024-12-28 17:01:18 +01:00
thomas.nuyken bbac953660 Update legacy sln file
continuous-integration/drone/push Build is passing
2024-12-28 15:59:31 +01:00
thomas.nuyken 854be19fd5 Remove system tests
continuous-integration/drone/push Build is failing
2024-12-28 15:55:34 +01:00
thomas.nuyken cf1a086e31 Recover sln file and revert pipeline
continuous-integration/drone/push Build is passing
2024-12-28 14:32:34 +01:00
thomas.nuyken 918477fb3a Use prerelease docker images which work with slnx file
continuous-integration/drone/push Build is failing
2024-12-28 14:29:23 +01:00
thomas.nuyken 857863a4d8 Replace sln file with slnx
continuous-integration/drone/push Build is failing
2024-12-28 14:23:27 +01:00
thomas.nuyken 7a2c50cb9a Update vulnerable packages
continuous-integration/drone/push Build is running
2024-12-28 14:22:21 +01:00
thomas.nuyken 5d0a49632a Update .NET version in pipeline
continuous-integration/drone/push Build is passing
2024-12-27 19:25:19 +01:00
thomas.nuyken 0e065b58b7 Update packages
continuous-integration/drone/push Build is failing
2024-12-27 19:22:13 +01:00
thomas.nuyken 22f47f4461 Upgrade to .NET 9 and update nuget packages
continuous-integration/drone/push Build is failing
2024-12-01 19:26:54 +01:00
thomas.nuyken d6c75654b0 Use wrapper class for get all api endpoints
continuous-integration/drone/push Build is passing
To enable e.g. pagination in the future
2024-08-25 13:39:00 +02:00
thomas.nuyken 136dd2311d Prevent local test db to disappear on docker restart 2024-08-25 13:14:54 +02:00
thomas.nuyken 351a1a4635 Fix nested classes in open api document 2024-08-25 13:14:32 +02:00
thomas.nuyken 4db35dbdb5 Remove unnecessary migrations in integration tests
continuous-integration/drone/push Build is passing
2024-08-24 14:26:38 +02:00
thomas.nuyken d0704aea12 Fix permissions in Dockerfile
continuous-integration/drone/push Build is passing
2024-08-24 14:24:18 +02:00
thomas.nuyken 92e91de9c2 Include healthcheck in Dockerfile
continuous-integration/drone/push Build is failing
2024-08-24 13:50:03 +02:00
thomas.nuyken de7e9a7131 Tweak log levels for non-dev environments
continuous-integration/drone/push Build is passing
2024-08-24 13:44:23 +02:00
thomas.nuyken 6b422545d9 Remove migrations sql script 2024-08-24 13:43:58 +02:00
thomas.nuyken 4a1f1a5a67 Apply migrations on startup 2024-08-24 13:43:43 +02:00
thomas.nuyken d3d3675e3d Fix onfiguration documentation in README
continuous-integration/drone/push Build is passing
2024-08-24 13:20:29 +02:00
thomas.nuyken 88090878ee Include docker job in notification
continuous-integration/drone/push Build is passing
2024-08-24 12:55:25 +02:00
thomas.nuyken f410f69e9d Only report failures
continuous-integration/drone/push Build is passing
2024-08-24 12:46:33 +02:00
thomas.nuyken 036f4d1dfc Fix Dockerfile for nbgv 2024-08-24 12:46:27 +02:00
thomas.nuyken ea689bb7a1 Only build docker image on main
continuous-integration/drone/push Build is failing
For now
2024-08-24 12:39:30 +02:00
thomas.nuyken 4855336c33 Add docker build and push to pipeline 2024-08-24 12:36:15 +02:00
thomas.nuyken ad9391093d Update nbgv version config 2024-08-24 12:36:15 +02:00
thomas.nuyken 89afc435fc Remove broken dependencies
continuous-integration/drone Build is passing
2024-08-23 19:02:01 +02:00
thomas.nuyken 2d79b5a0bf Revert "Replace with gitea actions"
This reverts commit 70f47b0dd1.

# Conflicts:
#	.gitea/workflows/build.yaml
#	vegasco-server.sln
2024-08-23 18:56:01 +02:00
thomas.nuyken dcb82414b9 Add nbgv and add server info endpoint
Build Vegasco Server / build (push) Failing after 59s
2024-08-23 18:55:05 +02:00
thomas.nuyken d19d68f5a2 Setup docker in pipeline
Build Vegasco Server / build (push) Failing after 2m24s
2024-08-23 18:35:51 +02:00
thomas.nuyken 1c88d2b2c6 Exclude empty test project
Build Vegasco Server / build (push) Failing after 2m22s
2024-08-23 18:32:01 +02:00
thomas.nuyken 155ed22fb0 Explicitly specify package 2024-08-23 18:31:54 +02:00
thomas.nuyken 4a46c46222 Fix setting up pipeline
Build Vegasco Server / build (push) Failing after 2m34s
2024-08-23 18:20:35 +02:00
thomas.nuyken f4846bc66a Update on
Build Vegasco Server / build (push) Failing after 1m22s
2024-08-23 18:17:27 +02:00
thomas.nuyken 70f47b0dd1 Replace with gitea actions 2024-08-23 18:15:28 +02:00
thomas.nuyken e20f713fdb Add initial cicd yaml 2024-08-23 18:05:34 +02:00
thomas.nuyken 2463c11be3 Add consumption logic and endpoints 2024-08-23 18:02:18 +02:00
thomas.nuyken d47e4c1971 Add consumption entity and use strongly typed ids 2024-08-17 18:00:23 +02:00
thomas.nuyken 4bfc57ef9f Remove unused launch configs 2024-08-17 16:38:41 +02:00
thomas.nuyken 5c532a6bb5 Experiment with setting up system test docker services 2024-08-17 16:38:41 +02:00
thomas.nuyken 4f287d85dd Use full keycloak realm export from cli instead of partial export from web interface 2024-08-17 16:38:41 +02:00
thomas.nuyken 7f734aa2a2 Initial setup work for system tests 2024-08-17 16:38:41 +02:00
thomas.nuyken 81b5c89a25 Fix Dockerfile 2024-08-17 16:38:40 +02:00