BotBuilder-Samples/samples/javascript_nodejs/language-generation
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
..
05.a.multi-turn-prompt-with-language-fallback R17 Samples (#3807) 2022-08-19 08:45:36 -05:00
05.multi-turn-prompt R17 Samples (#3807) 2022-08-19 08:45:36 -05:00
20.custom-functions R17 Samples (#3807) 2022-08-19 08:45:36 -05:00