Skip to content

Commit

Permalink
Merge pull request #116 from DataDog/bump_to_version_0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
anmarchenko committed Jan 26, 2024
2 parents 054512f + 8c8e3cd commit 8394cdb
Show file tree
Hide file tree
Showing 68 changed files with 112 additions and 69 deletions.
47 changes: 45 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## [Unreleased]

## [0.7.0] - 2024-01-26

### Added

* Source code integration ([#95][])
* CODEOWNERS support ([#98][])
* Cucumber scenarios with examples are treated as parametrized tests ([#100][])
* Deduplicate dynamically generated RSpec examples using test.parameters ([#101][])
* Repository name is used as default test service name ([#104][])
* Cucumber v9 support ([#99][])
* ci-queue runner support for minitest ([#110][])
* ci-queue support for rspec ([#112][])

### Fixed

* do not publish sig folder when publishing this gem to prevent steep errors in client applications ([#114][])
* minitest: fix rails parallel test runner ([#115][])
* Test suites and tests skipped by frameworks are correctly reported as skipped to Datadog ([#113][])

### Changed

* Enable test suite level visibility by default (with killswitch) ([#109][])
* Test suite names are more human-readable now ([#105][])
* Remove span_type method in tracer-related models ([#107][])
* Manual tracing API: convert type parameter to keyword in Datadog::CI.trace, remove internal-only methods from public API ([#108][])

## [0.6.0] - 2024-01-03

### Added
Expand Down Expand Up @@ -124,7 +150,9 @@ Currently test suite level visibility is not used by our instrumentation: it wil

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

[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.1...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v0.7.0...main
[0.7.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/DataDog/datadog-ci-rb/compare/v0.5.0...v0.5.1
[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
Expand Down Expand Up @@ -169,4 +197,19 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#87]: https://github.com/DataDog/datadog-ci-rb/issues/87
[#89]: https://github.com/DataDog/datadog-ci-rb/issues/89
[#90]: https://github.com/DataDog/datadog-ci-rb/issues/90
[#92]: https://github.com/DataDog/datadog-ci-rb/issues/92
[#92]: https://github.com/DataDog/datadog-ci-rb/issues/92
[#95]: https://github.com/DataDog/datadog-ci-rb/issues/95
[#98]: https://github.com/DataDog/datadog-ci-rb/issues/98
[#99]: https://github.com/DataDog/datadog-ci-rb/issues/99
[#100]: https://github.com/DataDog/datadog-ci-rb/issues/100
[#101]: https://github.com/DataDog/datadog-ci-rb/issues/101
[#104]: https://github.com/DataDog/datadog-ci-rb/issues/104
[#105]: https://github.com/DataDog/datadog-ci-rb/issues/105
[#107]: https://github.com/DataDog/datadog-ci-rb/issues/107
[#108]: https://github.com/DataDog/datadog-ci-rb/issues/108
[#109]: https://github.com/DataDog/datadog-ci-rb/issues/109
[#110]: https://github.com/DataDog/datadog-ci-rb/issues/110
[#112]: https://github.com/DataDog/datadog-ci-rb/issues/112
[#113]: https://github.com/DataDog/datadog-ci-rb/issues/113
[#114]: https://github.com/DataDog/datadog-ci-rb/issues/114
[#115]: https://github.com/DataDog/datadog-ci-rb/issues/115
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

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

GEM
Expand Down
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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 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.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

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

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

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

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_cucumber_9.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

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

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_ci_queue_0_minitest_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_ci_queue_0_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.1_cucumber_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (0.6.0)
datadog-ci (0.7.0)
msgpack

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

GEM
Expand Down
Loading

0 comments on commit 8394cdb

Please sign in to comment.