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

3903 Коммитов

Автор SHA1 Сообщение Дата
William Collishaw 69aae31b6e
Bump log4j dependencies to 2.16.0 (#3631)
Co-authored-by: William Collishaw <16943514+WilliamCollishaw@users.noreply.github.com>
2021-12-17 10:13:01 -06:00
BruceHaley 7ef9b80174
Component Governance re org.apache.logging.log4j vulnerability (#3627)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Update log4j-api and log4j-core to 2.15.0

* Update dependency to log4j-to-slf4j🫙2.15.0

* Delete temp work files

* Update bot SDK references in pom files to 4.14.1
2021-12-14 08:54:44 -06:00
BruceHaley 99223a5186
Make E2E Sample DotNet tests target the latest SDK v4 by default (#3622)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Fix linux builds to select latest v4

* Tweak display name

* Fix From Azure get version

* Fix From nuget get version

* From azure feed fix 2

* From Myget feed tweak

* Tweak win-test.yml
2021-12-13 12:00:48 -08:00
BruceHaley 07985f2f31
Fix NU1605 error in CoreBot test bot (#3621)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Update TimexExpression from 1.3.2 to v1.7.0
2021-12-13 11:59:44 -08:00
Cecilia Avila 11b6cd53c1
Remove netcore2.1 bots from VSIX templates (#3618) 2021-12-10 16:58:54 -08:00
Cecilia Avila 9d756984c6
[#3431] Remove dotnet core 2.1 templates from vsix - Update templates (#3619)
* Update Microsoft.VSSDK.BuildTools' version

* Remove netcoreapp2.1 suggestion from dotnet-templates

Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2021-12-10 16:58:38 -08:00
Cecilia Avila 481ba629a9
Update 60.slack-adapter sample's README (#3615) 2021-12-10 16:51:37 -08:00
BruceHaley 1417f92091
Upgrade restify dependency to 8.6.0 (#3601)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Update restify to v8.6.0

* Revert formatting in file.

* Fix formatting of packages.json

* Fix formatting 2

* Update restify
2021-12-06 14:57:39 -08:00
BruceHaley 14ed6ea596
Fix JS generator error (#3608)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Roll back yeoman-generator to v4 latest

* Fix formatting
2021-11-24 09:59:33 -08:00
Eric Dahlvang 519ff9770e
Add SSO support to 46.teams-auth (#3538)
* Add SSO support to 46.teams-auth

* Remove the experimental teams sso sample

* Update sso_manifest.json

* Fix usings in AdapterWithErrorHandler
2021-11-22 12:14:55 -06:00
Monica Rivera db70c67c4d
Update VSIX to 4.15.0 (#3604) 2021-11-22 08:43:03 -08:00
Monica Rivera 4370719f9e
Update dotnet generators to 4.15.0 (#3603) 2021-11-22 08:42:28 -08:00
Cecilia Avila ebc35fd54f
[#3550] Port CloudAdapter & MSI to TypeScript samples (2/2) (#3574)
* Add MSI support in TS samples (2/2)

* Remove commented lines

* Remove unnecessary cast

* Update packages to 4.15.0
2021-11-19 11:58:46 -08:00
Cecilia Avila 0892f3fac2
[#3526] Update JS samples to 4.15.0 (part 2/2) (#3598)
* Update JS samples to 4.15.0 (2/2)

* Update generators to 4.15.0
2021-11-16 13:48:25 -08:00
Cecilia Avila 2f0a85ca5c
Update JS samples to 4.15.0 (1/2) (#3597) 2021-11-16 13:47:30 -08:00
Cecilia Avila b439e1b5af
Update packages to 4.15.0 (#3596) 2021-11-16 09:09:46 -08:00
Cecilia Avila ea9ccf3925
[#3550] Port CloudAdapter & MSI to TypeScript samples (1/2) (#3573)
* Add MSI support in TS samples (1/2)

* Update @types/node version for Typescript Echo and Core bots

* Update packages to 4.15.0

Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2021-11-16 09:08:03 -08:00
Joel Mut c9d4810ed4
[#3503] Add support for MSI to DotNet's samples and generators - language generation (#3571)
* Add MSI support in 05.a multiTurn sample

* Add MSI support in 05 multiTurn sample

* Add support in 06 cards sample

* Add support in 13 corebot sample

* Add support in 20 CustomFunction sample

* Update botbuilder package version to 4.15.0-daily for MSI and SingleTenant

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 09:03:20 -08:00
Joel Mut 1e75414de5
[#3503] Add MSI support for Host and Skill in 80.skills-simple-bot-to-bot folder (#3520)
* Add MSI support for Host and Skill in 80.skills-simple-bot-to-bot folder

* Fix use of SkillConversationIdFactory

* Improve usage of BotFrameworkClient

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 07:19:25 -08:00
Joel Mut e93adf03de
[#3503] Add MSI support for Host and Skill in 81.skills-skilldialog folder (#3521)
* Add MSI support for Host and Skill in 81.skills-skilldialog folder

* Improve usage of BotFrameworkClient for DotNet 81.skills-skilldialog sample

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 07:19:07 -08:00
Joel Mut 644714791e
[#3503] Add support for MSI to DotNet's samples and generators - custom adapter samples (#3535)
* Add MSI support to c# 60.slack-adapter bot

* Add MSI support to c# 61.facebook-adapter bot

* Add MSI support to c# 62.webex-adapter

* Add MSI support to c# 63.twilio-adapter

* Adapters' appsettings.json consistency

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 07:18:56 -08:00
Cecilia Avila fa91598172
[#3503] Add support for MSI to DotNet's samples and generators - teams samples (part 2/2) (#3536)
* Add MSI support to c# 58.teams-start-new-thread bot

* Add MSI support to c# 57.teams-conversation bot

* Add MSI support to c# 56.teams-file-upload bot

* Add MSI support to c# 55.teams-link-unfurling bot

* Add MSI support to c# 54.teams-task-module bot

* Update packages to 4.15.0
2021-11-16 07:18:47 -08:00
Joel Mut ac6a18a569
[#3503] Add support for MSI to DotNet's samples and generators - qna maker samples (#3534)
* Add MSI support to c# 11.qnamaker

* Add MSI support to c# 49.qnamaker-all-features

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 06:49:33 -08:00
Joel Mut 4038871d90
[#3503] Add support for MSI to DotNet's samples and generators - teams samples (part 1/2) (#3533)
* Add MSI support to c# 25.message-reaction

* Add MSI support to c# 50.teams-messaging-extensions-search

* Add MSI support to c# 51.teams-messaging-extensions-action

* Add MSI support to c# 52.teams-messaging-extensions-search-auth-config

* Add MSI support to c# 53.teams-messaging-extensions-action-preview

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 06:40:15 -08:00
Joel Mut 96ecc81e67
[#3582] Samples (csharp_dotnetcore/adaptive-dialog) are not validating the age correctly (#3584)
* Fix adaptive-dialog/05.interruptions-bot age validation

* Fix adaptive-dialog/06.todo-bot age validation

* Fix adaptive-dialog/08.todo-bot-luis-qnamaker age validation

* Fix 08.todo-bot-luis-qnamaker not recognizing the Profile suggested action
2021-11-16 06:38:32 -08:00
Joel Mut 5e30f95563
Fix bug when the bot is not part of the conversation roster (#3581) 2021-11-16 06:37:11 -08:00
Joel Mut 236682418d
Remove appsettings.json loading configuration step (#3580) 2021-11-16 06:36:26 -08:00
Cecilia Avila a467788e1b
[#3439] Samples (02.echo-bot/13.core-bot) fails due to AppServicePlan not found in null RG (#3579)
* Fix JS linux templates

* Fix TS linux templates
2021-11-16 06:35:36 -08:00
Cecilia Avila e68df41d15
[#3503] Add support for MSI to DotNet's samples and generators - bot essentials (part 1/2) (#3528)
* Add MSI support in bot essentials (part 1)

* Update packages to pre-release version

* Update packages to 4.15.0
2021-11-16 06:32:57 -08:00
Cecilia Avila abdecf0259
[#3503] Add support for MSI to DotNet's samples and generators - bot essentials (part 2/2) (#3529)
* Add MSI support in bot essentials (part 2)

* Update packages to pre-release version

* Update packages to 4.15.0
2021-11-16 06:32:36 -08:00
Cecilia Avila c17d313553
[#3503] Add support for MSI to DotNet's samples and generators - advanced bots (part 1/2) (#3530)
* Add MSI support to c# 16.proactive bot

* Add MSI support to c# 19.customDialogs bot

* Add MSI support to c# 23.facebook events bot

* Add MSI support to c# 44.prompt-users bot

* Add MSI support to c# 42.scaleout bot

* Update packages to 4.15.0
2021-11-16 06:32:28 -08:00
Joel Mut c3c2ee8acc
[#3503] Add support for MSI to DotNet's samples and generators - advanced bots (part 2/2) (#3531)
* Add MSI support to c# 17.multilingual-bot

* Add MSI support to c# 21.corebot-app-insights

* Add MSI support to c# 47.inspection

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 06:32:15 -08:00
Joel Mut ca51aae60b
[#3503] Add support for MSI to DotNet's samples and generators - authentication samples (#3532)
* Add MSI support to c# 18.bot-authentication

* Add MSI support to c# 24.bot-authentication-msgraph

* Add MSI support to c# 46.teams-auth bot

* Update packages to 4.15.0

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2021-11-16 06:32:06 -08:00
Gabo Gilabert cde4e11e62
Updated code owners file (#3595) 2021-11-16 06:20:24 -08:00
BruceHaley 579f211628
Eliminate sleep tasks in DotNet E2E Linux pipelines (#3585)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Remove task 'Sleep for 13 min 20 sec'

* Add back sleeps and retests for debugging

* Add more sleeps for debugging

* Remove all sleeps again

* Remove continueonerror

* Cleanup
2021-11-15 13:49:33 -08:00
BruceHaley b910bf191b
Component Governance WS-2021-0419 com.google.code.gson:gson (#3590)
* Fix npm run test error TS2345 for generator

* Revert "Fix npm run test error TS2345 for generator"

This reverts commit e49afb6c1f.

* Fix Django Component Governance security warning

* Fix Django 2.2 before 2.2.10 has a security vulnerability.

* Upgrade to version com.google.code.gson:gson:2.8.9
2021-11-15 13:44:04 -08:00
Cecilia Avila 9dac0f01e6
[#3526] Add support for MSI to JS samples and generators - language-generation samples (#3559)
* Adding CloudAdapter to 05.a.multi-turn-prompt-with-language-fallback and fixing linter errors

* Add MSI support to JS language-generation samples

Co-authored-by: Martin Luccanera <18757147+MartinLuccanera@users.noreply.github.com>
2021-11-03 13:54:41 -07:00
Cecilia Avila eda231da47
Add MSI support in ARM parameters w/new RG (#3575) 2021-11-03 13:37:48 -07:00
Cecilia Avila 505806dcdd
Add MSI support in ARM parameters w/preex RG (#3576) 2021-11-03 13:37:23 -07:00
Cecilia Avila e9d26829c6
Add MSI support in ARM templates w/new RG (#3577) 2021-11-03 13:37:01 -07:00
Cecilia Avila 5d9bdc1c3e
Add MSI support in ARM templates w/preex RG (#3578) 2021-11-03 13:36:35 -07:00
Cecilia Avila 7a8b672e55
Update new-rg-parameters to support MSI (1/2) (#3563) 2021-11-03 11:27:21 -07:00
Cecilia Avila 531320ecce
Update new-rg-parameters to support MSI (2/2) (#3564) 2021-11-03 11:27:00 -07:00
Cecilia Avila 27601b3c49
Update preexisting-rg-params to support MSI (1/2) (#3565) 2021-11-03 11:26:41 -07:00
Cecilia Avila f2ed71d7bf
Update preexisting-rg-params to support MSI (2/2) (#3566) 2021-11-03 11:26:15 -07:00
Cecilia Avila 5009d69329
Update template-with-new-rg to support MSI (1/2) (#3567) 2021-11-03 11:25:40 -07:00
Cecilia Avila 5b231edb77
Update template-with-new-rg to support MSI (2/2) (#3568) 2021-11-03 11:25:16 -07:00
Cecilia Avila 6104fac0ae
Update template-with-preex-rg to support MSI (1/2) (#3569) 2021-11-01 18:09:03 -07:00
Cecilia Avila ebafd31bf9
Update template-with-preex-rg to support MSI (2/2) (#3570) 2021-11-01 18:08:52 -07:00
Cecilia Avila a718269f8c
[#3526] Add support for MSI to JS samples and generators - Skills samples (#3558)
* Add MSI support to JavaScript for Host and Skill in 81.skills-skilldialog folder

* Add MSI support to JavaScript for Host and Skill in 80.skills-simple-bot-to-bot folder

* Improve ValidTokenIssuers and ConversationId based on DotNet's implementation

Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2021-11-01 15:05:03 -07:00