aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/agent
Commit message (Expand)AuthorAgeFilesLines
* Make jmh available for all subprojects. (#1425)Bogdan Drutu2018-09-111-29/+0
* Contrib/agent: detach() should take the context returned from attach(). (#1409)Yang Song2018-09-051-19/+16
* Update gRPC version to 1.14. (#1404)Yang Song2018-08-312-2/+10
* Update all targets to at least java7 and android14 (#1367)Bogdan Drutu2018-08-181-1/+1
* Add @Internal to io.opencensus.contrib.agent.Settings constructor (issue #977).Kristen Kozak2018-05-141-5/+3
* Don't declare any dependencies in the generated POM because the agent JAR is ...Stefan Schmidt2018-03-051-0/+12
* Add '@since' Javadoc tag to all agent APIs (issue #864).Kristen Kozak2018-02-0612-6/+61
* Update the JMH plugin to 0.4.5 (was 0.4.4). (#927)Stefan Schmidt2018-01-081-1/+1
* Suppress some Checker Framework warnings and add TODOs (issue #359).Kristen Kozak2017-12-192-0/+4
* Update contrib directory to pass Checker Framework null analysis (issue #359).Kristen Kozak2017-12-191-1/+5
* Update shadow plugin to 2.0.2. Fixes #825. (#911)Stefan Schmidt2017-12-181-1/+1
* Add methods to wrap Runnable and Callbacks and to run them. (#778)Bogdan Drutu2017-12-131-3/+3
* Use consistent text for AppVeyor status badges.Kristen Kozak2017-12-011-1/+3
* Update link to AppVeyor build in readmes.Kristen Kozak2017-12-011-1/+1
* Introduce a Settings class. (#837)Stefan Schmidt2017-11-2611-58/+111
* Add initial support for configuring the agent. (#753)Stefan Schmidt2017-11-2013-9/+258
* Clean benchmarks and move in different package. (#805)Bogdan Drutu2017-11-161-1/+1
* Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak2017-11-131-0/+1
* Use Mockito API from Mockito 1.9.5.Kristen Kozak2017-11-103-3/+3
* Just target Java 1.6, it simplifies a few things. (#799)Stefan Schmidt2017-11-103-24/+6
* Fix the wrong use of notify and wait. (#798)Stefan Schmidt2017-11-091-21/+7
* Simplify the code for setting the span status. (#787)Stefan Schmidt2017-11-071-5/+1
* Close the span with a status derived from the (optional) Throwable. (#781)Stefan Schmidt2017-11-055-5/+63
* Don't import classes that are not visible from the bootstrap classloader. (#782)Stefan Schmidt2017-11-051-6/+3
* Wrap the execution of URL#getContent in a trace span. (#780)Stefan Schmidt2017-11-055-1/+197
* Add a trampoline for tracing-related methods. (#766)Stefan Schmidt2017-11-056-1/+272
* Apply the Google Java Formatter on all source sets. (#775)Stefan Schmidt2017-11-033-112/+128
* Add the JaCoCo agent first so that it can instrument our agent. (#745)Stefan Schmidt2017-11-031-1/+9
* Add gradle plugin for google java format. Enforce all files to be formatted. ...Bogdan Drutu2017-11-0313-110/+87
* Merge JaCoCo's execution data from all tests. (#746)Stefan Schmidt2017-11-021-0/+13
* Make ExecutorInstrumentation easier to test by moving the initialization of t...Stefan Schmidt2017-11-022-5/+38
* Add the missing task dependency of integration tests on shadowJar. (#768)Stefan Schmidt2017-11-011-1/+2
* Use non-deprecated classes. (#767)Stefan Schmidt2017-11-012-2/+2
* Rename ContextManager to ContextTrampoline. (#748)Stefan Schmidt2017-11-015-25/+25
* Improve test coverage. (#749)Stefan Schmidt2017-10-313-14/+24
* Update the retrolambda plugin to its latest version. (#741)Stefan Schmidt2017-10-301-1/+1
* Update the jmhreport plugin to its latest version. (#742)Stefan Schmidt2017-10-301-1/+1
* Run the integration tests using different Java versions. (#638)Stefan Schmidt2017-09-221-13/+37
* Fix opencensus agent to be java6 compatible. (#619)Bogdan Drutu2017-09-111-1/+4
* Re-enable integration tests. (#563)Stefan Schmidt2017-08-281-1/+0
* Increase test timeouts. (#562)Stefan Schmidt2017-08-262-8/+8
* Add missing task dependency on shadowJar. (#561)Stefan Schmidt2017-08-261-0/+1
* Disable integration tests in the Agent. Always fail. (#556)Bogdan Drutu2017-08-251-0/+1
* Rename integration test classes to *IT, following the naming convention used ...Stefan Schmidt2017-08-252-2/+4
* Document where to get the agent JAR file from. (#546)Stefan Schmidt2017-08-241-4/+7
* Rename contrib projects. (#551)Stefan Schmidt2017-08-243-9/+8
* Add a naive JMH benchmark for ThreadInstrumentation. (#523)Stefan Schmidt2017-08-241-0/+89
* Reduce log level to avoid spamming stdout. (#543)Stefan Schmidt2017-08-241-2/+2
* Output stdout/stderr and detailed exception from failed integration tests to ...Stefan Schmidt2017-08-231-0/+9
* Change the licence to OpenCensus authors. (#539)Bogdan Drutu2017-08-2316-16/+64