Tracy Boehrer
|
b1e16992d8
|
Corrected invalid samples images
|
2024-03-14 16:33:58 -05:00 |
Cecilia Avila
|
1ea6f6701a
|
Add CI/CD pipeline for BotFramework Composer using CLU (#3893)
* add pipeline for clu service
* add bot sample for CLU service
* remove LUIS references
* Update README.md
* Improving README information
* Clean up .csproj
* Remove unused scripts folder
* Remove ref to MyGet from Nuget.config
* Remove Nuget.config file
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
Co-authored-by: Jhonatan Sandoval Velasco <122501764+JhontSouth@users.noreply.github.com>
Co-authored-by: Joel Mut <joel.mut@southworks.com>
|
2024-02-01 12:49:34 -06: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
|
bb7a296787
|
Fix the token variable in the oauthinput dialog (#3836)
Change all token variable references to user.token.
|
2022-11-15 11:03:45 -08:00 |
tracyboehrer
|
bb38c78526
|
Updated JS Composer sample projects to use latest SDK (#3821)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2022-09-07 10:05:16 -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 |
BruceHaley
|
dc3781a05d
|
Plumb qnaRegion through from ADO var (#3768)
|
2022-06-06 15:09:04 -04:00 |
BruceHaley
|
a09dd4672b
|
Fix Composer buildAndDeploy.yaml pipeline (#3755)
* Fix .ps1 files path references
* Add dir worksapce
* Add buildYamlDirectory parameter
* Add yamlDirectory parameter
* Updated BasicAssistant based on latest CoreBot template.
Added missing appsettings.json
* Updated readme
* Added some debug messages
* More debug
* Fix Get-Location
* Prettify debug messages
* Add | Format-Table -AutoSize
* Add | Format-Table -AutoSize -Wrap
* Add (Get-Location).Path
* Add $(Get-Location)
* Fix params for Build-LUIS.ps1
* Fix params in Publish orchestrator
* Add Set-PSDebug -Trace 2
* Turn debug off
* Add diags to Get-LUModels
* Add more diags
* More diags
* Diag twesk
* Strip colors
* Diag formatting
* Diag format 2
* More diags 4
* Diag tweak 5
* Tweak 6b
* Added orchestrator component and set recognizer for the root dialog to use orchestrator
* Reverted some path changes and removed some diagnostics code
* Changed yaml to use powreshell task.
Removed debug code
Update web app deploy to use runFromPackage
* Added examples for relative paths
Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
|
2022-05-27 12:54:28 -04:00 |
BruceHaley
|
a3620fa649
|
Fix the test dummy bot readme (#3756)
* Fix the test dummy readme
* Tweak
|
2022-05-20 13:43:45 -04:00 |
Joel Mut
|
9cac2ce3cf
|
Update OrchestratorSchoolNavigator sample with latest Composer codebase (#3587)
|
2022-04-21 09:06:01 -05:00 |
BruceHaley
|
2b490ae07f
|
Drop UserSecretsid from .csproj files (#3729)
|
2022-04-11 14:23:50 -04:00 |
BruceHaley
|
fbdede3e59
|
Add Gabo's CICDPipelineSample (#3726)
* Add the sample
* Tweak readme
* Project tweaks
|
2022-04-11 13:16:32 -04:00 |
daveta
|
3186832cde
|
Update README to use correct path (#3485)
The path to the lu file incorrect
|
2021-09-23 12:05:53 -04:00 |
Joel Mut
|
a0fc72d1be
|
Update composer-samples ARM Templates with function preexisting resource group (#3427)
|
2021-08-31 09:51:46 -07:00 |
Joel Mut
|
e4175370a3
|
Update composer-samples ARM Templates with preexisting resource group (#3426)
|
2021-08-31 09:50:39 -07:00 |
Joel Mut
|
3e2c764c24
|
[#3340] Deployment ARM templates update (template-with-new-rg) - composer-samples (#3425)
* Update composer-samples ARM Templates with new resource group
* Add missing resourceGroupId variable
|
2021-08-31 09:49:39 -07:00 |
tracyboehrer
|
c2f5f879ac
|
Corrected links in CustomAction and CustomTrigger (#3296)
* Corrected links in CustomAction and CustomTrigger
* Update README.md
Co-authored-by: Andrew Clear <1139814+clearab@users.noreply.github.com>
|
2021-07-02 09:50:42 -05:00 |
Tien Suwandy
|
0843d8cbf0
|
Added missing lu files to SchoolNavigator (#3303)
|
2021-06-03 16:31:02 -05:00 |
tracyboehrer
|
560994a556
|
Composer samples (#3285)
* Composer: DotNet 57.teams-conversation-bot
* Experimental: Added Composer teams sample 51
* Added CustomAction project
* Composer sample: Update experiments readme for #57
* Composer samples: Added some template examples
* Composer samples: Changed structure
* Composer samples: Added MultiplyDialog component
* Composer samples: Restructure
* Composer Sample: Documented CustomAction as Component and as local Dialog
* Composer Samples: Moved to proposed new location
* Composer Samples: Consolidated various composer related samples
* Composer Samples: Removed CustomAction project
* Update .gitignore to allow some composer-sample "packages" folders
* Composer Samples: Sample packages
* Composer Samples: Updated MultiplyDialog.csproj to handle exported correctly
* Composer Samples: Added MemberUpdates custom triggers sample
* Composer Sampes: Removed JS adaptive samples for the time being
* Composer Samples: Updated SDK depedency for MultiplyDialog
* Composer Samples: Added MultiplyDialog and MemberUpdates package readmes
* Composer Samples: Corrected packagId's
* Composer Samples: Corrected package project filenames
* Composer Samples .gitignore
* Composer Samples gitignore
* Composer Samples: revert gitignore
* Composer Samples: Corrected teams-message-extensions-action sample
* Composer Samples: Added CustomTriggers project, moved Teams samples to experimental.
* Composer Samples: Added CustomAction project
* Composer Samples: Added package DialogAndTriggerPackage
* Composer Samples: Added samples from Composer branch for DotNet
* Composer Samples: Removed test sample templates
* Composer Samples: Removed EmptyBot project sample
* Composer Samples: Added JS Composer sample projects
* Composer Sample: Added a BotComponent-less sample for a custom action
* Composer Sample: Changed name of CustomAction sample
* Composer Samples: Moved CustomAction and CustomTriggers projects to experimental
* Composer Samples: Added missing dialogs to JS and Dotnet ActionsSample
* Composer Samples: Updated package readmes
* Composer Samples: Moved CustomAction back to dotnet projects. Moved ActionsSample to experimental
* Composer Samples: Updated README for CustomAction
* Moved orchestrator composer samples to samples/composer-samples
* Added missing appsettings.json, renamed SchoolNavigator2->SchoolNavigator
* Composer Samples: Updates OrchestratorDispatch appsetting to include required Runtime settings.
* Composer Samples: Updated Orchestrator samples to use latest Composer/Runtime settings and csproj
* deleted ModelTuning from botbuilder-samples and moved to botframework-sdk
* Add custom trigger composer project sample
* Update uischema
* Composer Samples: Updated/added readmes for CustomAction and CustomTrigger
* Composer Samples: Removed Nuget.config from projects
* Composer Samples: Remove Nuget.config from JS project
Co-authored-by: Tien Suwandy <tiens@microsoft.com>
Co-authored-by: Andrew <anclear@microsoft.com>
|
2021-05-24 13:32:46 -05:00 |