admin
63f3c44cff
update application names
2024-12-09 10:32:33 +01:00
shamrao shinde, sumedh
197569c55d
Update azure-pipelines.yml for Azure Pipelines
2024-12-06 12:13:42 +00:00
Florinda
9e19c57243
Merge branch 'develop' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe into develop
2024-12-04 15:12:52 +01:00
Florinda
9f2c8d39a0
updates exec list with app change
2024-12-04 15:11:50 +01:00
admin
9e60a23438
Merged PR 11: update layout
...
update layout
2024-11-26 16:39:38 +00:00
admin
e056337adc
update layout
2024-11-26 17:36:07 +01:00
admin
8cd0ed1f08
Merged PR 9: Bug fixing and update layput
...
cleared execution data after changing a scenario, added logic to change scenario execution from url
2024-11-26 11:03:47 +00:00
admin
42bfe0d3cb
cleared execution data after changing a scenario, added logic to change scenario execution from url
2024-11-26 12:02:07 +01:00
admin
f31278d183
Merged PR 5: update layout
...
update layout
2024-11-21 15:41:12 +00:00
admin
112513182e
update layout
2024-11-21 16:31:04 +01:00
admin
8301ee2dff
Merged PR 2: Update Hermione layout
2024-11-21 07:30:22 +00:00
admin
08115a68be
updated layout
2024-11-20 17:29:18 +01:00
admin
c2b7c42caa
updated CIA and File Tree visualization
2024-11-19 14:53:05 +01:00
Florinda
207e41c36d
Merge branch 'master' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe
2024-11-19 10:12:48 +01:00
Florinda
cc051d7134
popup single RE + project button + exec list filter
2024-11-19 10:10:00 +01:00
admin
e9d55af49c
added scenario information for user while executing scenario
2024-11-18 18:00:28 +01:00
admin
1443fafb7b
added scroll for Tree
2024-11-18 16:50:56 +00:00
admin
ca4e6defb3
Updated package-lock.json
2024-11-14 08:42:24 +00:00
admin
7e538014c7
Updated package.json
2024-11-14 08:36:25 +00:00
admin
6e6301539a
Updated package-lock.json
2024-11-14 08:36:06 +00:00
admin
f0814fd1c9
fixed bug for AppBrowser and added field for execution list
2024-11-14 09:05:36 +01:00
Florinda
eec600566f
Merge branch 'master' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe
2024-11-12 16:21:25 +01:00
Florinda
d94d3fa690
trigger re single class
2024-11-12 16:03:38 +01:00
sumedh
32159964f7
azure pipeline modified
2024-11-08 17:03:28 +05:30
sumedh
c84980e65a
manifests pipeline updated
2024-11-08 16:53:38 +05:30
sumedh
72c5d29c70
Merge branch 'master' of https://dev.azure.com/olympusai/Olympus/_git/hermione-fe
2024-11-07 18:43:41 +05:30
sumedh
47d7b1676d
deployment file modified
2024-11-07 18:43:07 +05:30
shamrao shinde, sumedh
d8731181f1
Set up CI with Azure Pipelines
...
[skip ci]
2024-11-07 13:07:27 +00:00
sumedh
2d8c7fba90
hermione deployment file added
2024-11-07 18:33:56 +05:30
admin
75de230b1f
corrected spelling
2024-11-05 16:23:47 +01:00
admin
10edf80233
fixed Project application bug
2024-11-05 15:52:08 +01:00
andrea.terzani
c842ec45e2
added spinner and check input
2024-11-05 12:32:18 +01:00
admin
f71948e888
fixed login bug
2024-11-04 16:11:04 +01:00
Florinda
0438b3f355
bug app browser
2024-11-04 11:43:36 +01:00
Florinda
9479f99d74
bug exec scenario select app + updates history page
2024-11-04 11:22:28 +01:00
Florinda
dea200613f
updates exec scenario list + fix bug app browser
2024-10-31 12:56:56 +01:00
Florinda
443b2302f4
fix bugs
2024-10-31 09:22:47 +01:00
Florinda
6f75693b31
updates history exec
2024-10-30 10:32:16 +01:00
Florinda
9d28259b2b
Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe
2024-10-30 09:24:50 +01:00
Florinda
2f5a3e688a
history exec scenario page
2024-10-30 09:23:48 +01:00
andrea.terzani
fc7f20c2a4
Refactor layout components and update theme configuration
2024-10-28 19:22:04 +01:00
andrea.terzani
d5492e596f
Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe
2024-10-28 18:07:17 +01:00
andrea.terzani
7091e1dbc7
Refactor layout.js: Update layoutConfig preset, primary, and surface values
2024-10-28 18:06:43 +01:00
Florinda
440219ee24
Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe
2024-10-28 10:00:08 +01:00
Florinda
db273edff9
fe fixes profil
2024-10-28 09:52:50 +01:00
andrea.terzani
9dd7cb687a
Refactor axios base URL configuration
2024-10-25 19:46:59 +02:00
andrea.terzani
d7882baeab
Refactor AppMenu and AppTopbar components
...
- Updated the AppMenu component to only add available scenarios to the menu if there are any.
- Refactored the AppTopbar component to use the selectedApp value from the UserPrefStore.
- Added an updateApplication function to update the selectedApp value in the UserPrefStore and fetch the application scenarios.
- Created a watcher to update the selectedApp value when it changes in the UserPrefStore.
Fix axios base URL configuration
- Updated the axios base URL configuration in the main.js file to use a hardcoded URL instead of the VITE_BACKEND_URL environment variable.
Update ProjectService and UserPrefStore
- Added an updateSelectedApplication function to the ProjectService to update the selected application.
- Updated the UserPrefStore to fetch the selected application from the user data and set it as the selectedApp value.
- Added a setSelectedApp function to the UserPrefStore to update the selectedApp value and call the updateSelectedApplication function.
Update ScenarioStore
- Updated the fetchApplicationScenarios function in the ScenarioStore to use the selectedApp value from the UserPrefStore when fetching scenarios.
Remove unused components
- Removed the Empty, SeatDemo, PersonalDemo, PaymentDemo, ConfirmationDemo, TreeDoc, and FileDoc components from the project.
Fix menu typo
- Fixed a typo in the menu component.
Revert changes for Canva
- Reverted the changes made for Canva.
Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe
- Merged the changes from the master branch of the remote repository.
2024-10-25 19:41:24 +02:00
andrea.terzani
e44edba795
Refactor axios base URL configuration
2024-10-25 08:52:56 +02:00
andrea.terzani
89f6e61d0f
Remove unused Empty, SeatDemo, PersonalDemo, PaymentDemo, ConfirmationDemo, TreeDoc, and FileDoc components
2024-10-25 08:51:11 +02:00
Florinda
04c7a8f8db
Merge branch 'master' of https://gitlab.gcp.windtre.it/olympus_ai/hermione-fe
2024-10-24 14:24:08 +02:00