Commit Graph

80 Commits

Author SHA1 Message Date
SaelixCode f2fbca17b7 feat: implement dynamic volumes, custom env vars, and timezone detection 2026-03-05 14:55:04 -05:00
Anso 5c7e08a391 Merge pull request #7 from AnsoCode/feature/app-store-polish
feat: App Store Polish
2026-03-05 14:50:13 -05:00
SaelixCode 4aa4bf1b80 fix(backend,frontend): correct docker socket connection on windows and fix api proxy in vite config 2026-03-05 14:49:24 -05:00
SaelixCode 44acfd7d90 feat: polish app store ui and add advanced deployment configuration 2026-03-05 14:06:31 -05:00
Anso 33b48811d8 Merge pull request #6 from AnsoCode/feature/lsio-api-integration
feat: Official LSIO API Integration
2026-03-05 12:47:13 -05:00
SaelixCode f9e8874f6c feat: integrate official lsio api and rich template metadata 2026-03-05 12:37:59 -05:00
Anso e45915f014 Merge pull request #5 from AnsoCode/hotfix/template-url
fix: update lsio template registry url to valid endpoint
2026-03-05 11:01:38 -05:00
SaelixCode 7d59400114 fix: update lsio template registry url to valid endpoint 2026-03-05 11:00:00 -05:00
Anso c05654bdf9 Merge pull request #4 from AnsoCode/feature/dynamic-templates
feat: Dynamic Templates & Sanitizer
2026-03-05 10:34:05 -05:00
SaelixCode 536a714d9b feat: add dynamic template registry and smart volume path sanitizer 2026-03-05 10:15:54 -05:00
Anso 47775c6dd2 Merge pull request #3 from AnsoCode/chore/docker-workflow-wakeup
chore: Wake up Docker Pipeline
2026-03-04 16:21:31 -05:00
Anso db7cdcd268 Merge branch 'develop' into chore/docker-workflow-wakeup 2026-03-04 16:21:22 -05:00
Anso cb5f32dd45 Merge pull request #2 from AnsoCode/feature/docker-automation
ci: Docker Build Automation
2026-03-04 16:20:53 -05:00
Anso a229af50f5 Merge branch 'develop' into feature/docker-automation 2026-03-04 16:20:05 -05:00
Anso b519fbbddf Merge pull request #1 from AnsoCode/feature/app-templates
feat: App Templates & One-Click Installs
2026-03-04 16:16:55 -05:00
SaelixCode 243802eaa7 ci: fix npm cache dependency path for monorepo 2026-03-04 16:09:30 -05:00
SaelixCode 35b444d528 chore: add workflow_dispatch to docker publish to trigger UI registration 2026-03-04 16:06:06 -05:00
SaelixCode 9c66a4f783 fix: remove unused React import in TemplatesView 2026-03-04 15:38:43 -05:00
SaelixCode f026419944 ci: patch npm cache paths to pass monorepo checks 2026-03-04 15:34:10 -05:00
SaelixCode 69002b553e ci: fix npm cache dependency path for monorepo structure 2026-03-04 15:24:58 -05:00
SaelixCode 649a571b11 ci: automate docker build and push via github actions 2026-03-04 15:10:32 -05:00
SaelixCode 1676dc22df feat: implement app templates storefront and deployment engine 2026-03-04 14:26:07 -05:00
SaelixCode 3889d4914e chore: initialize git flow, ci pipeline, and changelog 2026-03-04 13:06:29 -05:00
SaelixCode eb47fe7c2e feat: add resource management dashboard with charts and tables
- Implemented ResourcesView component to display Docker resource usage.
- Integrated recharts for visual representation of reclaimable resources.
- Added functionality to fetch and manage Docker images, volumes, networks, and orphan containers.
- Created reusable table components for displaying resource data.
- Included confirmation dialogs for prune and delete actions.
- Enhanced UI with Tailwind CSS for better user experience.
2026-03-04 12:48:39 -05:00
SaelixCode b3521a078b feat: add Docker API endpoints for managing images, volumes, and networks; implement Resources view in editor 2026-03-04 11:17:16 -05:00
SaelixCode b45553c927 feat: refactor authentication handling and migrate config to database 2026-03-04 09:05:03 -05:00
SaelixCode 6196ee7ccf feat: enhance container crash detection by extracting exit codes and filtering intentional stops 2026-03-03 19:36:08 -05:00
SaelixCode 386de2c76f refactor: remove redundant pro tip from environment tab in editor 2026-03-03 19:33:04 -05:00
SaelixCode 594bec6d91 feat: update environment file selection logic and enhance editor UI with helpful tips 2026-03-03 19:18:32 -05:00
SaelixCode 13ef241d02 feat: enhance environment file handling by resolving multiple env files and adding selection functionality in the editor 2026-03-03 19:13:28 -05:00
SaelixCode 573aef45ff refactor: update docker-compose.yml for improved clarity and structure of volume and environment variable configurations 2026-03-03 18:45:09 -05:00
SaelixCode ed1a60bee0 feat: implement dynamic env file resolution and enhance error handling in stack operations 2026-03-03 15:25:05 -05:00
SaelixCode 242602480e refactor: simplify docker compose command arguments by removing stack name flag 2026-03-03 13:38:14 -05:00
SaelixCode 63d2df2436 fix: drain stdout to prevent pipe buffer from blocking the process 2026-03-03 12:54:21 -05:00
SaelixCode ccf6ed4bc8 refactor: rename isActionLoading to loadingAction for clarity and consistency 2026-03-03 12:47:41 -05:00
SaelixCode 10a483a0a6 feat: await command execution in stack management endpoints and update container stats display based on state 2026-03-03 12:06:19 -05:00
SaelixCode 3161d59abf feat: add save and deploy functionality to EditorLayout component 2026-03-03 11:51:48 -05:00
SaelixCode 2b96b08c04 feat: update stack deployment endpoint and enhance deployment functionality 2026-03-03 11:41:44 -05:00
SaelixCode 0032c6757a fix: improve npm install reliability with retry configurations in Dockerfile 2026-03-03 09:20:06 -05:00
SaelixCode 1fd078616a feat: add global Docker network stats tracking and update HomeDashboard title 2026-03-03 09:10:24 -05:00
SaelixCode 587e88e93d feat: enhance volume pruning functionality with filter options 2026-03-03 08:20:30 -05:00
SaelixCode ec90911e14 feat: implement Docker disk usage retrieval and enhance system prune functionality 2026-02-27 15:43:45 -05:00
SaelixCode 07f4d18a22 Add logo to branding header in EditorLayout component 2026-02-27 14:29:09 -05:00
SaelixCode d5a9bde408 Refactor code structure for improved readability and maintainability 2026-02-27 13:19:14 -05:00
SaelixCode 6bbd9b6484 feat: add notification deletion functionality in API and EditorLayout 2026-02-27 12:47:16 -05:00
SaelixCode f4700ebfc9 feat: enhance API error handling and improve alert message formatting 2026-02-27 12:22:10 -05:00
SaelixCode 91cafb49f9 refactor: update journal mode comment for DatabaseService and optimize CPU state check in EditorLayout 2026-02-27 11:10:35 -05:00
SaelixCode b95838ae9c feat: remove unused alert management code and optimize notification fetching interval 2026-02-27 10:17:33 -05:00
SaelixCode 9cdf273b8c feat: add alert management functionality in NotificationSettingsModal and implement stacks API endpoint 2026-02-27 09:52:54 -05:00
SaelixCode 0899fc0d64 feat: update alert configuration button text from "Configure Alerts" to "Create Alert" 2026-02-27 00:14:36 -05:00