Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update packages to botbuilder-dotnet master 4.6.0-preview-191012 and …
…update all the samples (microsoft#920) * PackageUpdate * Update package to 0925 * Update package to 928 * Update package to 4.Future: 4.6.0-Daily-2019-10-10-01 * Update schema and Templates * Update sdk.schema * update code to align with schema change * Remove createdAt and updatedAt in all the samples * fix cards sample * Update packages to botbuilder-dotnet master 4.6.0-preview-191012 * DialogFactory refactor (microsoft#1033) * WIP * More WIP * Refactor dialog generation code into shared-menus * Replace server side dialogTemplate.json * Fix test * WIP * Merge from master * Adds tests * Change shared-menus to shared * Revert schema changes * Cleanup * fix samples (microsoft#1066) * Removes sandwich bot (microsoft#1086) * Removes sandwich bot * fix lint error * enable eslint security rules (microsoft#1084) * do not use dangerous inner html in react * consolidate eslint dependencies to root * fix lint errors * remove sample-json-editor * consolidate eslint packages and bump ts version * update client for new ts-eslint rules * apply lint changes to obiformeditor * apply new lint rules to visual editor * apply new lint rules to shared-menus * apply new lint rules to server * apply ts fixes * add temp fix for adding new files * fix merge build / lint issues * enable eslint security rules * fix lint error after merge * remove recognizer options from choice input form (microsoft#1087) * Updates to interruption sample (microsoft#1025) * Fixes microsoft#950 microsoft#949 * Updates to validation * Fix Luis republish issue when settings change but luis files not change (microsoft#1072) * fix republish issue and fix code mirror settings update bug * polish * fix comments * polish * fix comments * fix comments in another way * fix issue (microsoft#1102) * Add shortcuts for undo / redo (microsoft#1071) * short cut for copy paste undo redo * refactor keyboardZone & close copy&paste shortcut * revert changes in 'KeyboardZone' * revert some unnecessary changes * rename undo/remo event type * fix keyboard navigation after switching tabs or apps (microsoft#1075) * rewrite the keyboard zone event listener * change Props interface name, expose native key event * use includes instead of find * update pr template to reference GH references (microsoft#1104) * fix bug: show recent bot project (microsoft#1103) * remove designer timestamps from samples * fix * Fixed steps sample bugs * Fix Input_Samples * fix todo test * fix todo bug * fix tests * update SDKTypes and labelMap also fix some random schema typos * Some minor fixes * add "\r\n" to fix the CI test failure * Try to use Environment.NewLine to fix test case * Fix testcases by using Environment.NewLine * Update ToDoBotTests.cs * Add QnA Sample * [Form editor] Update shared schema (microsoft#1123) * add ActivityTemplate * update adaptive dialog * EntityRecognizer -> EntityRecognizers * extract $ fields to sharable function * update id property * input updates * update BeginDialog * update CancelAllDialogs * update ChoiceInput * add ConditionalSelector * update ConfirmInput * update DateTimeInput * update DebugBreak * remove extraneous fields * update DeleteProperty * update EditActions * update EditArray * update EmitEvent * update EndDialog * update EndTurn * add FirstSelector * update Foreach * update ForeachPage * update HTTPRequest * update IActivityTemplate * update IDialog * update interfaces * update IfCondition * update InitProperty * update LanguagePolicy * update LogAction * Update LuisRecognizer * add MostSpecificSelector MultiLanguageRecognizer * update NumberInput * update OAuthInput * update Trigger Conditions * update QnAMakerDialog * update regex types * update RepeatDialog * update ReplaceDialog * update SendActivity * update SetProperty * add StaticActivityTemplate * update SwitchCondition * update TextInput * add TextTemplate * update TraceActivity * add TrueSelector * update events -> triggers * move SDKTypes to own file avoids circular reference runtime errors * add to triggers instead of events when creating new trigger * update visual editor to reference triggers and OnCustomEvent * remove value from prompt form * update editor schema * fix navigating to actions from form * memoize form change handler * show dialog events in trigger creation * remove leftover anyOf * fix trigger event creation * update uiSchema * fix HttpRequest headers schema * improve obischema type * fix dialog options name fixes microsoft#1053 * fix tests * Update Dialog validation rules * Fix to some SampleBots * Fix tests
- Loading branch information