Commit Graph

50 Commits

Author SHA1 Message Date
5304b07d17 feat: add MUI icons support in App component 2026-04-20 17:13:21 +02:00
3984b8684f feat: add hybrid display for small and big devices. 2026-04-20 16:57:44 +02:00
8079162117 chore: remove outdated workflow instructions from help documentation 2026-04-20 16:38:42 +02:00
733ad9b6b8 feat: implement Azure Image Chooser tool with help content and empty tool placeholder 2026-04-20 16:28:58 +02:00
f64f9bd3e8 chore: add AGENTS.md to .gitignore 2026-04-20 14:19:40 +02:00
de9ba78089 Merge pull request 'Migrated to NodeJS/Vite/Express/Material UI 2' (#1) from feature/migration-to-nodejs into main
Reviewed-on: #1
2026-04-20 08:04:32 +02:00
3c4e10eda7 refactor: optimize Dockerfile by restructuring build steps and improving clarity 2026-04-20 07:54:46 +02:00
287dfc0b8b docs: add README.md with setup instructions and environment variables 2026-04-20 07:35:02 +02:00
5561f10958 Moved old root repository files. 2026-04-20 07:25:31 +02:00
85dd574991 chore: update package versions to 1.0.0 and add LICENSE file 2026-04-20 07:24:53 +02:00
4f97dc3362 refactor: update findAppRoot function and adjust Dockerfile paths for consistency 2026-04-20 07:21:56 +02:00
9100f71ab5 Moved the NodeJS version of the application to the app/ directory. 2026-04-20 07:17:30 +02:00
0d12f24dec Moved old files to a new directory. 2026-04-20 07:15:16 +02:00
055f51aa55 feat: implement Dockerfile, entrypoint, and health check for Node.js application 2026-04-20 07:01:28 +02:00
8087daa518 fix: update health check path to correct endpoint 2026-04-19 23:15:21 +02:00
5fd91a96e8 feat: add health check script and update Dockerfile for health check integration 2026-04-19 23:10:40 +02:00
28d0720ffa feat: add health check API and handle app configuration warnings
- Removed the old index.html file from the frontend build.
- Integrated a health check query in App component to verify app configuration.
- Display a warning alert if the app is not configured with AZURE_SUBSCRIPTION_ID.
- Updated API module to include health check endpoint.
2026-04-19 21:16:15 +02:00
599ac49a76 Refactor Dockerfile and entrypoint script for improved structure and consistency 2026-04-19 21:02:51 +02:00
4c7d38399b Refactor Dockerfile to streamline backend package installation 2026-04-19 20:58:17 +02:00
176fa5ead2 Fixes to NodeJS version. 2026-04-19 20:47:47 +02:00
aca4998da7 AI scaffolded NodeJS version of the App. 2026-04-19 18:54:31 +02:00
4ff0a7205f Update build and run scripts to support Apple's container. 2025-12-21 23:59:00 +01:00
5162b183bf Fix: added a default location. 2025-12-21 23:58:16 +01:00
b42c659560 Remove enable_rbac_authorization from azurerm_key_vault resource due to deprecation. 2025-11-13 20:53:26 +01:00
55971f7d89 Fix shebang line in build.sh for proper script execution 2025-09-09 21:31:48 +02:00
c3a632ed4b Improve container tool detection logic in build.sh for better reliability 2025-09-09 21:27:17 +02:00
f6061fb9a0 Add platform specification to build command in build.sh 2025-09-09 21:21:40 +02:00
218db54a08 Refactor image chooser functions to improve clarity and remove unnecessary rerun calls; add SKU list display for selected publishers and offers. 2025-09-09 21:18:02 +02:00
2c50e4ea17 Updated documentation. 2025-08-21 21:30:05 +02:00
023de7e88d Formatting corrections. 2025-08-19 07:25:51 +02:00
a240e62e75 Added addition environment variable. 2025-08-19 07:25:41 +02:00
6e60dc7199 Fixed incorrect COPY instruction that did not copy the directory contents. 2025-08-19 05:23:14 +00:00
c6349e2577 Updated Dockerfile to add new files to the image. 2025-08-18 23:10:28 +02:00
4b86f2bd57 Reengineered app. Added region selection. 2025-08-18 23:10:01 +02:00
2f465a8217 Updated .gitignore. 2025-08-18 23:08:49 +02:00
86281742da Updated certificate binding instructions. 2025-08-15 21:34:26 +02:00
d7fb56eb41 Added CLI command to bind a certificate to Azure Container App. 2025-08-15 20:55:47 +02:00
f21739c250 Added a custom domain name and validation records. 2025-08-15 20:45:55 +02:00
a75743e4e0 Enabled KV RBAC. Added dependencies between resources. Fixed lack of identitfy for the app. 2025-08-15 15:53:06 +02:00
319410fbcc Fixed to restrictive ignore. 2025-08-15 15:52:06 +02:00
a9ac5f2549 Rearranged file structure. Separated App code from Terraform code. 2025-08-15 14:10:57 +02:00
db37434b78 Updated gitignore. 2025-08-15 14:07:45 +02:00
88d0f9058e Added KeyVault. 2025-08-15 14:05:42 +02:00
ce14fafbf3 Separated variables from the resources. 2025-08-15 13:43:48 +02:00
6a15ccee4f Fixed issues with ACR access. 2025-08-14 22:31:16 +02:00
8e7ab71054 Fixed wrong comparision. 2025-08-14 21:38:11 +02:00
ad637e696e Added support for running on Podman and Docker. 2025-08-14 21:35:05 +02:00
d2abe3fd27 Added Docker/Podman build information. 2025-08-14 21:30:56 +02:00
73c87a733b Added first application version (draft) 2025-08-14 15:52:05 +00:00
03ef39cb08 Initialized the repository. Added the README.md file. 2025-08-14 15:50:41 +00:00