Commit Graph

342 Commits

Author SHA1 Message Date
dependabot[bot]
c46c708070 Bump @angular/common from 19.2.15 to 19.2.16 in /frontend (#116)
Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 19.2.15 to 19.2.16.
- [Release notes](https://github.com/angular/angular/releases)
- [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md)
- [Commits](https://github.com/angular/angular/commits/19.2.16/packages/common)

---
updated-dependencies:
- dependency-name: "@angular/common"
  dependency-version: 19.2.16
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-10 12:34:02 +01:00
renovate[bot]
5794f3da68 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.8 (#114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 12:34:02 +01:00
renovate[bot]
4565f90d78 Update dependency @types/jasmine to v5.1.13 (#113)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 12:34:01 +01:00
DerDavidBohl
af8d7c4d58 Enhance ProcessRunner with background cleanup for stale processes and improve command execution handling 2025-12-10 12:31:55 +01:00
DerDavidBohl
2d17788f20 Removed Async working 2025-12-08 11:38:52 +01:00
DerDavidBohl
39b1fb97c0 Try to change order of properties in Exedcutor 2025-12-06 21:49:58 +01:00
DerDavidBohl
6a689a8d37 Default timeout for Processes set to 1 minute 2025-12-06 15:48:18 +01:00
DerDavidBohl
1fa36ddbac Added more logging 2025-12-06 15:36:25 +01:00
DerDavidBohl
ebae68d0d9 Try to improve ProcessRunner 2025-12-06 15:25:24 +01:00
DerDavidBohl
725e988422 Added more logging 2025-12-06 15:04:36 +01:00
DerDavidBohl
6c7250be11 Added some logging to ProcessRunner for better understanding 2025-12-06 14:52:53 +01:00
DerDavidBohl
59e23c5534 Fixed env Hanlding for ProcessRunner 2025-12-06 14:43:32 +01:00
DerDavidBohl
38bd196160 Improved update interval and process destruction 2025-12-06 14:13:17 +01:00
DerDavidBohl
6e46c4bc45 Try to avoid zombie processes 2025-12-06 09:22:21 +01:00
DerDavidBohl
c67db34d5a Added cleanups to roadmap 2025-12-06 09:06:59 +01:00
DerDavidBohl
2858f3a329 added automated tests to README.me 2025-12-06 09:03:20 +01:00
DerDavidBohl
2e7a5e0435 Added a roadmap to README.md 2025-12-06 09:00:51 +01:00
DerDavidBohl
b1ed165265 Added application/vnd.oci.image.index.v1+json to accepted image manifest headers 2025-12-05 15:52:27 +01:00
DerDavidBohl
a977fbea87 Refactored Process creation to avoid long living zombies 2025-12-05 15:45:09 +01:00
DerDavidBohl
0dfc1aa642 feat: update: accept oci image manifest too 2025-11-28 18:51:03 +01:00
DerDavidBohl
eccf26ede2 feat: update: further uri hardening 2025-11-28 18:42:37 +01:00
DerDavidBohl
4f8ad59a95 feat: update: uri hardening 2025-11-28 18:38:53 +01:00
DerDavidBohl
cea4f8eefd feat: update: Made url building more robust 2025-11-28 18:33:45 +01:00
DerDavidBohl
b7dbfc5db8 fixed registry endpoint usage 2025-11-28 18:17:33 +01:00
DerDavidBohl
9b5965bcb4 try fix uri build 2025-11-28 18:06:57 +01:00
DerDavidBohl
488dd54400 fix constructor 2025-11-28 17:48:57 +01:00
DerDavidBohl
969d302c71 Updated Image extraction 2025-11-28 17:44:05 +01:00
DerDavidBohl
9f712b205e Update enabled is false 2025-11-28 17:13:48 +01:00
DerDavidBohl
0f78d64eaa minor fixes/improvements in update service 2025-11-28 16:56:12 +01:00
DerDavidBohl
0091728cf5 Add logging 2025-11-28 16:44:46 +01:00
DerDavidBohl
c5ae75b791 Extended logging and scheduled update check 2025-11-28 16:38:56 +01:00
DerDavidBohl
1ca3ca5671 First steps implementing an update functionality 2025-11-28 16:33:03 +01:00
DerDavidBohl
3d2ba189ad Try to improve Thread stability 2025-11-27 22:56:07 +01:00
DerDavidBohl
c1ccf48e0a fixed search field styling 2025-11-24 12:12:01 +01:00
DerDavidBohl
0a186bced0 Update Maven Build 2025-11-24 11:45:35 +01:00
DerDavidBohl
9b5878218e Update to Java 25 2025-11-24 11:38:28 +01:00
aquestry
b1c159f4c3 feat(ui): add full dark mode support and improve styling consistency
* Bump version to 1.2.2

* feat(ui): add full dark mode support and improve styling consistency

 - Added full dark mode theme with neutral greys (no blue tones)
 - Unified Material input backgrounds and removed side glow effects
 - Ensured input text and labels are white in dark mode
 - Improved table styling, spacing and rounded corners
 - Styled dialogs (e.g., Add Secret) for proper dark mode appearance
 - Added spacing between stacked input fields for visual clarity
 - Polished search field design across views

* fix(ui): improve disabled button contrast in dark mode and translate comments to English

---------

Reviewed-by: David Bohl <david@davidbohl.org>
2025-11-17 20:25:45 +01:00
DerDavidBohl
08c7f76a6d Refactor deployment handling and improve error logging for Git operations 2025-11-17 20:25:45 +01:00
DerDavidBohl
246fcdb0a2 Add support for Git references in deployment management 2025-11-17 20:25:45 +01:00
David Bohl
a36c163c92 Bump version to 1.2.2 2025-11-17 20:25:45 +01:00
DerDavidBohl
b73bc1ce6d Enhance Git clone error handling in GitService 2025-11-17 20:25:45 +01:00
David Bohl
a929706193 Bump version to 1.2.1 v1.2.1 2025-11-13 14:28:06 +00:00
David Bohl
e67fad7957 Add git installation to Dockerfile 2025-11-13 15:15:46 +01:00
renovate[bot]
e5b0c988a9 Update tailwindcss monorepo to v4.1.17 (#109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 06:52:03 +00:00
renovate[bot]
80bf5d1111 Update dependency jasmine-core to v5.12.1 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-13 02:37:36 +00:00
renovate[bot]
2cf76b6d28 Update angular-cli monorepo to v19.2.19 (#107)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-12 23:58:09 +00:00
David Bohl
5069cef1bc Bump version to 1.2.0 v1.2.0 2025-11-12 17:58:42 +00:00
DerDavidBohl
67eaec1ba3 Use alpine based images for docker build 2025-11-12 18:44:05 +01:00
DerDavidBohl
823de85b56 Use eclipse-temurin as jdk base 2025-11-12 18:28:54 +01:00
renovate[bot]
f01f6a5569 Update dependency org.springframework.boot:spring-boot-starter-parent to v3.5.7 (#105)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-24 01:59:00 +00:00