Branch: refs/heads/drodriguezhdez/apm_traces
Home: https://github.com/jenkinsci/datadog-plugin
Commit: 15c530b5496c08265209ed6947ef6f58c0aaae70
https://github.com/jenkinsci/datadog-plugin/commit/15c530b5496c08265209ed6947ef6f58c0aaae70
Author: Sarah Witt <[email protected]>
Date: 2020-07-09 (Thu, 09 Jul 2020)
Changed paths:
M Jenkinsfile
Log Message:
-----------
Update CI to test more versions (#91)
* Update jenkinsfile
* Add buildPlugin
* Remove recommended config
Commit: f009266317b55df24d11acf730395d6f13d858bd
https://github.com/jenkinsci/datadog-plugin/commit/f009266317b55df24d11acf730395d6f13d858bd
Author: Sarah Witt <[email protected]>
Date: 2020-07-20 (Mon, 20 Jul 2020)
Changed paths:
M README.md
M
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration/config.jelly
M
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/logs/LogCollectionTest.java
Log Message:
-----------
Use more inclusive naming of config (#93)
* Use more inclusive naming
* Add new test
* Update comment
* remove comments
* Fix logic
* Remove unneeded util method
Commit: 519dbdad5333cac0910647fd40320ac7e80297f7
https://github.com/jenkinsci/datadog-plugin/commit/519dbdad5333cac0910647fd40320ac7e80297f7
Author: Sarah Witt <[email protected]>
Date: 2020-07-21 (Tue, 21 Jul 2020)
Changed paths:
M
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration/config.jelly
Log Message:
-----------
Keep backwards compatibility with old config naming (#95)
* Keep backwards compatibility
* Fix compat
* remove other vars
* Add comment
Commit: 167a974e3f7def024aec595ad4d1ece3d7eb3ae2
https://github.com/jenkinsci/datadog-plugin/commit/167a974e3f7def024aec595ad4d1ece3d7eb3ae2
Author: Florian Veaux <[email protected]>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M CHANGELOG.md
Log Message:
-----------
Update changelog for 1.2.0 release (#97) (#98)
* Update changelog for 1.2.0 release
* Update CHANGELOG.md
Co-authored-by: Sarah Witt <[email protected]>
* Update CHANGELOG.md
* Update CHANGELOG.md
Co-authored-by: Sarah Witt <[email protected]>
* Update CHANGELOG.md
Co-authored-by: Sarah Witt <[email protected]>
Co-authored-by: Sarah Witt <[email protected]>
Co-authored-by: Sarah Witt <[email protected]>
Commit: 0e0bb108e6f810013c740939b4179e8de4085c54
https://github.com/jenkinsci/datadog-plugin/commit/0e0bb108e6f810013c740939b4179e8de4085c54
Author: Florian Veaux <[email protected]>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/logs/DatadogTaskListenerDecorator.java
A
src/main/java/org/datadog/jenkins/plugins/datadog/steps/DatadogOptions.java
A
src/main/java/org/datadog/jenkins/plugins/datadog/steps/DatadogPipelineAction.java
A
src/main/resources/org/datadog/jenkins/plugins/datadog/steps/DatadogOptions/config.jelly
A
src/test/java/org/datadog/jenkins/plugins/datadog/steps/DatadogOptionsTest.java
A
src/test/resources/org/datadog/jenkins/plugins/datadog/steps/logCollectedInOptions.txt
A
src/test/resources/org/datadog/jenkins/plugins/datadog/steps/pipelineMetricTags.txt
Log Message:
-----------
Add a Datadog build step (#88)
* First pass
* First pass
* Add tag support
* Add tests
* Address review
Commit: fef03f7c30d744aff785c9265bc4cf865a6466b0
https://github.com/jenkinsci/datadog-plugin/commit/fef03f7c30d744aff785c9265bc4cf865a6466b0
Author: Sarah Witt <[email protected]>
Date: 2020-07-27 (Mon, 27 Jul 2020)
Changed paths:
M
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
Log Message:
-----------
Add javadoc (#99)
Commit: dcd8f3b0bbdf83ee54ef990ed32b2688110d1194
https://github.com/jenkinsci/datadog-plugin/commit/dcd8f3b0bbdf83ee54ef990ed32b2688110d1194
Author: Sarah Witt <[email protected]>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M
src/test/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisherTest.java
Log Message:
-----------
Add queue test to ensure metric consistency (#84)
* Add test to check metric consistency
* Add newline
* Comment
Commit: a4a3eb615dd70bc8af6b5ae59973b1ab810506c1
https://github.com/jenkinsci/datadog-plugin/commit/a4a3eb615dd70bc8af6b5ae59973b1ab810506c1
Author: Sarah Witt <[email protected]>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M README.md
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListenerTest.java
M
src/test/resources/org/datadog/jenkins/plugins/datadog/listeners/testPipelineDefinition.txt
A
src/test/resources/org/datadog/jenkins/plugins/datadog/listeners/testPipelineSuccess.txt
Log Message:
-----------
Add result tag to stage metrics (#92)
* Add result tag tp stage metric
* Update readme
* Spy graph listener
* Update variable name
* Update comment
* test
* Simplify logic and update test
* Always exit with error
* Add unit test
* Update failure pipeline
* Fail pipeline
* Remove unneeded line
* Add comment
* Remove unneeded test setup
* Add success tag
* Add paren
* Update comment
* Remove space
Commit: 711f3d49321683e9161c3b7581d8571348977bf8
https://github.com/jenkinsci/datadog-plugin/commit/711f3d49321683e9161c3b7581d8571348977bf8
Author: Daniel Rodriguez Hernandez <[email protected]>
Date: 2020-07-29 (Wed, 29 Jul 2020)
Changed paths:
M CHANGELOG.md
M Jenkinsfile
M README.md
M
src/main/java/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration.java
M src/main/java/org/datadog/jenkins/plugins/datadog/DatadogUtilities.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogSCMListener.java
M
src/main/java/org/datadog/jenkins/plugins/datadog/logs/DatadogTaskListenerDecorator.java
A
src/main/java/org/datadog/jenkins/plugins/datadog/steps/DatadogOptions.java
A
src/main/java/org/datadog/jenkins/plugins/datadog/steps/DatadogPipelineAction.java
M
src/main/resources/org/datadog/jenkins/plugins/datadog/DatadogGlobalConfiguration/config.jelly
A
src/main/resources/org/datadog/jenkins/plugins/datadog/steps/DatadogOptions/config.jelly
M
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogBuildListenerTest.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/listeners/DatadogGraphListenerTest.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/logs/LogCollectionTest.java
M
src/test/java/org/datadog/jenkins/plugins/datadog/publishers/DatadogQueuePublisherTest.java
A
src/test/java/org/datadog/jenkins/plugins/datadog/steps/DatadogOptionsTest.java
M
src/test/resources/org/datadog/jenkins/plugins/datadog/listeners/testPipelineDefinition.txt
A
src/test/resources/org/datadog/jenkins/plugins/datadog/listeners/testPipelineSuccess.txt
A
src/test/resources/org/datadog/jenkins/plugins/datadog/steps/logCollectedInOptions.txt
A
src/test/resources/org/datadog/jenkins/plugins/datadog/steps/pipelineMetricTags.txt
Log Message:
-----------
Merge branch 'master' into drodriguezhdez/apm_traces
Compare:
https://github.com/jenkinsci/datadog-plugin/compare/74e1130090e8...711f3d493216
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/datadog-plugin/push/refs/heads/drodriguezhdez/apm_traces/74e113-711f3d%40github.com.