-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enable new creation flow as default (#5881)
* plumb through the option to select azure functions scaffolding * update test * fix some tests * Removing unused var * adding back package json precommit declaration * fixing errors that happened in merge * fix import statement * js support * fix: revert yeoman-environment to 2.10.3 from 3.1.0 * initial commit of js runtime support with some draft URLs * fis: change feature flag text * mostly working js publish * - Passing runtime choice down to generator - Passing runtime language down to generaotr - Prepping merge with js runtime branch * Passing of runtime type and language to generators from UI implemented * Adding testing dropdown to more easily test templates * removing npm build as it is unneeded for js generators * removing unneeeded code for npm build on buildDeploy * Adding runtime template for dotnet functions and node functions * Adding needed fields to botTemplate obj * Fixing keyword parsing and rendering logic for templates * Removing runtime language dropdown from UI * adding logic for correct template specific runtime types as available selections in UI * - Removing unused options code - Setting deafult template to top of list, removing hardcoding of default template * Enhancing template search query * remove unneeded console logs * Fixing errors after merge * cleanup some text, remove unneeded fields * update feed * fix issue where required items were included twice * remove comment * update and cleanup * update variable * fix dismiss of handoff * fix tests, update package manager bf-dialgo to latest dev * fix tests, adjust labels * remove feature flag * fix tests * remove unused elements * restore support for legacy runtimes * Adding mocked dipsatch function to fix broken UT * Fixing unit test * Making PR changes. - simplyfying array check logic - removing unneeded null check * Fixing include statements * Fixing default naming * Fixing home page integration test * Fixing creation UT * Removing old creation integration test * Adding integration test for new bot creation * Fixing navigateUrl integration test * Changing names * Removing unused dep * Fixing dependency * increasing wait time for creation integration test * Testin CI failures with different wait times * Update azure-pipelines.yml for Azure Pipelines * Indent update * Change to 3.1.x * Temp removal of expando to get error from CI machine * testing name change * Getting more error info in modal for testing * fix bad merge * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Update azure-pipelines.yml for Azure Pipelines * Finalizing dotnet install and nuget feed config step in pipeline * Reverting error modal testing changes * Removing FF check * Removing unused import Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Patrick Volum <[email protected]> Co-authored-by: pavolum <[email protected]> Co-authored-by: Srinaath Ravichandran <[email protected]> Co-authored-by: Ben Yackley <[email protected]>
- Loading branch information
1 parent
ce82c69
commit da58480
Showing
42 changed files
with
742 additions
and
371 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
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.