-
Notifications
You must be signed in to change notification settings - Fork 377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: appended provision with a profile #5741
Merged
Merged
Conversation
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
Composer/packages/client/src/pages/botProject/create-publish-profile/PublishProfileDialog.tsx
Show resolved
Hide resolved
Composer/packages/client/src/pages/botProject/create-publish-profile/PublishProfileDialog.tsx
Show resolved
Hide resolved
1. fix the logic of merging existing profile with new provisioned configurations. 2. when hostname or name exist, don't provision new webapp. 3. add subscriptionId and resourceGroup in the publish profile.
@zidaneymar we have three known issues now, need to fix after we get the permission back.
|
All the three issues are fixed now. |
* add jobId for filter publish process * lint * delete un-use value * ut * refactor
luhan2017
approved these changes
Mar 1, 2021
boydc2014
approved these changes
Mar 1, 2021
This was referenced Mar 16, 2021
lei9444
pushed a commit
to lei9444/BotFramework-Composer-1
that referenced
this pull request
Jun 15, 2021
* change edit dialog page 1 * change add and edit page one * add review page and enable provision resources in current provision * add some log * fix test * add profile merge logic * add retry logic judging * remove settings * remove settings * fix review page display error * fix profile update in edit * remove status and fix provision update * add missed field in current settings * Fix some issues 1. fix the logic of merging existing profile with new provisioned configurations. 2. when hostname or name exist, don't provision new webapp. 3. add subscriptionId and resourceGroup in the publish profile. * remove the dependency between webapp and bot channel registration in provision * fix luis region always westus * decouple resourceGroup and hostName, fix regex * Add a botName field for channel service * fix bug when select luis resource but not select the luis region * add botName to publish profile * make hostname disable if name or hostname already have * fix resourceGroup display error in review page * remove annotation * fix regex issue and get location issue * update publish function getPublishConfig * fix hostname check issue * fix UI in add resource page * fix UI issue * Fix the config missing issue * update qna image and resource group check * add region to profile and show the profile region as default in edit mode * add display name for app registration * remove form page if type already have * fix bug * fix bug * remove image * add image * fix bugs * fix: provision process shown in publish list (microsoft#6044) * add jobId for filter publish process * lint * delete un-use value * ut * refactor * fix region * go to edit page if no resources can be added * fix the region issue * fix ut * fix auth dialog popup everytime Co-authored-by: Qi Kang <qika@microsoft.com> Co-authored-by: Lu Han <32191031+luhan2017@users.noreply.github.com> Co-authored-by: Ben Brown <benbro@microsoft.com> Co-authored-by: Long Alan <julong@microsoft.com> Co-authored-by: Dong Lei <donglei@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Add the ability to do the provision in an existed profile.
In this PR we also did the following updates:
Task Item
close #5403
Screenshots