Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.6.0
->4.0.0
Release Notes
KnapsackPro/knapsack (knapsack)
v4.0.0
Compare Source
(breaking change) Remove support for RSpec 2.x. This change was already done by accident in the pull request when we added the RSpec
context
hook, which is available only since RSpec 3.x.Use RSpec
example
block argument instead of the globalRSpec.current_example
. This allows to run tests with theasync-rspec
gem.https://github.com/KnapsackPro/knapsack/pull/117
v3.1.0
Compare Source
Sorting Algorithm: round robin to least connections
https://github.com/KnapsackPro/knapsack/pull/99
v3.0.0
Compare Source
(breaking change) Require minimum Ruby 2.2 version
https://github.com/KnapsackPro/knapsack/pull/115
(breaking change) Drop support for Minitest 4.x. Force to use minitest 5.x even on CI.
https://github.com/KnapsackPro/knapsack/pull/114
Replace Travis CI with GitHub Actions
https://github.com/KnapsackPro/knapsack/pull/112
v2.0.0
Compare Source
(breaking change) Ruby 2.1 is a minimum required version
https://github.com/KnapsackPro/knapsack/pull/113
Use Ruby 3 and add small development adjustments in codebase
https://github.com/KnapsackPro/knapsack/pull/110
v1.22.0
Compare Source
Update time offset warning
https://github.com/KnapsackPro/knapsack/pull/105
v1.21.1
Compare Source
Fix a bug with tracking time for pending specs in RSpec
https://github.com/KnapsackPro/knapsack/pull/109
v1.21.0
Compare Source
Track time in before and after
:context
hookshttps://github.com/KnapsackPro/knapsack/pull/107
v1.20.0
Compare Source
Use
Process.clock_gettime
to measure track execution timehttps://github.com/KnapsackPro/knapsack/pull/100
v1.19.0
Compare Source
Add support for Bitbucket Pipelines
https://github.com/KnapsackPro/knapsack/pull/97
v1.18.0
Compare Source
Add support for Semaphore 2.0
https://github.com/KnapsackPro/knapsack/pull/92
v1.17.2
Compare Source
Allow for new
bundler
in developmentTest Ruby 2.6 on CI
Add info about Knapsack Pro Queue Mode in knapsack output
Update URL to FAQ in knapsack output
https://github.com/KnapsackPro/knapsack/pull/90
v1.17.1
Compare Source
Fix RSpec signal handling by replacing process
https://github.com/KnapsackPro/knapsack/pull/86
v1.17.0
Compare Source
Add support for GitLab CI ENV variable
CI_NODE_INDEX
starting from 1.https://github.com/KnapsackPro/knapsack/pull/83
v1.16.0
Compare Source
Add support for Ruby >= 1.9.3.
https://github.com/KnapsackPro/knapsack/pull/77
v1.15.0
Compare Source
Add support for Cucumber 3.
https://github.com/KnapsackPro/knapsack/pull/68
v1.14.1
Compare Source
Update RSpec timing adapter to be more resilient.
https://github.com/KnapsackPro/knapsack/pull/64
v1.14.0
Compare Source
Moves Timecop to development dependency.
https://github.com/KnapsackPro/knapsack/pull/61
v1.13.3
Compare Source
Fix: Trailing slash should be removed from allocator test_dir.
https://github.com/KnapsackPro/knapsack/issues/57
v1.13.2
Compare Source
Add support for test files in directory with spaces.
Related:
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/27s/27
v1.13.1
Compare Source
Fix: Get rid of call #zero? method on $?.exitstatus in test runners tasks
https://github.com/KnapsackPro/knapsack/pull/52
v1.13.0
Compare Source
Add KNAPSACK_LOG_LEVEL option
https://github.com/KnapsackPro/knapsack/pull/49
v1.12.2
Compare Source
Fix support for turnip >= 2.x
https://github.com/KnapsackPro/knapsack/pull/47
v1.12.1
Compare Source
v1.12.0
Compare Source
Add support for Minitest::SharedExamples
https://github.com/KnapsackPro/knapsack/pull/46
v1.11.1
Compare Source
Require spinach in spec helper so tests will pass but don't require it in spinach adapter because it breaks for users who don't use spinach and they don't want to add it to their Gemfile
Related PR:
https://github.com/KnapsackPro/knapsack/pull/41l/41
v1.11.0
Compare Source
Add support for Spinach
https://github.com/KnapsackPro/knapsack/pull/41
v1.10.0
Compare Source
Log the time offset warning at INFO if time not exceeded
https://github.com/KnapsackPro/knapsack/pull/40
v1.9.0
Compare Source
Use Knapsack.logger for runner output
https://github.com/KnapsackPro/knapsack/pull/39
v1.8.0
Compare Source
Add support for older cucumber versions than 1.3
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/5
v1.7.0
Compare Source
Add ability to run tests from multiple directories
https://github.com/KnapsackPro/knapsack/pull/35
v1.6.1
Compare Source
Changed rake task in minitest_runner.rb to have no warnings output
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.