Skip to content

Commit

Permalink
Merge pull request #249 from DataDog/bump_to_version_1.8.0
Browse files Browse the repository at this point in the history
Bump to version 1.8.0
  • Loading branch information
anmarchenko authored Oct 17, 2024
2 parents 9ec713d + 4a3a86b commit 2d4ca81
Show file tree
Hide file tree
Showing 132 changed files with 150 additions and 133 deletions.
21 changes: 19 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## [Unreleased]

## [1.8.0] - 2024-10-17

### Added
* Add command line tool to compute a percentage of skippable tests for RSpec ([#194][])

### Changed
* Bump gem datadog dependency to 2.4 and update test dependencies ([#248][])
* Optimise LocalRepository.relative_to_root helper to make test impact analysis faster ([#244][])
* Retry HTTP requests on 429 and 5xx responses ([#243][])
* Use correct monotonic clock time if Timecop.mock_process_clock is set ([#242][])

## [1.7.0] - 2024-09-25

### Added
Expand Down Expand Up @@ -339,7 +350,8 @@ 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/v1.7.0...main
[Unreleased]: https://github.com/DataDog/datadog-ci-rb/compare/v1.8.0...main
[1.8.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/DataDog/datadog-ci-rb/compare/v1.4.1...v1.5.0
Expand Down Expand Up @@ -459,6 +471,7 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#189]: https://github.com/DataDog/datadog-ci-rb/issues/189
[#190]: https://github.com/DataDog/datadog-ci-rb/issues/190
[#193]: https://github.com/DataDog/datadog-ci-rb/issues/193
[#194]: https://github.com/DataDog/datadog-ci-rb/issues/194
[#197]: https://github.com/DataDog/datadog-ci-rb/issues/197
[#200]: https://github.com/DataDog/datadog-ci-rb/issues/200
[#201]: https://github.com/DataDog/datadog-ci-rb/issues/201
Expand Down Expand Up @@ -488,4 +501,8 @@ Currently test suite level visibility is not used by our instrumentation: it wil
[#236]: https://github.com/DataDog/datadog-ci-rb/issues/236
[#238]: https://github.com/DataDog/datadog-ci-rb/issues/238
[#239]: https://github.com/DataDog/datadog-ci-rb/issues/239
[#240]: https://github.com/DataDog/datadog-ci-rb/issues/240
[#240]: https://github.com/DataDog/datadog-ci-rb/issues/240
[#242]: https://github.com/DataDog/datadog-ci-rb/issues/242
[#243]: https://github.com/DataDog/datadog-ci-rb/issues/243
[#244]: https://github.com/DataDog/datadog-ci-rb/issues/244
[#248]: https://github.com/DataDog/datadog-ci-rb/issues/248
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_activesupport_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_knapsack_pro_7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_selenium_4_capybara_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/jruby_9.4_timecop_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_activesupport_7.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_knapsack_pro_7_rspec_3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

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 (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_2.7_timecop_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ruby_3.0_activesupport_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
datadog-ci (1.7.0)
datadog-ci (1.8.0)
datadog (~> 2.4)
msgpack

Expand Down
Loading

0 comments on commit 2d4ca81

Please sign in to comment.