Граф коммитов

8463 Коммитов

Автор SHA1 Сообщение Дата
Tom Laird-McConnell 2db0f38cf7
Change $type to $kind and move unit tests to declarative (#2994)
* Change $type to $kind DCR #3010
* Add Json annotations to all properties
* Add declarative form of TestFlow (TestScript) which allows us to convert TestFlow unit tests to * declarative .test.dialog files
* Replace TestFlow() unit tests with .test.dialog declarative tests
2019-11-23 08:03:37 -08:00
Dong Lei b4016333f3
Fix multi-lang resource generator enumerate locale blindly (#3015)
* Fix multi-lang resource generator enumates too much

* add more tests
2019-11-22 19:46:43 +08:00
xieofxie 12b38935da [Lg] TestMultiExternalAdaptiveCardActivity (#2998) 2019-11-22 17:35:49 +08:00
Hongyang Du (hond) b8cfade5b9
fix file resource bug (#3014) 2019-11-22 12:32:35 +08:00
Hongyang Du (hond) 36de3a25f4
fix expression escape (#3005) 2019-11-22 10:45:01 +08:00
johnataylor 471e5b85ab
Merge pull request #3006 from microsoft/gabog/SkillPreviewUpdates
Skill Preview Updates
2019-11-21 14:39:32 -08:00
Gabo Gilabert 91fab6ca1d Updated interfaces documentation and excluded UriParametersShouldNotBeStrings from the ruleset per john's request. 2019-11-21 14:06:18 -05:00
Gabo Gilabert a697d4f12a Added some tests for BotFrameworkHttpClient 2019-11-21 13:17:44 -05:00
Gabo Gilabert 52c389e4a4 Fixed broken test 2019-11-21 12:03:18 -05:00
Gabo Gilabert fabb109ea7 Added new classes to support skills to the AspNet.Core integration library.
Deleted the classes we are not using anymore.
For now, some of the other skill classes are in the Skills preview library but we'll move them to integration once we review them in more detail.
2019-11-21 11:48:12 -05:00
johnataylor 1084c84547
Merge pull request #2995 from microsoft/johtaylo/issue2955
make inspection middleware inspect bot traffic within a team
2019-11-20 11:41:10 -08:00
John Taylor 6f911208f6 add comment 2019-11-20 11:16:59 -08:00
Hongyang Du (hond) b7969f1779
Make structured lg fully support Activity/Attachment/CardAction properties/types (#2996)
* add more types support in activityfactory

* sort usage
2019-11-20 17:00:03 +08:00
xieofxie 4f031df0b0 [Lg] add should fail tests for multi lang (#2982) 2019-11-20 16:35:54 +08:00
John Taylor e13dadaf50 make inspection middleware inspect bot traffic within a team 2019-11-19 17:04:05 -08:00
IgorHrabrov 0554483819 Fix typo (#2986) 2019-11-19 16:56:16 -08:00
Eric Dahlvang 2d2bd00646 Consolidate most nuget packages (#2990)
Upgrade recognizers to latest
2019-11-19 16:17:35 -08:00
Carlos Castro 83fb03ee03
Merge pull request #2980 from microsoft/tomlm/multiTarget
Multi-target all unit tests to core 2.1 and core 3.0
2019-11-19 11:21:57 -08:00
Eric Dahlvang 57e57e66f0 re-record GetAttachmentView test and compare result to Base64 encoded original (#2979) 2019-11-19 09:09:06 -08:00
Hongyang Du (hond) 2699e82408
add attachment in the top level (#2985) 2019-11-19 18:20:42 +08:00
Hongyang Du (hond) 5ed0c92a19
external file reference in Attachment structured (#2937)
* add file reference feature in attachment of structured LG

* add attachment structure support

* fix merge errors

* adjust property assignment

* merge master

* fix error

* fix some typo
2019-11-19 16:28:34 +08:00
Tom Laird-McConnell b0bf38168a
Update UsingMyGet.md 2019-11-18 18:46:33 -08:00
Hongyang Du (hond) 396ea9b7d6
Add type checking in ActivityFactory (#2914)
* init lg result check

* init schema check

* make property lowercase

* add checker in activityFactory

* remove unused reference

* remove unused code

* fix some comments

* fix more comments

* refine activity checker

* remove schema

* refine checker

* remove unrelated change

* add more activity type support

* refine

* fix errors

* refine
2019-11-19 10:34:58 +08:00
Tom Laird-McConnell ca06ab5d38 merge with master 2019-11-18 18:34:13 -08:00
Tom Laird-McConnell f6c60ecae1 Merge branch 'master' into tomlm/multiTarget 2019-11-18 18:26:20 -08:00
Hongyang Du (hond) 1bb174c69d
Support multi-linguage fall back + validation at initialization time. (#2907)
* add multi language feature

* refine code

* fix build error

* fix ci error

* refine multilanguage

* refine

* add more tests
2019-11-18 13:43:41 +08:00
BruceHaley c4023c331d Set up a stale issues github action (#2974)
* Set up a stale issues github action.

* Change schedule to once a day, at 1 AM.
2019-11-15 13:00:43 -08:00
Michael Richardson ccd6bb66a1 Choice/Confirm Prompt Null locale cherry pick from 4.6 to Master (#2965)
* added tests for empty string and unsupported locale

(cherry picked from commit a399eec76c)

* better culture determination

(cherry picked from commit 4f0b692cd1)

* added note about why not use RecognizersText method

(cherry picked from commit b15163fc9f)
(cherry picked from commit 6640500d7e)

* ChoicePrompt handles null locales

(cherry picked from commit 3559ebbebe)
(cherry picked from commit a32898eed2)
2019-11-15 12:57:38 -08:00
Chris Mullins 5acff4c84d
Merge pull request #2935 from microsoft:eric/fixDependencies
Fix library compat issues.
2019-11-15 12:56:18 -08:00
xieofxie bb57036764 Add null, enum tests for ObjectPath (#2922) 2019-11-15 10:47:21 -08:00
Lu Han 9561902f08 Fix schema typo + Fix EmitEvent code and schema not aligned (#2892)
* Fix typo

* Fix EmitEvent->eventValue code and schema not aligned issue

* Update sdk.schema

* Fix comments
2019-11-15 10:43:47 -08:00
Gary Pretty eb368819b3
Merge pull request #2949 from microsoft/add/facebook-handover-protocol
[Facebook Adapter] Add Handover Protocol Support
2019-11-15 16:22:02 +00:00
Luis Sergio 9e2d192cfd Remove all copyrights from the bots 2019-11-15 12:54:05 -03:00
Luis Sergio 9a8bc753c4 Remove attachments suppression message 2019-11-15 12:47:21 -03:00
matiasroldan6 8a6ee71734 Merge branch 'master' into add/facebook-handover-protocol 2019-11-15 10:45:08 -03:00
Carlos Castro 7c485e28c5
Merge pull request #2971 from microsoft/gabog/ClaimsValidationSupport
Adds ClaimValidator to AuthtentcationConfiguration
2019-11-14 15:06:38 -08:00
Gabo Gilabert e6d714ea4f Addresses Carlos feedback 2019-11-14 15:35:38 -05:00
Gabo Gilabert 6ec779b5e2 Added softcast to IList for IEnumerable of claims as recommended in https://blog.jetbrains.com/dotnet/2017/09/05/ienumerable-inspections-quick-fixes-resharper-rider/ 2019-11-14 14:48:14 -05:00
Gary Pretty 93129b16c9
Merge pull request #2953 from microsoft/gary/adapters-ga-work
Adapter updates ahead of GA
2019-11-14 19:27:02 +00:00
Gary Pretty 3087e2f4c5 Updates to ensure serialization ignores empty collections 2019-11-14 19:06:44 +00:00
matiasroldan6 c8bc9e090d Remove unnecessary sln file 2019-11-14 15:51:01 -03:00
matiasroldan6 3b318ef35d Merge branch 'master' into add/facebook-handover-protocol 2019-11-14 15:30:52 -03:00
johnataylor 4a4cc55cab
Merge pull request #2917 from IgorHrabrov/patch-4
Removed unused code
2019-11-14 09:52:34 -08:00
Gabo Gilabert 8edf028610 Updated syntax to fix build 2019-11-14 11:51:42 -05:00
Gabo Gilabert 3583d0158a Added ClaimsValidator to AuthtentcationConfiguration and updated validation sequence in JwtokenValidation to use it.
Updated BotFrameworkHttpAdapter and BotFrameworkHttpAdapterBase to surface constructor parameters from BotFrameworkAdapter so they can be used.
Refactored BotFrameworkHttpAdapter and BotFrameworkHttpAdapterBase to have only one constructor call base and the other ones to use this. to make it easier to maintain and have consistent execution paths.
2019-11-14 11:35:31 -05:00
Gary Pretty ed85e7e6ea readonly logger for Facebook adapter 2019-11-14 16:26:02 +00:00
Gary Pretty 1c5b14e84b Updates following feedback 2019-11-14 16:16:01 +00:00
Kyle Delaney dc8e041088 Fix typo in local variable name emulateOAuthCardsValue (#2961) 2019-11-13 16:17:58 -08:00
Gary Pretty ca95df7e92
Merge pull request #2916 from IgorHrabrov/patch-3
Fixed unit tests fails
2019-11-13 23:44:04 +00:00
Eric Dahlvang c0abeef9f0 ADDGroupID to AADGroupID (#2896) 2019-11-13 15:23:28 -08:00