biersoeckli
11c6cdc573
feat: update README and contributing guidelines, add markdown preview extension to devcontainer
2025-01-19 15:49:07 +01:00
biersoeckli
2e3014fe22
fix: correct image style formatting in README
2025-01-19 15:49:07 +01:00
biersoeckli
7f3c4e13a2
feat: enhance versioning in workflows and application
...
- Updated build-release and canary-release workflows to include version arguments.
- Modified Dockerfile to set QS_VERSION environment variable.
- Added method to retrieve current QuickStack version in the service.
- Passed current version to QuickStackVersionInfo component in maintenance page.
- Improved README and CONTRIBUTING documentation for clarity.
2025-01-19 15:49:07 +01:00
biersoeckli
0caae031d7
feat/add QuickStack logo component and QuickStack colors
2025-01-19 15:49:07 +01:00
biersoeckli
114c3dee08
fix/update docs url
2025-01-19 15:49:07 +01:00
biersoeckli
8bc3f2a25b
fix/updated favicon
2025-01-19 15:49:07 +01:00
biersoeckli
d1c26ff502
fix/correct import path for ServiceException in S3 service
2025-01-19 15:49:07 +01:00
biersoeckli
40a7fe8741
feat/add S3 backup download functionality and cleanup temp files action
2025-01-19 15:49:07 +01:00
biersoeckli
16c4444056
fix/add alert for no backups configured in backups page
2025-01-19 15:49:07 +01:00
biersoeckli
9f45555761
fix/normalize hostname format in saveDomain action
2025-01-19 15:49:07 +01:00
biersoeckli
bd2da6ce84
feat/add backup overview
2025-01-19 15:49:07 +01:00
biersoeckli
b743b387d5
feat/add app monitoring usage
2025-01-19 15:49:07 +01:00
biersoeckli
487a635472
feat/enhance app volume monitoring with usage percentages and total capacity display
2025-01-19 15:49:07 +01:00
biersoeckli
6abe60c20f
feat/add app volume monitoring
2025-01-19 15:49:07 +01:00
biersoeckli
96e5a93de6
refactor/update project breadcrumb links and restructure project page components
2025-01-19 15:49:07 +01:00
biersoeckli
09f20739c3
fix/update database template configurations for MariaDB and PostgreSQL
2025-01-19 15:49:07 +01:00
biersoeckli
0479326c4c
fix/update network interface selection in setup scripts
2025-01-07 16:06:43 +01:00
biersoeckli
8d6896f215
fix/updated app templates
2025-01-07 15:19:46 +01:00
biersoeckli
73501349ca
feat/add scrollable areas to app action buttons and tabs for improved UI navigation
2025-01-07 15:19:46 +01:00
biersoeckli
56395c7303
feat/add public IPv4 address retrieval and integrated file browser
2025-01-07 15:19:46 +01:00
biersoeckli
35e949a1fb
feat/add basic authentication for apps
2025-01-07 15:19:46 +01:00
biersoeckli
5ef1fa22e6
feat/add volume restore functionality with UI support (unstable)
2025-01-07 15:19:46 +01:00
biersoeckli
c7682b5198
fix/ensure global schedule is always set and handle undefined scheduled jobs
2025-01-07 15:19:46 +01:00
biersoeckli
ca55985fea
feat/add backup scheduling functionality
2025-01-07 15:19:46 +01:00
biersoeckli
2e44f96b63
feat/add backup scheduling functionality
2025-01-07 15:19:46 +01:00
biersoeckli
a4c3733e55
feat/implemented manual backups to s3 storage
2025-01-07 15:19:46 +01:00
biersoeckli
b871112dac
feat/add volume backup model and related services for edit of backups schedules in ui
2025-01-07 15:19:46 +01:00
biersoeckli
072d3c734b
feat/update monitoring dashboard in realtime
2025-01-07 15:19:46 +01:00
biersoeckli
ab6adea918
fix/refactor resource metrics handling and introduce Kubernetes size converter
2025-01-07 15:19:46 +01:00
biersoeckli
54a3c1073b
feat/add registry storage location settings and update related services
2025-01-07 15:19:46 +01:00
biersoeckli
bea201fc0c
feat/add S3 Target model and service for managing S3 targets in the application
2025-01-07 15:19:46 +01:00
biersoeckli
bb23a11f11
feat/update disk chart to display formatted storage values and enhance readability
2025-01-07 15:19:46 +01:00
biersoeckli
75710e438d
fix/fixed disk chart information
2025-01-07 15:19:46 +01:00
biersoeckli
2c2e638c08
feat/add database credentials display in app tabs
2025-01-07 15:19:46 +01:00
biersoeckli
b24c92bff1
fix/webhook listens for GET and POST requests
2025-01-07 15:19:46 +01:00
biersoeckli
2e714f0ab1
feat/add webhook ID to App model and implement webhook deployment functionality
2025-01-07 15:19:46 +01:00
biersoeckli
cd3b6881b4
feat/add container registry credentials to App model and update related components
2025-01-07 15:19:46 +01:00
biersoeckli
77d094d26e
feat/added check if dockerfile extists before deployment
2025-01-07 15:19:46 +01:00
biersoeckli
167ad63aa9
fix/removing pvc for registry, registry should only be temp storage
2025-01-07 15:19:46 +01:00
biersoeckli
edb5883bfa
feat/added AppFileMount model and integrate into existing structures
2025-01-07 15:19:46 +01:00
biersoeckli
3ee7fe138e
feat: add event service and models for app event tracking
0.0.1-preview-6
2024-12-23 14:31:32 +01:00
biersoeckli
039d28b612
fix/postgres template autogenerate password when value is empty
2024-12-23 14:31:32 +01:00
biersoeckli
a809a4384b
feat/added db templates and app templates
2024-12-23 14:31:32 +01:00
biersoeckli
fea1318d6b
feat/added first version of app templates
2024-12-23 14:31:32 +01:00
biersoeckli
0b7fc5fb27
feat/added switch between canary version and production version
2024-12-23 14:31:32 +01:00
biersoeckli
09e881876f
added canary pipeline
2024-12-23 14:31:32 +01:00
biersoeckli
853da38d5c
fix/internal registry url in adapter added port 5000
0.0.1-preview-5
2024-12-21 11:13:15 +00:00
biersoeckli
2f6d60aa65
feat/added registry service and registry api adapter
0.0.1-preview-4
2024-12-21 10:48:48 +00:00
biersoeckli
8effd63957
fix/Add splitPath utility to PathUtils and integrate into BuildService to build Docker Images from subfolders
0.0.1-preview-3
2024-12-20 12:21:00 +00:00
biersoeckli
314d6417bd
fixes in 2fa redirect after login
0.0.1-preview-2
2024-12-19 17:42:59 +01:00