Tags: Teja7048/BotFramework-Composer
Tags
fix: Include settings changes in persistence layer and flush changes … …before switching bot (microsoft#3117) * fix: Wait for task queue flush before switching a bot * update the action * Include settings changes in persistence layer * fix lint * update the action * update the error handler for open bot * use flush method on workers to wait for queues to drain * use includes instead of indexOf * use loading spinner * reset project state when open bot is pending * show loading when creating new bot * bind handleMessage when setting onmessage Co-authored-by: Andy Brown <[email protected]> Co-authored-by: Chris Whitten <[email protected]>
fix: allow tenantId to be specified in provisioning script (microsoft… …#3084) * allow tenantId to be specified * use default tenantid Co-authored-by: Chris Whitten <[email protected]>
fix: add skill show error if manifest url can not be accessed (micros… …oft#2935) * throw error when skill manifest url can not be accessed * check skill manifest url before commit * update * use createSkillModal component * clean up * separate async/sync validation * clean up * remove dead code * check status code when fetching manifest * extract manifest url validation * clean up Co-authored-by: Chris Whitten <[email protected]> Co-authored-by: Andy Brown <[email protected]>
dereference schema definitions after loading project (microsoft#3012) fixes an issue where expressions would not be validated Co-authored-by: Chris Whitten <[email protected]>
fix: update bf-lu version to 4.9.0-RC4 (microsoft#2954) * fix: update bf-lu version to 4.9.0-RC4 * update all related to RC4 Co-authored-by: Chris Whitten <[email protected]>