This repository was archived by the owner on Jul 9, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
fix: fix relative path of runtime folder in eject customized #3434
Merged
Conversation
This file contains hidden or 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
Contributor
Author
|
Hi @cwhitten @a-b-r-o-w-n @benbrown, I checked this issue and found there had another issue when user input a existed path but not a path of runtime folder; it will caused the start process error few seconds later, but the request already be response, So user could not get the error message. Client would show |
Contributor
boydc2014
approved these changes
Jun 23, 2020
Contributor
|
This PR is verified to be able to fix web app, so i leave an approve. And confirmed this is not working well in electron, leave up to @tonyanziano to decide continue on this PR, or open a new one to fix the dependency issue in Electron |
beyackle
added a commit
that referenced
this pull request
Jun 29, 2020
* link the application keys with bot service in provision script (#3425) * fix: #3309 Allow configuring app settings without opening a bot project (#3454) * issues#3309 * fixes lints * Default to bot settings if no route cache Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: 'Ctrl + Click', 'Shift + Click' behaviors in Flow Editor (#3448) * ctrl + click behavior * enhance the focus behavior * range selection e2e * calculate accurate range selection * MacOS Meta + Click support Co-authored-by: Chris Whitten <[email protected]> * fix: fix relative path of runtime folder in eject customized (#3434) * fix runtime relative path in eject * fix process pid not exist when runtime folder not exist Co-authored-by: Chris Whitten <[email protected]> * fix: typo (#3474) * Fix a typo Message recieved -> Message received * Improve language A basic brush of the Home page. * fix: fix get history before file persistence (#3440) * fix get history before file persistence * flush in action not in component * fix bug Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: Dong Lei <[email protected]> * fix: #2692 Tabbing / clicking / returning out of a number field round your input (#3427) * bug fix * pr comment * lint * double export * updated test Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: Ben Yackley <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * fix: revert plugins out of workspace (#3479) * revert commit about add plugins into workspace * revert other relative path change * update the lock file * remove yarn.lock in azure plugins to make sure bot-deploy updated Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> * chore: Hide ignored folders in vscode, update prettier config (#3493) * issues#3309 * fixes lints * Default to bot settings if no route cache * fix: #3485 Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: show 'AutoEndDialog' from Adaptive Dialog Property Editor (#3498) * refactor: add rule and remove dangling underscores (#3496) * add rule and remove dangling underscores * update elliptic and test Co-authored-by: Andy Brown <[email protected]> * chore: added config to debug Electron main process. (#3501) Co-authored-by: Andy Brown <[email protected]> * Merge pull request #3502 from hatpick/master fix: #3486 Debug/Fix HMR support * fix: add logo-clicking to tests (#3500) * add logo-clicking to tests * bump elliptic version * Update yarn.lock Co-authored-by: Andy Brown <[email protected]> * feat: support validate lg custom functions (#3273) * fix: support validate lg custom functions and separate the dialog validation from parser * use file name as namespace * add unit test * fix lint * fix: inline editing LU mess up whole file (#3478) * upgrade lu packages * update package * clean * update * clean up Co-authored-by: Andy Brown <[email protected]> * refactor: change term primary key to authoring key (#3516) Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Qi Kang <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: zeye <[email protected]> Co-authored-by: VanyLaw <[email protected]> Co-authored-by: Yan Liu <[email protected]> Co-authored-by: Dong Lei <[email protected]> Co-authored-by: LouisEugeneMSFT <[email protected]> Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> Co-authored-by: TJ Durnford <[email protected]> Co-authored-by: Tony Anziano <[email protected]> Co-authored-by: Zhixiang Zhan <[email protected]> Co-authored-by: liweitian <[email protected]>
Merged
benbrown
pushed a commit
to benbrown/BotFramework-Composer
that referenced
this pull request
May 24, 2021
* link the application keys with bot service in provision script (microsoft#3425) * fix: microsoft#3309 Allow configuring app settings without opening a bot project (microsoft#3454) * issues#3309 * fixes lints * Default to bot settings if no route cache Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: 'Ctrl + Click', 'Shift + Click' behaviors in Flow Editor (microsoft#3448) * ctrl + click behavior * enhance the focus behavior * range selection e2e * calculate accurate range selection * MacOS Meta + Click support Co-authored-by: Chris Whitten <[email protected]> * fix: fix relative path of runtime folder in eject customized (microsoft#3434) * fix runtime relative path in eject * fix process pid not exist when runtime folder not exist Co-authored-by: Chris Whitten <[email protected]> * fix: typo (microsoft#3474) * Fix a typo Message recieved -> Message received * Improve language A basic brush of the Home page. * fix: fix get history before file persistence (microsoft#3440) * fix get history before file persistence * flush in action not in component * fix bug Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: Dong Lei <[email protected]> * fix: microsoft#2692 Tabbing / clicking / returning out of a number field round your input (microsoft#3427) * bug fix * pr comment * lint * double export * updated test Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: Ben Yackley <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * fix: revert plugins out of workspace (microsoft#3479) * revert commit about add plugins into workspace * revert other relative path change * update the lock file * remove yarn.lock in azure plugins to make sure bot-deploy updated Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> * chore: Hide ignored folders in vscode, update prettier config (microsoft#3493) * issues#3309 * fixes lints * Default to bot settings if no route cache * fix: microsoft#3485 Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: show 'AutoEndDialog' from Adaptive Dialog Property Editor (microsoft#3498) * refactor: add rule and remove dangling underscores (microsoft#3496) * add rule and remove dangling underscores * update elliptic and test Co-authored-by: Andy Brown <[email protected]> * chore: added config to debug Electron main process. (microsoft#3501) Co-authored-by: Andy Brown <[email protected]> * Merge pull request microsoft#3502 from hatpick/master fix: microsoft#3486 Debug/Fix HMR support * fix: add logo-clicking to tests (microsoft#3500) * add logo-clicking to tests * bump elliptic version * Update yarn.lock Co-authored-by: Andy Brown <[email protected]> * feat: support validate lg custom functions (microsoft#3273) * fix: support validate lg custom functions and separate the dialog validation from parser * use file name as namespace * add unit test * fix lint * fix: inline editing LU mess up whole file (microsoft#3478) * upgrade lu packages * update package * clean * update * clean up Co-authored-by: Andy Brown <[email protected]> * refactor: change term primary key to authoring key (microsoft#3516) Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Qi Kang <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: zeye <[email protected]> Co-authored-by: VanyLaw <[email protected]> Co-authored-by: Yan Liu <[email protected]> Co-authored-by: Dong Lei <[email protected]> Co-authored-by: LouisEugeneMSFT <[email protected]> Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> Co-authored-by: TJ Durnford <[email protected]> Co-authored-by: Tony Anziano <[email protected]> Co-authored-by: Zhixiang Zhan <[email protected]> Co-authored-by: liweitian <[email protected]>
benbrown
pushed a commit
that referenced
this pull request
Jun 11, 2021
* link the application keys with bot service in provision script (#3425) * fix: #3309 Allow configuring app settings without opening a bot project (#3454) * issues#3309 * fixes lints * Default to bot settings if no route cache Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: 'Ctrl + Click', 'Shift + Click' behaviors in Flow Editor (#3448) * ctrl + click behavior * enhance the focus behavior * range selection e2e * calculate accurate range selection * MacOS Meta + Click support Co-authored-by: Chris Whitten <[email protected]> * fix: fix relative path of runtime folder in eject customized (#3434) * fix runtime relative path in eject * fix process pid not exist when runtime folder not exist Co-authored-by: Chris Whitten <[email protected]> * fix: typo (#3474) * Fix a typo Message recieved -> Message received * Improve language A basic brush of the Home page. * fix: fix get history before file persistence (#3440) * fix get history before file persistence * flush in action not in component * fix bug Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: Dong Lei <[email protected]> * fix: #2692 Tabbing / clicking / returning out of a number field round your input (#3427) * bug fix * pr comment * lint * double export * updated test Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: Ben Yackley <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * fix: revert plugins out of workspace (#3479) * revert commit about add plugins into workspace * revert other relative path change * update the lock file * remove yarn.lock in azure plugins to make sure bot-deploy updated Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> * chore: Hide ignored folders in vscode, update prettier config (#3493) * issues#3309 * fixes lints * Default to bot settings if no route cache * fix: #3485 Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> * feat: show 'AutoEndDialog' from Adaptive Dialog Property Editor (#3498) * refactor: add rule and remove dangling underscores (#3496) * add rule and remove dangling underscores * update elliptic and test Co-authored-by: Andy Brown <[email protected]> * chore: added config to debug Electron main process. (#3501) Co-authored-by: Andy Brown <[email protected]> * Merge pull request #3502 from hatpick/master fix: #3486 Debug/Fix HMR support * fix: add logo-clicking to tests (#3500) * add logo-clicking to tests * bump elliptic version * Update yarn.lock Co-authored-by: Andy Brown <[email protected]> * feat: support validate lg custom functions (#3273) * fix: support validate lg custom functions and separate the dialog validation from parser * use file name as namespace * add unit test * fix lint * fix: inline editing LU mess up whole file (#3478) * upgrade lu packages * update package * clean * update * clean up Co-authored-by: Andy Brown <[email protected]> * refactor: change term primary key to authoring key (#3516) Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Qi Kang <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Soroush <[email protected]> Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: zeye <[email protected]> Co-authored-by: VanyLaw <[email protected]> Co-authored-by: Yan Liu <[email protected]> Co-authored-by: Dong Lei <[email protected]> Co-authored-by: LouisEugeneMSFT <[email protected]> Co-authored-by: Louis Eugene <[email protected]> Co-authored-by: leilzh <[email protected]> Co-authored-by: Andy Brown <[email protected]> Co-authored-by: TJ Durnford <[email protected]> Co-authored-by: Tony Anziano <[email protected]> Co-authored-by: Zhixiang Zhan <[email protected]> Co-authored-by: liweitian <[email protected]>
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
…ft#3434) * fix runtime relative path in eject * fix process pid not exist when runtime folder not exist Co-authored-by: Chris Whitten <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.


Description
Fix relative path of runtime folder in eject customized runtime, which make copy runtime failure.
Fix start process will be created even runtime folder not existed by adding
returnafterreject. and the process have no pid.Task Item
close #3431
Screenshots