Commit graph

34 commits

Author SHA1 Message Date
Jan
0f401ff77b set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT in test.yml to ensure stable browser installation 2026-02-10 09:58:59 +01:00
Jan
7f6b6378f2 updated Maven command in test.yml to use test-compile for Playwright browser installation 2026-02-10 09:45:39 +01:00
Jan
081d69577e added Maven compile step before Playwright browser installation in test.yml 2026-02-10 09:38:05 +01:00
Jan
3af4b675eb added playwright browsers to test.yml 2026-02-08 22:11:07 +01:00
Jan
96d877d2ef added npm build to test.yml, reduced verbosity of jdbc in tests 2026-02-08 21:28:55 +01:00
Jan
2314892be4 use branch as project name 2026-02-08 20:44:48 +01:00
Jan
34df33bdea fixed allure again. 2026-02-08 20:42:08 +01:00
Jan
9b958696b4 batch upload allure 2026-02-08 20:20:22 +01:00
Jan
8f7b132dd4 added debug log to test execution 2026-02-08 20:08:08 +01:00
Jan
d2960bc892 fixed csfr token for allure in test.yml 2026-02-08 19:51:15 +01:00
Jan
448943dfe2 fixed indentation of test.yml 2026-02-08 19:37:59 +01:00
Jan
1563be7260 fixed test.yml and pom.xml (excludes controller tests) 2026-02-08 19:36:53 +01:00
Jan
2832e28790 fixed test.yml 2026-02-08 18:54:10 +01:00
Jan
b2af7a2718 fixed test.yml 2026-02-08 18:50:48 +01:00
Jan
be231d1c9d fixed test.yml 2026-02-08 18:44:38 +01:00
Jan
daa6bc46fe changed test container to a maven container 2026-02-08 18:38:09 +01:00
Jan
adf3666430 wip: input data fixed 2026-02-06 14:37:54 +01:00
Jan
0fef090372 Add dev tag handling in build workflow & remove debug logs from destinationEdit store
- Updated `.gitea/workflows/build.yml` to push `dev` tag when on the `dev` branch.
- Removed debug `console.log` statements from `destinationEdit.js`.
2025-12-05 17:50:30 +01:00
Jan
ab9cb93075 added debug output to build.yml 2025-12-01 16:09:11 +01:00
Jan
c3ea8d14a1 Refactored CI workflows: removed auto-tag.yml, merged tagging logic into build.yml. Added app version management in Dockerfile and pom.xml. 2025-11-27 17:38:23 +01:00
Jan
9ef5fe9fc7 rm deploy.yml 2025-11-20 18:23:01 +01:00
Jan
adbdb091d7 in deploy.yml: docker-compose -> docker compose 2025-11-20 18:16:40 +01:00
Jan
758fa8c4e8 added Gitea action deploy.yml to deploy containers to my VM 2025-11-20 17:42:01 +01:00
Jan
2f8127bca1 Updated Docker image base path in build workflow configuration to lcc_public. 2025-11-20 11:46:47 +01:00
Jan
e3aba5f373 Update workflow: separate builds for main and dev, push to lcc_tool_container 2025-11-20 11:16:15 +01:00
Jan
c02a716ecc added release gitea action 2025-10-30 14:21:08 +01:00
Jan
4d0f04b0cb Zurück zu klassischem Docker Build 2025-10-23 20:34:57 +02:00
Jan
6ff113007e BuildKit-Container mit custom /etc/hosts 2025-10-23 20:32:39 +02:00
Jan
66a77babfe Update .dockerignore and improve Gitea CI workflow
- Expanded `.dockerignore` to include additional build artifacts, OS files, test files, IDE files, logs, and docs.
- Enhanced Gitea CI workflow by integrating `docker/setup-buildx-action` and switching to `docker/build-push-action` with caching support.
2025-10-23 19:13:43 +02:00
Jan
1c0165cf73 back to external docker registry. 2025-10-23 17:15:04 +02:00
Jan
4fe7e91119 retry 2 2025-10-23 17:02:49 +02:00
Jan
7abfc2578d refactor again 2025-10-23 16:51:25 +02:00
Jan
d327b1649c Refactor Gitea CI workflow, because of missing CA in actions 2025-10-23 16:38:50 +02:00
Jan
c071609eb2 Refactor & Enhancements:
- Refactored `validateApp` in `AppsService` to return `Optional<App>` instead of `null`.
- Updated `JwtTokenService` to handle `expiration` parameter and use `App` object for token creation.
- Improved `TokenController` to work with the updated service layer.
- Fixed typo in `Report.vue` ("Airfreight" to "Air freight").
- Updated application properties to use `SPRING_PROFILES_ACTIVE`.
- Added `.dockerignore`, `dockerfile`, and `docker-compose.yml`, enabling Docker support.
- Removed unused Maven plugins and updated `vite.config.js` build directory.
- Introduced Gitea CI workflows for building and pushing Docker images.
2025-10-23 14:52:28 +02:00