Tracy Boehrer
d749396e16
Deployment changes to support Gov Azure.
2019-09-05 17:44:58 -05:00
Tracy Boehrer
99d9dd31f7
Adjusted ARM template for Servlet sample to run on Windows.
2019-09-05 14:44:55 -05:00
Tracy Boehrer
b1d549bb68
EchoServlet is now using Configuration and ChannelProvider to more easily support Gov.
2019-09-05 14:14:58 -05:00
Tracy Boehrer
1b9cee9838
Removed original sample
2019-09-04 14:06:56 -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
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
1cbe46b81c
bot-schema recfactor (periodic push)
2019-08-26 21:04:11 -05:00
Tracy Boehrer
ff2a241351
Using ExecutorFactory for all CompletableFuture async calls.
2019-08-22 09:29:36 -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
139778b527
Removed inadvertent MicrosoftAppId and MicrosoftAppPassword from sample.
2019-08-16 15:22:34 -05:00
BruceHaley
542741cf0d
Password placeholder change
...
Makes it less confusing.
2019-08-16 11:27:04 -07:00
BruceHaley
7262f79566
Merge pull request #95 from microsoft/tb-dependencyfixes
...
Improved dependency management.
2019-08-16 11:19:53 -07:00
Tracy Boehrer
e9f816b8b1
Added copyright comments
2019-08-16 07:37:59 -05:00
Tracy Boehrer
215e068da3
Moved log4j dependency to spring-sample and using slf4j.
2019-08-15 16:04:18 -05:00
Tracy Boehrer
1ff8e11da2
Corrected spring-echo README.md instructions due to jar name change.
2019-08-15 13:07:34 -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
2d4bad4036
Corrected LICENSE files
2019-08-14 08:57:33 -05:00
Tracy Boehrer
46366ace7f
Added servlet-echo and spring-echo sample bots.
2019-08-13 13:53:58 -05:00
Tracy Boehrer
0752148dbe
Fixes #89 : Changed package and folder names.
2019-08-13 10:48:09 -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
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
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
d9351620f3
Add cobertura-maven-plugin stuff to sample
2019-08-07 17:01:40 -07:00
LocalizationBuildProcess
a0d768fa02
Try using var ${repo.url}
2019-08-01 13:50:11 -07:00
Tracy Boehrer
cc99082d5a
Schema dependencies correction on pom.xml
2019-07-30 08:28:20 -05:00
Jose Sanchez
b52d9671ed
Corrected parent pom.xml deployment issue
...
"bot-parent" module has nothing to deploy, but maven attempts to deploy regardless. Disabled deployment on parent, while explicitly enabling deployment on sub-modules.
2018-11-08 10:42:56 -08:00
Jose Sanchez
1e8d509127
Further pom.xml adjustments
...
Duplicate <repository> tags abolished.
2018-11-07 17:25:15 -08:00
Jose Sanchez
f327d4e483
Removed <Repositories> tag from pom.xml files
...
Duplicate <Repository> entries cause a build error, despite documentation instructions.
2018-11-07 17:19:52 -08:00
Jose Sanchez
c51ad1b4eb
Configuration changes necessary for automated MyGet deployment
...
Added custom settings.xml with parameterized authentication values, and added MyGet repo info to all four project pom.xml files
2018-11-07 17:04:58 -08:00
Pablo Costantini
186581d5af
JwtTokenExtractor validates endorsements using EndorsementsValidator
2018-06-18 18:44:04 -03:00
Dave Taniguchi
106a4d6f4c
Doh - rolled back actual valuable changes
2018-06-07 14:38:38 -07:00
Dave Taniguchi
dfe38ad759
Add OAuth placeholder, SimpleCredentialProvider
2018-06-07 14:28:24 -07:00
Dave Taniguchi
c56ac9dcdc
Add version to manifest, add TestFlow and update sample to use new version
2018-05-30 12:56:03 -07:00
Eric Dahlvang
3e1439e909
Remove URLDecoder.decode
...
Fixes https://github.com/Microsoft/botbuilder-java/issues/20
2018-04-13 14:05:34 -07:00
John Taylor
3fedc5df38
copyright headers and fix empty secirity for emulator
2018-04-02 10:41:33 -07:00
John Taylor
9acf686949
add exec build step for running sample
2018-03-28 10:47:38 -07:00
Enzo Cano
30f6e40b43
Authenticate all activities
2018-02-09 10:40:15 -03:00
Pablo Costantini
5d32c9c388
Cleanup
2018-02-07 21:21:59 -03:00