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

169 Коммитов

Автор SHA1 Сообщение Дата
Tracy Boehrer b033059442 Corrected default parent and child versions so default maven build works. 2019-09-03 20:23:05 -05:00
Tracy Boehrer febab33be8 Removed child project package versions as they default to parent version. 2019-09-03 20:00:57 -05:00
Tracy Boehrer 2aaa43a2fe Removed use of Observables from bot-connector and added more tests. 2019-09-03 15:35:02 -05:00
Tracy Boehrer 0c87793a51 Removed Luis package dependency. 2019-08-30 12:49:10 -05:00
Tracy Boehrer 33e47995f2 Added external module dependencies. 2019-08-30 12:45:56 -05:00
Tracy Boehrer da35fcd6ea Setup skeleton module for all packages that mirror the dotnet project. 2019-08-30 08:45:50 -05:00
Tracy Boehrer fe48faab0d Eliminated duplicate user agent generation routines. 2019-08-28 11:51:57 -05:00
Tracy Boehrer 8e1146baf9 Changed AdalAuthenticator to return CompletableFuture and use AuthenticationCallback for future retry support if needed. 2019-08-27 16:48:31 -05:00
Tracy Boehrer e01774729a Better comments on Activity.getEntities 2019-08-27 16:10:26 -05:00
Tracy Boehrer e5c49e2f25 Corrected all bot-integration-core linter issues. 2019-08-27 14:07:18 -05:00
Tracy Boehrer 58ee9bfe3c bot-connector linter corrections. 2019-08-27 13:41:11 -05:00
Tracy Boehrer cb5f9056ee Fixed some oddities with ConnectorClient, switched to using standard get/set instead of get/with. 2019-08-27 10:11:41 -05:00
Tracy Boehrer ec656aa7ea Linter fixes, now performing a deep copy in Activity.clone. 2019-08-27 09:31:30 -05:00
Tracy Boehrer 1cbe46b81c bot-schema recfactor (periodic push) 2019-08-26 21:04:11 -05:00
Tracy Boehrer fc8efe06de Update to latest json and auth0 dependencies 2019-08-22 15:14:03 -05:00
Tracy Boehrer 9956b97364 Added missing JwtTokenValidationTests and corrected some goofy CompletableFuture impls. 2019-08-22 13:30:18 -05:00
Tracy Boehrer ff2a241351 Using ExecutorFactory for all CompletableFuture async calls. 2019-08-22 09:29:36 -05:00
Tracy Boehrer f3d41517cd Moved EmulatorValidation TokenValidationParameters. 2019-08-22 09:03:29 -05:00
Tracy Boehrer ace471cb7f Using MicrosoftGovernmentAppCredentials for Jwt Gov tests. 2019-08-22 08:07:14 -05:00
Tracy Boehrer 3f90a2b031 Added EmulatorValidationTests 2019-08-21 17:09:10 -05:00
Tracy Boehrer 2491f71a91 Added MicrosoftAppCredentialsTests, SimpleChannelProviderTest, and SimpleCredentialProviderTests. 2019-08-21 15:50:32 -05:00
Tracy Boehrer c939b93326 Added JwtTokenvalidation.ChannelNoHeaderAuthenticationEnabledShouldThrow test. 2019-08-21 13:32:48 -05:00
Tracy Boehrer 71ff30c4dd Removed use of java.util.Logging 2019-08-21 09:43:16 -05:00
Tracy Boehrer f44884f5c4 Removed unused import to make PMD happy. 2019-08-21 09:29:21 -05:00
Tracy Boehrer 2ff8d47343 Fixed JwtTokenValidation.authenticateRequest. Removed unneeded throw declarations from CompletableFuture returning methods. 2019-08-21 09:19:12 -05:00
Tracy Boehrer 90b8b53baf Implemented latest Connector Authorization (from dotnet) 2019-08-20 17:16:42 -05:00
Tracy Boehrer 30fe001fb2 Added AdalAuthenticator and utilized in MicrosoftAppCredentials. 2019-08-16 15:20:46 -05:00
Tracy Boehrer ec35f6c9c4 Added CheckStyle (but not failing on error or violation) yet. 2019-08-15 12:09:47 -05:00
Tracy Boehrer bfd2f53d05 Implemented use of dependencyManagement and pluginManagement in root POM, and switched to slf4j for core sdk. 2019-08-15 08:23:26 -05:00
Tracy Boehrer 0752148dbe Fixes #89: Changed package and folder names. 2019-08-13 10:48:09 -05:00
Tracy Boehrer 8174f124d3 Merge branch 'tb-buildev' into tb-65-protocol 2019-08-12 10:48:10 -05:00
Tracy Boehrer 37f0b576d8 Forcing PMD check during validation phase. 2019-08-12 10:47:15 -05:00
Tracy Boehrer 0a2cc606e0 Merge branch 'tb-buildev' into tb-65-protocol 2019-08-12 10:03:41 -05:00
Tracy Boehrer aeede4409a Merge branch 'master' into tb-65-protocol 2019-08-12 10:03:08 -05:00
Tracy Boehrer 9555b05c8c Added PMD (as a linter test) to the projects. Botbuilder and Sample are skipped at present. 2019-08-12 09:56:55 -05:00
Tracy Boehrer 1a4a39ee24 Merge branch 'master' into tb-buildev 2019-08-12 08:46:14 -05:00
LocalizationBuildProcess d4cfe0c6de Revert "Remove coveralls-maven-plugin from child project poms"
This reverts commit f88f75be51.
2019-08-08 17:50:03 -07:00
LocalizationBuildProcess f88f75be51 Remove coveralls-maven-plugin from child project poms 2019-08-08 17:43:36 -07:00
LocalizationBuildProcess ad7ed4b33f Fix broken pom.xml 2019-08-08 17:30:53 -07:00
LocalizationBuildProcess a35b20584a Remove reporting sections from pom files 2019-08-08 17:27:42 -07:00
LocalizationBuildProcess 779fadb7d7 Revert "Strip coberturaReports, outputDirectory entries from all poms"
This reverts commit 87600e3428.

Revert last commit
2019-08-08 15:32:48 -07:00
LocalizationBuildProcess 87600e3428 Strip coberturaReports, outputDirectory entries from all poms 2019-08-08 15:27:50 -07:00
LocalizationBuildProcess e0eb4db3df Move outputDirectory spec to build plugin from reporting plugin 2019-08-08 13:21:39 -07:00
LocalizationBuildProcess 3ab124b2ef Add separate subfolders to outputDirectory 2019-08-08 12:41:43 -07:00
LocalizationBuildProcess 68ecd17777 Add <outputDirectory>../../cobertura-report</outputDirectory> to reporting 2019-08-08 12:15:04 -07:00
LocalizationBuildProcess 04cfe80118 Revert "cobertura plugins moved to the root pom.xml"
This reverts commit 1cf996ea73.

Revert back to yesterday's last commit
2019-08-08 11:37:26 -07:00
LocalizationBuildProcess 0246356652 Revert "Plugins added back to the child projects, but without the configuration which is apparently inherited from the parent."
This reverts commit 16d4056343.

Roll everything back to commit d93516
2019-08-08 11:32:10 -07:00
LocalizationBuildProcess 16d4056343 Plugins added back to the child projects, but without the configuration which is apparently inherited from the parent. 2019-08-08 10:37:16 -07:00
LocalizationBuildProcess 1cf996ea73 cobertura plugins moved to the root pom.xml 2019-08-08 09:52:15 -07:00
LocalizationBuildProcess 9f5279fcf3 Add reporting section with cobertura-maven-plugin 2019-08-07 16:46:39 -07:00