Commit Graph

337 Commits

Author SHA1 Message Date
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 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 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 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
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
Guillaume Polaert 359c0879f0 fix shapping issues and pom refactoring 2017-07-03 10:33:05 -07:00
Guillaume Polaert d3ce6b1a3e shading all stuff and removing from the scope all libs which can crash the app 2017-07-03 10:33:05 -07:00
Tyler Benson b16ca52ce0 Merge pull request #30 from DataDog/gpolaert/meta
adding meta support
2017-07-03 10:31:57 -07:00
Tyler Benson 190301975c Merge pull request #28 from DataDog/tyler/release-plugin
Don't use nexus plugin for release
2017-07-03 10:28:39 -07:00
Tyler Benson 775610ce95 Add instructions for running nexus locally. 2017-07-03 10:23:46 -07:00
Guillaume Polaert 78aaed7a4b adding meta support 2017-07-03 17:25:43 +02:00
Tyler Benson f2c0668f1c Don't use nexus plugin for release
It doesn't support only deploying select modules, resulting in all modules getting deployed.
Also effectively disabling distribution management (by routing to local) until everything is straightened out.
2017-06-30 16:12:40 -07:00
Tyler Benson 5a6bd2d002 Add gradle build scripts.
Currently has issues with shadow jar due to Java 9 compiled classes inside byteman used by dd-java-agent.
2017-06-30 11:35:57 -07:00
Guillaume Polaert de0f60b5de Merge pull request #25 from DataDog/gpolaert/fix-rule
fix artifact id
2017-06-30 09:09:41 +02:00
Guillaume Polaert 94018ff596 fix artifact id 2017-06-29 10:57:57 +02:00
Guillaume Polaert f937a0cc40 Merge pull request #24 from DataDog/tyler/skip-deploy
Disable deploy for non-artifact modules
2017-06-29 09:03:39 +02:00
Guillaume Polaert d945def42b Merge pull request #23 from DataDog/tyler/rename-package
Rename packages for consistency
2017-06-29 09:03:28 +02:00
Tyler Benson 050f73c55d Disable publish for non-artifact modules. 2017-06-28 11:57:46 -04:00
Tyler Benson 4de69c36b8 Review Fixes
Fix package names.
Revert oddness in pom file.
2017-06-28 11:14:32 -04:00
Tyler Benson cee31b4067 Rename packages for consistency 2017-06-27 16:34:32 -04:00
Tyler Benson e77b8dd90a Merge pull request #22 from DataDog/tyler/circle-ci
Add circleci config file
2017-06-27 16:00:27 -04:00
Tyler Benson b9690f9db8 Add circleci config file 2017-06-27 15:54:40 -04:00
Guillaume Polaert 9582b244aa Merge pull request #19 from DataDog/gpolaert/version-checker
Proposal for checking instrumentation/framework versions
2017-06-27 11:44:33 -04:00
Guillaume Polaert 9ee1b8204b Adding a bit of documentation for the dev. 2017-06-27 10:28:09 -04:00
Guillaume Polaert 43065257ca Improving test coverage + minor fix 2017-06-26 17:10:48 -04:00
Guillaume Polaert faca85993c Merge pull request #20 from DataDog/dev
Deleting dev
2017-06-26 17:01:31 -04:00