Skip to content

Commit 5e46ef1

Browse files
UI folder structure and update imports and readme files accordingly
1 parent 65620e0 commit 5e46ef1

164 files changed

Lines changed: 77 additions & 10501 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ updates:
3232
- "*"
3333

3434
- package-ecosystem: "pip"
35-
directory: "/src/frontend"
35+
directory: "/src/App"
3636
schedule:
3737
interval: "monthly"
3838
commit-message:

.github/workflows/docker-build-and-push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- demo-v4
99
- hotfix
1010
paths:
11-
- 'src/frontend/**'
11+
- 'src/App/**'
1212
- 'src/backend/**'
1313
- 'src/mcp_server/**'
1414
- '.github/workflows/docker-build-and-push.yml'
@@ -31,7 +31,7 @@ on:
3131
- demo-v4
3232
- hotfix
3333
paths:
34-
- 'src/frontend/**'
34+
- 'src/App/**'
3535
- 'src/backend/**'
3636
- 'src/mcp_server/**'
3737
- '.github/workflows/docker-build-and-push.yml'
@@ -111,8 +111,8 @@ jobs:
111111
- name: Build and optionally push Frontend Docker image
112112
uses: docker/build-push-action@v6
113113
with:
114-
context: ./src/frontend
115-
file: ./src/frontend/Dockerfile
114+
context: ./src/App
115+
file: ./src/App/Dockerfile
116116
push: ${{ env.TAG != 'pullrequest-ignore' }}
117117
tags: |
118118
${{ steps.registry.outputs.ext_registry }}/macaefrontend:${{ env.TAG }}

.github/workflows/job-docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ jobs:
7373
env:
7474
DOCKER_BUILD_SUMMARY: false
7575
with:
76-
context: ./src/frontend
77-
file: ./src/frontend/Dockerfile
76+
context: ./src/App
77+
file: ./src/App/Dockerfile
7878
push: true
7979
tags: |
8080
${{ secrets.ACR_TEST_LOGIN_SERVER }}/macaefrontend:${{ steps.generate_docker_tag.outputs.IMAGE_TAG }}

Multi-Agent-Custom-Automation-Engine-Solution-Accelerator.code-workspace

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"path": "."
55
},
66
// {
7-
// "path": "./src/frontend"
7+
// "path": "./src/App"
88
// },
99
// {
1010
// "path": "./src/backend"

azure_custom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ services:
2626
remoteBuild: true
2727

2828
frontend:
29-
project: ./src/frontend
29+
project: ./src/App
3030
language: py
3131
host: appservice
3232
dist: ./dist

docs/LocalDevelopmentSetup.md

Lines changed: 5 additions & 5 deletions

docs/ManualAzureDeployment.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)