knapsack_pro 9.0.0 → 9.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/knapsack_pro/adapters/minitest_adapter.rb +8 -13
- data/lib/knapsack_pro/client/connection.rb +1 -1
- data/lib/knapsack_pro/config/env.rb +1 -24
- data/lib/knapsack_pro/version.rb +1 -1
- metadata +2 -196
- data/.circleci/config.yml +0 -468
- data/.github/assets/install-button.png +0 -0
- data/.github/assets/knapsack-diamonds.png +0 -0
- data/.github/dependabot.yml +0 -11
- data/.github/pull_request_template.md +0 -11
- data/.gitignore +0 -39
- data/.rspec +0 -5
- data/CHANGELOG.md +0 -1995
- data/Gemfile +0 -13
- data/LICENSE +0 -22
- data/README.md +0 -90
- data/Rakefile +0 -2
- data/knapsack_pro.gemspec +0 -43
- data/spec/fixtures/test_file_list_source_file.txt +0 -6
- data/spec/fixtures/vcr_cassettes/api/v1/build_distributions/subset/invalid_test_suite_token.yml +0 -59
- data/spec/fixtures/vcr_cassettes/api/v1/build_distributions/subset/success.yml +0 -61
- data/spec/fixtures/vcr_cassettes/api/v1/build_subsets/create/invalid_test_suite_token.yml +0 -50
- data/spec/fixtures/vcr_cassettes/api/v1/build_subsets/create/success.yml +0 -50
- data/spec/integration/api/build_distributions_subset_spec.rb +0 -77
- data/spec/integration/api/build_subsets_create_spec.rb +0 -77
- data/spec/integration/runners/fallback_spec.rb +0 -131
- data/spec/integration/runners/queue/cucumber_runner_fallback_spec.rb +0 -129
- data/spec/integration/runners/queue/minitest_runner_fallback_spec.rb +0 -129
- data/spec/integration/runners/queue/rspec_runner.rb +0 -80
- data/spec/integration/runners/queue/rspec_runner_fallback_spec.rb +0 -137
- data/spec/integration/runners/queue/rspec_runner_spec.rb +0 -2672
- data/spec/knapsack_pro/adapters/base_adapter_spec.rb +0 -221
- data/spec/knapsack_pro/adapters/cucumber_adapter_spec.rb +0 -216
- data/spec/knapsack_pro/adapters/minitest_adapter_spec.rb +0 -189
- data/spec/knapsack_pro/adapters/rspec_adapter_spec.rb +0 -427
- data/spec/knapsack_pro/adapters/spinach_adapter_spec.rb +0 -61
- data/spec/knapsack_pro/adapters/test_unit_adapter_spec.rb +0 -86
- data/spec/knapsack_pro/base_allocator_builder_spec.rb +0 -102
- data/spec/knapsack_pro/build_distribution_fetcher_spec.rb +0 -89
- data/spec/knapsack_pro/client/api/action_spec.rb +0 -17
- data/spec/knapsack_pro/client/api/v1/base_spec.rb +0 -2
- data/spec/knapsack_pro/client/api/v1/build_distributions_spec.rb +0 -95
- data/spec/knapsack_pro/client/api/v1/build_subsets_spec.rb +0 -35
- data/spec/knapsack_pro/client/api/v1/queues_spec.rb +0 -83
- data/spec/knapsack_pro/client/connection_spec.rb +0 -581
- data/spec/knapsack_pro/config/ci/app_veyor_spec.rb +0 -87
- data/spec/knapsack_pro/config/ci/base_spec.rb +0 -10
- data/spec/knapsack_pro/config/ci/buildkite_spec.rb +0 -135
- data/spec/knapsack_pro/config/ci/circle_spec.rb +0 -122
- data/spec/knapsack_pro/config/ci/cirrus_ci_spec.rb +0 -87
- data/spec/knapsack_pro/config/ci/codefresh_spec.rb +0 -81
- data/spec/knapsack_pro/config/ci/codeship_spec.rb +0 -80
- data/spec/knapsack_pro/config/ci/github_actions_spec.rb +0 -140
- data/spec/knapsack_pro/config/ci/gitlab_ci_spec.rb +0 -137
- data/spec/knapsack_pro/config/ci/heroku_spec.rb +0 -87
- data/spec/knapsack_pro/config/ci/semaphore2_spec.rb +0 -133
- data/spec/knapsack_pro/config/ci/semaphore_spec.rb +0 -87
- data/spec/knapsack_pro/config/ci/travis_spec.rb +0 -73
- data/spec/knapsack_pro/config/env_generator_spec.rb +0 -52
- data/spec/knapsack_pro/config/env_spec.rb +0 -1291
- data/spec/knapsack_pro/config/temp_files_spec.rb +0 -25
- data/spec/knapsack_pro/crypto/branch_encryptor_spec.rb +0 -53
- data/spec/knapsack_pro/crypto/decryptor_spec.rb +0 -83
- data/spec/knapsack_pro/crypto/digestor_spec.rb +0 -13
- data/spec/knapsack_pro/crypto/encryptor_spec.rb +0 -58
- data/spec/knapsack_pro/formatters/time_tracker_fetcher_spec.rb +0 -27
- data/spec/knapsack_pro/formatters/time_tracker_spec.rb +0 -448
- data/spec/knapsack_pro/hooks/queue_spec.rb +0 -199
- data/spec/knapsack_pro/presenter_spec.rb +0 -57
- data/spec/knapsack_pro/pure/queue/rspec_pure_spec.rb +0 -248
- data/spec/knapsack_pro/queue_spec.rb +0 -35
- data/spec/knapsack_pro/report_spec.rb +0 -232
- data/spec/knapsack_pro/repository_adapter_initiator_spec.rb +0 -21
- data/spec/knapsack_pro/repository_adapters/base_adapter_spec.rb +0 -13
- data/spec/knapsack_pro/repository_adapters/env_adapter_spec.rb +0 -27
- data/spec/knapsack_pro/repository_adapters/git_adapter_spec.rb +0 -106
- data/spec/knapsack_pro/runners/base_runner_spec.rb +0 -87
- data/spec/knapsack_pro/runners/cucumber_runner_spec.rb +0 -92
- data/spec/knapsack_pro/runners/minitest_runner_spec.rb +0 -57
- data/spec/knapsack_pro/runners/queue/base_runner_spec.rb +0 -73
- data/spec/knapsack_pro/runners/queue/cucumber_runner_spec.rb +0 -209
- data/spec/knapsack_pro/runners/queue/minitest_runner_spec.rb +0 -203
- data/spec/knapsack_pro/runners/rspec_runner_spec.rb +0 -111
- data/spec/knapsack_pro/runners/spinach_runner_spec.rb +0 -56
- data/spec/knapsack_pro/runners/test_unit_runner_spec.rb +0 -62
- data/spec/knapsack_pro/slow_test_file_determiner_spec.rb +0 -119
- data/spec/knapsack_pro/slow_test_file_finder_spec.rb +0 -42
- data/spec/knapsack_pro/task_loader_spec.rb +0 -14
- data/spec/knapsack_pro/test_case_detectors/rspec_test_example_detector_spec.rb +0 -217
- data/spec/knapsack_pro/test_case_mergers/base_merger_spec.rb +0 -27
- data/spec/knapsack_pro/test_case_mergers/rspec_merger_spec.rb +0 -81
- data/spec/knapsack_pro/test_file_cleaner_spec.rb +0 -11
- data/spec/knapsack_pro/test_file_finder_spec.rb +0 -176
- data/spec/knapsack_pro/test_file_pattern_spec.rb +0 -49
- data/spec/knapsack_pro/test_file_presenter_spec.rb +0 -22
- data/spec/knapsack_pro/test_files_with_test_cases_composer_spec.rb +0 -41
- data/spec/knapsack_pro/test_flat_distributor_spec.rb +0 -60
- data/spec/knapsack_pro/tracker_spec.rb +0 -184
- data/spec/knapsack_pro/utils_spec.rb +0 -55
- data/spec/knapsack_pro_spec.rb +0 -116
- data/spec/spec_helper.rb +0 -47
- data/spec/support/.gitkeep +0 -0
- data/spec/support/fakes/cucumber.rb +0 -25
- data/spec/support/fakes/minitest.rb +0 -18
- data/spec/support/shared_examples/adapter.rb +0 -17
- data/spec_fake/controllers/users_controller_spec.rb +0 -0
- data/spec_fake/models/admin_spec.rb +0 -0
- data/spec_fake/models/user_spec.rb +0 -0
- data/spec_fake/spec_helper.rb +0 -0
- data/spec_time_tracker/spec_helper.rb +0 -29
- data/test_fake/a_test.rb +0 -0
- data/test_fake/b_test.rb +0 -0
data/CHANGELOG.md
DELETED
|
@@ -1,1995 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
### 9.0.0
|
|
4
|
-
|
|
5
|
-
* __(breaking change)__ Require Ruby >=3.0.0
|
|
6
|
-
* Implement IP rotation for Ruby <3.4 to mitigate connection errors
|
|
7
|
-
* Upon connection failure, log additional diagnostics to gather more context
|
|
8
|
-
* Change log format from `LEVEL -- : [knapsack_pro] ...` to `ERROR -- knapsack_pro: ...`
|
|
9
|
-
|
|
10
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/313
|
|
11
|
-
|
|
12
|
-
* GitHub Actions: Detect either head branch in Pull Requests or short ref name (vs fully-formed ref) in the other cases
|
|
13
|
-
|
|
14
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/308
|
|
15
|
-
|
|
16
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.4.0...v9.0.0
|
|
17
|
-
|
|
18
|
-
### 8.4.0
|
|
19
|
-
|
|
20
|
-
* Add a batch UUID to the V1 Queue API request payload to improve handling of retried requests
|
|
21
|
-
|
|
22
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/307
|
|
23
|
-
|
|
24
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.3.3...v8.4.0
|
|
25
|
-
|
|
26
|
-
### 8.3.3
|
|
27
|
-
|
|
28
|
-
* Replace `Hash#sum` with `Hash#reduce` to fix a rare bug in the RSpec time tracker for a specific project
|
|
29
|
-
|
|
30
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/305
|
|
31
|
-
|
|
32
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.3.2...v8.3.3
|
|
33
|
-
|
|
34
|
-
### 8.3.2
|
|
35
|
-
|
|
36
|
-
* Fix infinite recursion when the logger enters a loop. [The issue](https://github.com/KnapsackPro/knapsack_pro-ruby/issues/269) occurs when `KNAPSACK_PRO_LOG_DIR=log` is set and a conflict arises between the values of environment variables from the CI provider and those configured by the user (e.g., `KNAPSACK_PRO_CI_NODE_INDEX`, `KNAPSACK_PRO_CI_NODE_TOTAL`).
|
|
37
|
-
|
|
38
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/304
|
|
39
|
-
|
|
40
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.3.1...v8.3.2
|
|
41
|
-
|
|
42
|
-
### 8.3.1
|
|
43
|
-
|
|
44
|
-
* Fix RSpec TimeTracker to properly track `before(:all)/after(:all)`.
|
|
45
|
-
|
|
46
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/303
|
|
47
|
-
|
|
48
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.3.0...v8.3.1
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
### 8.3.0
|
|
52
|
-
|
|
53
|
-
* Revert to 8.1.3 because of [the issue #301](https://github.com/KnapsackPro/knapsack_pro-ruby/issues/301)
|
|
54
|
-
|
|
55
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/302
|
|
56
|
-
|
|
57
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.2.0...v8.3.0
|
|
58
|
-
|
|
59
|
-
### 8.2.0
|
|
60
|
-
|
|
61
|
-
* Avoid needing a shell to support Distroless Container Images (in most cases)
|
|
62
|
-
|
|
63
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/299
|
|
64
|
-
|
|
65
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.1.3...v8.2.0
|
|
66
|
-
|
|
67
|
-
### 8.1.3
|
|
68
|
-
|
|
69
|
-
* Update `changelog_uri` in gemspec
|
|
70
|
-
|
|
71
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.1.2...v8.1.3
|
|
72
|
-
|
|
73
|
-
### 8.1.2
|
|
74
|
-
|
|
75
|
-
* Allow running RSpec with `--force-color` (and the default Split by Test Examples)
|
|
76
|
-
|
|
77
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/298
|
|
78
|
-
|
|
79
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.1.1...v8.1.2
|
|
80
|
-
|
|
81
|
-
### 8.1.1
|
|
82
|
-
|
|
83
|
-
* Do not load Rake tasks on behalf of the user for RSpec and Minitest in Queue Mode
|
|
84
|
-
|
|
85
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/297
|
|
86
|
-
|
|
87
|
-
Workarounds like [this one](https://docs.knapsackpro.com/ruby/troubleshooting/#rake-tasks-under-tests-are-run-more-than-once-in-queue-mode) are no more needed to test Rake tasks, you can now remove them and test Rake tasks like you would normally do:
|
|
88
|
-
|
|
89
|
-
RSpec:
|
|
90
|
-
|
|
91
|
-
```ruby
|
|
92
|
-
before do
|
|
93
|
-
MY_APPLICATION_NAME::Application.load_tasks if Rake::Task.tasks.empty?
|
|
94
|
-
end
|
|
95
|
-
|
|
96
|
-
after do
|
|
97
|
-
Rake::Task[MY_TASK_NAME].reenable
|
|
98
|
-
end
|
|
99
|
-
|
|
100
|
-
it "tests the rake task" do
|
|
101
|
-
Rake::Task[MY_TASK_NAME].invoke
|
|
102
|
-
# ...
|
|
103
|
-
end
|
|
104
|
-
```
|
|
105
|
-
|
|
106
|
-
Minitest:
|
|
107
|
-
|
|
108
|
-
```ruby
|
|
109
|
-
setup do
|
|
110
|
-
MY_APPLICATION_NAME::Application.load_tasks if Rake::Task.tasks.empty?
|
|
111
|
-
end
|
|
112
|
-
|
|
113
|
-
teardown do
|
|
114
|
-
Rake::Task[MY_TASK_NAME].reenable
|
|
115
|
-
end
|
|
116
|
-
|
|
117
|
-
test "tests the rake task" do
|
|
118
|
-
Rake::Task[MY_TASK_NAME].invoke
|
|
119
|
-
# ...
|
|
120
|
-
end
|
|
121
|
-
```
|
|
122
|
-
|
|
123
|
-
It's also ok to use `Rake.application.rake_require("tasks/MY_TASK")` instead of `MY_APPLICATION_NAME::Application.load_tasks if Rake::Task.tasks.empty?`.
|
|
124
|
-
|
|
125
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.1.0...v8.1.1
|
|
126
|
-
|
|
127
|
-
### 8.1.0
|
|
128
|
-
|
|
129
|
-
* Improve the performance of the [RSpec split by test examples](https://docs.knapsackpro.com/ruby/split-by-test-examples/).
|
|
130
|
-
|
|
131
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/292
|
|
132
|
-
|
|
133
|
-
* Reduce `/v1/build_distributions/last` API requests.
|
|
134
|
-
* (Queue Mode) Improve the speed of starting tests for CI nodes that are started after the queue was already initialized by another CI node.
|
|
135
|
-
* (Regular Mode) Improve the speed of starting tests for CI nodes that are started after the test suite split was already initialized by another CI node.
|
|
136
|
-
|
|
137
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.0.2...v8.1.0
|
|
138
|
-
|
|
139
|
-
### 8.0.2
|
|
140
|
-
|
|
141
|
-
* (patch) Semaphore: Detect the correct branch name in the context of a PR
|
|
142
|
-
* (patch) Semaphore: Detect user seat (committer)
|
|
143
|
-
|
|
144
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/294
|
|
145
|
-
|
|
146
|
-
* (patch) RSpec: Use the same regex when parsing file path and id path
|
|
147
|
-
|
|
148
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/291
|
|
149
|
-
|
|
150
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.0.1...v8.0.2
|
|
151
|
-
|
|
152
|
-
### 8.0.1
|
|
153
|
-
|
|
154
|
-
* Fix detection of id paths for Turnip, which resulted in sending to the API both file and id paths timings
|
|
155
|
-
* Example:
|
|
156
|
-
* turnip/acceptance/foo.feature[1:1:1] 0 seconds
|
|
157
|
-
* turnip/acceptance/foo.feature[1:1:2] 0 seconds
|
|
158
|
-
* turnip/acceptance/foo.feature 30 milliseconds (time recorded for [1:1:1] or [1:1:2])
|
|
159
|
-
|
|
160
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/290
|
|
161
|
-
|
|
162
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v8.0.0...v8.0.1
|
|
163
|
-
|
|
164
|
-
### 8.0.0
|
|
165
|
-
|
|
166
|
-
* Enable [`KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES`](https://docs.knapsackpro.com/ruby/split-by-test-examples/) by default
|
|
167
|
-
* This should improve the speed of your builds, but you can disable it with [`KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=false`](https://docs.knapsackpro.com/ruby/reference/#knapsack_pro_rspec_split_by_test_examples-rspec)
|
|
168
|
-
* Support RSpec tags when using [RSpec split by examples](https://docs.knapsackpro.com/ruby/split-by-test-examples/).
|
|
169
|
-
|
|
170
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/288
|
|
171
|
-
|
|
172
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.14.1...v8.0.0
|
|
173
|
-
|
|
174
|
-
### 7.14.1
|
|
175
|
-
|
|
176
|
-
* Improve execution time tracking for RSpec individual test examples
|
|
177
|
-
|
|
178
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/289
|
|
179
|
-
|
|
180
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.14.0...v7.14.1
|
|
181
|
-
|
|
182
|
-
### 7.14.0
|
|
183
|
-
|
|
184
|
-
* Improve debugging for hanging CI nodes: show hanging spec files in the RSpec output and a command to reproduce the current batch of tests.
|
|
185
|
-
|
|
186
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/287
|
|
187
|
-
|
|
188
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.13.1...v7.14.0
|
|
189
|
-
|
|
190
|
-
### 7.13.1
|
|
191
|
-
|
|
192
|
-
* Fix handling signals for non-RSpec test runners
|
|
193
|
-
|
|
194
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/286
|
|
195
|
-
|
|
196
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.13.0...v7.13.1
|
|
197
|
-
|
|
198
|
-
### 7.13.0
|
|
199
|
-
|
|
200
|
-
* Add `KNAPSACK_PRO_FALLBACK_MODE_ERROR_EXIT_CODE` to specify a custom exit code whenever Knapsack Pro fails because Fallback Mode cannot be used
|
|
201
|
-
|
|
202
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/284
|
|
203
|
-
|
|
204
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.12.1...v7.13.0
|
|
205
|
-
|
|
206
|
-
### 7.12.1
|
|
207
|
-
|
|
208
|
-
* fix(RSpec split by examples): properly disable split by test examples on a single node to speed up tests
|
|
209
|
-
|
|
210
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/283
|
|
211
|
-
|
|
212
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.12.0...v7.12.1
|
|
213
|
-
|
|
214
|
-
### 7.12.0
|
|
215
|
-
|
|
216
|
-
* Add `KNAPSACK_PRO_SLOW_TEST_FILE_THRESHOLD` to improve the RSpec split by examples feature with many skipped tests
|
|
217
|
-
* Do not split test files by test cases if you run tests on a single CI node to run Knapsack Pro faster.
|
|
218
|
-
|
|
219
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/282
|
|
220
|
-
|
|
221
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.11.0...v7.12.0
|
|
222
|
-
|
|
223
|
-
### 7.11.0
|
|
224
|
-
|
|
225
|
-
* fix(RSpec split by examples): Properly determine slow test files when test example execution times and full test file execution time are both known
|
|
226
|
-
|
|
227
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/281
|
|
228
|
-
|
|
229
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.10.0...v7.11.0
|
|
230
|
-
|
|
231
|
-
### 7.10.0
|
|
232
|
-
|
|
233
|
-
* Improve the RSpec split by examples feature. Use test file execution times for existing test files on the disk to determine slow test files. This fixes issue with detecting slow test files when API token is shared between multiple test suites.
|
|
234
|
-
|
|
235
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/277
|
|
236
|
-
|
|
237
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.9.0...v7.10.0
|
|
238
|
-
|
|
239
|
-
### 7.9.0
|
|
240
|
-
|
|
241
|
-
* A more readable error message for the RSpec split by examples JSON report (remove ANSI codes that are not human-readable)
|
|
242
|
-
|
|
243
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/275
|
|
244
|
-
|
|
245
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.8.2...v7.9.0
|
|
246
|
-
|
|
247
|
-
### 7.8.2
|
|
248
|
-
|
|
249
|
-
* Set `RSpec.world.wants_to_quit` to true when any signal is received by the knapsack_pro gem to allow graceful exit.
|
|
250
|
-
|
|
251
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/273
|
|
252
|
-
|
|
253
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.8.1...v7.8.2
|
|
254
|
-
|
|
255
|
-
### 7.8.1
|
|
256
|
-
|
|
257
|
-
* Handle `nil` in `Thread#backtrace` and `Exception#backtrace`.
|
|
258
|
-
|
|
259
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/272
|
|
260
|
-
|
|
261
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.8.0...v7.8.1
|
|
262
|
-
|
|
263
|
-
### 7.8.0
|
|
264
|
-
|
|
265
|
-
* Add a link to help you read the backtrace.
|
|
266
|
-
|
|
267
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/267
|
|
268
|
-
|
|
269
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.7.0...v7.8.0
|
|
270
|
-
|
|
271
|
-
### 7.7.0
|
|
272
|
-
|
|
273
|
-
* Log threads when the OS signal is received to simplify debugging, especially when a CI node hangs.
|
|
274
|
-
|
|
275
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/266
|
|
276
|
-
|
|
277
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.6.2...v7.7.0
|
|
278
|
-
|
|
279
|
-
### 7.6.2
|
|
280
|
-
|
|
281
|
-
* Fix an error for the `KnapsackPro::Formatters::TimeTracker` formatter in RSpec when using Knapsack Pro Regular Mode and the `.rspec` file is not present.
|
|
282
|
-
|
|
283
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/265
|
|
284
|
-
|
|
285
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.6.1...v7.6.2
|
|
286
|
-
|
|
287
|
-
### 7.6.1
|
|
288
|
-
|
|
289
|
-
* Add support for the Timecop 0.9.9 gem version so that we could track proper tests' execution time when `Process.clock_gettime` is mocked.
|
|
290
|
-
|
|
291
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/262
|
|
292
|
-
|
|
293
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.6.0...v7.6.1
|
|
294
|
-
|
|
295
|
-
### 7.6.0
|
|
296
|
-
|
|
297
|
-
* Avoid starting an unnecessary process in Queue Mode.
|
|
298
|
-
* Fix: the terminal is returned to the user correctly (output looks good) when you use CTRL+C
|
|
299
|
-
* Improvement: the backtrace looks better when something fails (for example, the gem handles an OS signal)
|
|
300
|
-
|
|
301
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/260
|
|
302
|
-
|
|
303
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.5.1...v7.6.0
|
|
304
|
-
|
|
305
|
-
### 7.5.1
|
|
306
|
-
|
|
307
|
-
* Revert to 7.4.0.
|
|
308
|
-
|
|
309
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.5.0...v7.5.1
|
|
310
|
-
|
|
311
|
-
### 7.5.0
|
|
312
|
-
|
|
313
|
-
* Raise when `KNAPSACK_PRO_CI_NODE_TOTAL` or `KNAPSACK_PRO_CI_NODE_INDEX` is missing and can't be determined from supported CI environments, instead of defaulting to arbitrary numbers.
|
|
314
|
-
|
|
315
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/256
|
|
316
|
-
|
|
317
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.4.0...v7.5.0
|
|
318
|
-
|
|
319
|
-
### 7.4.0
|
|
320
|
-
|
|
321
|
-
* Warn when `KNAPSACK_PRO_*` environment variables are set manually if their values could be automatically determined from supported CI environments.
|
|
322
|
-
|
|
323
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/254
|
|
324
|
-
|
|
325
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.3.0...v7.4.0
|
|
326
|
-
|
|
327
|
-
### 7.3.0
|
|
328
|
-
|
|
329
|
-
* [Queue Mode][RSpec] Pass each batch of tests to the queue hooks: `KnapsackPro::Hooks::Queue.before_subset_queue` and `KnapsackPro::Hooks::Queue.after_subset_queue`
|
|
330
|
-
|
|
331
|
-
The `KnapsackPro::Hooks::Queue.before_subset_queue` and `KnapsackPro::Hooks::Queue.after_subset_queue` hooks get a 3rd variable - the `queue`.
|
|
332
|
-
|
|
333
|
-
The `queue` variable stores an enumerable collection with each batch of tests fetched from the Queue API. The batch has:
|
|
334
|
-
|
|
335
|
-
* a list of test file paths (`KnapsackPro::Batch#test_file_paths` returns an array like `['a_spec.rb', 'b_spec.rb']`)
|
|
336
|
-
* a status of the given set of tests in the batch (`KnapsackPro::Batch#status` returns `:not_executed`, `:passed` or `:failed`)
|
|
337
|
-
|
|
338
|
-
Example usage:
|
|
339
|
-
|
|
340
|
-
```ruby
|
|
341
|
-
# spec_helper.rb
|
|
342
|
-
|
|
343
|
-
KnapsackPro::Hooks::Queue.before_subset_queue do |queue_id, subset_queue_id, queue|
|
|
344
|
-
print "Tests from all batches fetched from the Queue API so far: "
|
|
345
|
-
puts queue.map(&:test_file_paths).inspect
|
|
346
|
-
|
|
347
|
-
queue.each(&:test_file_paths) # you can use each as well
|
|
348
|
-
|
|
349
|
-
print "Current batch tests: "
|
|
350
|
-
puts queue.current_batch.test_file_paths.inspect
|
|
351
|
-
|
|
352
|
-
print "Current batch status: "
|
|
353
|
-
puts queue.current_batch.status # returns :not_executed in the `before_subset_queue` hook
|
|
354
|
-
end
|
|
355
|
-
|
|
356
|
-
KnapsackPro::Hooks::Queue.after_subset_queue do |queue_id, subset_queue_id, queue|
|
|
357
|
-
print "Tests from all batches fetched from the Queue API so far: "
|
|
358
|
-
puts queue.map(&:test_file_paths).inspect
|
|
359
|
-
|
|
360
|
-
print "Current batch tests: "
|
|
361
|
-
puts queue.current_batch.test_file_paths.inspect
|
|
362
|
-
|
|
363
|
-
print "Current batch status: "
|
|
364
|
-
puts queue.current_batch.status # returns :passed or :failed in the `after_subset_queue` hook
|
|
365
|
-
end
|
|
366
|
-
```
|
|
367
|
-
|
|
368
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/253
|
|
369
|
-
|
|
370
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.2.0...v7.3.0
|
|
371
|
-
|
|
372
|
-
### 7.2.0
|
|
373
|
-
|
|
374
|
-
* Always use the original `Net::HTTP` client, even when WebMock replaces it with its own
|
|
375
|
-
* No action is required on your side, but you can delete the following code that you may have used to configure Knapsack Pro with WebMock or VCR:
|
|
376
|
-
```diff
|
|
377
|
-
WebMock.disable_net_connect!(
|
|
378
|
-
allow_localhost: true,
|
|
379
|
-
- allow: ['api.knapsackpro.com']
|
|
380
|
-
)
|
|
381
|
-
|
|
382
|
-
# VCR
|
|
383
|
-
- config.ignore_hosts('localhost', '127.0.0.1', '0.0.0.0', 'api.knapsackpro.com')
|
|
384
|
-
+ config.ignore_localhost = true
|
|
385
|
-
```
|
|
386
|
-
|
|
387
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/251
|
|
388
|
-
|
|
389
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.1.0...v7.2.0
|
|
390
|
-
|
|
391
|
-
### 7.1.0
|
|
392
|
-
|
|
393
|
-
* [RSpec] [Queue Mode] Log error message and backtrace when unexpected failure is raised
|
|
394
|
-
|
|
395
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/249
|
|
396
|
-
|
|
397
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.0.1...v7.1.0
|
|
398
|
-
|
|
399
|
-
### 7.0.1
|
|
400
|
-
|
|
401
|
-
* fix(RSpec): conditionally adds `--require rails_helper` to cli arguments of `KnapsackPro::Runners::Queue::RSpecRunner`. Version 7.0.0 introduced some fundamental changes, namely fetching, loading and running batches of specs **after** executing suite hooks, so that such hooks are only ran once, not before every batch. As a result, if `rails_helper` is only required in spec files, which is the RSpec default, instead of e.g. in `.rspec`, then some `before(:suite)` hooks, e.g. defined by gems, are registered after suite hooks had already been executed by the test suite. By comparison, RSpec loads all the spec files **before** executing `before(:suite)` hooks.
|
|
402
|
-
|
|
403
|
-
PR with the above changes: https://github.com/KnapsackPro/knapsack_pro-ruby/pull/243
|
|
404
|
-
|
|
405
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v7.0.0...v7.0.1
|
|
406
|
-
|
|
407
|
-
### 7.0.0
|
|
408
|
-
|
|
409
|
-
* __(breaking change)__ RSpec in Queue Mode:
|
|
410
|
-
* The default for `KNAPSACK_PRO_LOG_LEVEL` is `info` instead of `debug`.
|
|
411
|
-
* The RSpec `before(:suite)` and `after(:suite)` hooks changed:
|
|
412
|
-
|
|
413
|
-
__Before:__<br>
|
|
414
|
-
The `before(:suite)` and `after(:suite)` hooks were executed multiple times. Each time for a batch of tests fetched from Knapsack Pro Queue API.
|
|
415
|
-
|
|
416
|
-
__After:__<br>
|
|
417
|
-
The `before(:suite)` and `after(:suite)` hooks are executed only once: `before(:suite)` is executed before starting tests, `after(:suite)` is executed after all tests are completed. (It is what you would expect from RSpec).
|
|
418
|
-
|
|
419
|
-
* It is recommended that you define your `before(:suite)` hooks in `spec_helper.rb` or `rails_helper.rb`. These files should be loaded before any test files so that the hook is registered by RSpec.
|
|
420
|
-
|
|
421
|
-
The `before(:suite)` hook is executed first. After that, test files are dynamically loaded in multiple batches from the Knapsack Pro Queue API. __The `before(:suite)` hooks defined in test files won't be executed because it is too late!__
|
|
422
|
-
|
|
423
|
-
If you need to have something that is similar to `before(:suite)` and you want to define it in a test file, then you can use this:
|
|
424
|
-
|
|
425
|
-
```ruby
|
|
426
|
-
RSpec.configure do |config|
|
|
427
|
-
config.before(:context) do
|
|
428
|
-
unless ENV['MY_HOOK_NAME']
|
|
429
|
-
# your code to run in the hook
|
|
430
|
-
end
|
|
431
|
-
ENV['MY_HOOK_NAME'] = 'hook_called'
|
|
432
|
-
end
|
|
433
|
-
end
|
|
434
|
-
```
|
|
435
|
-
|
|
436
|
-
Alternatively, if you need to [load code only once for a specific type of specs you can check this](https://docs.knapsackpro.com/ruby/rspec/#load-code-only-once-for-a-specific-type-of-specs).
|
|
437
|
-
|
|
438
|
-
* The `KnapsackPro::Hooks::Queue.after_queue` hook change:
|
|
439
|
-
|
|
440
|
-
__Before:__<br>
|
|
441
|
-
The `KnapsackPro::Hooks::Queue.after_queue` hook is executed outside of the `after(:suite)` hook.
|
|
442
|
-
|
|
443
|
-
__After:__<br>
|
|
444
|
-
The `KnapsackPro::Hooks::Queue.after_queue` hook is executed __inside__ of the `after(:suite)` hook.
|
|
445
|
-
|
|
446
|
-
* The RSpec `filter_run_excluding` option is not supported in Queue Mode.
|
|
447
|
-
|
|
448
|
-
__Before:__ The following option won't run tests tagged with `:manual`.<br>
|
|
449
|
-
|
|
450
|
-
```ruby
|
|
451
|
-
# spec_helper.rb
|
|
452
|
-
RSpec.configure do |config|
|
|
453
|
-
config.filter_run_excluding :manual
|
|
454
|
-
end
|
|
455
|
-
```
|
|
456
|
-
|
|
457
|
-
__After:__ The RSpec `filter_run_excluding` option is ignored in Queue Mode. You must manually pass the `--tag ~manual` option to the Knapsack Pro command to skip tests tagged with `:manual`.
|
|
458
|
-
|
|
459
|
-
```
|
|
460
|
-
bundle exec rake "knapsack_pro:queue:rspec[--tag ~manual]"
|
|
461
|
-
```
|
|
462
|
-
|
|
463
|
-
* Please [update the datadog-ci gem to the latest version](https://github.com/DataDog/datadog-ci-rb/issues/147#issuecomment-2099997045) if you use DataDog. This allows DataDog to collect RSpec data correctly in Knapsack Pro Queue Mode.
|
|
464
|
-
|
|
465
|
-
* Recommended RSpec changes in your project:
|
|
466
|
-
* Remove the following code if you use Queue Mode and the `rspec_junit_formatter` gem to generate JUnit XML or JSON reports:
|
|
467
|
-
|
|
468
|
-
```ruby
|
|
469
|
-
# REMOVE THE FOLLOWING CODE
|
|
470
|
-
|
|
471
|
-
# spec_helper.rb or rails_helper.rb
|
|
472
|
-
TMP_REPORT = "tmp/rspec_#{ENV['KNAPSACK_PRO_CI_NODE_INDEX']}.xml"
|
|
473
|
-
FINAL_REPORT = "tmp/final_rspec_#{ENV['KNAPSACK_PRO_CI_NODE_INDEX']}.xml"
|
|
474
|
-
|
|
475
|
-
KnapsackPro::Hooks::Queue.after_subset_queue do |queue_id, subset_queue_id|
|
|
476
|
-
if File.exist?(TMP_REPORT)
|
|
477
|
-
FileUtils.mv(TMP_REPORT, FINAL_REPORT)
|
|
478
|
-
end
|
|
479
|
-
end
|
|
480
|
-
```
|
|
481
|
-
|
|
482
|
-
Learn more about [using Knapsack Pro with RSpec formatters](https://docs.knapsackpro.com/ruby/rspec/#formatters-rspec_junit_formatter-json) and [using Knapsack Pro with CircleCI](https://docs.knapsackpro.com/ruby/circleci/) in the docs.
|
|
483
|
-
|
|
484
|
-
* Replace the following code if you are using Queue Mode and the `percy-capybara` gem on a version older than 4:
|
|
485
|
-
|
|
486
|
-
Before:
|
|
487
|
-
|
|
488
|
-
```ruby
|
|
489
|
-
KnapsackPro::Hooks::Queue.before_queue { |queue_id| Percy::Capybara.initialize_build }
|
|
490
|
-
KnapsackPro::Hooks::Queue.after_queue { |queue_id| Percy::Capybara.finalize_build }
|
|
491
|
-
```
|
|
492
|
-
|
|
493
|
-
After:
|
|
494
|
-
|
|
495
|
-
```ruby
|
|
496
|
-
# recommended
|
|
497
|
-
before(:suite) { Percy::Capybara.initialize_build }
|
|
498
|
-
after(:suite) { Percy::Capybara.finalize_build }
|
|
499
|
-
```
|
|
500
|
-
|
|
501
|
-
Learn more about [using Knapsack Pro with Percy](https://docs.knapsackpro.com/ruby/hooks/#percy-capybara) in the docs.
|
|
502
|
-
|
|
503
|
-
* We are no longer modifying the default RSpec formatters in Queue Mode. You can remove the [`KNAPSACK_PRO_MODIFY_DEFAULT_RSPEC_FORMATTERS`](https://docs.knapsackpro.com/ruby/reference/#knapsack_pro_modify_default_rspec_formatters-removed-rspec) environment variable from your CI config if you are using it.
|
|
504
|
-
|
|
505
|
-
* RSpec improvements in Queue Mode:
|
|
506
|
-
* Termination signals (`HUP`, `INT`, `TERM`, `ABRT`, `QUIT`, `USR1`, and `USR2`) are handled earlier: the process will terminate before the next top-level example group (`describe` or `context`) instead of waiting for the next Knapsack Pro batch of tests.
|
|
507
|
-
|
|
508
|
-
* Respect the `--error-exit-code` option. It sets a custom exit code (instead of `1`) when RSpec fails outside an example (e.g. lack of memory, termination signal).
|
|
509
|
-
|
|
510
|
-
```bash
|
|
511
|
-
bundle exec rake "knapsack_pro:queue:rspec[--error-exit-code 3]"
|
|
512
|
-
```
|
|
513
|
-
|
|
514
|
-
* Respect the `--failure-exit-code` option. It sets a custom exit code for when any examples fail.
|
|
515
|
-
|
|
516
|
-
```bash
|
|
517
|
-
bundle exec rake "knapsack_pro:queue:rspec[--failure-exit-code 2]"
|
|
518
|
-
```
|
|
519
|
-
|
|
520
|
-
* Respect the `--fail-fast` option and show a warning in the Knapsack Pro log.
|
|
521
|
-
|
|
522
|
-
* Ignore the `fail_if_no_examples` option in Queue Mode:
|
|
523
|
-
* A late CI node, started after all tests were executed by other nodes, is expected to receive an empty batch.
|
|
524
|
-
* A batch could contain tests with no examples (e.g. commented out)
|
|
525
|
-
|
|
526
|
-
* Raise an exception if the [deprecated `run_all_when_everything_filtered`](https://docs.knapsackpro.com/ruby/rspec/#some-of-my-test-files-are-not-executed) option is detected.
|
|
527
|
-
|
|
528
|
-
PR with the above changes: https://github.com/KnapsackPro/knapsack_pro-ruby/pull/237
|
|
529
|
-
|
|
530
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v6.0.4...v7.0.0
|
|
531
|
-
|
|
532
|
-
### 6.0.4
|
|
533
|
-
|
|
534
|
-
* fix(minitest): avoid installing `at_exit` (that would result in an empty run of Minitest after Knapsack Pro is finished in Queue Mode)
|
|
535
|
-
|
|
536
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/236
|
|
537
|
-
|
|
538
|
-
__(breaking change)__ for SimpleCov and Minitest in Knapsack Pro Queue Mode users.
|
|
539
|
-
|
|
540
|
-
Please add the following to your configuration:
|
|
541
|
-
|
|
542
|
-
```ruby
|
|
543
|
-
KnapsackPro::Hooks::Queue.after_queue do
|
|
544
|
-
SimpleCov.result.format!
|
|
545
|
-
end
|
|
546
|
-
```
|
|
547
|
-
|
|
548
|
-
The full example:
|
|
549
|
-
|
|
550
|
-
```ruby
|
|
551
|
-
# test/test_helper.rb
|
|
552
|
-
require 'knapsack_pro'
|
|
553
|
-
require 'simplecov'
|
|
554
|
-
|
|
555
|
-
SimpleCov.start
|
|
556
|
-
|
|
557
|
-
KnapsackPro::Hooks::Queue.before_queue do |queue_id|
|
|
558
|
-
SimpleCov.command_name("minitest_ci_node_#{KnapsackPro::Config::Env.ci_node_index}")
|
|
559
|
-
end
|
|
560
|
-
|
|
561
|
-
KnapsackPro::Hooks::Queue.after_queue do
|
|
562
|
-
SimpleCov.result.format!
|
|
563
|
-
end
|
|
564
|
-
```
|
|
565
|
-
|
|
566
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v6.0.3...v6.0.4
|
|
567
|
-
|
|
568
|
-
### 6.0.3
|
|
569
|
-
|
|
570
|
-
* fix(Turnip): make sure `.feature` files are recorded
|
|
571
|
-
* fix(RSpec): stop recording `UNKNOWN_PATH` that would generate an error in case of a CI node retry
|
|
572
|
-
|
|
573
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/233
|
|
574
|
-
|
|
575
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v6.0.2...v6.0.3
|
|
576
|
-
|
|
577
|
-
### 6.0.2
|
|
578
|
-
|
|
579
|
-
* fix(RSpec): allow using `TimeTracker` in RSpec < 3.10.2 when formatters were required to expose `#output`
|
|
580
|
-
|
|
581
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/232
|
|
582
|
-
|
|
583
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v6.0.1...v6.0.2
|
|
584
|
-
|
|
585
|
-
### 6.0.1
|
|
586
|
-
|
|
587
|
-
* fix(RSpec): allow using Queue Mode in RSpec <= 3.10 when the `rspec_is_quitting` method is not present for RSpec World object
|
|
588
|
-
|
|
589
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/231
|
|
590
|
-
|
|
591
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v6.0.0...v6.0.1
|
|
592
|
-
|
|
593
|
-
### 6.0.0
|
|
594
|
-
|
|
595
|
-
* __(breaking change)__ Dropped support for Turnip < 2.0.0
|
|
596
|
-
* Use an RSpec Formatter to track tests' execution times more accurately
|
|
597
|
-
* Removed `Time.raw_now`
|
|
598
|
-
|
|
599
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/229
|
|
600
|
-
|
|
601
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.7.0...v6.0.0
|
|
602
|
-
|
|
603
|
-
### 5.7.0
|
|
604
|
-
|
|
605
|
-
* Performance improvement: don't run `rake knapsack_pro:rspec_test_example_detector` when no slow test files are detected for RSpec.
|
|
606
|
-
|
|
607
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/225
|
|
608
|
-
|
|
609
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.6.0...v5.7.0
|
|
610
|
-
|
|
611
|
-
### 5.6.0
|
|
612
|
-
|
|
613
|
-
* Use `frozen_string_literal: true` to reduce memory usage
|
|
614
|
-
|
|
615
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/220
|
|
616
|
-
|
|
617
|
-
* Enforce `frozen_string_literal: true` in the gem files with Rubocop
|
|
618
|
-
|
|
619
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/222
|
|
620
|
-
|
|
621
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.5.0...v5.6.0
|
|
622
|
-
|
|
623
|
-
### 5.5.0
|
|
624
|
-
|
|
625
|
-
* Detect user seats for AppVeyor, Codefresh, Codeship
|
|
626
|
-
|
|
627
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/221
|
|
628
|
-
|
|
629
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.4.1...v5.5.0
|
|
630
|
-
|
|
631
|
-
### 5.4.1
|
|
632
|
-
|
|
633
|
-
* Fixes RSpec conflict (see https://github.com/KnapsackPro/knapsack_pro-ruby/issues/217)
|
|
634
|
-
|
|
635
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/218
|
|
636
|
-
|
|
637
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.4.0...v5.4.1
|
|
638
|
-
|
|
639
|
-
### 5.4.0
|
|
640
|
-
|
|
641
|
-
* Send to the API the CI provider with a header
|
|
642
|
-
|
|
643
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/216
|
|
644
|
-
|
|
645
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.5...v5.4.0
|
|
646
|
-
|
|
647
|
-
### 5.3.5
|
|
648
|
-
|
|
649
|
-
* Handle RSpec exceptions when running RSpec in Queue Mode
|
|
650
|
-
|
|
651
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/214
|
|
652
|
-
|
|
653
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/215
|
|
654
|
-
|
|
655
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.4...v5.3.5
|
|
656
|
-
|
|
657
|
-
### 5.3.4
|
|
658
|
-
|
|
659
|
-
* fix(Queue Mode): handle OS signals and RSpec internal `wants_to_quit` and `rspec_is_quitting` states to stop consuming tests from the Queue API when the CI node is terminated
|
|
660
|
-
|
|
661
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/207
|
|
662
|
-
|
|
663
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.3...v5.3.4
|
|
664
|
-
|
|
665
|
-
### 5.3.3
|
|
666
|
-
|
|
667
|
-
* Fix hanging CI when `git fetch --shallow-since` takes too long
|
|
668
|
-
|
|
669
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/213
|
|
670
|
-
|
|
671
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.2...v5.3.3
|
|
672
|
-
|
|
673
|
-
### 5.3.2
|
|
674
|
-
|
|
675
|
-
* On top of 5.3.1, avoid noise to stderr when git is not available when collecting the build author
|
|
676
|
-
|
|
677
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.1...v5.3.2
|
|
678
|
-
|
|
679
|
-
### 5.3.1
|
|
680
|
-
|
|
681
|
-
* Avoid noise to stderr when git is not available when collecting authors
|
|
682
|
-
|
|
683
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/211
|
|
684
|
-
|
|
685
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.3.0...v5.3.1
|
|
686
|
-
|
|
687
|
-
### 5.3.0
|
|
688
|
-
|
|
689
|
-
* Perf: Send authors to the API only on the first request (for Queue Mode)
|
|
690
|
-
|
|
691
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.2.1...v5.3.0
|
|
692
|
-
|
|
693
|
-
### 5.2.1
|
|
694
|
-
|
|
695
|
-
* Shallow fetch the last month of commits only on CI
|
|
696
|
-
* Ensure input to `git shortlog`
|
|
697
|
-
|
|
698
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/209
|
|
699
|
-
|
|
700
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.2.0...v5.2.1
|
|
701
|
-
|
|
702
|
-
### 5.2.0
|
|
703
|
-
|
|
704
|
-
* Send authors to the API
|
|
705
|
-
|
|
706
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/208
|
|
707
|
-
|
|
708
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.1.2...v5.2.0
|
|
709
|
-
|
|
710
|
-
### 5.1.2
|
|
711
|
-
|
|
712
|
-
* Fix broken RSpec split by test examples feature when `SPEC_OPTS` is set in Queue Mode. Ignore `SPEC_OPTS` when generating test examples report for slow test files.
|
|
713
|
-
|
|
714
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/191
|
|
715
|
-
|
|
716
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.1.1...v5.1.2
|
|
717
|
-
|
|
718
|
-
### 5.1.1
|
|
719
|
-
|
|
720
|
-
* Use `KNAPSACK_PRO_FIXED_QUEUE_SPLIT=true` as default value in Queue Mode for GitLab CI
|
|
721
|
-
|
|
722
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/206
|
|
723
|
-
|
|
724
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.1.0...v5.1.1
|
|
725
|
-
|
|
726
|
-
### 5.1.0
|
|
727
|
-
|
|
728
|
-
* Mask user seats data instead of hashing it
|
|
729
|
-
|
|
730
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/202
|
|
731
|
-
|
|
732
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v5.0.0...v5.1.0
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
### 5.0.0
|
|
736
|
-
|
|
737
|
-
* __(breaking change)__ Use `KNAPSACK_PRO_FIXED_QUEUE_SPLIT=true` as default value in Queue Mode and use `false` for proper CI providers
|
|
738
|
-
|
|
739
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/198
|
|
740
|
-
|
|
741
|
-
* Detect CI from environment and get the correct ENVs instead of trying all of them and risk conflicts
|
|
742
|
-
|
|
743
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/201
|
|
744
|
-
|
|
745
|
-
__(breaking change)__ for Buildkite. You need to pass the `BUILDKITE` environment variable to Docker Compose.
|
|
746
|
-
|
|
747
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/204
|
|
748
|
-
|
|
749
|
-
* Set `RAILS_ENV=test` / `RACK_ENV=test` in Queue Mode
|
|
750
|
-
|
|
751
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/199
|
|
752
|
-
|
|
753
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v4.1.0...v5.0.0
|
|
754
|
-
|
|
755
|
-
### 4.1.0
|
|
756
|
-
|
|
757
|
-
* Add support for CI node retry count on GitHub Actions
|
|
758
|
-
|
|
759
|
-
__(breaking change)__ for open-source forked repositories using GitHub Actions. See a fix in PR description:
|
|
760
|
-
|
|
761
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/197
|
|
762
|
-
|
|
763
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v4.0.0...v4.1.0
|
|
764
|
-
|
|
765
|
-
### 4.0.0
|
|
766
|
-
|
|
767
|
-
* __(breaking change)__ Raise when `KNAPSACK_PRO_CI_NODE_BUILD_ID` is missing
|
|
768
|
-
|
|
769
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/195
|
|
770
|
-
|
|
771
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.11.0...v4.0.0
|
|
772
|
-
|
|
773
|
-
### 3.11.0
|
|
774
|
-
|
|
775
|
-
* Send distinguishable user seat info over to the API
|
|
776
|
-
|
|
777
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/192
|
|
778
|
-
|
|
779
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.10.0...v3.11.0
|
|
780
|
-
|
|
781
|
-
### 3.10.0
|
|
782
|
-
|
|
783
|
-
* Remove Solano CI and Snap CI support because they do not exist anymore
|
|
784
|
-
|
|
785
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/194
|
|
786
|
-
|
|
787
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.9.0...v3.10.0
|
|
788
|
-
|
|
789
|
-
### 3.9.0
|
|
790
|
-
|
|
791
|
-
* Suppress all RSpec spec file names displayed in stdout at the beginning of running tests in Regular Mode only when the log level is >= `warn`
|
|
792
|
-
|
|
793
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/190
|
|
794
|
-
|
|
795
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.8.0...v3.9.0
|
|
796
|
-
|
|
797
|
-
### 3.8.0
|
|
798
|
-
|
|
799
|
-
* Extract URLs and point them at `https://knapsackpro.com/perma/ruby/*`
|
|
800
|
-
|
|
801
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/187
|
|
802
|
-
|
|
803
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.7.0...v3.8.0
|
|
804
|
-
|
|
805
|
-
### 3.7.0
|
|
806
|
-
|
|
807
|
-
* Adjust the timer behaviour in the RSpec adapter
|
|
808
|
-
|
|
809
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/184
|
|
810
|
-
|
|
811
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.6.0...v3.7.0
|
|
812
|
-
|
|
813
|
-
### 3.6.0
|
|
814
|
-
|
|
815
|
-
* Add an attempt to read from the cache for Regular Mode API
|
|
816
|
-
|
|
817
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/182
|
|
818
|
-
|
|
819
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.5.0...v3.6.0
|
|
820
|
-
|
|
821
|
-
### 3.5.0
|
|
822
|
-
|
|
823
|
-
* Add the `KnapsackPro::Hooks::Queue.before_subset_queue` hook in Queue Mode
|
|
824
|
-
|
|
825
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/183
|
|
826
|
-
|
|
827
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.4.2...v3.5.0
|
|
828
|
-
|
|
829
|
-
### 3.4.2
|
|
830
|
-
|
|
831
|
-
* Fix: Load `rspec/core` in Regular Mode when using RSpec split by test examples feature
|
|
832
|
-
|
|
833
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/181
|
|
834
|
-
|
|
835
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.4.1...v3.4.2
|
|
836
|
-
|
|
837
|
-
### 3.4.1
|
|
838
|
-
|
|
839
|
-
* Improve the RSpec Queue Mode runner log output (add seed)
|
|
840
|
-
|
|
841
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/178
|
|
842
|
-
|
|
843
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.4.0...v3.4.1
|
|
844
|
-
|
|
845
|
-
### 3.4.0
|
|
846
|
-
|
|
847
|
-
* Update documentation and code because the encryption feature does not work with the RSpec split by examples feature
|
|
848
|
-
|
|
849
|
-
Update docs: https://github.com/KnapsackPro/knapsack_pro-ruby/pull/176
|
|
850
|
-
|
|
851
|
-
Update code: https://github.com/KnapsackPro/knapsack_pro-ruby/pull/177
|
|
852
|
-
|
|
853
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.3.1...v3.4.0
|
|
854
|
-
|
|
855
|
-
### 3.3.1
|
|
856
|
-
|
|
857
|
-
* Skip loading a test file path for Minitest in Queue Mode when it does not exist on the disk
|
|
858
|
-
|
|
859
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/174
|
|
860
|
-
|
|
861
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.3.0...v3.3.1
|
|
862
|
-
|
|
863
|
-
### 3.3.0
|
|
864
|
-
|
|
865
|
-
* Show a JSON report file content when RSpec fails during a dry run
|
|
866
|
-
|
|
867
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/172
|
|
868
|
-
|
|
869
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.2.1...v3.3.0
|
|
870
|
-
|
|
871
|
-
### 3.2.1
|
|
872
|
-
|
|
873
|
-
* Raise exception when using `:focus` tag to avoid skipping RSpec tests
|
|
874
|
-
|
|
875
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/167
|
|
876
|
-
|
|
877
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.2.0...v3.2.1
|
|
878
|
-
|
|
879
|
-
### 3.2.0
|
|
880
|
-
|
|
881
|
-
* Add an error message to `KnapsackPro::Adapters::RspecAdapter#bind`
|
|
882
|
-
|
|
883
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/165
|
|
884
|
-
|
|
885
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.1.3...v3.2.0
|
|
886
|
-
|
|
887
|
-
### 3.1.3
|
|
888
|
-
|
|
889
|
-
* Run Fallback Mode when `Errno::ECONNRESET` exception happens
|
|
890
|
-
|
|
891
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/164
|
|
892
|
-
|
|
893
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.1.2...v3.1.3
|
|
894
|
-
|
|
895
|
-
### 3.1.2
|
|
896
|
-
|
|
897
|
-
* Fix bug when test files have no recorded time execution then they should not be detected as slow test files for RSpec split by test examples feature
|
|
898
|
-
|
|
899
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/163
|
|
900
|
-
|
|
901
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.1.1...v3.1.2
|
|
902
|
-
|
|
903
|
-
### 3.1.1
|
|
904
|
-
|
|
905
|
-
* Rephrase log outputs in the Queue Mode RSpec runner
|
|
906
|
-
|
|
907
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/160
|
|
908
|
-
|
|
909
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.1.0...v3.1.1
|
|
910
|
-
|
|
911
|
-
### 3.1.0
|
|
912
|
-
|
|
913
|
-
* Use `.knapsack_pro` directory for temporary files instead of the `tmp` directory in the user's project directory
|
|
914
|
-
|
|
915
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/155
|
|
916
|
-
|
|
917
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v3.0.0...v3.1.0
|
|
918
|
-
|
|
919
|
-
### 3.0.0
|
|
920
|
-
|
|
921
|
-
* __(breaking change)__ Remove support for RSpec 2.x. This change was already done by accident in [the pull request](https://github.com/KnapsackPro/knapsack_pro-ruby/pull/143) when we added the RSpec `context` hook, which is available only since RSpec 3.x.
|
|
922
|
-
* Use RSpec `example` block argument instead of the global `RSpec.current_example`. This allows to run tests with the `async-rspec` gem.
|
|
923
|
-
|
|
924
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/153
|
|
925
|
-
|
|
926
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.18.2...v3.0.0
|
|
927
|
-
|
|
928
|
-
### 2.18.2
|
|
929
|
-
|
|
930
|
-
* Track all test files assigned to a CI node in Regular Mode including pending test files in order to retry proper set of tests on the retried CI node
|
|
931
|
-
|
|
932
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/152
|
|
933
|
-
|
|
934
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.18.1...v2.18.2
|
|
935
|
-
|
|
936
|
-
### 2.18.1
|
|
937
|
-
|
|
938
|
-
* Ensure RSpec is loaded to check its version for RSpec split by test examples feature
|
|
939
|
-
|
|
940
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/151
|
|
941
|
-
|
|
942
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.18.0...v2.18.1
|
|
943
|
-
|
|
944
|
-
### 2.18.0
|
|
945
|
-
|
|
946
|
-
* Do not allow to use the RSpec tag option together with the RSpec split by test examples feature in knapsack_pro gem in Regular Mode
|
|
947
|
-
|
|
948
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/148
|
|
949
|
-
|
|
950
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.17.0...v2.18.0
|
|
951
|
-
|
|
952
|
-
### 2.17.0
|
|
953
|
-
|
|
954
|
-
* Use Ruby 3 in development and add small improvements
|
|
955
|
-
|
|
956
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/147
|
|
957
|
-
|
|
958
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.16.0...v2.17.0
|
|
959
|
-
|
|
960
|
-
### 2.16.0
|
|
961
|
-
|
|
962
|
-
* Improve test time execution tracking for RSpec
|
|
963
|
-
|
|
964
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/145
|
|
965
|
-
|
|
966
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.15.0...v2.16.0
|
|
967
|
-
|
|
968
|
-
### 2.15.0
|
|
969
|
-
|
|
970
|
-
* Do not allow to use the RSpec tag option together with the RSpec split by test examples feature
|
|
971
|
-
|
|
972
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/139
|
|
973
|
-
|
|
974
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.14.0...v2.15.0
|
|
975
|
-
|
|
976
|
-
### 2.14.0
|
|
977
|
-
|
|
978
|
-
* Track time spend in RSpec context hook
|
|
979
|
-
|
|
980
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/143
|
|
981
|
-
|
|
982
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.13.0...v2.14.0
|
|
983
|
-
|
|
984
|
-
### 2.13.0
|
|
985
|
-
|
|
986
|
-
* Update FAQ links in `knapsack_pro` warnings and remove FAQ from readme
|
|
987
|
-
|
|
988
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/142
|
|
989
|
-
|
|
990
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.12.0...v2.13.0
|
|
991
|
-
|
|
992
|
-
### 2.12.0
|
|
993
|
-
|
|
994
|
-
* Use 0 seconds as a default test file time execution instead of 0.1s because Knapsack Pro API already accepts 0 seconds value
|
|
995
|
-
|
|
996
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/140
|
|
997
|
-
|
|
998
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.11.0...v2.12.0
|
|
999
|
-
|
|
1000
|
-
### 2.11.0
|
|
1001
|
-
|
|
1002
|
-
* Verify test runner adapter bind method is called to track test files time execution and ensure `tmp/knapsack_pro` directory is not removed accidentally
|
|
1003
|
-
|
|
1004
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/137
|
|
1005
|
-
|
|
1006
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.10.1...v2.11.0
|
|
1007
|
-
|
|
1008
|
-
### 2.10.1
|
|
1009
|
-
|
|
1010
|
-
* Fix RSpec split by test examples feature broken by lazy generating of JSON report with test example ids
|
|
1011
|
-
|
|
1012
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/135
|
|
1013
|
-
|
|
1014
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.10.0...v2.10.1
|
|
1015
|
-
|
|
1016
|
-
### 2.10.0
|
|
1017
|
-
|
|
1018
|
-
* Add support for an attempt to connect to existing Queue on API side to reduce slow requests number
|
|
1019
|
-
|
|
1020
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/133
|
|
1021
|
-
|
|
1022
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.9.0...v2.10.0
|
|
1023
|
-
|
|
1024
|
-
### 2.9.0
|
|
1025
|
-
|
|
1026
|
-
* Use `Process.clock_gettime` to measure track execution time
|
|
1027
|
-
|
|
1028
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/132
|
|
1029
|
-
|
|
1030
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.8.0...v2.9.0
|
|
1031
|
-
|
|
1032
|
-
### 2.8.0
|
|
1033
|
-
|
|
1034
|
-
* More actionable error message when RSpec split by examples is not working due to RSpec dry-run failure
|
|
1035
|
-
|
|
1036
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/130
|
|
1037
|
-
|
|
1038
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.7.0...v2.8.0
|
|
1039
|
-
|
|
1040
|
-
### 2.7.0
|
|
1041
|
-
|
|
1042
|
-
* Add support for env var `KNAPSACK_PRO_TEST_FILE_LIST_SOURCE_FILE` to allow accepting file containing test files to run
|
|
1043
|
-
|
|
1044
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/129
|
|
1045
|
-
|
|
1046
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.6.0...v2.7.0
|
|
1047
|
-
|
|
1048
|
-
### 2.6.0
|
|
1049
|
-
|
|
1050
|
-
* Improve logger to show failed requests URL and when retry will happen
|
|
1051
|
-
|
|
1052
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/127
|
|
1053
|
-
|
|
1054
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.5.0...v2.6.0
|
|
1055
|
-
|
|
1056
|
-
### 2.5.0
|
|
1057
|
-
|
|
1058
|
-
* Add production branch to non encryptable branches names
|
|
1059
|
-
|
|
1060
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/126
|
|
1061
|
-
|
|
1062
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.4.0...v2.5.0
|
|
1063
|
-
|
|
1064
|
-
### 2.4.0
|
|
1065
|
-
|
|
1066
|
-
* Update list of non encryptable branches
|
|
1067
|
-
|
|
1068
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/125
|
|
1069
|
-
|
|
1070
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.3.0...v2.4.0
|
|
1071
|
-
|
|
1072
|
-
### 2.3.0
|
|
1073
|
-
|
|
1074
|
-
* When you use Regular Mode then try 6 attempts to connect to the API instead of 3 attempts
|
|
1075
|
-
|
|
1076
|
-
Add `KNAPSACK_PRO_MAX_REQUEST_RETRIES` environment variable to let user define their own number of request retries to the API. It is useful to set it to `0` for [forked repos](https://knapsackpro.com/faq/question/how-to-make-knapsack_pro-works-for-forked-repositories-of-my-project) when you want to rely on Fallback Mode.
|
|
1077
|
-
|
|
1078
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/124
|
|
1079
|
-
|
|
1080
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.2.1...v2.3.0
|
|
1081
|
-
|
|
1082
|
-
### 2.2.1
|
|
1083
|
-
|
|
1084
|
-
* Improve detection of test file path in test-unit runner for test files with shared examples
|
|
1085
|
-
|
|
1086
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/123
|
|
1087
|
-
|
|
1088
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.2.0...v2.2.1
|
|
1089
|
-
|
|
1090
|
-
### 2.2.0
|
|
1091
|
-
|
|
1092
|
-
* Allow defining Queue Mode hooks multiple times (`KnapsackPro::Hooks::Queue.before_queue`, `KnapsackPro::Hooks::Queue.after_subset_queue`, `KnapsackPro::Hooks::Queue.after_queue`)
|
|
1093
|
-
|
|
1094
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/122
|
|
1095
|
-
|
|
1096
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.1.1...v2.2.0
|
|
1097
|
-
|
|
1098
|
-
### 2.1.1
|
|
1099
|
-
|
|
1100
|
-
* Explicitly call root test runner class to avoid a confusing error when test runner gem is not loaded
|
|
1101
|
-
|
|
1102
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/120
|
|
1103
|
-
|
|
1104
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.1.0...v2.1.1
|
|
1105
|
-
|
|
1106
|
-
### 2.1.0
|
|
1107
|
-
|
|
1108
|
-
* Add `KNAPSACK_PRO_RSPEC_TEST_EXAMPLE_DETECTOR_PREFIX` to customize prefix for generating test examples report when using RSpec split by test examples
|
|
1109
|
-
|
|
1110
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/118
|
|
1111
|
-
|
|
1112
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v2.0.0...v2.1.0
|
|
1113
|
-
|
|
1114
|
-
### 2.0.0
|
|
1115
|
-
|
|
1116
|
-
* Add support for CI build ID for Github Actions
|
|
1117
|
-
|
|
1118
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/116
|
|
1119
|
-
|
|
1120
|
-
__Migration path for Github Actions users - required__
|
|
1121
|
-
|
|
1122
|
-
If you use Github Actions and Knapsack Pro Queue Mode then you must set in Github Actions environment variable: `KNAPSACK_PRO_FIXED_QUEUE_SPLIT=true`. Thanks to that when you retry CI build then tests will run based on previously recorded tests. This solves problem mentioned in the [PR](https://github.com/KnapsackPro/knapsack_pro-ruby/pull/116).
|
|
1123
|
-
|
|
1124
|
-
__Migration path for other users__ - just update `knapsack_pro` gem. Nothing to change in your code :)
|
|
1125
|
-
|
|
1126
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.22.3...v2.0.0
|
|
1127
|
-
|
|
1128
|
-
### 1.22.3
|
|
1129
|
-
|
|
1130
|
-
* Support for non-delimited formatting params of RSpec like `-fMyCustomFormatter`
|
|
1131
|
-
|
|
1132
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/115
|
|
1133
|
-
|
|
1134
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.22.2...v1.22.3
|
|
1135
|
-
|
|
1136
|
-
### 1.22.2
|
|
1137
|
-
|
|
1138
|
-
* Log when next retry request to Knapsack Pro API happens before starting Fallback Mode
|
|
1139
|
-
|
|
1140
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/114
|
|
1141
|
-
|
|
1142
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.22.1...v1.22.2
|
|
1143
|
-
|
|
1144
|
-
### 1.22.1
|
|
1145
|
-
|
|
1146
|
-
* Fix for an auto split of slow RSpec test files by test examples when using `KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true` and `parallel_tests` gem. Save the JSON reports with unique file names with the CI node index in the name to avoid accidentally overriding the files on the same disk.
|
|
1147
|
-
|
|
1148
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/113
|
|
1149
|
-
|
|
1150
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.22.0...v1.22.1
|
|
1151
|
-
|
|
1152
|
-
### 1.22.0
|
|
1153
|
-
|
|
1154
|
-
* Increase request retry timebox from 4s to 8s to not flood Knapsack Pro API with too many requests in a short period of time and to give time for API server to autoscale and add additional machines to serve traffic
|
|
1155
|
-
* When Fallback Mode is disabled with env `KNAPSACK_PRO_FALLBACK_MODE_ENABLED=false` then retry the request to Knapsack Pro API for 6 times instead of only 3 times.
|
|
1156
|
-
|
|
1157
|
-
Here is related [info why some users want to disable Fallback Mode](https://github.com/KnapsackPro/knapsack_pro-ruby#required-ci-configuration-if-you-use-retry-single-failed-ci-node-feature-on-your-ci-server-when-knapsack_pro_fixed_queue_splittrue-in-queue-mode-or-knapsack_pro_fixed_test_suite_splittrue-in-regular-mode).
|
|
1158
|
-
|
|
1159
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/112
|
|
1160
|
-
|
|
1161
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.21.0...v1.22.0
|
|
1162
|
-
|
|
1163
|
-
### 1.21.0
|
|
1164
|
-
|
|
1165
|
-
* Automatically detect slow test files for RSpec and split them by test examples when `KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true`
|
|
1166
|
-
* Add slow test file pattern `KNAPSACK_PRO_SLOW_TEST_FILE_PATTERN` to define RSpec slow test files that should be split by test examples
|
|
1167
|
-
* Start sending API token in header `KNAPSACK-PRO-TEST-SUITE-TOKEN` instead of a key `test_suite_token` in JSON payload.
|
|
1168
|
-
|
|
1169
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/106
|
|
1170
|
-
|
|
1171
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.20.2...v1.21.0
|
|
1172
|
-
|
|
1173
|
-
### 1.20.2
|
|
1174
|
-
|
|
1175
|
-
* Raise an error when running Cucumber in Queue Mode and Cucumber system process doesn't finish execution correctly (for instance Cucumber process was killed by CI server due to lack of memory)
|
|
1176
|
-
|
|
1177
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/111
|
|
1178
|
-
|
|
1179
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.20.1...v1.20.2
|
|
1180
|
-
|
|
1181
|
-
### 1.20.1
|
|
1182
|
-
|
|
1183
|
-
* Fix bug in RSpec split by test examples in < RSpec 3.6.0 (related to custom json formatter)
|
|
1184
|
-
|
|
1185
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/105
|
|
1186
|
-
|
|
1187
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.20.0...v1.20.1
|
|
1188
|
-
|
|
1189
|
-
### 1.20.0
|
|
1190
|
-
|
|
1191
|
-
* Add support for tests split by test examples to RSpec older than 3.6.0
|
|
1192
|
-
|
|
1193
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/104
|
|
1194
|
-
|
|
1195
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.19.0...v1.20.0
|
|
1196
|
-
|
|
1197
|
-
### 1.19.0
|
|
1198
|
-
|
|
1199
|
-
* RSpec split test files by test examples (by individual `it`s)
|
|
1200
|
-
|
|
1201
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/102
|
|
1202
|
-
|
|
1203
|
-
__Note:__ See [PR](https://github.com/KnapsackPro/knapsack_pro-ruby/pull/102) for more details. This is an experimental feature and it may not work for very large test suite.
|
|
1204
|
-
|
|
1205
|
-
__How to use it__: In order to split RSpec test files by test examples across parallel CI nodes you need to set flag:
|
|
1206
|
-
|
|
1207
|
-
```
|
|
1208
|
-
KNAPSACK_PRO_RSPEC_SPLIT_BY_TEST_EXAMPLES=true
|
|
1209
|
-
```
|
|
1210
|
-
|
|
1211
|
-
Thanks to that your CI build speed can be faster. We recommend using this feature with Queue Mode to ensure parallel CI nodes finish work at a similar time which gives you the shortest CI build time.
|
|
1212
|
-
|
|
1213
|
-
Doing tests split by test examples can generate a lot of logs by `knapsack_pro` gem in Queue Mode. We recommend to set log level to:
|
|
1214
|
-
|
|
1215
|
-
```
|
|
1216
|
-
KNAPSACK_PRO_LOG_LEVEL=warn
|
|
1217
|
-
```
|
|
1218
|
-
|
|
1219
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.18.2...v1.19.0
|
|
1220
|
-
|
|
1221
|
-
### 1.18.2
|
|
1222
|
-
|
|
1223
|
-
* If `KnapsackPro::Hooks::Queue.before_queue` hook has block of code that raises an exception then ensure the hook was called only once.
|
|
1224
|
-
|
|
1225
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/103
|
|
1226
|
-
|
|
1227
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.18.1...v1.18.2
|
|
1228
|
-
|
|
1229
|
-
### 1.18.1
|
|
1230
|
-
|
|
1231
|
-
* Pass non zero exit status from Cucumber as exit status for Cucumber executed in Queue Mode
|
|
1232
|
-
|
|
1233
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/101
|
|
1234
|
-
|
|
1235
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.18.0...v1.18.1
|
|
1236
|
-
|
|
1237
|
-
### 1.18.0
|
|
1238
|
-
|
|
1239
|
-
* __IMPORTANT__ Do not allow Fallback Mode when the CI node was retried to avoid running the wrong set of tests
|
|
1240
|
-
|
|
1241
|
-
Please read the PR description if you are using retry failed CI node feature on your CI (for instance you use Buildkite).
|
|
1242
|
-
|
|
1243
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/100
|
|
1244
|
-
|
|
1245
|
-
* Increase delay between request retry to Knapsack Pro API from 2s to 4s for 2nd request and from 4s to 8s for 3rd request
|
|
1246
|
-
|
|
1247
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/99
|
|
1248
|
-
|
|
1249
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.17.0...v1.18.0
|
|
1250
|
-
|
|
1251
|
-
### 1.17.0
|
|
1252
|
-
|
|
1253
|
-
* Add `KNAPSACK_PRO_CUCUMBER_QUEUE_PREFIX` to allow run Cucumber with spring gem in Queue Mode
|
|
1254
|
-
|
|
1255
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/98
|
|
1256
|
-
|
|
1257
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.16.1...v1.17.0
|
|
1258
|
-
|
|
1259
|
-
### 1.16.1
|
|
1260
|
-
|
|
1261
|
-
* Allow to use Queue Mode for old RSpec versions that don't have `RSpec.configuration.reset_filters` method
|
|
1262
|
-
|
|
1263
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/96
|
|
1264
|
-
|
|
1265
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.16.0...v1.16.1
|
|
1266
|
-
|
|
1267
|
-
### 1.16.0
|
|
1268
|
-
|
|
1269
|
-
* Add test runner name to `KNAPSACK-PRO-CLIENT-NAME` header send to Knapsack Pro API
|
|
1270
|
-
|
|
1271
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/95
|
|
1272
|
-
|
|
1273
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.15.0...v1.16.0
|
|
1274
|
-
|
|
1275
|
-
### 1.15.0
|
|
1276
|
-
|
|
1277
|
-
* Add support for Codefresh.io CI provider
|
|
1278
|
-
|
|
1279
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/92
|
|
1280
|
-
|
|
1281
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.14.0...v1.15.0
|
|
1282
|
-
|
|
1283
|
-
### 1.14.0
|
|
1284
|
-
|
|
1285
|
-
* Add support for GitHub Actions
|
|
1286
|
-
|
|
1287
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/90
|
|
1288
|
-
|
|
1289
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.13.0...v1.14.0
|
|
1290
|
-
|
|
1291
|
-
### 1.13.0
|
|
1292
|
-
|
|
1293
|
-
* Add support for job index and job count for parallelism in Semaphore 2.0
|
|
1294
|
-
|
|
1295
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/89
|
|
1296
|
-
|
|
1297
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.12.1...v1.13.0
|
|
1298
|
-
|
|
1299
|
-
### 1.12.1
|
|
1300
|
-
|
|
1301
|
-
* Use `CI_PIPELINE_ID` as build ID for GitLab CI because it is unique across parallel jobs
|
|
1302
|
-
* Load GitLab CI first to avoid edge case with order of loading envs for `CI_NODE_INDEX`
|
|
1303
|
-
|
|
1304
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/88
|
|
1305
|
-
|
|
1306
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.12.0...v1.12.1
|
|
1307
|
-
|
|
1308
|
-
### 1.12.0
|
|
1309
|
-
|
|
1310
|
-
* Add Queue Mode for Cucumber
|
|
1311
|
-
|
|
1312
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/87
|
|
1313
|
-
|
|
1314
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.11.0...v1.12.0
|
|
1315
|
-
|
|
1316
|
-
### 1.11.0
|
|
1317
|
-
|
|
1318
|
-
* Add support for `KNAPSACK_PRO_TEST_FILE_LIST` environment variable to run explicitly listed tests
|
|
1319
|
-
|
|
1320
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/86
|
|
1321
|
-
|
|
1322
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.10.1...v1.11.0
|
|
1323
|
-
|
|
1324
|
-
### 1.10.1
|
|
1325
|
-
|
|
1326
|
-
* Fix log info when measured time of tests was lost
|
|
1327
|
-
|
|
1328
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/85
|
|
1329
|
-
|
|
1330
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.10.0...v1.10.1
|
|
1331
|
-
|
|
1332
|
-
### 1.10.0
|
|
1333
|
-
|
|
1334
|
-
* Logs error on lost info about recorded timing for test files due to missing json files in Queue Mode
|
|
1335
|
-
|
|
1336
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/83
|
|
1337
|
-
|
|
1338
|
-
* Fix bug: default test file time should not be added to measured time
|
|
1339
|
-
|
|
1340
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/84
|
|
1341
|
-
|
|
1342
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.9.0...v1.10.0
|
|
1343
|
-
|
|
1344
|
-
### 1.9.0
|
|
1345
|
-
|
|
1346
|
-
* Reduce data transfer and speed up usage of Knapsack Pro API for Queue Mode
|
|
1347
|
-
|
|
1348
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/81
|
|
1349
|
-
|
|
1350
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.8.0...v1.9.0
|
|
1351
|
-
|
|
1352
|
-
### 1.8.0
|
|
1353
|
-
|
|
1354
|
-
* Run Fallback Mode when `OpenSSL::SSL::SSLError` certificate verify failed for API
|
|
1355
|
-
|
|
1356
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/80
|
|
1357
|
-
|
|
1358
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.7.0...v1.8.0
|
|
1359
|
-
|
|
1360
|
-
### 1.7.0
|
|
1361
|
-
|
|
1362
|
-
* Add `KNAPSACK_PRO_LOG_DIR` to set directory where to write logs
|
|
1363
|
-
|
|
1364
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/79
|
|
1365
|
-
|
|
1366
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.6.0...v1.7.0
|
|
1367
|
-
|
|
1368
|
-
### 1.6.0
|
|
1369
|
-
|
|
1370
|
-
* Retry request 3 times when API returns 5xx HTTP status
|
|
1371
|
-
|
|
1372
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/78
|
|
1373
|
-
|
|
1374
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.5.0...v1.6.0
|
|
1375
|
-
|
|
1376
|
-
### 1.5.0
|
|
1377
|
-
|
|
1378
|
-
* Add support for Semaphore CI 2.0
|
|
1379
|
-
|
|
1380
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/77
|
|
1381
|
-
|
|
1382
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.4.0...v1.5.0
|
|
1383
|
-
|
|
1384
|
-
### 1.4.0
|
|
1385
|
-
|
|
1386
|
-
* Use .test domain for development mode
|
|
1387
|
-
|
|
1388
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/76
|
|
1389
|
-
|
|
1390
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.3.0...v1.4.0
|
|
1391
|
-
|
|
1392
|
-
### 1.3.0
|
|
1393
|
-
|
|
1394
|
-
* Add metadata to the gemspec
|
|
1395
|
-
|
|
1396
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.2.1...v1.3.0
|
|
1397
|
-
|
|
1398
|
-
### 1.2.1
|
|
1399
|
-
|
|
1400
|
-
* Run Fallback Mode for exception `Errno::EPIPE`
|
|
1401
|
-
|
|
1402
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/75
|
|
1403
|
-
|
|
1404
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.2.0...v1.2.1
|
|
1405
|
-
|
|
1406
|
-
### 1.2.0
|
|
1407
|
-
|
|
1408
|
-
* Add support for GitLab CI env vars CI_NODE_TOTAL and CI_NODE_INDEX.
|
|
1409
|
-
|
|
1410
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/73
|
|
1411
|
-
|
|
1412
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.1.0...v1.2.0
|
|
1413
|
-
|
|
1414
|
-
### 1.1.0
|
|
1415
|
-
|
|
1416
|
-
* Add test file exclude pattern.
|
|
1417
|
-
|
|
1418
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/72
|
|
1419
|
-
|
|
1420
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.0.2...v1.1.0
|
|
1421
|
-
|
|
1422
|
-
### 1.0.2
|
|
1423
|
-
|
|
1424
|
-
* Track time execution of all tests assigned to CI node in Queue Mode even when they did not run due syntax error or being pending/empty in test run.
|
|
1425
|
-
|
|
1426
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/71
|
|
1427
|
-
|
|
1428
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.0.1...v1.0.2
|
|
1429
|
-
|
|
1430
|
-
### 1.0.1
|
|
1431
|
-
|
|
1432
|
-
* Fix bug with not being able to set log level via logger wrapper.
|
|
1433
|
-
|
|
1434
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/70
|
|
1435
|
-
|
|
1436
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v1.0.0...v1.0.1
|
|
1437
|
-
|
|
1438
|
-
### 1.0.0
|
|
1439
|
-
|
|
1440
|
-
* Release 1.0.0 is backward compatible with all previous releases.
|
|
1441
|
-
* Run tests in Fallback Mode when API response is 5xx
|
|
1442
|
-
|
|
1443
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/69
|
|
1444
|
-
|
|
1445
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.57.0...v1.0.0
|
|
1446
|
-
|
|
1447
|
-
### 0.57.0
|
|
1448
|
-
|
|
1449
|
-
* Add support for Solano CI and AppVeyor
|
|
1450
|
-
|
|
1451
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/66
|
|
1452
|
-
|
|
1453
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.56.0...v0.57.0
|
|
1454
|
-
|
|
1455
|
-
### 0.56.0
|
|
1456
|
-
|
|
1457
|
-
* Add support for Cirrus CI
|
|
1458
|
-
|
|
1459
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/65
|
|
1460
|
-
|
|
1461
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.55.2...v0.56.0
|
|
1462
|
-
|
|
1463
|
-
### 0.55.2
|
|
1464
|
-
|
|
1465
|
-
* Remove recursion in Queue Mode
|
|
1466
|
-
|
|
1467
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/64
|
|
1468
|
-
|
|
1469
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.55.1...v0.55.2
|
|
1470
|
-
|
|
1471
|
-
### 0.55.1
|
|
1472
|
-
|
|
1473
|
-
* Switch to fallback mode when failed to open TCP connection to API
|
|
1474
|
-
|
|
1475
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/63
|
|
1476
|
-
|
|
1477
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.55.0...v0.55.1
|
|
1478
|
-
|
|
1479
|
-
### 0.55.0
|
|
1480
|
-
|
|
1481
|
-
* Fix to record proper time for around(:each) in RSpec
|
|
1482
|
-
|
|
1483
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/62
|
|
1484
|
-
|
|
1485
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.54.0...v0.55.0
|
|
1486
|
-
|
|
1487
|
-
### 0.54.0
|
|
1488
|
-
|
|
1489
|
-
* Add Queue Mode for Minitest
|
|
1490
|
-
|
|
1491
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/60
|
|
1492
|
-
|
|
1493
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.53.0...v0.54.0
|
|
1494
|
-
|
|
1495
|
-
### 0.53.0
|
|
1496
|
-
|
|
1497
|
-
* Add support for Heroku CI environment variables.
|
|
1498
|
-
|
|
1499
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/55
|
|
1500
|
-
|
|
1501
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.52.0...v0.53.0
|
|
1502
|
-
|
|
1503
|
-
### 0.52.0
|
|
1504
|
-
|
|
1505
|
-
* Add support for Cucumber 3.
|
|
1506
|
-
|
|
1507
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/54
|
|
1508
|
-
|
|
1509
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.51.0...v0.52.0
|
|
1510
|
-
|
|
1511
|
-
### 0.51.0
|
|
1512
|
-
|
|
1513
|
-
* Add support for test-unit test runner.
|
|
1514
|
-
|
|
1515
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/53
|
|
1516
|
-
|
|
1517
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.50.1...v0.51.0
|
|
1518
|
-
|
|
1519
|
-
### 0.50.1
|
|
1520
|
-
|
|
1521
|
-
* Update RSpec timing adapter to be more resilient.
|
|
1522
|
-
|
|
1523
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/52
|
|
1524
|
-
|
|
1525
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.50.0...v0.50.1
|
|
1526
|
-
|
|
1527
|
-
### 0.50.0
|
|
1528
|
-
|
|
1529
|
-
* Add support for Codeship environment variables.
|
|
1530
|
-
|
|
1531
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/51
|
|
1532
|
-
|
|
1533
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.49.0...v0.50.0
|
|
1534
|
-
|
|
1535
|
-
### 0.49.0
|
|
1536
|
-
|
|
1537
|
-
* Show short warning for not executed test files on CI node. Show explanation in debug logs.
|
|
1538
|
-
|
|
1539
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/50
|
|
1540
|
-
|
|
1541
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.48.0...v0.49.0
|
|
1542
|
-
|
|
1543
|
-
### 0.48.0
|
|
1544
|
-
|
|
1545
|
-
* Fallback mode for Queue Mode when Knapsack Pro API doesn't work.
|
|
1546
|
-
|
|
1547
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/49
|
|
1548
|
-
|
|
1549
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.47.0...v0.48.0
|
|
1550
|
-
|
|
1551
|
-
### 0.47.0
|
|
1552
|
-
|
|
1553
|
-
* Add in Queue Mode the RSpec summary with info about examples, failures and pending tests.
|
|
1554
|
-
* Fix not working message `Global time execution for tests` at end of each subset of tests from work queue.
|
|
1555
|
-
|
|
1556
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/48
|
|
1557
|
-
|
|
1558
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.46.0...v0.47.0
|
|
1559
|
-
|
|
1560
|
-
### 0.46.0
|
|
1561
|
-
|
|
1562
|
-
* Autoload knapsack_pro rake tasks with Rails Railties.
|
|
1563
|
-
|
|
1564
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/47
|
|
1565
|
-
|
|
1566
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.45.0...v0.46.0
|
|
1567
|
-
|
|
1568
|
-
### 0.45.0
|
|
1569
|
-
|
|
1570
|
-
* Add before and after queue hooks
|
|
1571
|
-
|
|
1572
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/46
|
|
1573
|
-
|
|
1574
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.44.0...v0.45.0
|
|
1575
|
-
|
|
1576
|
-
### 0.44.0
|
|
1577
|
-
|
|
1578
|
-
* Add ability to set test_dir using an environment variable.
|
|
1579
|
-
|
|
1580
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/45
|
|
1581
|
-
|
|
1582
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.43.0...v0.44.0
|
|
1583
|
-
|
|
1584
|
-
### 0.43.0
|
|
1585
|
-
|
|
1586
|
-
* Extract correct test directory from test file pattern that has multiple patterns.
|
|
1587
|
-
|
|
1588
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/43
|
|
1589
|
-
|
|
1590
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.42.0...v0.43.0
|
|
1591
|
-
|
|
1592
|
-
### 0.42.0
|
|
1593
|
-
|
|
1594
|
-
* Clear RSpec examples without shared examples in similar way as in RSpec 3.6.0
|
|
1595
|
-
|
|
1596
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/42
|
|
1597
|
-
|
|
1598
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.41.0...v0.42.0
|
|
1599
|
-
|
|
1600
|
-
### 0.41.0
|
|
1601
|
-
|
|
1602
|
-
* Add after subset queue hook and example how to use JUnit formatter in Queue Mode.
|
|
1603
|
-
|
|
1604
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/41
|
|
1605
|
-
|
|
1606
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.40.0...v0.41.0
|
|
1607
|
-
|
|
1608
|
-
### 0.40.0
|
|
1609
|
-
|
|
1610
|
-
* Replace rake task installer `knapsack_pro:install` with online installation guide. Remove `tty-prompt` gem dependency.
|
|
1611
|
-
|
|
1612
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/39
|
|
1613
|
-
|
|
1614
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.39.0...v0.40.0
|
|
1615
|
-
|
|
1616
|
-
### 0.39.0
|
|
1617
|
-
|
|
1618
|
-
* Remove timecop gem from required dependencies list.
|
|
1619
|
-
|
|
1620
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/38
|
|
1621
|
-
|
|
1622
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.38.0...v0.39.0
|
|
1623
|
-
|
|
1624
|
-
### 0.38.0
|
|
1625
|
-
|
|
1626
|
-
* Add support for Gitlab CI.
|
|
1627
|
-
|
|
1628
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/36
|
|
1629
|
-
|
|
1630
|
-
* More info about Buildkite in installer.
|
|
1631
|
-
* More info about CircleCI in installer.
|
|
1632
|
-
|
|
1633
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.37.0...v0.38.0
|
|
1634
|
-
|
|
1635
|
-
### 0.37.0
|
|
1636
|
-
|
|
1637
|
-
* Add another explanation why test files could not be executed on CI node in Queue Mode.
|
|
1638
|
-
|
|
1639
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/34
|
|
1640
|
-
|
|
1641
|
-
* Show better explanation what to do when there is missing test suite token environment variable.
|
|
1642
|
-
|
|
1643
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/35
|
|
1644
|
-
|
|
1645
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.36.0...v0.37.0
|
|
1646
|
-
|
|
1647
|
-
### 0.36.0
|
|
1648
|
-
|
|
1649
|
-
* Show messages about not executed test files as warnings in logs.
|
|
1650
|
-
* Handle case when start timer was not called (rspec-retry issue).
|
|
1651
|
-
|
|
1652
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/33
|
|
1653
|
-
|
|
1654
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.35.0...v0.36.0
|
|
1655
|
-
|
|
1656
|
-
### 0.35.0
|
|
1657
|
-
|
|
1658
|
-
* Add `RSpecQueueProfileFormatterExtension` to show profile summary only once at the very end of RSpec Queue Mode output.
|
|
1659
|
-
|
|
1660
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.34.0...v0.35.0
|
|
1661
|
-
|
|
1662
|
-
### 0.34.0
|
|
1663
|
-
|
|
1664
|
-
* Fix command visible at the end of RSpec Queue Mode output to be able retry test files with spaces in name.
|
|
1665
|
-
* Fix command visible at the end of RSpec Queue Mode output to be able retry test files without RSpecQueueSummaryFormatter which is dedicated only for Queue Mode.
|
|
1666
|
-
|
|
1667
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.33.0...v0.34.0
|
|
1668
|
-
|
|
1669
|
-
### 0.33.0
|
|
1670
|
-
|
|
1671
|
-
* Add RSpec Queue Formatter to hide duplicated pending and failed tests in Queue Mode
|
|
1672
|
-
|
|
1673
|
-
You can keep duplicated pending/failed summary with flag `KNAPSACK_PRO_MODIFY_DEFAULT_RSPEC_FORMATTERS`. More can be found in read me.
|
|
1674
|
-
|
|
1675
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/31
|
|
1676
|
-
|
|
1677
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.32.0...v0.33.0
|
|
1678
|
-
|
|
1679
|
-
### 0.32.0
|
|
1680
|
-
|
|
1681
|
-
* Add encryption for branch names
|
|
1682
|
-
|
|
1683
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/30
|
|
1684
|
-
|
|
1685
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.31.0...v0.32.0
|
|
1686
|
-
|
|
1687
|
-
### 0.31.0
|
|
1688
|
-
|
|
1689
|
-
* Add supported for log levels `fatal` and `error` by `KNAPSACK_PRO_LOG_LEVEL` environment variable.
|
|
1690
|
-
* Allow `KNAPSACK_PRO_LOG_LEVEL` case insensitive.
|
|
1691
|
-
* Move all messages related to requests to Knapsack Pro API in log `debug` level and keep `info` level only for important messages like how to retry tests in development or info why something works this way or the other (for instance why tests were not executed on the CI node).
|
|
1692
|
-
|
|
1693
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/29
|
|
1694
|
-
|
|
1695
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.30.0...v0.31.0
|
|
1696
|
-
|
|
1697
|
-
### 0.30.0
|
|
1698
|
-
|
|
1699
|
-
* Update license to MIT.
|
|
1700
|
-
|
|
1701
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.29.0...v0.30.0
|
|
1702
|
-
|
|
1703
|
-
### 0.29.0
|
|
1704
|
-
|
|
1705
|
-
* Add info about Jenkins to installer.
|
|
1706
|
-
* Extend info about final step in installer about verification if first test suite run was recorded correctly.
|
|
1707
|
-
|
|
1708
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.28.1...v0.29.0
|
|
1709
|
-
|
|
1710
|
-
### 0.28.1
|
|
1711
|
-
|
|
1712
|
-
* Add support for test files in directory with spaces.
|
|
1713
|
-
|
|
1714
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/27
|
|
1715
|
-
|
|
1716
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.28.0...v0.28.1
|
|
1717
|
-
|
|
1718
|
-
### 0.28.0
|
|
1719
|
-
|
|
1720
|
-
* Show at the end of `knapsack_pro:queue:rspec` command the example how to run all tests executed for the CI node in the development environment.
|
|
1721
|
-
* Show for each intermediate request to Knapsack Pro API queue how to run a subset of tests fetched from API.
|
|
1722
|
-
|
|
1723
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.27.0...v0.28.0
|
|
1724
|
-
|
|
1725
|
-
### 0.27.0
|
|
1726
|
-
|
|
1727
|
-
* Save build subset to API even when no test files were executed on CI node. Add warnings to notify why the test files were not executed on CI node in particular mode: regular or queue mode.
|
|
1728
|
-
|
|
1729
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.26.0...v0.27.0
|
|
1730
|
-
|
|
1731
|
-
### 0.26.0
|
|
1732
|
-
|
|
1733
|
-
* Add info how to allow FakeWeb to connect with Knapsack Pro API in install rake task.
|
|
1734
|
-
|
|
1735
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.25.0...v0.26.0
|
|
1736
|
-
|
|
1737
|
-
### 0.25.0
|
|
1738
|
-
|
|
1739
|
-
* Queue mode retry (remember queue split on retry CI node).
|
|
1740
|
-
|
|
1741
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/22
|
|
1742
|
-
|
|
1743
|
-
* Fix bug in queue mode with recording test files time execution data. Previously the same test files time execution data where multiple times send to Knapsack Pro API.
|
|
1744
|
-
|
|
1745
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/23
|
|
1746
|
-
|
|
1747
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.24.0...v0.25.0
|
|
1748
|
-
|
|
1749
|
-
### 0.24.0
|
|
1750
|
-
|
|
1751
|
-
* Send client name and version in headers for each request to Knapsack Pro API.
|
|
1752
|
-
|
|
1753
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.23.0...v0.24.0
|
|
1754
|
-
|
|
1755
|
-
### 0.23.0
|
|
1756
|
-
|
|
1757
|
-
* Add info about Queue Mode to install rake task.
|
|
1758
|
-
|
|
1759
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.22.0...v0.23.0
|
|
1760
|
-
|
|
1761
|
-
### 0.22.0
|
|
1762
|
-
|
|
1763
|
-
* Add more info how to set up VCR and webmock to `knapsack_pro:install` rake task.
|
|
1764
|
-
|
|
1765
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.21.0...v0.22.0
|
|
1766
|
-
|
|
1767
|
-
### 0.21.0
|
|
1768
|
-
|
|
1769
|
-
* Improve VCR config documentation so it's more clear that ignore_hosts takes arguments instead of array
|
|
1770
|
-
|
|
1771
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.20.0...v0.21.0
|
|
1772
|
-
|
|
1773
|
-
### 0.20.0
|
|
1774
|
-
|
|
1775
|
-
* Wait a few seconds before retrying failed request to API. With each retry wait a bit longer. Retry at most 5 times.
|
|
1776
|
-
|
|
1777
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.19.0...v0.20.0
|
|
1778
|
-
|
|
1779
|
-
### 0.19.0
|
|
1780
|
-
|
|
1781
|
-
* Change timeout to 30s for requests to API.
|
|
1782
|
-
* Retry failed request to API at most 3 times.
|
|
1783
|
-
|
|
1784
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.18.0...v0.19.0
|
|
1785
|
-
|
|
1786
|
-
### 0.18.0
|
|
1787
|
-
|
|
1788
|
-
* Add support for knapsack_pro queue mode
|
|
1789
|
-
|
|
1790
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/20
|
|
1791
|
-
|
|
1792
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.17.0...v0.18.0
|
|
1793
|
-
|
|
1794
|
-
### 0.17.0
|
|
1795
|
-
|
|
1796
|
-
* Enable fallback mode for SocketError when failed to open TCP connection to http or https API endpoint.
|
|
1797
|
-
|
|
1798
|
-
### 0.16.0
|
|
1799
|
-
|
|
1800
|
-
* Add KNAPSACK_PRO_LOG_LEVEL option
|
|
1801
|
-
|
|
1802
|
-
Related PR:
|
|
1803
|
-
https://github.com/ArturT/knapsack/pull/49
|
|
1804
|
-
|
|
1805
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.15.2...v0.16.0
|
|
1806
|
-
|
|
1807
|
-
### 0.15.2
|
|
1808
|
-
|
|
1809
|
-
* Cache API response test file paths to fix problem with double request to get test suite distribution for the node.
|
|
1810
|
-
|
|
1811
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.15.1...v0.15.2
|
|
1812
|
-
|
|
1813
|
-
### 0.15.1
|
|
1814
|
-
|
|
1815
|
-
* Fix support for turnip >= 2.x
|
|
1816
|
-
|
|
1817
|
-
Related PR:
|
|
1818
|
-
https://github.com/ArturT/knapsack/pull/47
|
|
1819
|
-
|
|
1820
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.15.0...v0.15.1
|
|
1821
|
-
|
|
1822
|
-
### 0.15.0
|
|
1823
|
-
|
|
1824
|
-
* Handle case when API returns no test files to execute on the node.
|
|
1825
|
-
|
|
1826
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/19
|
|
1827
|
-
|
|
1828
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.14.0...v0.15.0
|
|
1829
|
-
|
|
1830
|
-
### 0.14.0
|
|
1831
|
-
|
|
1832
|
-
* Use rake invoke for rspec and cucumber tasks.
|
|
1833
|
-
|
|
1834
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.13.0...v0.14.0
|
|
1835
|
-
|
|
1836
|
-
### 0.13.0
|
|
1837
|
-
|
|
1838
|
-
* Add installer to get started with the knapsack_pro gem.
|
|
1839
|
-
|
|
1840
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.12.0...v0.13.0
|
|
1841
|
-
|
|
1842
|
-
### 0.12.0
|
|
1843
|
-
|
|
1844
|
-
* Add support for Minitest::SharedExamples
|
|
1845
|
-
|
|
1846
|
-
Related PR:
|
|
1847
|
-
https://github.com/ArturT/knapsack/pull/46
|
|
1848
|
-
|
|
1849
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.11.0...v0.12.0
|
|
1850
|
-
|
|
1851
|
-
### 0.11.0
|
|
1852
|
-
|
|
1853
|
-
* Add test file names encryption
|
|
1854
|
-
|
|
1855
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.10.0...v0.11.0
|
|
1856
|
-
|
|
1857
|
-
### 0.10.0
|
|
1858
|
-
|
|
1859
|
-
* Add new environment variable `KNAPSACK_PRO_FIXED_TEST_SUITE_SPLIT`. The default value is true.
|
|
1860
|
-
|
|
1861
|
-
It means when you run test suite again for the same commit hash and total number of nodes and for the same branch
|
|
1862
|
-
then you will get exactly the same test suite split.
|
|
1863
|
-
This is the new default behavior for the knapsack_pro gem. Thanks to that when tests on one of your node failed
|
|
1864
|
-
you can retry the node with exactly the same subset of tests that were run on the node in the first place.
|
|
1865
|
-
|
|
1866
|
-
There is one edge case. When you run tests for the first time and there is no data collected about time execution of your tests then
|
|
1867
|
-
we need to collect data to prepare the first test suite split. The second run of your tests will have fixed test suite split.
|
|
1868
|
-
To compare if all your CI nodes are running based on the same test suite split seed you can check the value for seed in knapsack logging message
|
|
1869
|
-
before your test starts. The message looks like:
|
|
1870
|
-
|
|
1871
|
-
[knapsack_pro] Test suite split seed: 8a606431-02a1-4766-9878-0ea42a07ad21
|
|
1872
|
-
|
|
1873
|
-
* Show test suite split seed in logger based on `build_distribution_id` from Knapsack Pro API.
|
|
1874
|
-
* Send `fixed_test_suite_split` param to build distribution Knapsack Pro API endpoint.
|
|
1875
|
-
|
|
1876
|
-
Related issues:
|
|
1877
|
-
|
|
1878
|
-
* https://github.com/KnapsackPro/knapsack_pro-ruby/issues/15
|
|
1879
|
-
* https://github.com/KnapsackPro/knapsack_pro-ruby/issues/12
|
|
1880
|
-
|
|
1881
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.9.0...v0.10.0
|
|
1882
|
-
|
|
1883
|
-
### 0.9.0
|
|
1884
|
-
|
|
1885
|
-
* Add https support for Knapsack Pro API endpoint
|
|
1886
|
-
|
|
1887
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/14
|
|
1888
|
-
|
|
1889
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.8.0...v0.9.0
|
|
1890
|
-
|
|
1891
|
-
### 0.8.0
|
|
1892
|
-
|
|
1893
|
-
* Add Spinach support
|
|
1894
|
-
|
|
1895
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/11
|
|
1896
|
-
|
|
1897
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.7.2...v0.8.0
|
|
1898
|
-
|
|
1899
|
-
### 0.7.2
|
|
1900
|
-
|
|
1901
|
-
* Preserve cucumber latest error message with exit code to fix problem with false positive cucumber failed tests
|
|
1902
|
-
|
|
1903
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/10
|
|
1904
|
-
|
|
1905
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.7.1...v0.7.2
|
|
1906
|
-
|
|
1907
|
-
### 0.7.1
|
|
1908
|
-
|
|
1909
|
-
* Don't fail when there are no tests to run on a node
|
|
1910
|
-
|
|
1911
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/7
|
|
1912
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/9
|
|
1913
|
-
|
|
1914
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.7.0...v0.7.1
|
|
1915
|
-
|
|
1916
|
-
### 0.7.0
|
|
1917
|
-
|
|
1918
|
-
* Add support for older cucumber versions than 1.3
|
|
1919
|
-
|
|
1920
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/issues/5
|
|
1921
|
-
|
|
1922
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.6.1...v0.7.0
|
|
1923
|
-
|
|
1924
|
-
### 0.6.1
|
|
1925
|
-
|
|
1926
|
-
* Changed rake task in minitest_runner.rb to have no warnings output
|
|
1927
|
-
|
|
1928
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/4
|
|
1929
|
-
|
|
1930
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.6.0...v0.6.1
|
|
1931
|
-
|
|
1932
|
-
### 0.6.0
|
|
1933
|
-
|
|
1934
|
-
* Add support for Cucumber 2
|
|
1935
|
-
|
|
1936
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.5.0...v0.6.0
|
|
1937
|
-
|
|
1938
|
-
### 0.5.0
|
|
1939
|
-
|
|
1940
|
-
* Remove active support dependency so knapsack_pro gem can be used with rails 2.
|
|
1941
|
-
|
|
1942
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.4.0...v0.5.0
|
|
1943
|
-
|
|
1944
|
-
### 0.4.0
|
|
1945
|
-
|
|
1946
|
-
* Add support for snap-ci.com
|
|
1947
|
-
|
|
1948
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.3.0...v0.4.0
|
|
1949
|
-
|
|
1950
|
-
### 0.3.0
|
|
1951
|
-
|
|
1952
|
-
* Remove keyword arguments in order to add support for old ruby versions.
|
|
1953
|
-
|
|
1954
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.2.1...v0.3.0
|
|
1955
|
-
|
|
1956
|
-
### 0.2.1
|
|
1957
|
-
|
|
1958
|
-
* TestFileFinder should find unique files without duplicates when using test file pattern supporting symlinks
|
|
1959
|
-
* Update test file pattern to support symlinks in specs and readme examples
|
|
1960
|
-
* Backwards compatibility with knapsack gem old rspec adapter name
|
|
1961
|
-
|
|
1962
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.2.0...v0.2.1
|
|
1963
|
-
|
|
1964
|
-
### 0.2.0
|
|
1965
|
-
|
|
1966
|
-
* Change file path patterns to support 1-level symlinks by default
|
|
1967
|
-
|
|
1968
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/2
|
|
1969
|
-
|
|
1970
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.1.2...v0.2.0
|
|
1971
|
-
|
|
1972
|
-
### 0.1.2
|
|
1973
|
-
|
|
1974
|
-
* Fix Travis CI environment variables support
|
|
1975
|
-
|
|
1976
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/pull/1
|
|
1977
|
-
|
|
1978
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.1.1...v0.1.2
|
|
1979
|
-
|
|
1980
|
-
### 0.1.1
|
|
1981
|
-
|
|
1982
|
-
* Make knapsack_pro backwards compatible with earlier version of minitest
|
|
1983
|
-
|
|
1984
|
-
Related PR from knapsack gem repository:
|
|
1985
|
-
https://github.com/ArturT/knapsack/pull/26
|
|
1986
|
-
|
|
1987
|
-
https://github.com/KnapsackPro/knapsack_pro-ruby/compare/v0.1.0...v0.1.1
|
|
1988
|
-
|
|
1989
|
-
### 0.1.0
|
|
1990
|
-
|
|
1991
|
-
First working release on rubygems.org.
|
|
1992
|
-
|
|
1993
|
-
### 0.0.1
|
|
1994
|
-
|
|
1995
|
-
Init repository.
|