-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
複数エンジン対応: 環境変数DEFAULT_ENGINE_INFOSの追加・INVOKE_ENGINE_CONNECTORにエンジン指定を…
…追加 (#639) * INVOKE_ENGINE_CONNECTOR: add host param * INVOKE_ENGINE_CONNECTOR: fix invoker side * add EngineHostSetting[] to SettingStore * add VUE_APP_DEFAULT_ENGINE_HOSTS env var as default engine config * fix test * remove engineHosts from config file * impl ipc to get engineHosts in ui from background * fix ipc impl; do not read engineHosts from store in background * add comment * fix env name in build.yml * remove env VUE_APP_ENGINE_URL * fix host url ref * rename EngineHostSetting to EngineHost * rename ENGINE_HOSTS to ENGINES and wip synchronized init * move INIT_VUEX call to Home from App * add comment * fix comment * remove ENGINE_PATH * remove enginekey for this pr * fix unused warning * remove redundant async-await * remove redundant async-await 2 * revert src/App.vue * execute GET_ENGINES in Home.vue * INVOKE_ENGINE_CONNECTOR: use engineKey instead of host to identify engine * remove url printing * fix error message when engine not found * add error when engine not registered * remove redundant optional chain (impled engine undefined check) * fix test * remove unused import * fix engine exec skip message * rename Engine -> EngineInfo * npm run fmt * rename ENGINES to ENGINE_INFOS * add engineKey to build.yml
- Loading branch information
Showing
16 changed files
with
144 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
ENGINE_PATH=run.exe | ||
VUE_APP_ENGINE_URL=http://127.0.0.1:50021 | ||
VUE_APP_GTM_CONTAINER_ID=GTM-DUMMY | ||
DEFAULT_ENGINE_INFOS=[{"key":"074fc39e-678b-4c13-8916-ffca8d505d1d","executionEnabled":true,"executionFilePath":"run.exe","host":"http://127.0.0.1:50021"}] | ||
VUE_APP_GTM_CONTAINER_ID=GTM-DUMMY |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.