-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #110 from DataDog/anmarchenko/minitest_instrumenta…
…tion_ci_queue [CIVIS-8552] ci-queue runner support for minitest
- Loading branch information
Showing
81 changed files
with
2,191 additions
and
989 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,5 +20,5 @@ target :lib do | |
library "rspec" | ||
library "cucumber" | ||
library "msgpack" | ||
library "weakref" | ||
library "ci_queue" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# This file was generated by Appraisal | ||
|
||
source "https://rubygems.org" | ||
|
||
gem "ddtrace" | ||
gem "pry" | ||
gem "rake" | ||
gem "os" | ||
gem "climate_control" | ||
gem "rspec" | ||
gem "rspec-collection_matchers" | ||
gem "rspec_junit_formatter" | ||
gem "appraisal" | ||
gem "timecop" | ||
gem "standard", "~> 1.31" | ||
gem "yard" | ||
gem "webrick" | ||
gem "pimpmychangelog", ">= 0.1.2" | ||
gem "simplecov" | ||
gem "simplecov-cobertura", "~> 2.1.0" | ||
gem "minitest", "~> 5" | ||
gem "ci-queue", "~> 0" | ||
gem "minitest-reporters", "~> 1" | ||
|
||
group :check do | ||
|
||
end | ||
|
||
group :development do | ||
|
||
end | ||
|
||
gemspec path: "../" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,148 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
datadog-ci (0.6.0) | ||
msgpack | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
ansi (1.5.0) | ||
appraisal (2.5.0) | ||
bundler | ||
rake | ||
thor (>= 0.14.0) | ||
ast (2.4.2) | ||
builder (3.2.4) | ||
ci-queue (0.42.0) | ||
climate_control (1.2.0) | ||
coderay (1.1.3) | ||
ddtrace (1.19.0) | ||
datadog-ci (~> 0.6.0) | ||
debase-ruby_core_source (= 3.3.1) | ||
libdatadog (~> 5.0.0.1.0) | ||
libddwaf (~> 1.14.0.0.0) | ||
msgpack | ||
debase-ruby_core_source (3.3.1) | ||
diff-lcs (1.5.0) | ||
docile (1.4.0) | ||
ffi (1.16.3-java) | ||
json (2.7.1-java) | ||
language_server-protocol (3.17.0.3) | ||
libdatadog (5.0.0.1.0) | ||
libddwaf (1.14.0.0.0-java) | ||
ffi (~> 1.0) | ||
lint_roller (1.1.0) | ||
method_source (1.0.0) | ||
minitest (5.21.2) | ||
minitest-reporters (1.6.1) | ||
ansi | ||
builder | ||
minitest (>= 5.0) | ||
ruby-progressbar | ||
msgpack (1.7.2-java) | ||
os (1.1.4) | ||
parallel (1.24.0) | ||
parser (3.3.0.5) | ||
ast (~> 2.4.1) | ||
racc | ||
pimpmychangelog (0.1.3) | ||
pry (0.14.2-java) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
spoon (~> 0.0) | ||
racc (1.7.3-java) | ||
rainbow (3.1.1) | ||
rake (13.1.0) | ||
regexp_parser (2.9.0) | ||
rexml (3.2.6) | ||
rspec (3.12.0) | ||
rspec-core (~> 3.12.0) | ||
rspec-expectations (~> 3.12.0) | ||
rspec-mocks (~> 3.12.0) | ||
rspec-collection_matchers (1.2.1) | ||
rspec-expectations (>= 2.99.0.beta1) | ||
rspec-core (3.12.2) | ||
rspec-support (~> 3.12.0) | ||
rspec-expectations (3.12.3) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-mocks (3.12.6) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.12.0) | ||
rspec-support (3.12.1) | ||
rspec_junit_formatter (0.6.0) | ||
rspec-core (>= 2, < 4, != 2.12.0) | ||
rubocop (1.59.0) | ||
json (~> 2.3) | ||
language_server-protocol (>= 3.17.0) | ||
parallel (~> 1.10) | ||
parser (>= 3.2.2.4) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 1.8, < 3.0) | ||
rexml (>= 3.2.5, < 4.0) | ||
rubocop-ast (>= 1.30.0, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 2.4.0, < 3.0) | ||
rubocop-ast (1.30.0) | ||
parser (>= 3.2.1.0) | ||
rubocop-performance (1.20.2) | ||
rubocop (>= 1.48.1, < 2.0) | ||
rubocop-ast (>= 1.30.0, < 2.0) | ||
ruby-progressbar (1.13.0) | ||
simplecov (0.22.0) | ||
docile (~> 1.1) | ||
simplecov-html (~> 0.11) | ||
simplecov_json_formatter (~> 0.1) | ||
simplecov-cobertura (2.1.0) | ||
rexml | ||
simplecov (~> 0.19) | ||
simplecov-html (0.12.3) | ||
simplecov_json_formatter (0.1.4) | ||
spoon (0.0.6) | ||
ffi | ||
standard (1.33.0) | ||
language_server-protocol (~> 3.17.0.2) | ||
lint_roller (~> 1.0) | ||
rubocop (~> 1.59.0) | ||
standard-custom (~> 1.0.0) | ||
standard-performance (~> 1.3) | ||
standard-custom (1.0.2) | ||
lint_roller (~> 1.0) | ||
rubocop (~> 1.50) | ||
standard-performance (1.3.1) | ||
lint_roller (~> 1.1) | ||
rubocop-performance (~> 1.20.2) | ||
thor (1.3.0) | ||
timecop (0.9.8) | ||
unicode-display_width (2.5.0) | ||
webrick (1.8.1) | ||
yard (0.9.34) | ||
|
||
PLATFORMS | ||
universal-java-11 | ||
|
||
DEPENDENCIES | ||
appraisal | ||
ci-queue (~> 0) | ||
climate_control | ||
datadog-ci! | ||
ddtrace | ||
minitest (~> 5) | ||
minitest-reporters (~> 1) | ||
os | ||
pimpmychangelog (>= 0.1.2) | ||
pry | ||
rake | ||
rspec | ||
rspec-collection_matchers | ||
rspec_junit_formatter | ||
simplecov | ||
simplecov-cobertura (~> 2.1.0) | ||
standard (~> 1.31) | ||
timecop | ||
webrick | ||
yard | ||
|
||
BUNDLED WITH | ||
2.3.26 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.