Skip to content
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

merge master into 4.future #1964

Merged
merged 1,299 commits into from
Apr 2, 2020
Merged
Changes from 1 commit
Commits
Show all changes
1299 commits
Select commit Hold shift + click to select a range
d88178c
Fix validation for post.
daveta Oct 19, 2019
1f3f49e
Add channel add and delete events. Add more comments to nock-helper
daveta Oct 19, 2019
7c807f2
Add member add-remove from groupchat, more cleanup for nock-helper
daveta Oct 20, 2019
8a9ae67
More updates
daveta Oct 20, 2019
a0db677
[Streaming] Add working ws websocket implementation for Node environm…
stevengum Oct 20, 2019
2a39be8
More scenarios
daveta Oct 21, 2019
e82b36b
Merge branch 'master' into jf/typedoc-0916
JonathanFingold Oct 21, 2019
d930ddf
Update typeDoc comments for ActivityHandler and ActivityHandlerBase
JonathanFingold Oct 21, 2019
b5b1005
Merge branch 'master' into ts-compile-to-es5
Oct 21, 2019
cedaba0
More updates
daveta Oct 21, 2019
dea6f9c
minor refactoring fileupload bot and added file handler for integrati…
tsuwandy Oct 21, 2019
711d338
removed console.log
tsuwandy Oct 21, 2019
32c683c
Update README.md
tsuwandy Oct 21, 2019
feeafc9
updated readme/manifest
tsuwandy Oct 21, 2019
a407941
Update manifest.json
tsuwandy Oct 21, 2019
688c9bf
Updating all libraries to output es6
Oct 21, 2019
3db4f21
Merge branch 'master' into master
Stevenic Oct 22, 2019
ad7a319
Merge pull request #1232 from microsoft/ts-compile-to-es5
Stevenic Oct 22, 2019
78f3c6b
Merge branch 'master' into stgum/transcriptWork
Stevenic Oct 22, 2019
fabdf14
Merge branch 'master' into jf/typedoc-0916
Stevenic Oct 22, 2019
e94f11b
Merge branch 'master' into master
Stevenic Oct 22, 2019
1958ea6
Merge pull request #1318 from ltwlf/master
Stevenic Oct 22, 2019
09ffd6d
Merge branch 'master' into stgum/transcriptWork
Stevenic Oct 22, 2019
ef6db96
Merge pull request #1138 from microsoft/stgum/transcriptWork
Stevenic Oct 22, 2019
550f597
Merge branch 'master' into jf/typedoc-0916
Stevenic Oct 22, 2019
8bfc4f1
Merge pull request #1264 from microsoft/jf/typedoc-0916
Stevenic Oct 22, 2019
f03d549
copy edits
JonathanFingold Oct 22, 2019
2424f55
QnaMaker: Rename Prompt -> QnAMakerPrompt
carlosscastro Oct 22, 2019
b775366
Merge branch 'master' into ccastro/qna-prompt-rename
carlosscastro Oct 22, 2019
112049b
Merge pull request #1342 from microsoft/ccastro/qna-prompt-rename
carlosscastro Oct 22, 2019
fbc1aca
added task module invocation, updated readme
tsuwandy Oct 22, 2019
9ca86e1
added promptCultureModels - parity w/ dotnet
Oct 15, 2019
ee7a170
fixed tests
Oct 15, 2019
0aef0ec
added tests for custom defaultChoices
Oct 15, 2019
2507057
removed unnecessary overrides
Oct 22, 2019
a09e9a8
update root package.json, streaming package.json
stevengum Oct 22, 2019
d38f878
Merge pull request #1343 from microsoft/stgum/build
johnataylor Oct 23, 2019
5e5cf06
[Streaming] Auth and browser compatibility fixes, linting, refactorin…
stevengum Oct 23, 2019
a1877a2
drop teams specific send
johnataylor Oct 23, 2019
c3c296b
Merge branch 'master' into johtaylo/issue1345
johnataylor Oct 23, 2019
b7cc801
Merge branch 'master' into tiens-integrationBot
tsuwandy Oct 23, 2019
b3e652a
Merge pull request #1347 from microsoft/johtaylo/issue1345
johnataylor Oct 23, 2019
50b55b0
Finish updating typeDoc comments for dialogContext.ts
JonathanFingold Oct 23, 2019
0fe1dca
Merge branch 'master' into jf/typedoc-1022
JonathanFingold Oct 23, 2019
38128b4
expand ChannelAccount to TeamsChannelAccount
johnataylor Oct 23, 2019
d7afd3f
[Streaming] Pull out streaming bits from botbuilder and move to botfr…
stevengum Oct 23, 2019
9a859ac
Update cardFactory.ts
tsuwandy Oct 23, 2019
69ecd76
cr fk
johnataylor Oct 23, 2019
80e8e60
Merge branch 'master' into johtaylo/issue1346
johnataylor Oct 23, 2019
c91e93f
Merge pull request #1350 from microsoft/johtaylo/issue1346
johnataylor Oct 23, 2019
87f049e
Merge branch 'master' into cultureRecognizerParity
Stevenic Oct 23, 2019
c5a1162
Merge pull request #1309 from mdrichardson/cultureRecognizerParity
Stevenic Oct 23, 2019
400eb32
Merge branch 'master' into jf/typedoc-1022
Stevenic Oct 23, 2019
b032aca
updated searchbased scenario to match c# (with tap/select handler)
tsuwandy Oct 24, 2019
92bef85
Merge pull request #1349 from microsoft/jf/typedoc-1022
Stevenic Oct 24, 2019
f21e243
Merge branch 'master' into tiens-integrationBot
Stevenic Oct 24, 2019
8a4dd52
final update
tsuwandy Oct 24, 2019
7258e4e
Merge branch 'tiens-integrationBot' of https://github.com/microsoft/b…
tsuwandy Oct 24, 2019
d451816
Update README.md
tsuwandy Oct 24, 2019
e92608c
set bot id to empty guid per andrew's request
tsuwandy Oct 24, 2019
353125f
Merge pull request #1351 from microsoft/tiens-integrationBot
tsuwandy Oct 24, 2019
2b3c47e
helper to send a trace activity (#1355)
johnataylor Oct 24, 2019
ef4123e
added local teamsCreateConversation helper (#1357)
tsuwandy Oct 25, 2019
c697bc0
[QnAMaker] Active learning low score variation multiplier value (#1359)
gurvsing Oct 25, 2019
6947888
Fixed passing of CosmosClientOptions
Oct 25, 2019
cdb8d6f
add random to transcript generated ids and set sent activity.id (#1344)
Oct 25, 2019
5f6a3d6
added test for CosmosClientOptions
Oct 25, 2019
ff70ed4
updated test recordings
Oct 25, 2019
a77c845
Merge branch 'master' into cosmosClientOptionsFix
mdrichardson Oct 25, 2019
51ad3d6
Merge pull request #1363 from mdrichardson/cosmosClientOptionsFix
stevengum Oct 25, 2019
3768fd3
remove .js and .ts from .gitignore, change *.map to *.js.map (#1365)
stevengum Oct 25, 2019
8af7918
Fix integrationBot to match C# (#1379)
daveta Oct 30, 2019
fc50201
remove typescript devDependency and engine from bf-streaming (#1392)
stevengum Nov 6, 2019
537b224
[Teams] Call defaultNextEvent after .invoke activity is processed (#1…
Nov 7, 2019
779f270
Add LG/Expression library (#1381)
Danieladu Nov 8, 2019
da7b1c1
fix ChoicePrompt none style when set via options (#1373)
mdrichardson Nov 11, 2019
4b9ae49
Add Botbuilder-lg to version update command
cleemullins Nov 12, 2019
4a893c7
Update package.json
cleemullins Nov 12, 2019
ce00fc1
Update package.json
cleemullins Nov 12, 2019
650ddf4
Update package.json
cleemullins Nov 12, 2019
72da85b
Parity ChoicePrompt fix with dotnet (#1400)
mdrichardson Nov 12, 2019
f9e805b
Stevenic/4.6 dialog parity (#1384)
Stevenic Nov 12, 2019
a1ef1d3
update package.json (#1402)
Danieladu Nov 12, 2019
22a34be
[Functional-test] Add chrome browser functional tests (#1389)
Bill7zz Nov 12, 2019
9148dbe
add Activityfactory (#1401)
Danieladu Nov 14, 2019
6f905bc
fix template additional newline bug (#1419)
Danieladu Nov 15, 2019
87aca49
Add BotFramework-schema license (#1407)
Bill7zz Nov 18, 2019
7e01e9b
Fixed several typos (#1422)
tony-xia Nov 20, 2019
8a5674d
Fixed the wrong function name (#1420)
tony-xia Nov 22, 2019
7ff5fa8
[R7, Cherry-pick] Cherry-pick TypeScript 3.5.3 pin from 4.6 branch (#…
stevengum Nov 22, 2019
854615f
Fixed a small issue in var name (#1421)
tony-xia Nov 23, 2019
651955e
[R7] Authentication: Use ADAL to acquire tokens + support certificate…
carlosscastro Nov 26, 2019
f5f81ae
refactor: remove direct cldr-data dep (#1444)
christopheranderson Nov 26, 2019
b24d205
LG/Expression parity with C# (till Nov 25) (#1453)
Danieladu Dec 2, 2019
6a578c9
allows Inspection to attach anywhere within a Teams Team (#1434)
johnataylor Dec 2, 2019
ca1bf61
[Skills] Add BFHttpClient, ChannelServiceHandler & necessary Auth pie…
stevengum Dec 2, 2019
0535ebb
Update README.MD (#1463)
Danieladu Dec 4, 2019
a074f35
[Skills] Add SkillValidation class (#1461)
stevengum Dec 4, 2019
fe300c3
[Streaming] Merge streaming branch into master (#1464)
stevengum Dec 5, 2019
6775828
[Browser-Functional-Tests] Add browser test build YAML file (#1469)
Bill7zz Dec 5, 2019
1f236f3
Johtaylo/skills protocol (#1472)
johnataylor Dec 5, 2019
8a32d65
plumb through authConfig in bf-connector/auth (#1470)
stevengum Dec 5, 2019
867a599
[Skills] add skill support in BotFrameworkAdapter (#1473)
stevengum Dec 6, 2019
fe85099
better exception handling and typing (#1474)
johnataylor Dec 6, 2019
aa2723a
[QnA Maker] Support for IsTest and RankerType in GetAnswerAsync call …
gurvsing Dec 6, 2019
3635d0a
Add KeySuffix and CompatibilityMode to CosmosDbPartitionedStorage (#1…
Dec 6, 2019
33f20db
Fix attemptCount (#1459)
Dec 6, 2019
b7932e3
refactor BFAdapter for Skills with Auth (#1481)
stevengum Dec 6, 2019
710bd52
Update README.md with the Browser Functional Tests (#1471)
Aliandi Dec 9, 2019
4c18275
Remove dead links to unexisting AppInsights sample (#1487)
munozemilio Dec 9, 2019
7c18d90
Deprecate Payments (#1462)
mdrichardson Dec 9, 2019
f5c5bda
change isConnected() to a getter (#1488)
stevengum Dec 9, 2019
5a1ebc2
[Skills] add SkillHandler & SkillConversationIdFactoryBase classes (#…
stevengum Dec 9, 2019
b231a34
LuisRecognizer refactor and addition of V3 endpoint (#1479)
munozemilio Dec 9, 2019
324a116
Bump version to 4.8
cleemullins Dec 9, 2019
ac06ba2
build: add preview package support (#1490)
Dec 10, 2019
b0c1836
Cherry-pick commits from 4.7 branch to master (#1502)
stevengum Dec 13, 2019
05e8d9f
add more js functions (#1505)
Danieladu Dec 16, 2019
d2d118e
Make IMemory interface follow the convention instead of returning tup…
Danieladu Dec 20, 2019
8e74975
Fix the value of typings (#1547)
qinezh Jan 13, 2020
b6216db
move @types/lru-cache from devdependency to dependency (#1576)
Danieladu Jan 14, 2020
a771b18
remove "dom" from bf-streaming tsconfig and refactor code (#1575) (#1…
stevengum Jan 15, 2020
31448fb
[Cherry-pick] TrustServiceUrl from original conversationReference in …
stevengum Jan 17, 2020
f2f9267
add declarationMap to tsconfig.json in libraries (#1613)
stevengum Jan 24, 2020
2274c21
Cleanup in botbuilder (#1508)
stevengum Jan 25, 2020
15f0b42
Declare return types in waterfallDialog.ts (#1578)
Jan 27, 2020
7efdfab
Fix Browser Functional Test Build Pipeline (#1600)
Bill7zz Jan 27, 2020
7d9fb15
init (#1573)
mdrichardson Jan 28, 2020
1a24955
Fix browser bot functional tests (#1648)
Jan 31, 2020
6329fad
Kyled/waterfall cancel telemetry (#1639)
v-kydela Jan 31, 2020
af05f01
Fix Expression mishandles day formats and extends the ability of date…
cosmicshuai Feb 4, 2020
93f46ab
Parity of split function with C# in Expression (#1661)
cosmicshuai Feb 5, 2020
309e5cb
expand max/min functions (#1674)
cosmicshuai Feb 7, 2020
cdc9b80
Update sample in Connector readme from v3 to v4 (#1657)
v-kydela Feb 7, 2020
1d2ed0c
Port nested foreach\where\select in Expression from C# (#1688)
cosmicshuai Feb 11, 2020
2bb1d63
fix export and update unit test import (#1693)
johnataylor Feb 12, 2020
1f933f0
add EndOfConversation and Typing activities (#1706)
johnataylor Feb 12, 2020
8b2941b
Port refactor Structure LG and Analyzer (#1713)
cosmicshuai Feb 15, 2020
02bc402
${} instead of @{} as bounding syntax. (#1717)
Danieladu Feb 17, 2020
3fb2fdb
add deprecate comment to CosmosDbStorage (#1715)
Feb 18, 2020
cdd17ff
[Streaming] add generic socket closure handling (#1627) (#1664)
stevengum Feb 18, 2020
fc51629
[Docs] Add Bot Functional Test Guide (#1587)
denscollo Feb 18, 2020
41938a5
rename botframework-expressions to adaptive-expressions (#1718)
Danieladu Feb 19, 2020
556fae6
Update typeDoc comments in dialog.ts (#1356)
JonathanFingold Feb 19, 2020
405ba8b
Update activityHandler.ts (#1620)
JonathanFingold Feb 19, 2020
335357f
ReferenceError: status is not defined (#1456)
shmuelgutman Feb 19, 2020
c58c702
Create new TurnContext using function so that derived classes can ove…
shmuelgutman Feb 19, 2020
f7b45c5
parity indicesAndValues builtIn function (#1731)
cosmicshuai Feb 19, 2020
edfb269
parity extend foreach and where work with object (#1733)
cosmicshuai Feb 19, 2020
5491bbf
support constant [] and {} expression (#1734)
Danieladu Feb 19, 2020
c0c3f8e
add isTemplate function (#1735)
Danieladu Feb 19, 2020
410e03e
treat everything after first '=' as value for the property (#1737)
Danieladu Feb 19, 2020
94edbde
Hash conversationId for App Insights sessionID to keep within max len…
garypretty Feb 20, 2020
266fbec
Port: Refactor LG Api (#1740)
cosmicshuai Feb 20, 2020
a1954f6
Enhance the functionality of the + operator (#1749)
Danieladu Feb 20, 2020
73641c1
Port: Optimize LG performace (#1752)
cosmicshuai Feb 20, 2020
83fff11
add comments (#1751)
Danieladu Feb 20, 2020
a5eb5b2
return http state (#1755)
johnataylor Feb 20, 2020
323053d
[Expression]add string interpolation feature (#1759)
Danieladu Feb 21, 2020
d449253
[Port] Add tests around memory access path (#1760)
Danieladu Feb 21, 2020
603bca5
Updated ShowTypingMiddleware to re throw errors (#1761)
garypretty Feb 21, 2020
bcfad6a
Add Italian Support for Confirm/Choice Prompts (#1500)
mdrichardson Feb 22, 2020
80ebf56
[Port] Forced re-execution expression within template (#1762)
Danieladu Feb 22, 2020
2b9b62b
create browser (es5) output in botframework-streaming (#1764)
stevengum Feb 24, 2020
3baf0e6
Plumb custom functions throughout. (#1784)
chrimc62 Feb 25, 2020
f5a32d8
Added Channels enum in botbuilder-schema for ChannelIds constants (#1…
Zerryth Feb 25, 2020
b8711ea
Added error messages to abortWebSocketUpgrade() (#1741)
Zerryth Feb 25, 2020
25b1b53
Port: LG error related changes (#1785)
cosmicshuai Feb 26, 2020
376bd91
Treat '@{' an error instead of text in LG (#1768)
Danieladu Feb 26, 2020
5b8ca28
Hond/indexof (#1797)
Danieladu Feb 26, 2020
433416d
Storage base tests (#1371)
mdrichardson Feb 27, 2020
a4cb9ea
Port QnAMakerDialog from C# (#1769)
garypretty Feb 27, 2020
e482c56
Updating Teams Types (#1789)
Virtual-Josh Feb 27, 2020
aa33c8c
Add gitpod config (#1786)
diogocbarros Feb 27, 2020
aba7431
[Expression] Fix result when the second arg is null in lastIndexOf fu…
cosmicshuai Feb 27, 2020
3776cd1
[Webpack][ISSUE#818][BotBuilder-AI][BF-Connector] Fix webpack depende…
Bill7zz Feb 27, 2020
05ead6e
Initial check-in of flatten, unique and (#1813)
chrimc62 Feb 28, 2020
0d2a4ed
migrate c# change in for adding oauth app credentials as a parameter …
lzc850612 Feb 28, 2020
4f5fd84
Marked config classes as deprecated (#1819)
Stevenic Feb 28, 2020
ce17d1e
Add null check for from (#1807)
garypretty Feb 28, 2020
743e324
ci: add auto tagging (#1823)
Feb 28, 2020
8ab5676
Updated the QnAMakerOptions doc on scoreThreshold option to be more e…
Zerryth Feb 28, 2020
05fd0e0
added getSignInLink overload (#1803)
mdrichardson Feb 28, 2020
b7ee025
Added buffered delivery mode support. (#1783)
Stevenic Feb 29, 2020
cddae34
Fix expression built-in function errors and test errors (#1824)
Danieladu Mar 2, 2020
3f1ba32
Ensure that ABS OAuth cards are not sent by the Bot when (#1812)
ckkashyap Mar 2, 2020
c28faba
add overridable method to allow injection of cert (#1830)
johnataylor Mar 3, 2020
8b39617
Move BotIdentityKey to BotAdapter from BotFrameworkAdapter (#1763)
benbrown Mar 3, 2020
20dd334
Added null check for activity.text in ConfirmPrompt (#1826)
mdrichardson Mar 3, 2020
63c49e5
Support Skills in Azure Government (#1835)
stevengum Mar 3, 2020
c2eebb7
Added flags to disable recognizing choices by number or ordinal. (#1820)
Stevenic Mar 3, 2020
5b16410
add getMember and getPagedMember to teamsInfo (#1833)
clearab Mar 3, 2020
5456287
updated NYC dev dependency (#1828)
mdrichardson Mar 4, 2020
8a7456e
Port some LG and Expression from BotBuilder-Dotnet (#1834)
cosmicshuai Mar 4, 2020
cc6d78e
Remove @types node dev dependency from botframework-streaming (#1795)
Zerryth Mar 4, 2020
69ae3f9
add skillDialog and associated classes (#1771)
stevengum Mar 4, 2020
dbfbc7d
add BFAdapter tests for bufferedReplies and invokeResponses (#1842)
johnataylor Mar 4, 2020
db6a2ca
Fix bug where custom functions were not passed to (#1845)
munozemilio Mar 4, 2020
4c1d757
Update LG template content range (#1849)
Danieladu Mar 5, 2020
fd7966a
add memberCount and channelCount to TeamDetails (#1858)
stevengum Mar 5, 2020
6022bc6
BotFrameworkAdapter and Skills classes OAuthScope changes (#1852)
stevengum Mar 5, 2020
f3c82d3
Adding helper for starting thread in teams (#1847)
stevengum Mar 6, 2020
047945d
add SkillDialog unit tests, fix postToSkill bug (#1861)
stevengum Mar 6, 2020
b03ef78
Port: API naming for Expression (#1853)
cosmicshuai Mar 6, 2020
3d05f87
port toString (#1862)
cosmicshuai Mar 6, 2020
7f6c6df
Port SSO changes from C# to JS (#1738)
swagatmishra2007 Mar 6, 2020
cbafba3
Add interruption support to SkillDialog and runDialog helper method (…
stevengum Mar 6, 2020
49a49af
Add ephemeral option to deliver mode (#1856)
Jeffders Mar 7, 2020
c6baa19
[SSO] [Port] support for SSO to parent and child bot projects for m…
swagatmishra2007 Mar 7, 2020
b2f97dc
DONOTMERGE: Change DeliveryMode bufferedReplies to expectReplies (#1869)
Mar 7, 2020
1a02dff
Add expectedReplies, update skillDialog (#1876)
Mar 8, 2020
efdd58f
Clean LG/Expression (#1873)
Danieladu Mar 8, 2020
077a40a
clean up activityhandler invoke path (#1872)
johnataylor Mar 9, 2020
4d5b305
BufferedReplies to ExpectReplies in skill test parentBot (#1882)
Mar 10, 2020
42e366d
API naming for LG (#1883)
Danieladu Mar 10, 2020
c07f206
apply PayloadSender fix from #1886 and add unit test (#1887)
stevengum Mar 10, 2020
c3b1a11
Update preview build to 4.9 (#1888)
cleemullins Mar 10, 2020
4967c77
Update comments (#1881)
Mar 10, 2020
0f61f91
[master, cherry-pick] fix runDialog helper, fix callerId (#1898)
stevengum Mar 12, 2020
d49e3e6
make WebRequest.on optional (#1899)
stevengum Mar 12, 2020
20394bd
trust reference.serviceUrl if credentials.appId is truthy (#1889)
stevengum Mar 13, 2020
2d5a230
Cherry-picks #1902 and #1894 to master (#1906)
stevengum Mar 13, 2020
6be63ef
do not set signInLink to empty when OAuthAppCredentials is set (#1907)
lzc850612 Mar 15, 2020
757efb8
update lg tsconfig and comments (#1910)
Danieladu Mar 16, 2020
5cccf7e
Improve Expression with adding type checking functions (#1911)
cosmicshuai Mar 17, 2020
5dfa9e7
port dotnet DialogTestClient DialogContext changes (#1914)
stevengum Mar 17, 2020
9d060f2
fix index bug (#1919)
Danieladu Mar 18, 2020
7a7b458
[PORT] [activityfactory] Improve missing type error (#1922)
Danieladu Mar 18, 2020
473d91f
Support multiple lines Expression in LG file (#1921)
cosmicshuai Mar 18, 2020
3481a14
move botbuilder/tests/teams to libraries/teams-scenarios (#1915)
stevengum Mar 18, 2020
0160cd4
Move deepEquals and deferences from extensions to Expression class (#…
Danieladu Mar 19, 2020
e77a56e
[PORT]Disambiguation of “!” mark in expression (#1933)
Danieladu Mar 20, 2020
e346703
[PORT][Expression] Support escape in regex (#1938)
Danieladu Mar 23, 2020
32b751e
Add method for create an array by square bracket expression (#1926)
cosmicshuai Mar 23, 2020
8d6ba32
[PORT]update expression escape (#1940)
Danieladu Mar 23, 2020
7f1a49a
Remove unnecessary restrication on memory path (#1941)
boydc2014 Mar 24, 2020
420d8ca
[PORT] remove dynamic (#1942)
Danieladu Mar 24, 2020
1b24405
[PORT]update LG escape (#1944)
Danieladu Mar 25, 2020
9befacb
Two small test fixes (#1947)
mdrichardson Mar 25, 2020
9125adf
added LUIS error handling (#1949)
mdrichardson Mar 26, 2020
654e04a
[PORT] Make the CRUD of the template consistent (#1952)
Danieladu Mar 27, 2020
573100f
[PORT]cache Antlr parse result (#1956)
Danieladu Mar 30, 2020
d787226
Merge branch 'master' into zim/merge-master-into-4.future
chon219 Mar 30, 2020
21dba20
replace ExpressionEngine with ExpressionParser in adaptive dialogs
chon219 Mar 30, 2020
f86c626
Expression.references() in adaptive dialogs
chon219 Mar 30, 2020
4e6ccad
use ActivityFactory/MessageFactory in ActivityTemplate
chon219 Mar 30, 2020
cec5051
replace LGFile with Templates in adaptive dialogs
chon219 Mar 30, 2020
6426f5b
export DialogManager to let AdaptiveDialog work
chon219 Mar 30, 2020
227ad7d
let adative dialog tests pass
chon219 Mar 30, 2020
e2ecdc2
fix test cases in multi lang LG Generator
cosmicshuai Mar 30, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updating all libraries to output es6
Jonathan Spruance (Insight Global) committed Oct 21, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 688c9bf1a969c95167e981f5b1407fcfa9808eb7
3 changes: 2 additions & 1 deletion libraries/botbuilder-ai/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botbuilder-applicationinsights/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botbuilder-azure/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botbuilder-dialogs/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015", "dom"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botbuilder-testing/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botbuilder/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015", "dom"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botframework-config/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botframework-connector/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015", "dom"],
"module": "commonjs",
"strict": false,
"declaration": true,
3 changes: 2 additions & 1 deletion libraries/botframework-schema/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,
3 changes: 2 additions & 1 deletion libraries/botframework-streaming/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ESNext",
"target": "es6",
"lib": ["es2015", "dom"],
"module": "commonjs",
"declaration": true,
"sourceMap": true,