Tyler Benson
e16ad373ad
Apply and enforce google checkstyle and formatting
...
If caught with a format violation, executing `./gradlew googleJavaFormat` should fix it.
There are currently some warnings, but they’re not causing failures, so we can clean that up as we go.
2017-07-12 07:47:19 -07:00
Tyler Benson
8434da1eed
Merge pull request #43 from DataDog/tyler/upload-artifacts
...
Enable uploading to local artifactory
2017-07-12 07:46:22 -07:00
Tyler Benson
2181ba5923
Merge branch 'master' into tyler/upload-artifacts
2017-07-12 07:25:03 -07:00
Tyler Benson
83393ea3f0
Merge pull request #42 from DataDog/gpolaert/dropwizard
...
Improving dropwizard documentation/example
2017-07-12 07:22:07 -07:00
Guillaume Polaert
098dffc463
Merge branch 'master' into gpolaert/dropwizard
2017-07-12 11:18:33 +02:00
Tyler Benson
980305fb5b
Upload to artifactory on merge to master
2017-07-11 17:12:27 -07:00
Tyler Benson
d2009ef9da
Fix excludes by adding group
2017-07-11 17:12:27 -07:00
Tyler Benson
840ada4650
Enable uploading to local artifactory.
2017-07-11 17:12:27 -07:00
Tyler Benson
78969ce6f0
Merge pull request #41 from DataDog/tyler/rename-build.gradle
...
Rename build.gradle scripts to match project name.
2017-07-11 07:27:11 -07:00
Tyler Benson
bc1b71d054
Merge pull request #40 from DataDog/tyler/code-coverage
...
Apply minimum code coverage assertions
2017-07-11 07:26:50 -07:00
Guillaume Polaert
24c863660b
Dropwizard documentation
2017-07-11 13:38:16 +02:00
Tyler Benson
8d9bdef4b7
Rename build.gradle scripts to match project name.
...
This will help in finding build scripts inside the IDE.
2017-07-10 16:12:15 -07:00
Tyler Benson
b422ec7663
Apply minimum code coverage assertions
...
Improved the test coverage slightly in the process.
2017-07-10 14:24:11 -07:00
Tyler Benson
b5949495d3
Merge pull request #29 from DataDog/gpolaert/documentation
...
Documentation
2017-07-10 10:36:39 -07:00
Tyler Benson
86db1632a4
Merge pull request #39 from DataDog/tyler/non-null-headers
...
Ensure headers are never null
2017-07-10 07:44:18 -07:00
Guillaume Polaert
b4739fe57d
Opentracing API documentation
2017-07-10 15:58:23 +02:00
Tyler Benson
dcdf6deb64
Ensure headers are never null
...
Null tracer version results in the request being rejected by the agent.
Also make the DDSpanBuilderTest.shouldBuildSpanTimestampInNano more reliable.
2017-07-07 16:42:27 -07:00
Tyler Benson
586c7eab0c
Use h2 instead of mysql for example project to simplify
2017-07-07 11:05:17 -07:00
Tyler Benson
bb707b03d4
Merge pull request #36 from DataDog/tyler/gradle-migration
...
Finish migration to Gradle
2017-07-07 07:33:08 -07:00
Guillaume Polaert
98a0c0d38b
Typo
2017-07-07 12:15:19 +02:00
Guillaume Polaert
f9b15a8d4c
Fixing failling tests on CircleCi
2017-07-07 12:12:03 +02:00
Tyler Benson
5014eb4f8f
Ignore failing test
2017-07-06 16:14:56 -07:00
Tyler Benson
95c7a5ac08
Finish updating gradle and remove maven pom's.
2017-07-06 15:56:32 -07:00
Tyler Benson
2a9caba175
Merge pull request #35 from DataDog/tyler/set-dd-tags
...
Allow serviceName, resourceName, and spanType to be set via tags.
2017-07-06 15:02:36 -07:00
Tyler Benson
ca36e9fbc1
Exclude java 9 compiled files from shadow jar.
2017-07-06 12:10:14 -07:00
Tyler Benson
e69c9d25dc
Allow serviceName, resourceName, and spanType to be set via tags.
2017-07-06 12:05:37 -07:00
Tyler Benson
84226a0912
Merge pull request #34 from DataDog/gpolaert/shading-agent
...
Shading shades too much things (OT Agent for instance)
2017-07-06 07:59:49 -07:00
Guillaume Polaert
4b9d5f4174
Improving Spring Boot documentation
2017-07-06 12:45:21 +02:00
Guillaume Polaert
78cd9d118d
Shading shades too much things (OT Agent for instance)
2017-07-06 11:23:37 +02:00
Tyler Benson
23b0b7e7db
Merge pull request #26 from DataDog/gpolaert/new-shading
...
New shading
2017-07-05 09:01:18 -07:00
Tyler Benson
70e43a13ce
Merge pull request #31 from DataDog/tyler/testing
...
Add deeper tests for DDApi using ratpack as a mock http server.
2017-07-05 08:59:12 -07:00
Guillaume Polaert
a0b7517b43
WIP - adding gradle string
2017-07-04 16:40:31 +02:00
Guillaume Polaert
5e9cb89692
WIP - refactor config file
2017-07-04 15:53:14 +02:00
Guillaume Polaert
09b4b254b0
WIP - manual initialisation of the tracer
2017-07-04 15:42:07 +02:00
Guillaume Polaert
6655369dfe
WIP - adding minimal stuff for DD Java agent
2017-07-04 15:30:47 +02:00
Guillaume Polaert
478e032927
WIP - according the PR comments
2017-07-04 11:18:42 +02:00
Guillaume Polaert
73ab3d36ab
Keep sync Maven and Gradle
2017-07-04 10:57:47 +02:00
Guillaume Polaert
399c4cab80
Merge branch 'master' into gpolaert/new-shading
2017-07-04 10:15:51 +02:00
Guillaume Polaert
1a1767c46e
Merge pull request #32 from DataDog/tyler/remove-tagsKV
...
Remove tagsKV from @Trace annotation
2017-07-04 10:08:01 +02:00
Tyler Benson
bf15a139d5
Remove tagsKV from @Trace annotation
2017-07-03 16:14:35 -07:00
Tyler Benson
b521276b08
Add deeper tests for DDApi using ratpack as a mock http server.
...
See https://danhyun.github.io/2016-gr8confus-testing-ratpack-apps/ for more examples with this style of testing.
2017-07-03 11:40:12 -07:00
Guillaume Polaert
58c9cba624
Documentation
2017-07-03 10:46:33 -07:00
Tyler Benson
07b23249d7
Merge pull request #27 from DataDog/tyler/add-gradle
...
Add gradle build scripts.
2017-07-03 10:40:05 -07:00
Guillaume Polaert
a150548a72
CircleCi
2017-07-03 10:34:34 -07:00
Guillaume Polaert
f7b34d7deb
Path has been changed. Fixing
2017-07-03 10:34:34 -07:00
Guillaume Polaert
1dc7d5a9b7
AutoService is used by the deps, need to compile with maven
2017-07-03 10:34:34 -07:00
Guillaume Polaert
e0e808e4c4
Force skipping tests for the moment
2017-07-03 10:34:34 -07:00
Guillaume Polaert
5a582842ff
fix shapping issues and pom refactoring
2017-07-03 10:34:34 -07:00
Guillaume Polaert
6bff68be6d
shading all stuff and removing from the scope all libs which can crash the app
2017-07-03 10:34:16 -07:00
Guillaume Polaert
3159cef4ea
Force skipping tests for the moment
2017-07-03 10:33:05 -07:00