Skip to content

Commit

Permalink
Merge pull request #83 from DataDog/bump_to_version_0.5.0
Browse files Browse the repository at this point in the history
Bump_to_version_0.5.0
  • Loading branch information
anmarchenko authored Dec 6, 2023
2 parents b79adb8 + 11a6e52 commit f82c493
Show file tree
Hide file tree
Showing 90 changed files with 212 additions and 51 deletions.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
## [Unreleased]

## [0.5.0] - 2023-12-06

### Test suite level visibility

This release includes experimental manual API for [test suite level visibility](https://docs.datadoghq.com/continuous_integration/explorer/?tab=testruns#sessions) in Ruby.

Currently test suite level visibility is not used by our instrumentation: it will be released in v0.6.

### Added

* Test suite level visibility: add test session public API ([#72][])
* Test suite level visibility: test module support ([#76][])
* Test suite level visibility: test suites support ([#77][])
* add YARD documentation ([#82][])
* support validation errors for CI spans ([#78][])

### Changed

* Validate DD_SITE variable ([#79][])
* Document how to use WebMock with datadog-ci ([#80][])

### Fixed

* Datadog::CI.trace_test always starts a new trace ([#74][])
* Skip tracing when CI mode disabled and manual API is used ([#75][])

### Removed

* Deprecate operation name setting, change service_name to service in public API ([#81][])

## [0.4.1] - 2023-11-22

### Fixed
Expand Down Expand Up @@ -71,7 +101,8 @@

* Ruby versions < 2.7 no longer supported ([#8][])

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...main
[0.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.2.0...v0.3.0
Expand All @@ -98,3 +129,13 @@
[#65]: https://github.com/DataDog/datadog-ci-rb/issues/65
[#66]: https://github.com/DataDog/datadog-ci-rb/issues/66
[#70]: https://github.com/DataDog/datadog-ci-rb/issues/70
[#72]: https://github.com/DataDog/datadog-ci-rb/issues/72
[#74]: https://github.com/DataDog/datadog-ci-rb/issues/74
[#75]: https://github.com/DataDog/datadog-ci-rb/issues/75
[#76]: https://github.com/DataDog/datadog-ci-rb/issues/76
[#77]: https://github.com/DataDog/datadog-ci-rb/issues/77
[#78]: https://github.com/DataDog/datadog-ci-rb/issues/78
[#79]: https://github.com/DataDog/datadog-ci-rb/issues/79
[#80]: https://github.com/DataDog/datadog-ci-rb/issues/80
[#81]: https://github.com/DataDog/datadog-ci-rb/issues/81
[#82]: https://github.com/DataDog/datadog-ci-rb/issues/82
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -65,6 +65,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -141,6 +142,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -92,6 +92,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -174,6 +175,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -92,6 +92,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -174,6 +175,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -96,6 +96,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -178,6 +179,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -79,6 +79,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -157,6 +158,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_cucumber_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_cucumber_8.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -73,6 +73,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -151,6 +152,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_minitest_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -45,6 +45,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -121,6 +122,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec
rspec-collection_matchers
rspec_junit_formatter
Expand Down
1 change: 1 addition & 0 deletions gemfiles/ruby_2.7_rspec_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "appraisal"
gem "timecop"
gem "standard", "~> 1.31"
gem "yard"
gem "redcarpet"
gem "webrick"
gem "pimpmychangelog", ">= 0.1.2"
gem "simplecov"
Expand Down
4 changes: 3 additions & 1 deletion gemfiles/ruby_2.7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.4.1)
datadog-ci (0.5.0)
msgpack

GEM
Expand Down Expand Up @@ -44,6 +44,7 @@ GEM
racc (1.7.3)
rainbow (3.1.1)
rake (13.1.0)
redcarpet (3.6.0)
regexp_parser (2.8.2)
rexml (3.2.6)
rspec (3.12.0)
Expand Down Expand Up @@ -119,6 +120,7 @@ DEPENDENCIES
pimpmychangelog (>= 0.1.2)
pry
rake
redcarpet
rspec (~> 3)
rspec-collection_matchers
rspec_junit_formatter
Expand Down
Loading

0 comments on commit f82c493

Please sign in to comment.