Lauri Tulmin
|
629801d9ab
|
Convert play-ws to instrumenter api (#3944)
|
2021-08-25 09:31:50 -07:00 |
Trask Stalnaker
|
20c72f3e98
|
Format kotlin gradle files (#3942)
* Add ktlint for kotlinGradle
* ktlint fails on wildcard imports
* Auto-format kotlin gradle files
|
2021-08-25 13:43:57 +09:00 |
Anuraag Agrawal
|
47be4a16b4
|
Convert HttpClientTest to JUnit (#3652)
* Migrate HttpClientTest to junit to allow both Java or spock tests.
* More
* Update
* Finish
* Cleanup
* Better stack
* Java 15
* Merge
* Fix name
* Cleanup
* ? extends
* Moar
|
2021-07-27 21:55:40 +09:00 |
Anuraag Agrawal
|
761b9c280b
|
Migrate instrumentation gradle files to kotlin (#3414)
* Migrate instrumentation gradle files to kotlin
* Convert
* Muzzle
|
2021-06-28 17:27:12 +09:00 |
Anuraag Agrawal
|
785dc6adf2
|
Rename build files to build.gradle (#3409)
* Rename build files to build.gradle
* Rename smoke-tests
* Fix already broken
|
2021-06-25 16:10:31 +09:00 |
Anuraag Agrawal
|
deb0e255cf
|
Use plugins block everywhere for applying plugins (#3386)
* Use plugins block everywhere for applying plugins
* Actually it's library instrumentation
|
2021-06-24 11:13:35 +09:00 |
Anuraag Agrawal
|
224dc51e93
|
Migrate java.gradle to conventions plugin (#3289)
* Migrate java.gradle to convention plugin.
* Switch to java-conventions
* Remove old file
* Fix
* Fix merge
* Missing paragraph
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-06-15 08:10:39 +09:00 |
Trask Stalnaker
|
b25ac0f1ad
|
Clean up old operation name terminology (#3282)
|
2021-06-13 22:10:36 -07:00 |
Lauri Tulmin
|
d4e64990fc
|
Add http client concurrency test with callback (#3192)
* Add http client concurreny test with callback
* Unwrap subscriber for needs executor tests
|
2021-06-07 12:29:08 -07:00 |
Anuraag Agrawal
|
c358a35414
|
Use dependency management pattern for dependency versions (#3113)
* Use dependency management pattern for dependency versions.
* Add groovy bom too
* Update dependencyManagement/dependencyManagement.gradle.kts
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
|
2021-05-28 11:32:08 +09:00 |
Lauri Tulmin
|
9464134ffd
|
Test failing async http request (#2812)
|
2021-04-19 14:11:27 -07:00 |
Trask Stalnaker
|
3bc058b10b
|
Don't create duplicate headers (#2727)
* Test infra
* Update examples
* Update instrumentation
* Update tests
* jaxrs-client fixes
* Remove doRequest/doReusedRequest
* Fix muzzle
* some fixes
* fix test
* doc
* not private
* Apply to doRequestWithCallback also
* Update doc
* groovy
* better
* Don't hardcode traceparent
* Reuse request in SpringRestTemplateTest
|
2021-04-12 12:21:16 +03:00 |
Anuraag Agrawal
|
d8f6018ba6
|
Split HttpClientTest execution methods for sync and callback (#2675)
|
2021-04-06 15:26:01 -07:00 |
Trask Stalnaker
|
5e914c954b
|
Consolidate duplicate play-ws tests (#2726)
|
2021-04-06 13:21:21 -07:00 |
Mateusz Rzeszutek
|
ee090aee1e
|
Support library instrumentations with HttpServerTest & HttpClientTest (#2299)
|
2021-02-16 09:05:23 -08:00 |
Trask Stalnaker
|
6d5ec329d6
|
Enable checkstyle for google style guide (#1641)
|
2020-11-16 18:46:59 -08:00 |
Trask Stalnaker
|
1b51d4a6b1
|
Rename packages (#1367)
|
2020-10-11 13:54:35 -07:00 |
Anuraag Agrawal
|
dadaac9a8c
|
Use 2-line license header to match SDK repo (#1321)
* Use 2-line license header to match SDK repo
* Apply change
|
2020-10-05 14:29:56 +09:00 |
Anuraag Agrawal
|
b507a2b803
|
Separate out shared test sources for couchbase/play-ws to another pro… (#1029)
* Separate out shared test sources for couchbase/play-ws to another project.
* git add missing files.
* Rename
|
2020-08-18 13:25:29 +09:00 |