Tyler Benson
5167cd6916
Fix signing on master
...
Also fix more docs with beta note and version.
2017-07-19 08:01:40 -07:00
Tyler Benson
fedde1541b
Merge pull request #51 from DataDog/tyler/download-link
...
Add link to snapshot repo for beta.
2017-07-19 07:20:20 -07:00
Tyler Benson
daedae83f8
Merge pull request #50 from DataDog/tyler/signing
...
Embed signing key for jar signing in CircleCI
2017-07-18 15:57:09 -07:00
Tyler Benson
e1696aeee0
Update link that will automatically download the latest version
2017-07-18 15:53:53 -07:00
Tyler Benson
a0cc712cac
Merge pull request #52 from DataDog/vlad/propper-deps-handling-slf4j
...
[dependencies] Proper handling of slf4j as dependency.
2017-07-18 15:33:29 -07:00
Matthieu Hauglustaine
c568eb7af7
[dependencies] We shouldn't relocate slf4j, and ch.qos.logback is not included anyways.
2017-07-18 19:26:00 +02:00
Tyler Benson
f48f2bbc53
Add link to snapshot repo for beta.
2017-07-18 09:21:45 -07:00
Tyler Benson
5622734629
Attempt signing for CI
2017-07-18 08:39:10 -07:00
Tyler Benson
9868144455
Merge pull request #49 from DataDog/gpolaert/deprecated
...
Fixing deprecated methods
2017-07-17 12:27:13 -07:00
Tyler Benson
b811a33717
Fix formatting
2017-07-17 12:06:13 -07:00
Tyler Benson
f48f736c78
Merge pull request #46 from DataDog/gpolaert/es
...
Add test and support for ES
2017-07-17 12:04:36 -07:00
Tyler Benson
1edf4af213
Fix formatting
2017-07-17 12:01:36 -07:00
Tyler Benson
24bcb929c4
Merge branch 'master' into gpolaert/es
2017-07-17 11:28:09 -07:00
Tyler Benson
9bcfe1ef34
Merge pull request #48 from DataDog/tyler/async-testing
...
Use ThreadLocalActiveSpanSource instead of DDActiveSpan
2017-07-17 11:26:21 -07:00
Tyler Benson
05fc670063
Fix concurrency problem with DDSpanContext
...
Also apply Java 1.8 compatability to async-tracing example.
2017-07-17 11:07:54 -07:00
Guillaume Polaert
acaf9e5116
Adding async examples
2017-07-17 14:14:47 +02:00
Guillaume Polaert
78236331eb
Fixing deprecated methods
2017-07-17 13:52:27 +02:00
Tyler Benson
c61da7f5fc
Use ThreadLocalActiveSpanSource instead of DDActiveSpan
...
This resolves several bugs and allows us to delete unecessary code.
2017-07-13 22:56:00 -07:00
Tyler Benson
c509078772
Merge pull request #47 from jeremy-lq/master
...
Add Apache 2 LICENSE with NOTICE
2017-07-13 22:52:22 -07:00
Tyler Benson
9973927009
Merge pull request #45 from DataDog/tyler/documentation
...
Another pass on improving the docs
2017-07-13 22:51:37 -07:00
Tyler Benson
2c4480b45a
Fix typo
2017-07-13 08:21:09 -07:00
Jeremy
c882d1d3c8
Create LICENSE
2017-07-13 11:10:37 -04:00
Jeremy
d572bb5f85
Create NOTICE
2017-07-13 10:16:04 -04:00
Albert Wang
a28e2209de
linkify chat
2017-07-13 13:50:07 +02:00
Albert Wang
fc43738e81
Update README.md
2017-07-13 13:48:19 +02:00
Albert Wang
7d1035c7eb
clarify span/trace docs
2017-07-13 13:46:34 +02:00
Albert Wang
04d0d3f8a2
Update README.md
2017-07-13 13:37:47 +02:00
Guillaume Polaert
b5051ae7c0
Disabling ES because the contribution throws a NPE. Waiting for the 0.0.3 release of the ES contrib (it's fixed)
2017-07-13 12:09:21 +02:00
Guillaume Polaert
4edff21599
Add test and support for ES
2017-07-13 11:18:19 +02:00
Tyler Benson
6c29e2f658
Add more to the opentracing quick start guide
2017-07-12 16:28:10 -07:00
Tyler Benson
232801ab62
Another pass on improving the docs
2017-07-12 14:30:08 -07:00
Tyler Benson
6b4c29b6fe
Merge pull request #44 from DataDog/tyler/codestyle
...
Apply and enforce google checkstyle and formatting
2017-07-12 07:52:03 -07:00
Tyler Benson
c881285d2c
Set high threshold that can be lowered later for stricter enforcement.
2017-07-12 07:47:19 -07:00
Tyler Benson
71ab8b2be1
Fix codenarc errors
2017-07-12 07:47:19 -07:00
Tyler Benson
2d89ee0d54
Apply automatic formatting
...
via `./gradlew googleJavaFormat`
2017-07-12 07:47:19 -07:00
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