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

63 Коммитов

Автор 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 3e2a709136
[#3526] Add support for MSI to JS samples and generators - bot essentials (part 1/2) (#3551)
* Add MSI support to JS 02.echo-bot

* Add MSI support to JS 03.welcome-bot

* Add MSI support to JS 05.multi-turn-prompt

* Add MSI support to JS 06.using-cards

* Add MSI support to JS 07.using-adaptive-cards

* Add MSI support to JS 08.suggested-actions
2021-11-01 15:03:29 -07:00
Cecilia Avila dceb9d6bf7
[#3499] Migrate JS samples and generators to Cloud Adapter - samples folder - first batch (#3504)
* Migrate JS samples to CloudAdapter (2-15)

* Fix comment in index
2021-10-12 10:25:35 -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
Santiago Grangetto 10332934dd Add OAuth card attachment to JS using-cards sample 2020-06-19 10:52:06 -03: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
Jonathan Fingold 9f2edeef97 Fix a couple typos (#2025) 2019-12-09 12:47:19 -08: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
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
Scott Gellock 59183b2cde
Fixes 1155: Update node and typescript samples to set min version of nodes (#1250)
- Update README.md’s to reference 10.14 as the min version of Node.js
- Update PREREQUISITES.md to reference 10.14 as the min version of Node.js
2019-02-18 07:10:44 -08:00
Jeremy Foster e57d873a66 Fix prompt options (reprompt -> retryPrompt) (#1182) 2019-01-31 10:49:29 -08:00
Scott Gellock 95de27db51
remove production endpoints from recipe files (#1126)
- production endpoint in recipe files causes msbot to produce two production endpoint when it does a clone services operation
- also updated package.json name attributes where they were inconsistent or in error
2019-01-04 08:45:50 -08:00
Scott Gellock d591948efd
Update prerequisites.md files to address updated Az CLI and msbot (#1121)
- updated min version of az cli to be 2.0.54
- removed instructions pertaining to bot service extension installation
- update min version of msbot to 4.3.2
- added missing CLI tool requirements where necessary
- general README.md language cleanup, including fixes typos
- bumped version of .NET templates
- bumped version of yeoman generator
2018-12-31 17:11:18 -08:00
Scott Gellock c72cfba161
javascript and typescript readme.md consistency and updates for 4.2 (#1103)
* use macOS, Linus, Windows paths

* make user specify bot name when running msbot

* README Pre-reqs and deployment update

- 1 of many passes against TypeScript and Javascript samples

* ignore package-lock.json

* NodeJS sample README updates

- more progress making the non-service dependent samples use consistent README.md
- add prereqs

* Add prereq steps to remaining nodejs samples

* more README and PREREQUISITE cleanup

* NodeJS:  Update README and code to work with msbot

- update README.md to be consistent with service dependency samples
- add PREREQUISITES.md to document CLI, .NET Core, and account requirements
- update findServiceByNameOrId calls to handle msbot generated .bot files

* first round of bot authentication cleanup
2018-12-23 07:23:36 -08:00
Scott Gellock 7ed94ef026
[Do Not Merge] Fixes #897 for 4.2 - use state.delete in onTurnError (#1064)
* Fixes #897 for 4.2

- changed all onTurnError handlers to use state.delete(context)

* Update bot framework modules to require 4.2.0

* this sample doesn’t use state, remove delete
2018-12-14 19:27:31 -08:00
Scott Gellock 92bdbeba23
make all onTurnHandlers use the same parameter name for context (#1004)
* make all onTurnHandlers use the same parameter name for context

- fix some cut and paste errors where some routines were using context while others were using turnContext.
- made all samples be consistent

* remove unnecessary calls to state in onTurnError handler

- this sample doesn’t use state, so the onTurnError handler needs to reflect that
2018-12-03 16:09:24 -08:00
Scott Gellock b40ac120fa
backout concurrently, make another consistency pass on readme and package.json (#1000)
* add tslint support

- cleanup scripts section, backing out concurrently
- added lint script along with supporting config and dependencies
- cleaned up code to be lint compliant

* allow .env file add for new sample

echobot sample needs a .env file which we currently ignore

* add missing .env file

removed concurrently from scripts
clean up readme to be powershell compliant

* ignore .env files again

* remove concurrently from scripts

- remove concurrently
- clean up prereqs section of readme
- fix markdown formatting error

* TypeScript sample pass

- update tsconfig.json to more modern options
- make sure all samples lint without warnings/errors
- make sure all samples compile without warnings/errors

* split the install and run scripts into separate steps

change readme’s to split out the various steps so we have steps that work in all shell environments.

* turn the crank on another round of consistency

- readme’s
- package.json
- make sample 40 lint compliant

* fix a missed readme
2018-12-02 10:32:22 -08:00