Commit Graph

4155 Commits

Author SHA1 Message Date
Laplie Anderson 5bc7c14cd0
Merge pull request #1391 from DataDog/landerson/auto-close-issues-pagination
Handle pagination when auto-updating issues
2020-04-21 10:38:57 -04:00
Tyler Benson 1c141d6f5c
Merge pull request #1386 from DataDog/tyler/muzzle-add-jcenter
Add jCenter as a muzzle repository to catch things that are different from Maven Central
2020-04-21 09:42:08 -04:00
Tyler Benson 401ff4d419 Remove some repositories...
Too many caused OOM in CI.
2020-04-20 23:42:05 -04:00
Tyler Benson 2743e64fd3 Exclude more weird versions. 2020-04-20 21:59:24 -04:00
Laplie Anderson c1d71efdd0 Pagination issues with milestones too 2020-04-20 18:37:44 -04:00
Laplie Anderson 6070e21aab
Merge pull request #1390 from DataDog/landerson/draft-release-notes
Draft release notes on milestone close
2020-04-20 18:28:14 -04:00
Laplie Anderson ae3b189ae6 Handle pagination when updating issues 2020-04-20 17:59:15 -04:00
Laplie Anderson 927d980c8f Draft release notes on milestone close 2020-04-20 17:57:06 -04:00
Laplie Anderson 1f6033f9db
Merge pull request #1388 from DataDog/landerson/auto-close-issues
Update issues when Release Notes are published
2020-04-20 17:18:05 -04:00
Tyler Benson 70f5ff7244 Add the ability to skip specific versions for muzzle
This makes it much easier to bypass bad versions than splitting out the muzzle definition.
2020-04-20 16:36:57 -04:00
Laplie Anderson e8a360d7c8 Update issues when Release Notes are published 2020-04-20 15:26:24 -04:00
Laplie Anderson 47c8f37dca
Merge pull request #1383 from DataDog/landerson/auto-milestone
Add milestone to merged pull requests
2020-04-20 15:13:14 -04:00
Laplie Anderson db78a56a53
Merge pull request #1384 from DataDog/landerson/next-milestone
Automatically create next milestone
2020-04-20 15:11:17 -04:00
Nikolay Martynov f267931794
Merge pull request #1382 from DataDog/mar-kolya/increase-test-timeout
Increase gradle test timeout
2020-04-20 14:27:56 -04:00
Tyler Benson 6dae05f6ee Add jCenter as a muzzle repository to catch things that are different from Maven Central
For example in the latest release `jetty-server`'s version list was messed up:
https://repo1.maven.org/maven2/org/glassfish/jersey/core/jersey-server/maven-metadata.xml
but still available in jcenter:
https://jcenter.bintray.com/org/glassfish/jersey/core/jersey-server/maven-metadata.xml
2020-04-20 13:02:49 -04:00
Tyler Benson 339a35c6cf
Merge pull request #1381 from DataDog/tyler/singletonMap
Use singletonMap for single entry maps
2020-04-20 12:12:53 -04:00
Laplie Anderson 777b16640a Automatically create next milestone 2020-04-20 11:49:20 -04:00
Laplie Anderson 76a11f0fb3 Add milestone to merged pull requests 2020-04-20 11:15:56 -04:00
Jaroslav Bachorik eb272bcc00
Add exception sampling event (#1297) 2020-04-20 16:31:54 +02:00
Nikolay Martynov 377036efd4
typo fixes
Co-Authored-By: Jaroslav Bachorik <jaroslav.bachorik@datadoghq.com>
2020-04-20 08:35:23 -04:00
Nikolay Martynov 2e48634934 Increase gradle test timeout 2020-04-20 08:29:06 -04:00
Tyler Benson be11936ac2 Use singletonMap for single entry maps 2020-04-17 15:44:22 -04:00
Nikolay Martynov 5aeca66dcb
Merge pull request #1379 from DataDog/mar-kolya/upgrade-statsd
Use newer version of statsd client
2020-04-17 13:08:54 -04:00
Jaroslav Bachorik 185ad185de
PROF-1037: Capture thread CPU time elapsed in scope (#1358) 2020-04-17 18:14:54 +02:00
Nikolay Martynov 95810488e4 Merge branch 'master' into mar-kolya/upgrade-statsd 2020-04-17 11:47:17 -04:00
Nikolay Martynov a3a9287ced
Merge pull request #1380 from DataDog/mar-kolya/update-some-dependencies
update some dependencies
2020-04-17 11:45:27 -04:00
Nikolay Martynov 0d11207123 update groovy 2020-04-17 10:38:47 -04:00
Nikolay Martynov 5f9bd1e082 update kotlin 2020-04-17 10:37:00 -04:00
Nikolay Martynov 20bbc6d9da update junit5 2020-04-17 10:36:01 -04:00
Nikolay Martynov 2fc06d9c85 update slf4j 2020-04-17 10:34:34 -04:00
Nikolay Martynov 1ec76d68b7 update okhttp 2020-04-17 10:33:50 -04:00
Nikolay Martynov 00ac902a8f Include specific unixsocket lib version into shared jar 2020-04-17 09:56:26 -04:00
Nikolay Martynov ad0960a922 Use newer version of statsd client 2020-04-17 09:36:22 -04:00
Nikolay Martynov 7c1f166048 Use newer version of jnr-unixsocket 2020-04-17 09:34:54 -04:00
Lev Priima 07025dd9aa
no dd.* prefix in "env" and "version" tags (#1378) 2020-04-16 12:59:57 -07:00
Tyler Benson 61a7285ea6
Merge pull request #1377 from DataDog/tyler/jax-rs-nested-call
Properly handle resource name for nested JAX-RS calls
2020-04-16 14:54:18 -04:00
Tyler Benson ebb9b5da65 Properly handle resource name for nested JAX-RS calls
Previously the last called one was winning.  Now we check if the resource name is already set before applying the new name.
2020-04-16 14:23:16 -04:00
Brian Devins-Suresh 9e9facfad7
Merge pull request #1374 from DataDog/devinsba/revert-sample-rate-feature
Revert feature to calculate sample rate based on failed reporting
2020-04-15 11:44:57 -04:00
Brian Devins-Suresh 8e111e49ad Revert feature to calculate sample rate based on failed reporting 2020-04-15 11:09:07 -04:00
Tyler Benson d313d710af
Merge pull request #1360 from DataDog/tyler/spring-dispatcher
Add instrumentation to detect the route at the beginning of the spring request
2020-04-14 16:30:49 -04:00
Tyler Benson ce006e1405 Ensure RequestDispatcher span is part of expected trace 2020-04-14 14:56:16 -04:00
Tyler Benson 64161d93c9 Add instrumentation to detect the route at the beginning of the spring request
Instead of waiting till the handler is called, otherwise if a response is returned by a filter then the proper name wouldn't be set and would fall back to the URL.
2020-04-14 14:19:14 -04:00
Tyler Benson 07f99a98d8
Merge pull request #1221 from DataDog/tyler/trace-processor
Add TraceProcessor and move some existing functionality to rules
2020-04-14 13:33:46 -04:00
Nikolay Martynov c961dac771
Merge pull request #1371 from DataDog/mar-kolya/add-thread-utils-to-bootstrap
Add thread utils to bootstrap so instumentations could use them
2020-04-14 12:24:53 -04:00
Tyler Benson 11c71e1d5d Avoid setting the error tag
and test fixes.
2020-04-14 12:21:51 -04:00
Nikolay Martynov f4c9b73b02 Add thread utils to bootstrap so instumentations could use them 2020-04-14 11:47:40 -04:00
Nikolay Martynov 11035e4c43
Merge pull request #1366 from DataDog/mar-kolya/safe-periodic-tasks
Make `CommonTaskExecutor` periodic tasks safe
2020-04-13 19:22:58 -04:00
Nikolay Martynov bef848ec2d Disable coverage and add TODO 2020-04-13 18:44:18 -04:00
Lev Priima bd637732da
No logging when using default Value when parsing (#1364) 2020-04-13 15:15:24 -07:00
Tyler Benson 3aa803489b Fix tests. 2020-04-13 18:03:53 -04:00