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

45 Коммитов

Автор SHA1 Сообщение Дата
tracyboehrer 6b7d0f9d71
JS SDK 4.22.1 (#3941)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 12:45:46 -06:00
tracyboehrer a9cd50ee0c
Updated SDK version in JS samples (#3922)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2023-10-25 11:16:43 -05:00
Jhonatan Sandoval Velasco 08f1c45bb3
[Node]Update node version to 16 in ARM templates (#3921)
* update node version in templates

* update to version value ~16

* include TS templates changes

* include all related templates samples
2023-10-24 15:35:08 -05:00
Anish Prasad d991983fea
feat: Update Node Samples to SDK 4.20.0 and restify 10.0.0 for Compatibility with Node 18 (#3902)
* Update Node Samples to SDK 4.20.0 and restify 10.0.0

* Update README to require Node 16.16.0
2023-07-20 11:46:07 -05:00
BruceHaley b57fa7b15f
Fix Samples E2E test pipelines for Azure linux deploys (#3817)
* Update py YAML files

* Update templates

* Update templates 2

* Fix typo in templates

* Update JS linux pipelines & deploymentTemplates

* Update pipelines and templates for dotnet linux deploy

* Fix dotnet linux corebot template

* Fix dotnet linux template 2

* Fix dotnet linux template 3

* Fix dotnet linux template 4

* Fix DotNet linux template 5

* Clean up dotnet linux template

* Fix dotnet linux new template

* Let yaml do new template

* Fix json format

* More fixes to dotnet linux new RG template

* Restore AzureCLI@2 tasks

* Fix dotnet echobot templates

* Update yaml for TS

* Update linux templates for TS

* Fix typescript corebot linux template

* Fix py zipdeploy yaml

* Force ts yaml to use preexisting RG template

* Add apptype param to ts template

* Fix ts json

* Fix js template format

* More TS template fixes

* Fix ts echobot linux template

* Fix ts corebot withnew template

* ts yaml switch to new

* Fix ts echobot withnew

* Update js corebot withnew

* Fix js linux

* Fix typo in withnew templates

* Update parameters

* Clean up ts linux yaml

* Reformat readmes, fix templates

* Fix 2 readmes
2022-09-12 14:37:15 -05:00
BruceHaley 20ca0c7c8e
Fix Samples E2E pipelines (#3812)
* Switch to vmImage: windows-2022

* Try windows-2022 for dotnet wqin-test

* Fix sample-dotnet-samplebot-win-test.yml

* Set up Preexisting RG templates

* Set up remaining exist RG

* Fix templates for DotNet CoreBot

* Fix #2 for DotNet BotApp templates

* Fix CoreBot DotNet templates #3

* Fix DotNet CoreGot templates #4

* Fix build number format in pipelines

* Fix DotNet Core templates #5

* Fix templates #6

* Fix appServicePlanSku parameter

* Fix existingAppServicePlanLocation

* Update all other templates to match

* Fix comments

* Restore LinuxDotNet/template.json

* Restore linux templates

* Fix linux template for JS, TS

* Delete the readme files accidentally added
2022-08-24 15:35:57 -05:00
tracyboehrer dc956fdac6
R17 Samples (#3807)
* Setting NewtonSoft MaxDepth on DotNet Samples

* Setting DotNet NewtonSoft MaxDepth using HttpHelper.BotMessageSerializerSettings.MaxDepth

* Setting DotNet SDK dependencies to 4.17.0

* Fix: JavaScript Sample Authentication Config (#3792)

* Update Auth Config

Update non-skill sample auth config calls to use ConfigurationBotFrameworkAuthentication and removed references to outdated implementation.

* Update Auth Config for JS Skill Bot Samples

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3286] Add linting checks to CI - DotNet (#3786)

* Create CI DotNet Samples pipeline

* Change lookup from appsettings.json to .csproj

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Bump Newtonsoft.Json in /samples/csharp_webapi/13.core-bot (#3782)

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1)

---
updated-dependencies:
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Add isomorphic-fetch to dependencies and add require("isomorphic-fetch") to index.js (#3760)

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3740] Update dotnet samples to target Net 6 - Bot essentials samples (#3749)

* Bot essentials updated

* README file updated in nlp-with-orchestrator sample

* CoreBotTests updated to target net6

* Upgrade NewtonsoftJson Version to 6.0.5

* Reverted to using 4.16.1 in all dotnet samples (for now)

* Bump to 4.17.1, net6

* Forcing KeyVault.Core to latest for scaleout and statemanagement

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>

* [#3740] Update dotnet samples to target Net 6 - Skills samples (#3750)

* Skills samples updated

* Upgrade NewtonsoftJson Version to 6.0.5

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3740] Update dotnet samples to target Net 6 - Teams samples (#3751)

* Teams samples updated

* Upgrade NewtonsoftJson Version to 6.0.5

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3740] Update dotnet samples to target Net 6 - Advanced bots (#3752)

* Advanced bots updated

* Upgrade NewtonsoftJson Version to 6.0.5

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3740] Update dotnet samples to target Net 6 - Authentication samples (#3753)

* Authentication samples updated

* TeamsAuth sample restored

* Upgrade NewtonsoftJson Version to 6.0.5

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3740] Update dotnet samples to target Net 6 - QnA maker samples (#3754)

* QnA maker samples updated

* CustomQABotAllFeatures updated to target Net6.0

* CustomQABot updated to target net6

* QnAMaker readme updated

* Upgrade NewtonsoftJson Version to 6.0.5

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Create CI JavaScript Samples pipeline (#3770)

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3286] Add linting checks to CI - Fix lint errors in .NET samples (#3785)

* Fix lint errors in the dotnet samples.

* Ported NetAnalyzers rules from dotnet SDK.

* pragma warning disable removed in Skills-SkillDialog and Skills-SSO-CloudAdapter.

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [#3322] Fix all dotnet compiler warnings in BotBuilder-Samples (#3776)

* NU1701 Microsoft.Azure.KeyVault warning skipped

* CS1998 await warning skipped

* Samples updated

* JwtTokenValidation replaced by ConfigurationBotFrameworkAuthentication

* Suggested changes applied

* Use DialogsBotComponent for QnA bots

* SingleOrDefault changed to FirstOrDefault. Authentication constant updated.

* Space removed

Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* [Python] Pinning emoji version for sample 05 (#3802)

* New Orchestrator in examples (#3790)

* Added recognizers-date-time which is needed. (#3793)

Recognizers-date-time package is needed. Also added specific versions for emoji to get around package issue.

* Update README.md (#3794)

Corrected path under try this sample, the correct path is '11.qnamaker' instead of '11a.qnamaker'

* [Python] Pinning emoji version for sample 05

fixes #3796

Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: Dana V <43397658+dmvtech@users.noreply.github.com>
Co-authored-by: Ahad Jeyemby <abdulahad.jmb@gmail.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Fix ESLint issues for JavaScript samples (#3769)

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Fix: TypeScript Sample Authentication Config (#3799)

* New Orchestrator in examples (#3790)

* Update auth config call in TS samples

Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* Update TeamsConversationBot.csproj (#3299)

Avoid "Error while reading manifest.json: Failed to find icon  "icon-outline.png" file in the package Failed to find icon  "icon-color.png" file in the package"

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>

* R17 build errors

* TeamsConversationBot linter fix

* Expiremental deletions

* New DotNet ARM Templates

* New nodejs ARM templates

* Nodejs SDK dependencies

* New typescript_nodejs ARM templates

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
Co-authored-by: Anish Prasad <v-aniprasad@microsoft.com>
Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com>
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: Dana V <43397658+dmvtech@users.noreply.github.com>
Co-authored-by: Ahad Jeyemby <abdulahad.jmb@gmail.com>
Co-authored-by: CrushonYou <crushonme@163.com>
2022-08-19 08:45:36 -05:00
Gabo Gilabert 219034c6f3
Update samples to 4.16 (#3734)
* Added CustomQABot and CustomQABotAllFeatures. (#3712)

* Added CustomQABot and CustomQABotAllFeatures.

* Updated configuration and removed model.

* Readme Updated.

* Readme heading updated.

* Models added and code refactored.

* Readme updated

* Readme updated.

* Updated Readme and renamed bot.

* Readme updated

* Readme updated.

* Updated readme.

* Updated .csproj and .sln

* Refactored code and comments added.

* Minor comment change.

* Addressed review comments and updated Readme.

* Updated Readme.

* Updated Readme.

* Updated Readme.

* Updated configuration names in appsettings.json.

* Renamed default.htm to default.html

* Updated Readme.

* Code refactored and readme updated.

* Reduced references in readme.

* Changed cognitiveModel file name.

* Updated ArgumentException for configuration.

* Updated ArgumentException for configuration

* Updated readme and refactored code.

* Added CustomQABot and CustomQABotAllFeatures (#3716)

* Added CustomQABot and CustomQABotAllFeatures.

* Updated .env file.

* Updated folder names.

* Added more functionality.

* Updated configuration names in .env.

* Used enum for qnaServiceType.

* Removed null check from index.js

* Updated Readme of both samples and added eslintrc

* Removed Typos from Readme. (#3733)

* Removed Typos from Readme.

* Updated line no. for filters.

* Changed card references to rootDialog.js

* Added link to rootDialog

* Updated Readme.

* Updated JS dependency version for BF

* Updated BF sdk references to 4.16.0
Consolidated timex expressions references to 1.7.0
Consolidated newtonsoft references to 3.1.1

* Updated old QnAamples readmes with deprecation notice

* Fixed links

* Updated JS readmes

* Update samples/csharp_dotnetcore/11.qnamaker/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/11.qnamaker/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/12.customQABot/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>

* Addressed Jonathan's feedback

* Updated JS readmne for js sample 12 to match donet sample

* Updated readme to match dotnet readme

* Updated JS readme for sample 49 to align C# readme

Co-authored-by: Arsh Kashyap <60098300+Arsh-Kashyap@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
2022-04-29 09:05:42 -05: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
Cecilia Avila 2f0a85ca5c
Update JS samples to 4.15.0 (1/2) (#3597) 2021-11-16 13:47:30 -08:00
Cecilia Avila 7a8b672e55
Update new-rg-parameters to support MSI (1/2) (#3563) 2021-11-03 11:27:21 -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 5009d69329
Update template-with-new-rg to support MSI (1/2) (#3567) 2021-11-03 11:25:40 -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 cc31887281
[#3526] Add support for MSI to JS samples and generators - advanced bots (#3553)
* Add MSI support in JS 16.proactive-messages

* Add MSI support to JS 17.multilingual-bot

* Add MSI support to JS 19.custom-dialogs

* Add MSI support to JS 21.corebot-app-insights

* Add MSI support to JS 23.facebook-events

* Add MSI support to JS 44.prompt-for-user-input

* Add MSI support to JS 47.inspection
2021-11-01 15:03:52 -07:00
Cecilia Avila b6fcfddf28
[#3499] Migrate JS samples and generators to Cloud Adapter - samples folder - second batch (#3505)
* Migrate JS samples to CloudAdapter (16-44)

* Fix comment in index
2021-10-12 10:26:20 -07:00
Cecilia Avila 78d492b997
Update javascript_nodejs ARM Templates preexist RG (#3420) 2021-08-31 09:42:58 -07:00
Cecilia Avila f7df86b815
Update javascript_nodejs ARM Templates with new RG (#3419) 2021-08-31 09:41:46 -07:00
Josh Gummersall 108a527fd4
bump: js to 4.14.0 (#3365) 2021-07-08 09:49:57 -07:00
Josh Gummersall 50c827dd3f
bump: js to 4.13.4 (#3282) 2021-05-18 17:16:50 -07:00
Josh Gummersall ffa67b27f0
Update js samples, generator to 4.13.1 (#3227)
* Update js samples, generator to 4.13.1

* 4.13.1 -> 4.13.2
2021-05-10 13:26:01 -07:00
Steven Gum 5fb9c6fdfa
bump to ~4.11.0 in JS/TS samples & yo botbuilder, cleanup TS sample 58 (#2912)
* bump to ~4.11.0 in JS/TS samples, cleanup TS sample 58

* update additional JS/TS sample dependencies

* update yeoman dependencies
2020-11-13 11:30:12 -08:00
Kyle Delaney 63acb057f7
Fix new-rg templates (#2716)
* Fix new-rg templates

* Rename LinuxDotNet templates to avoid confusion

Co-authored-by: Kyle Delaney <kyled@aditiconsulting.com>
2020-09-21 17:05:07 -07:00
Eric Dahlvang 78a9f0a700
Update js samples to 4.10.3 (#2733) 2020-09-14 12:23:21 -07:00
Eric Dahlvang 9c93ceb3cb
R10 samples (#2706)
* CardAction image alt text and some cleanup (#2570)

* Cards bot OAuthCard cleanup

* dotnet: SuggestedActionsBot CardAction images and alt text

* javascript: SuggestedActionsBot CardAction images and alt text

* Add image_alt_text to python SuggestedActions CardActions (#2587)

* Axsuarez/welcome with activity locale (#2593)

* Updated welcomeBot to display the locale in the conversationupdate activity.

* Update welcome_user_bot.py

Touched file to trigger another build

Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>

* Updated WelcomeBot projects with info on how to use the activity's locale (#2591)

* dotnet updates:
Updated WelcomeUser sample with information on how to get the locale for the incoming activity.
Added some missing canellationTokens

* JS update:
Updated welcomeBot to display the locale in the conversationupdate activity.
Applied consistent quotes to the messages being sent.

* Added single quote to the method name.

* Python: Merged dotnet readme changes (#2592)

* JS: README parity (#2624)

* Add dotnet immediate accept adapter sample to experimental (#2619)

* Add ImmediateAcceptAdapter to experimental

* readme update

* Address feadback

* Javascript: Add iFrame based Task Module sample (#2647)

* Javascript: iFrame for 54.teams-task-module

* Javascript: Suppressed method not allowed error due to for post to static page.

* Update samples/javascript_nodejs/54.teams-task-module/models/taskmoduleuiconstants.js

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

* Update samples/javascript_nodejs/54.teams-task-module/models/taskmoduleresponsefactory.js

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

* Update samples/javascript_nodejs/54.teams-task-module/index.js

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

* Update samples/javascript_nodejs/54.teams-task-module/bots/teamsTaskModuleBot.js

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

* Update samples/javascript_nodejs/54.teams-task-module/bots/teamsTaskModuleBot.js

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>

* TS teams messaging extensions search sample (#2629)

* TS Teams conversation bot sample (#2627)

* Zerryth/dotenv before bot (#2635)

* 03.welcome-users - moved dotenv to top

* 05.multi-turn-prompt - moved usage dotenv to top

* 06.using-cards - moved usage dotenv to top

* 07.using-adaptive-cards - moved usage dotenv to top

* samples 11-21 - moved usage dotenv to top

* samples 23-81, except 40 & 80 - moved usage dotenv to top

* LG samples - moved usage dotenv to top

* Python: Add iFrame based Task Module sample (#2670)

* Python: 54.teams-task-module

* Python: 54.teams-task-module, cleaned up code, added comments.

* Python: Suppressed error from form post to static page.

* Corrected manifest.json icon names

* Python: Teams Task sample, manually serializing CardAction value.

* TS Teams start new thread in channel sample (#2628)

* TS Teams start new thread in channel sample

* Updated .env file

* added replace dependency in package.json

* TS Teams messaging extensions action sample (#2630)

* Update js version to 4.10.1 and fix eslint issues (#2705)

* Update typescript samples to 4.10.1

* Update javascript to 4.10.1 and fix eslint issues

* Update dotnet sample 3, 6, and 8 sdk vesrions (#2707)

Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
Co-authored-by: Gabo Gilabert <gabog@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Michael Richardson <40401643+mdrichardson@users.noreply.github.com>
Co-authored-by: Steven Kanberg <skanberg@kanbergs.com>
Co-authored-by: Ashley Finafrock <35248895+Zerryth@users.noreply.github.com>
2020-09-01 09:43:13 -07:00
Gary Pretty a0fbe742cc
Add telemetry link to catch all error handler comments (#2509) 2020-07-09 09:24:12 -07:00
Steven Gum 7469099ae9
update with master (#2490) 2020-06-17 13:26:47 -07:00
Steven Gum 533dab7499
update all nodejs bots to 4.9.1 (#2445) 2020-05-28 12:14:27 -07:00
Scott Gellock baac278c6c
r9 dependency updates (#2428)
* update dependencies, fix lint errors

* update dependencies

- update all npm dependencies to be current
- fix any lint errors
- update README.md files to suggest Emulator 4.9.0
2020-05-26 08:15:38 -07:00
johnataylor 291e43db8c
update botbuilder to 4.9.0 (#2384) 2020-05-14 12:14:39 -07:00
johnataylor b46498bb29
update botbuilder to 4.8.0 in nodejs (#2273) 2020-03-24 13:05:08 -07:00
Steven Gum 0bc30ed8ec [Node.js Samples] Refactor bots to override ActivityHandler.run() to save state instead (#1964)
* refactor JS Node.js samples to override run() to save state

* refactor TS 13.core-bot to override run() to save state
2020-01-24 15:50:52 -08:00
Steven Gum b47c390c7c Update Samples/Generators to 4.7, add WebSocket support to JS/TS Core, Echo bots (#2086)
* update JS/TS Generators, TS Samples, es6 sample to ~4.7.0 (#2060)

* Update vsix projects to 4.7.0 and change corebot.tests csproj to Microsoft.NET.Sdk.Web (#2057)

* Update vsix projects to 4.7.0 and change corebot.tests csproj to Microsoft.NET.Sdk.Web

* update manifest vsix

* rebuild .zip after manifest change

* update template.jsons and .nuspec files with version

* LUIS Recognizer options updates

* Use LuisRecognizerOptionsV3

* update echobot and empty bot to 4.7.0 (#2063)

* add LuisPredictionOptions to LuisRecognizerOptionsV3 (#2064)

* add webSocket support to TS sample echo-bot (#2065)

* add webSocket support to TS sample echo-bot

* add websocket support to JS/TS generators for echo, core

* apply v3 LUIS Recognizer changes to JS/TS generators

* add websocket support to JS echo sample, JS/TS core samples

* Bumping bf dependencies to v4.7 (#2083)

* Bumping bf dependencies to v4.7

* Updating LuisRecognizer options

* Fixing linting errors

* remove unused botframework-config dependency

Co-authored-by: Steven Gum <14935595+stevengum@users.noreply.github.com>

Co-authored-by: Eric Dahlvang <v-eridah@microsoft.com>
Co-authored-by: Scott Gellock <scott.gellock@microsoft.com>
Co-authored-by: Emilio Munoz <munoz_emilio@hotmail.com>
2020-01-06 17:09:26 -08:00
Matias Roldan 1a2d95f67a [Multilingual Bot] Changed documentation (#2011)
* Changed errors and unspecificities in documentation

Changed errors and unspecificities in multilingual bots documentation (JS and .NET)

* Text corrections
2019-12-09 13:53:00 -08:00
Jonathan Fingold 9f2edeef97 Fix a couple typos (#2025) 2019-12-09 12:47:19 -08:00
Steven Gum 97a262d78b Fix AdaptiveCards "isSubtle" by using true instead of "true" (#1980)
* fix isSubtle value in experimental & generator files

* fix isSubtle value in samples
2019-11-15 14:23:14 -08:00
John Taylor 720edef9b3 fix error handling and env for js translation 2019-10-28 13:56:20 -07:00
Scott Gellock 44fd6dfe69 update javascript samples for 4.6
- update to 4.6.0 botbuilder
- update all npm dependencies
- fix lint errors
2019-10-25 20:10:42 -07:00
Scott Gellock 662cc7775d
new onTurnError pattern for C#, and JS/TS (#1810)
* onTurnError global error handler needs more appropriate error message

- update the node_js samples

* onTurnError global error handler needs more appropriate error message

- update the typescript_nodejs samples

* onTurnError global error handler needs more appropriate error message

- another pass on javascript_nodejs samples
- update yeoman generator: core, echo, empty
- bump yeoman generator patch version number
- update typescript_nodejs samples

* rework yeoman template

add channelId check for emulator
move sending trace activity to after sending error messages

* update .net templates with updated OnTurnError pattern

add channel id check for emulator
send trace activity
move trace activity to after sending messages to the user
update version information to 4.5.2

* update c# dotnet core and web api to use new OnTurnError pattern

* update VSIX generated templates to use updated OnTurnError pattern

use new OnTurnError pattern
bump patch version number to 4.5.1

* VSIX update patch version to 4.5.1

* fix copy pasta error in corebot sample for dotnet and vsix

* Fix copy pasta bug

add back Microsoft.Bot.Connector.Authentication
2019-10-13 17:39:58 -07:00
Tien Suwandy 2dfdc2c742 updated isSubtle field value to true
https://github.com/microsoft/BotBuilder-Samples/issues/1759
2019-09-13 16:20:17 -07:00
Scott Gellock 865efd15bf update javascript samples
- update to use 4.5.1 of bot framework
- update all node npm modules
- fix john taylor’s copy and past excitement
- make everything lint rule compliant
2019-07-19 16:55:44 -07:00
Steven Gum f7909ad66c Add parameters.json for ARM templates (#1627)
* add initial ARM template parameters.json

* cleanup ARM template parameters.json

* add parameters.json files to all samples

* add ARM parameter.json files to generators
2019-07-08 20:24:59 -07:00
Steven Gum f1487e5c2d bump restify dependencies to ~8.3.3 in samples (#1579) 2019-06-29 14:36:59 -07:00
tracyboehrer 3fa33de700 Fixes #1465 - Remove use of logger and replace with direct calls to console. (#1606) 2019-06-27 15:56:55 -07:00
Scott Gellock 447028bd6f samples and generator updates for 4.4 release
- update all samples, all languages, all platforms
- update VSIX and yeoman code generators
- add .NET Templates
- update master README.md
- update SPEC.md
- update INSTALLING_CLI_TOOLS.md
2019-05-02 13:51:21 -07:00