tracyboehrer
e6ab44a37e
Update cleanupResources.yml for Azure Pipelines
2024-04-02 10:28:46 -05:00
tracyboehrer
6e957584a9
Update cleanupResources.yml for Azure Pipelines
2024-04-02 10:18:05 -05:00
tracyboehrer
e50cd5ee57
Merge pull request #607 from microsoft/bruce/fixpipeline02b9-16
...
Fix pipeline reference in 02B-Run-Skill-Tests-(daily)
2022-09-20 16:48:15 -05:00
Bruce Haley
6665109344
Add timeout to Test Skills.Authentication
2022-09-16 12:09:02 -07:00
Bruce Haley
ba4b6ac840
Fix $SharedResourceSuffix parameter default
2022-09-16 11:33:54 -07:00
Bruce Haley
8e2a8ba26f
Fix pipeline source name
2022-09-16 10:12:15 -07:00
tracyboehrer
230e679e03
Merge pull request #606 from microsoft/bruce/fix02apipeline9-13
...
Fix 02A-Deploy-Skill-Test-Bots-(daily) .yml comments
2022-09-15 12:48:50 -05:00
Bruce Haley
427b5faa91
Fix pipeline .yml comments
2022-09-13 15:45:16 -07:00
Cecilia Avila
ebe4875692
[ #591 ] Update dotnet bots to target net 6 - Add .NETCore3.1 bots to the pipelines ( #595 )
...
* Update bots to include echoSkill 3.1
* Add NetCore 3.1 bots to pipelines
* Fix merging issues
* Update .NET 3.1 to 6.0 docs
* Fix "command 'gcc' failed: No such file or director" problem
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-08-31 12:18:15 -03:00
Joel Mut
105b308d18
[ #591 ] Update dotnet projects to target NET 6 ( #593 )
...
* Update Test projects from netcoreapp3.1 to net6.0
* Update Bots from netcoreapp3.1 to net6.0
* Fix Analyzers error StringComparison.Ordinal
* Fix Analyzers error SYSLIB0014
* Update pipelines to support net6.0
* Update documentation
* Update yarn-berry to 3.2.3
2022-08-31 11:52:49 -03:00
tracyboehrer
44f8f28239
Merge pull request #589 from microsoft/southworks/add/identity-resources
...
[#548 ] Create Fn tests for supported authentication types - Adapt Create and Cleanup pipelines
2022-08-30 09:04:17 -05:00
tracyboehrer
f70fd323b8
Merge pull request #590 from microsoft/southworks/update/documentation-msi
...
[#548 ] Create Fn tests for supported authentication types - Update documentation
2022-08-30 09:03:43 -05:00
tracyboehrer
f061641249
Merge pull request #594 from microsoft/southworks/add/dotnet-bots-3.1
...
[#591 ] Update dotnet bots to target net 6 - Add .NETCore3.1 bots
2022-08-22 15:42:28 -05:00
tracyboehrer
188c000987
Merge pull request #588 from microsoft/southworks/add/auth-pipeline-tests
...
[#548 ] Add Authentication tests into the Test Scenarios pipeline
2022-08-18 14:55:13 -05:00
sw-joelmut
4fd1961076
Merge branch 'main' into southworks/add/auth-pipeline-tests
2022-08-16 11:25:17 -03:00
tracyboehrer
f7be811d40
Merge pull request #587 from microsoft/southworks/add/deploy-auth-type-bots
...
[#548 ] Add new Authentication bots to Deploy pipeline
2022-08-16 09:13:19 -05:00
BruceHaley
f29491338c
Skill bots functional test pipeline tweaks ( #604 )
...
* Add Show parameters
* Tweak
* Tweak 2
* Tweak 3
* Tweak 4
* Tweak 6
* Tweak 7
* Tweak 8
* Tweak 9
* Tweak 10
* Tweak 11
* Tweak 12
* Tweak 13b
* Tweak 14
* Tweak 15
* Tweak 16
* Tweak 17
* Tweak 18
* Tweak 19
* Tweak 20
* Tweak 21
* Fix Show parameters
* Set timeoutInMinutes: 20 for tests
* Fix AzureCLI@2: change failOnStderr to failOnStandardError
2022-07-27 14:41:33 -04:00
BruceHaley
ce291179cb
Fix Docker container failures for Python Waterfall Skill Bot deploy ( #602 )
...
* Add emoji<2.0.0 to requirements
* Upgrade botbuilder to 4.14.2
* Reorder deps
2022-07-25 21:33:31 -04:00
Cecilia Avila
145424c61d
[ #600 ] Remove CosmosDB deprecated tests ( #601 )
...
* Remove all CosmosDbStorage deprecated tests
* Remove deprecated method from CosmosDbBaseFixture
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-07-05 16:20:07 -04:00
Joel Mut
9c29c3d86b
[ #548 ] Update Skills tests' base structure ( #586 )
...
* Update Skills structure and add new Authentication tests
* Remove unused TestCategory
Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com>
2022-06-08 14:55:25 -03:00
Cecilia Avila
5a8c66f5bf
[ #562 ][DotNet] Add Azure Storage tests to the Test Scenarios pipeline ( #585 )
...
* Update TestScenarios pipeline
* Add documentation
* Remove CardActions TestCategory
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-06-08 14:41:43 -03:00
Cecilia Avila
a1daeb80ac
[ #562 ][DotNet] Update existing Cosmos tests ( #584 )
...
* Add base/shared files and update namespace
* Update CosmosDb to use StorageBaseTests
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-06-08 14:41:08 -03:00
Cecilia Avila
063b4170d2
[ #562 ][DotNet] Add Azure Storage Blobs tests to the test solution ( #583 )
...
* Add base/shared files and update namespace
* Add AzureBlobs
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-06-08 10:44:33 -04:00
Cecilia Avila
41ef85a823
[ #562 ][DotNet] Add AzureStorageQueues tests to the test solution ( #582 )
...
* Add base/shared files and update namespace
* Add AzureQueues
Co-authored-by: sw-joelmut <joel.mut@southworks.com>
2022-06-08 10:43:38 -04:00
CeciliaAvila
ba00c1bdf0
Change AssemblyName of the new bots
2022-05-17 10:22:03 -03:00
CeciliaAvila
2d9eb4b5a0
Update JS and Python SimpleHost bots
2022-05-16 17:49:05 -03:00
CeciliaAvila
2c62aaa531
Add NetCore 3.1 bots
2022-05-16 16:45:56 -03:00
Joel Mut
91115585de
Change docker endpoint to use Microsoft Container Registry (MCR) ( #592 )
2022-05-09 17:28:10 -04:00
sw-joelmut
82a549d91c
Fix project naming
2022-04-22 15:11:52 -03:00
sw-joelmut
adfbfe5f73
Fix pipeline issues
2022-04-22 14:51:58 -03:00
sw-joelmut
238231097b
Merge branch 'southworks/add/identity-resources' of https://github.com/southworks/BotFramework-FunctionalTests into southworks/add/identity-resources
2022-04-22 14:47:12 -03:00
sw-joelmut
9a2fdd8073
Merge branch 'main' into southworks/add/identity-resources
2022-04-22 14:47:06 -03:00
Joel Mut
3b7889fe2f
Merge branch 'main' into southworks/update/documentation-msi
2022-04-22 12:41:33 -03:00
sw-joelmut
162a661268
Merge branch 'main' into southworks/add/deploy-auth-type-bots
2022-04-22 12:30:51 -03:00
sw-joelmut
d405aae376
Adapt configuration to latest changes
2022-04-22 12:06:22 -03:00
sw-joelmut
01bf6be90d
Merge branch 'main' into southworks/add/auth-pipeline-tests
2022-04-22 12:05:22 -03:00
Joel Mut
7b2f8537d6
Fix EchoSkillBotJS-v3 installation ( #581 )
2022-04-22 01:43:25 -04:00
Cecilia Avila
be03e1797c
[ #562 ][DotNet] Add Azure Storage Blobs Transcripts tests to the test solution - Create and CleanUp ( #580 )
...
* Deploy Storage Account resource
* CleanUp Storage Account resource
* Remove queue service from ARM template
* Rename Internal Storage Account variable
2022-04-21 11:29:20 -04:00
Cecilia Avila
b75ae3eb3e
[ #548 ] Create Fn tests for supported authentication types - Update Javascript bots ( #577 )
...
* Add msi support in Simple echo bots
* Add msi support in waterfall bots
* Fix lint issues
* Fix indentation issues
* Create skillClient in index for waterfall bots
2022-04-21 11:27:57 -04:00
Cecilia Avila
c972d1defc
[ #548 ] Create Fn tests for supported authentication types - Update .NET bots ( #576 )
...
* Update EchoSkillBot to support MSI
* Update SimpleHostBot to support MSI
* Update WaterfallSkillBot to support MSI
* Update WaterfallHostBot to support MSI
* Add validTokenIssuers to the skill bots
2022-04-21 11:27:36 -04:00
Gabo Gilabert
97db52f531
Update README.md
...
Removed contributions section
2022-04-20 15:09:09 -04:00
Cecilia Avila
788002526f
Fix project name in test pipeline ( #579 )
2022-04-20 11:50:19 -04:00
Cecilia Avila
9df5673433
Merge pull request #578 from microsoft/southworks/fix/transcript-converter-performance
2022-04-20 08:38:55 -03:00
Cecilia Avila
5162d37a59
Merge branch 'main' into southworks/fix/transcript-converter-performance
2022-04-20 08:28:45 -03:00
Cecilia Avila
f1817c83fd
[ #503 ] Enable Cards tests for ComposerSkillBotDotNet ( #574 )
...
* Enable cards scenario for ComposerSkillBot
* Restore deleted props of fileUpload and MessageWithAttachment
* Split Card tests in different classes
* Fix merge errors
2022-04-19 18:40:01 -04:00
Cecilia Avila
8dd9377088
Merge pull request #571 from microsoft/southworks/update/projects-namespaces
...
[#554 ] Update source code namespaces
2022-04-19 15:58:05 -03:00
CeciliaAvila
4fd0f494f8
Merge branch 'main' into southworks/update/projects-namespaces
2022-04-19 15:51:36 -03:00
Joel Mut
a3802f7e89
Centralize JavaScript BotBuilder version ( #575 )
2022-04-19 14:32:24 -04:00
Cecilia Avila
fb84bad5d2
Enable SignIn tests for ComposerSkillBotDotNet ( #573 )
2022-04-19 14:17:50 -04:00
Cecilia Avila
9c9304753d
[ #503 ] Centralize BotBuilder version - Python ( #572 )
...
* Centralize botbuilder version for python bots
* Fix lowercase in comments
2022-04-19 13:51:21 -04:00