Tracy Boehrer
|
46366ace7f
|
Added servlet-echo and spring-echo sample bots.
|
2019-08-13 13:53:58 -05:00 |
Chris Mullins
|
699b607478
|
Merge pull request #92 from microsoft/tb-packagenames
Changed package names.
|
2019-08-13 10:16:46 -07:00 |
Tracy Boehrer
|
0752148dbe
|
Fixes #89: Changed package and folder names.
|
2019-08-13 10:48:09 -05:00 |
Chris Mullins
|
d301b2adda
|
Merge pull request #90 from microsoft/tb-65-protocol
Updated connector protocol to latest version
|
2019-08-12 13:13:34 -07:00 |
Chris Mullins
|
e9b0a46e97
|
Merge pull request #83 from microsoft/tb-buildev
Java build corrections
|
2019-08-12 10:07:29 -07: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 |
Tracy Boehrer
|
05dd2cc45e
|
Added .editorconfig
|
2019-08-12 08:17:27 -05:00 |
tracyboehrer
|
b4e46b4691
|
Merge pull request #87 from microsoft/v-bruhal/addcoveralls
Implement coveralls reporting
|
2019-08-10 13:50:59 -07:00 |
Chris Mullins
|
8001298dfc
|
Merge pull request #88 from microsoft/BruceHaley-patch-1
Add coverage badge to readme
|
2019-08-09 13:42:22 -07:00 |
BruceHaley
|
b1d3fdce5b
|
Add coverage badge to readme
|
2019-08-09 12:30:12 -07: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
|
faf146d078
|
Add branch
|
2019-08-08 17:13:11 -07:00 |
LocalizationBuildProcess
|
568a018d16
|
Populate more coveralls variables.
|
2019-08-08 16:54:33 -07:00 |
LocalizationBuildProcess
|
823847c676
|
Remove repoToken setting from plugin
|
2019-08-08 16:33:35 -07:00 |
LocalizationBuildProcess
|
f18f1070ea
|
Changed to <serviceJobId>${env.COVERALLS_SERVICE_JOB_ID}</serviceJobId>
|
2019-08-08 16:22:42 -07:00 |
LocalizationBuildProcess
|
d19a175c63
|
Add serviceJobId to coveralls-maven-plugin
|
2019-08-08 15:52:32 -07:00 |
LocalizationBuildProcess
|
f187267c21
|
Revert the last stripping, move coverturaReports section to coveralls-maven-plugin where it belongs.
|
2019-08-08 15:34:58 -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
|
d9249fc2ea
|
Fix coberturaReports list format
|
2019-08-08 15:16:57 -07:00 |
LocalizationBuildProcess
|
d863a70230
|
Change format of coberturaReports list
|
2019-08-08 15:07:14 -07:00 |
LocalizationBuildProcess
|
5296c745b2
|
Add configuration parameter coberturaReports to root pom cobertura-maven-plugin
|
2019-08-08 14:43:20 -07:00 |
LocalizationBuildProcess
|
53f0d8d6e7
|
Fix incorrect outputDirectory in root pom
|
2019-08-08 14:32:51 -07:00 |
LocalizationBuildProcess
|
8edcd75d39
|
Remove reporting section from root pom
|
2019-08-08 14:22:43 -07:00 |
LocalizationBuildProcess
|
9d48af6020
|
Add to root pom: <outputDirectory>./cobertura-report</outputDirectory>
|
2019-08-08 14:11:43 -07:00 |
LocalizationBuildProcess
|
1bf5b85fbb
|
Add <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> to root pom
|
2019-08-08 13:59:57 -07:00 |
LocalizationBuildProcess
|
08045a76a2
|
Add coveralls-maven-plugin to build section of root pom
|
2019-08-08 13:51:05 -07:00 |
LocalizationBuildProcess
|
db0d1d111b
|
Add coveralls-maven-plugin to parent pom
|
2019-08-08 13:44:17 -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 |
Tracy Boehrer
|
6079202478
|
Ignore swagger\generated
|
2019-08-08 11:47:39 -07:00 |
LocalizationBuildProcess
|
bbb7f216c5
|
Add cobertura-maven-plugin back to rot pom.xml, including outputDirectory and aggregate settings.
|
2019-08-08 11:43:37 -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
|
9f5279fcf3
|
Add reporting section with cobertura-maven-plugin
|
2019-08-07 16:46:39 -07:00 |
LocalizationBuildProcess
|
d1f5aabf7c
|
Add cobertura-maven-plugin
|
2019-08-07 13:17:32 -07:00 |
LocalizationBuildProcess
|
8dc166f052
|
add coveralls-maven-plugin for coverage publishing to coveralls.io
|
2019-08-07 12:01:01 -07:00 |
Tracy Boehrer
|
058b4d1889
|
Changes to comments in ConversationsImpl
|
2019-08-07 09:25:44 -07:00 |