Commit graph

14 commits

Author SHA1 Message Date
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
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
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