0f401ff77b
set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT in test.yml to ensure stable browser installation
2026-02-10 09:58:59 +01:00
7f6b6378f2
updated Maven command in test.yml to use test-compile for Playwright browser installation
2026-02-10 09:45:39 +01:00
081d69577e
added Maven compile step before Playwright browser installation in test.yml
2026-02-10 09:38:05 +01:00
3af4b675eb
added playwright browsers to test.yml
2026-02-08 22:11:07 +01:00
96d877d2ef
added npm build to test.yml, reduced verbosity of jdbc in tests
2026-02-08 21:28:55 +01:00
2314892be4
use branch as project name
2026-02-08 20:44:48 +01:00
34df33bdea
fixed allure again.
2026-02-08 20:42:08 +01:00
9b958696b4
batch upload allure
2026-02-08 20:20:22 +01:00
8f7b132dd4
added debug log to test execution
2026-02-08 20:08:08 +01:00
d2960bc892
fixed csfr token for allure in test.yml
2026-02-08 19:51:15 +01:00
448943dfe2
fixed indentation of test.yml
2026-02-08 19:37:59 +01:00
1563be7260
fixed test.yml and pom.xml (excludes controller tests)
2026-02-08 19:36:53 +01:00
2832e28790
fixed test.yml
2026-02-08 18:54:10 +01:00
b2af7a2718
fixed test.yml
2026-02-08 18:50:48 +01:00
be231d1c9d
fixed test.yml
2026-02-08 18:44:38 +01:00
daa6bc46fe
changed test container to a maven container
2026-02-08 18:38:09 +01:00
adf3666430
wip: input data fixed
2026-02-06 14:37:54 +01:00
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
ab9cb93075
added debug output to build.yml
2025-12-01 16:09:11 +01:00
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
9ef5fe9fc7
rm deploy.yml
2025-11-20 18:23:01 +01:00
adbdb091d7
in deploy.yml: docker-compose -> docker compose
2025-11-20 18:16:40 +01:00
758fa8c4e8
added Gitea action deploy.yml to deploy containers to my VM
2025-11-20 17:42:01 +01:00
2f8127bca1
Updated Docker image base path in build workflow configuration to lcc_public.
2025-11-20 11:46:47 +01:00
e3aba5f373
Update workflow: separate builds for main and dev, push to lcc_tool_container
2025-11-20 11:16:15 +01:00
c02a716ecc
added release gitea action
2025-10-30 14:21:08 +01:00
4d0f04b0cb
Zurück zu klassischem Docker Build
2025-10-23 20:34:57 +02:00
6ff113007e
BuildKit-Container mit custom /etc/hosts
2025-10-23 20:32:39 +02:00
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
1c0165cf73
back to external docker registry.
2025-10-23 17:15:04 +02:00
4fe7e91119
retry 2
2025-10-23 17:02:49 +02:00
7abfc2578d
refactor again
2025-10-23 16:51:25 +02:00
d327b1649c
Refactor Gitea CI workflow, because of missing CA in actions
2025-10-23 16:38:50 +02:00
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