instana 1.217.1 → 2.0.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/.circleci/config.yml +101 -225
- data/.tekton/.currency/scripts/generate_report.py +194 -22
- data/.tekton/pipeline.yaml +65 -152
- data/.tekton/prepuller-restart-service-account.yaml +31 -0
- data/.tekton/ruby-tracer-prepuller-cronjob.yaml +20 -0
- data/.tekton/ruby-tracer-prepuller.yaml +27 -26
- data/.tekton/task.yaml +31 -27
- data/Gemfile +5 -0
- data/README.md +2 -1
- data/Rakefile +1 -1
- data/examples/otel.rb +98 -0
- data/examples/tracing.rb +1 -0
- data/gemfiles/rails_61.gemfile +1 -0
- data/gemfiles/rails_70.gemfile +1 -0
- data/instana.gemspec +5 -0
- data/lib/instana/base.rb +4 -2
- data/lib/instana/instrumentation/action_cable.rb +8 -4
- data/lib/instana/instrumentation/action_controller.rb +2 -4
- data/lib/instana/instrumentation/action_mailer.rb +1 -1
- data/lib/instana/instrumentation/action_view.rb +4 -4
- data/lib/instana/instrumentation/active_job.rb +20 -5
- data/lib/instana/instrumentation/active_record.rb +1 -1
- data/lib/instana/instrumentation/aws_sdk_dynamodb.rb +1 -1
- data/lib/instana/instrumentation/aws_sdk_lambda.rb +1 -1
- data/lib/instana/instrumentation/aws_sdk_s3.rb +1 -1
- data/lib/instana/instrumentation/aws_sdk_sns.rb +1 -1
- data/lib/instana/instrumentation/aws_sdk_sqs.rb +1 -1
- data/lib/instana/instrumentation/dalli.rb +1 -1
- data/lib/instana/instrumentation/excon.rb +2 -2
- data/lib/instana/instrumentation/graphql.rb +3 -3
- data/lib/instana/instrumentation/grpc.rb +14 -13
- data/lib/instana/instrumentation/mongo.rb +3 -3
- data/lib/instana/instrumentation/net-http.rb +5 -4
- data/lib/instana/instrumentation/rack.rb +36 -4
- data/lib/instana/instrumentation/redis.rb +1 -1
- data/lib/instana/instrumentation/resque.rb +10 -8
- data/lib/instana/instrumentation/rest-client.rb +4 -4
- data/lib/instana/instrumentation/sequel.rb +3 -3
- data/lib/instana/instrumentation/shoryuken.rb +4 -1
- data/lib/instana/instrumentation/sidekiq-client.rb +21 -19
- data/lib/instana/instrumentation/sidekiq-worker.rb +22 -21
- data/lib/instana/instrumented_logger.rb +1 -1
- data/lib/instana/samplers/result.rb +32 -0
- data/lib/instana/samplers/samplers.rb +76 -0
- data/lib/instana/serverless.rb +4 -2
- data/lib/instana/setup.rb +4 -5
- data/lib/instana/trace/export.rb +36 -0
- data/lib/instana/{tracing → trace}/processor.rb +19 -15
- data/lib/instana/trace/span.rb +532 -0
- data/lib/instana/{tracing → trace}/span_context.rb +17 -8
- data/lib/instana/trace/span_kind.rb +51 -0
- data/lib/instana/trace/span_limits.rb +63 -0
- data/lib/instana/{tracer.rb → trace/tracer.rb} +106 -54
- data/lib/instana/trace/tracer_provider.rb +198 -0
- data/lib/instana/trace.rb +74 -0
- data/lib/instana/util.rb +11 -0
- data/lib/instana/version.rb +1 -1
- data/test/instrumentation/aws_test.rb +7 -7
- data/test/instrumentation/dalli_test.rb +8 -8
- data/test/instrumentation/excon_test.rb +3 -3
- data/test/instrumentation/graphql_test.rb +4 -4
- data/test/instrumentation/grpc_test.rb +8 -8
- data/test/instrumentation/mongo_test.rb +1 -1
- data/test/instrumentation/net_http_test.rb +6 -6
- data/test/instrumentation/rails_action_cable_test.rb +2 -2
- data/test/instrumentation/rails_action_mailer_test.rb +1 -1
- data/test/instrumentation/rails_active_job_test.rb +1 -1
- data/test/instrumentation/rails_active_record_database_missing_test.rb +2 -3
- data/test/instrumentation/rails_active_record_test.rb +8 -7
- data/test/instrumentation/redis_test.rb +7 -7
- data/test/instrumentation/resque_test.rb +5 -5
- data/test/instrumentation/rest_client_test.rb +1 -2
- data/test/instrumentation/sequel_test.rb +12 -6
- data/test/instrumentation/sidekiq-client_test.rb +2 -2
- data/test/instrumentation/sidekiq-worker_test.rb +2 -2
- data/test/{tracing → trace}/custom_test.rb +32 -25
- data/test/{tracing → trace}/id_management_test.rb +0 -2
- data/test/{tracing → trace}/instrumented_logger_test.rb +1 -1
- data/test/{tracing → trace}/processor_test.rb +6 -6
- data/test/{tracing → trace}/span_context_test.rb +3 -3
- data/test/{tracing → trace}/span_test.rb +7 -7
- data/test/{tracing → trace}/tracer_async_test.rb +43 -30
- data/test/trace/tracer_provider_test.rb +148 -0
- data/test/{tracing → trace}/tracer_test.rb +48 -37
- metadata +105 -32
- data/examples/opentracing.rb +0 -35
- data/lib/instana/open_tracing/carrier.rb +0 -7
- data/lib/instana/open_tracing/instana_tracer.rb +0 -99
- data/lib/instana/tracing/span.rb +0 -431
- data/lib/opentracing.rb +0 -32
- data/test/tracing/opentracing_test.rb +0 -382
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35cfa89077e641cdd3e6fb0a97008f1e10ad7b703dc5b2b79e90a383dfc30099
|
4
|
+
data.tar.gz: dd9b39744a6432f619e496c759da84bffdfe114824bef0bbbcea155dbef3a284
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47d8317281da1f8ae6adb6f740055d4845f125da6ccac65ce03ff68e4efc9a1eb22530f62571ef12bad952866832d99076b1ba4d62a6c876d0aaf4ab3b9c6ae5
|
7
|
+
data.tar.gz: bc463f59a0662b0fe8ff5e34996631b1ed01215ef22e8f16781e7a249936e602959c1fecba74a3fe42e0c718f0ed37a4c62aa732c3b0f37f92cb49d9472e1e6f
|
data/.circleci/config.yml
CHANGED
@@ -36,175 +36,38 @@ library_gemfile: &library_gemfile
|
|
36
36
|
- "./gemfiles/mongo_216.gemfile"
|
37
37
|
- "./gemfiles/mongo_219.gemfile"
|
38
38
|
executors:
|
39
|
-
|
40
|
-
docker:
|
41
|
-
- image: cimg/ruby:3.0-node
|
42
|
-
environment:
|
43
|
-
MEMCACHED_HOST: '127.0.0.1:11211'
|
44
|
-
REDIS_URL: 'redis://127.0.0.1:6379'
|
45
|
-
DATABASE_URL: 'sqlite3::memory:'
|
46
|
-
- image: memcached
|
47
|
-
- image: redis
|
48
|
-
- image: amazon/dynamodb-local
|
49
|
-
- image: minio/minio:latest
|
50
|
-
command: ["server", "/data"]
|
51
|
-
- image: s12v/sns
|
52
|
-
- image: softwaremill/elasticmq-native
|
53
|
-
- image: mongo:5-focal
|
54
|
-
ruby_30_mysql2:
|
55
|
-
docker:
|
56
|
-
- image: cimg/ruby:3.0-node
|
57
|
-
environment:
|
58
|
-
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
|
59
|
-
- image: mariadb
|
60
|
-
environment:
|
61
|
-
MYSQL_DATABASE: 'ci_test'
|
62
|
-
MYSQL_USER: 'root'
|
63
|
-
MYSQL_PASSWORD: ''
|
64
|
-
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
65
|
-
MYSQL_ROOT_PASSWORD: ''
|
66
|
-
MYSQL_ROOT_HOST: '%'
|
67
|
-
ruby_30_postgres:
|
68
|
-
docker:
|
69
|
-
- image: cimg/ruby:3.0-node
|
70
|
-
environment:
|
71
|
-
DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
|
72
|
-
- image: postgres
|
73
|
-
environment:
|
74
|
-
POSTGRES_PASSWORD: 'test'
|
75
|
-
POSTGRES_DB: 'ci_test'
|
76
|
-
ruby_31:
|
77
|
-
docker:
|
78
|
-
- image: cimg/ruby:3.1-node
|
79
|
-
environment:
|
80
|
-
MEMCACHED_HOST: '127.0.0.1:11211'
|
81
|
-
REDIS_URL: 'redis://127.0.0.1:6379'
|
82
|
-
DATABASE_URL: 'sqlite3::memory:'
|
83
|
-
- image: memcached
|
84
|
-
- image: redis
|
85
|
-
- image: amazon/dynamodb-local
|
86
|
-
- image: minio/minio:latest
|
87
|
-
command: ["server", "/data"]
|
88
|
-
- image: s12v/sns
|
89
|
-
- image: softwaremill/elasticmq-native
|
90
|
-
- image: mongo:5-focal
|
91
|
-
ruby_31_mysql2:
|
92
|
-
docker:
|
93
|
-
- image: cimg/ruby:3.1-node
|
94
|
-
environment:
|
95
|
-
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
|
96
|
-
- image: mariadb
|
97
|
-
environment:
|
98
|
-
MYSQL_DATABASE: 'ci_test'
|
99
|
-
MYSQL_USER: 'root'
|
100
|
-
MYSQL_PASSWORD: ''
|
101
|
-
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
102
|
-
MYSQL_ROOT_PASSWORD: ''
|
103
|
-
MYSQL_ROOT_HOST: '%'
|
104
|
-
ruby_31_postgres:
|
105
|
-
docker:
|
106
|
-
- image: cimg/ruby:3.1-node
|
107
|
-
environment:
|
108
|
-
DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
|
109
|
-
- image: postgres
|
110
|
-
environment:
|
111
|
-
POSTGRES_PASSWORD: 'test'
|
112
|
-
POSTGRES_DB: 'ci_test'
|
113
|
-
ruby_32:
|
114
|
-
docker:
|
115
|
-
- image: cimg/ruby:3.2-node
|
116
|
-
environment:
|
117
|
-
MEMCACHED_HOST: '127.0.0.1:11211'
|
118
|
-
REDIS_URL: 'redis://127.0.0.1:6379'
|
119
|
-
DATABASE_URL: 'sqlite3::memory:'
|
120
|
-
- image: memcached
|
121
|
-
- image: redis
|
122
|
-
- image: amazon/dynamodb-local
|
123
|
-
- image: minio/minio:latest
|
124
|
-
command: ["server", "/data"]
|
125
|
-
- image: s12v/sns
|
126
|
-
- image: softwaremill/elasticmq-native
|
127
|
-
- image: mongo:5-focal
|
128
|
-
ruby_32_mysql2:
|
129
|
-
docker:
|
130
|
-
- image: cimg/ruby:3.2-node
|
131
|
-
environment:
|
132
|
-
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
|
133
|
-
- image: mariadb
|
134
|
-
environment:
|
135
|
-
MYSQL_DATABASE: 'ci_test'
|
136
|
-
MYSQL_USER: 'root'
|
137
|
-
MYSQL_PASSWORD: ''
|
138
|
-
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
139
|
-
MYSQL_ROOT_PASSWORD: ''
|
140
|
-
MYSQL_ROOT_HOST: '%'
|
141
|
-
ruby_32_postgres:
|
142
|
-
docker:
|
143
|
-
- image: cimg/ruby:3.2-node
|
144
|
-
environment:
|
145
|
-
DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
|
146
|
-
- image: postgres
|
147
|
-
environment:
|
148
|
-
POSTGRES_PASSWORD: 'test'
|
149
|
-
POSTGRES_DB: 'ci_test'
|
150
|
-
ruby_33:
|
151
|
-
docker:
|
152
|
-
- image: cimg/ruby:3.3-node
|
153
|
-
environment:
|
154
|
-
MEMCACHED_HOST: '127.0.0.1:11211'
|
155
|
-
REDIS_URL: 'redis://127.0.0.1:6379'
|
156
|
-
DATABASE_URL: 'sqlite3::memory:'
|
157
|
-
- image: memcached
|
158
|
-
- image: redis
|
159
|
-
- image: amazon/dynamodb-local
|
160
|
-
- image: minio/minio:latest
|
161
|
-
command: ["server", "/data"]
|
162
|
-
- image: s12v/sns
|
163
|
-
- image: softwaremill/elasticmq-native
|
164
|
-
- image: mongo:5-focal
|
165
|
-
ruby_33_mysql2:
|
166
|
-
docker:
|
167
|
-
- image: cimg/ruby:3.3-node
|
168
|
-
environment:
|
169
|
-
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
|
170
|
-
- image: mariadb
|
171
|
-
environment:
|
172
|
-
MYSQL_DATABASE: 'ci_test'
|
173
|
-
MYSQL_USER: 'root'
|
174
|
-
MYSQL_PASSWORD: ''
|
175
|
-
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
176
|
-
MYSQL_ROOT_PASSWORD: ''
|
177
|
-
MYSQL_ROOT_HOST: '%'
|
178
|
-
ruby_33_postgres:
|
39
|
+
ruby_33_lint:
|
179
40
|
docker:
|
180
|
-
- image:
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
POSTGRES_DB: 'ci_test'
|
187
|
-
ruby_34:
|
41
|
+
- image: public.ecr.aws/docker/library/ruby:3.4
|
42
|
+
base:
|
43
|
+
parameters:
|
44
|
+
ruby_version:
|
45
|
+
type: string
|
46
|
+
default: "3.1"
|
188
47
|
docker:
|
189
|
-
- image: ruby
|
48
|
+
- image: public.ecr.aws/docker/library/ruby:<<parameters.ruby_version>>
|
190
49
|
environment:
|
191
50
|
MEMCACHED_HOST: '127.0.0.1:11211'
|
192
51
|
REDIS_URL: 'redis://127.0.0.1:6379'
|
193
52
|
DATABASE_URL: 'sqlite3::memory:'
|
194
|
-
- image: memcached
|
195
|
-
- image: redis
|
196
|
-
- image:
|
197
|
-
- image: minio/minio
|
53
|
+
- image: public.ecr.aws/docker/library/memcached
|
54
|
+
- image: public.ecr.aws/docker/library/redis
|
55
|
+
- image: public.ecr.aws/aws-dynamodb-local/aws-dynamodb-local
|
56
|
+
- image: quay.io/minio/minio
|
198
57
|
command: ["server", "/data"]
|
199
|
-
- image: s12v/sns
|
200
|
-
- image:
|
201
|
-
- image: mongo:5-focal
|
202
|
-
|
58
|
+
- image: public.ecr.aws/redbox-public/s12v/sns:latest
|
59
|
+
- image: public.ecr.aws/sprig/elasticmq-native
|
60
|
+
- image: public.ecr.aws/docker/library/mongo:5-focal
|
61
|
+
mysql2:
|
62
|
+
parameters:
|
63
|
+
ruby_version:
|
64
|
+
type: string
|
65
|
+
default: "3.1"
|
203
66
|
docker:
|
204
|
-
- image: ruby
|
67
|
+
- image: public.ecr.aws/docker/library/ruby:<<parameters.ruby_version>>
|
205
68
|
environment:
|
206
69
|
DATABASE_URL: "mysql2://root@127.0.0.1:3306/ci_test"
|
207
|
-
- image: mariadb
|
70
|
+
- image: public.ecr.aws/docker/library/mariadb
|
208
71
|
environment:
|
209
72
|
MYSQL_DATABASE: 'ci_test'
|
210
73
|
MYSQL_USER: 'root'
|
@@ -212,18 +75,19 @@ executors:
|
|
212
75
|
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
213
76
|
MYSQL_ROOT_PASSWORD: ''
|
214
77
|
MYSQL_ROOT_HOST: '%'
|
215
|
-
|
78
|
+
postgres:
|
79
|
+
parameters:
|
80
|
+
ruby_version:
|
81
|
+
type: string
|
82
|
+
default: "3.1"
|
216
83
|
docker:
|
217
|
-
- image: ruby
|
84
|
+
- image: public.ecr.aws/docker/library/ruby:<<parameters.ruby_version>>
|
218
85
|
environment:
|
219
86
|
DATABASE_URL: "postgres://postgres:test@127.0.0.1:5432/ci_test"
|
220
|
-
- image: postgres
|
87
|
+
- image: public.ecr.aws/docker/library/postgres
|
221
88
|
environment:
|
222
89
|
POSTGRES_PASSWORD: 'test'
|
223
90
|
POSTGRES_DB: 'ci_test'
|
224
|
-
ruby_33_lint:
|
225
|
-
docker:
|
226
|
-
- image: cimg/ruby:3.3-node
|
227
91
|
commands:
|
228
92
|
setup:
|
229
93
|
steps:
|
@@ -312,19 +176,23 @@ commands:
|
|
312
176
|
command: |
|
313
177
|
mkdir -p ~/.gem
|
314
178
|
echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
|
315
|
-
chmod 0600
|
179
|
+
chmod 0600 ~/.gem/credentials
|
316
180
|
- run:
|
317
181
|
name: Publish Gem
|
318
182
|
command: |
|
319
183
|
bundle exec rake release[origin]
|
320
|
-
|
321
184
|
jobs:
|
322
185
|
test_core:
|
323
186
|
parameters:
|
324
187
|
stack:
|
325
|
-
type:
|
326
|
-
default:
|
327
|
-
|
188
|
+
type: string
|
189
|
+
default: "base"
|
190
|
+
ruby_version:
|
191
|
+
type: string
|
192
|
+
default: "3.1"
|
193
|
+
executor:
|
194
|
+
name: <<parameters.stack>>
|
195
|
+
ruby_version: <<parameters.ruby_version>>
|
328
196
|
steps:
|
329
197
|
- checkout
|
330
198
|
- setup
|
@@ -332,12 +200,17 @@ jobs:
|
|
332
200
|
test_apprisal:
|
333
201
|
parameters:
|
334
202
|
stack:
|
335
|
-
type:
|
336
|
-
default:
|
203
|
+
type: string
|
204
|
+
default: "base"
|
337
205
|
gemfile:
|
338
206
|
type: string
|
339
207
|
default: "./gemfiles/aws_30.gemfile"
|
340
|
-
|
208
|
+
ruby_version:
|
209
|
+
type: string
|
210
|
+
default: "3.1"
|
211
|
+
executor:
|
212
|
+
name: <<parameters.stack>>
|
213
|
+
ruby_version: <<parameters.ruby_version>>
|
341
214
|
environment:
|
342
215
|
APPRAISAL_INITIALIZED: "1"
|
343
216
|
BUNDLE_GEMFILE: << parameters.gemfile >>
|
@@ -357,17 +230,18 @@ jobs:
|
|
357
230
|
bundle check || bundle install
|
358
231
|
- run_rubocop
|
359
232
|
report_coverage:
|
360
|
-
executor:
|
233
|
+
executor: base
|
361
234
|
steps:
|
362
235
|
- checkout
|
363
236
|
# - run_sonarqube
|
364
237
|
publish:
|
365
|
-
executor:
|
238
|
+
executor:
|
239
|
+
name: "base"
|
240
|
+
ruby_version: "3.4"
|
366
241
|
steps:
|
367
242
|
- checkout
|
368
243
|
- setup
|
369
244
|
- publish_gem
|
370
|
-
|
371
245
|
workflows:
|
372
246
|
publish:
|
373
247
|
jobs:
|
@@ -381,33 +255,42 @@ workflows:
|
|
381
255
|
jobs:
|
382
256
|
- lint
|
383
257
|
- test_core:
|
258
|
+
name: "test_core-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
384
259
|
matrix:
|
385
260
|
parameters:
|
386
261
|
stack:
|
387
|
-
-
|
388
|
-
|
389
|
-
-
|
390
|
-
-
|
391
|
-
-
|
392
|
-
|
262
|
+
- base
|
263
|
+
ruby_version:
|
264
|
+
- "3.1"
|
265
|
+
- "3.2"
|
266
|
+
- "3.3"
|
267
|
+
- "3.4"
|
268
|
+
- "3.5.0-preview1"
|
269
|
+
libraries_ruby_31_32:
|
393
270
|
jobs:
|
394
271
|
- test_apprisal:
|
272
|
+
name: "test_apprisal-<<matrix.gemfile>>-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
395
273
|
matrix:
|
396
274
|
parameters:
|
397
275
|
stack:
|
398
|
-
-
|
399
|
-
- ruby_31
|
400
|
-
- ruby_32
|
276
|
+
- base
|
401
277
|
<<: *library_gemfile
|
402
|
-
|
278
|
+
ruby_version:
|
279
|
+
- "3.1"
|
280
|
+
- "3.2"
|
281
|
+
libraries_ruby_33_35:
|
403
282
|
jobs:
|
404
283
|
- test_apprisal:
|
284
|
+
name: "test_apprisal-<<matrix.gemfile>>-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
405
285
|
matrix:
|
406
286
|
parameters:
|
407
287
|
stack:
|
408
|
-
-
|
409
|
-
- ruby_34
|
288
|
+
- base
|
410
289
|
<<: *library_gemfile
|
290
|
+
ruby_version:
|
291
|
+
- "3.3"
|
292
|
+
- "3.4"
|
293
|
+
- "3.5.0-preview1"
|
411
294
|
# Currently compiling the native extensions for `grpc`
|
412
295
|
# exceeds an internal RAM and/or CPU limit of CircleCI executor,
|
413
296
|
# and the job gets terminated with:
|
@@ -416,70 +299,63 @@ workflows:
|
|
416
299
|
# TODO: Remove this exclusion as soon as pre-built binaries are available
|
417
300
|
# on https://rubygems.org/gems/grpc/versions
|
418
301
|
exclude:
|
419
|
-
- stack:
|
302
|
+
- stack: base
|
303
|
+
ruby_version: "3.5.0-preview1"
|
420
304
|
gemfile: "./gemfiles/grpc_10.gemfile"
|
421
|
-
|
305
|
+
rails_ruby_31_35:
|
422
306
|
jobs:
|
423
307
|
- test_apprisal:
|
308
|
+
name: "test_apprisal-rails-<<matrix.gemfile>>-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
424
309
|
matrix:
|
425
310
|
parameters:
|
426
311
|
stack:
|
427
|
-
-
|
428
|
-
-
|
429
|
-
-
|
430
|
-
- ruby_31
|
431
|
-
- ruby_31_postgres
|
432
|
-
- ruby_31_mysql2
|
433
|
-
- ruby_32
|
434
|
-
- ruby_32_postgres
|
435
|
-
- ruby_32_mysql2
|
436
|
-
- ruby_33
|
437
|
-
- ruby_33_postgres
|
438
|
-
- ruby_33_mysql2
|
439
|
-
- ruby_34
|
440
|
-
- ruby_34_postgres
|
441
|
-
- ruby_34_mysql2
|
312
|
+
- base
|
313
|
+
- mysql2
|
314
|
+
- postgres
|
442
315
|
gemfile:
|
443
316
|
- "./gemfiles/rails_61.gemfile"
|
444
317
|
- "./gemfiles/rails_70.gemfile"
|
445
318
|
- "./gemfiles/rails_71.gemfile"
|
446
|
-
|
319
|
+
ruby_version:
|
320
|
+
- "3.1"
|
321
|
+
- "3.2"
|
322
|
+
- "3.3"
|
323
|
+
- "3.4"
|
324
|
+
- "3.5.0-preview1"
|
325
|
+
rails8_ruby_33_35:
|
447
326
|
jobs:
|
448
327
|
- test_apprisal:
|
328
|
+
name: "test_apprisal-rails-8-<<matrix.gemfile>>-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
449
329
|
matrix:
|
450
330
|
parameters:
|
451
331
|
stack:
|
452
|
-
-
|
453
|
-
-
|
454
|
-
-
|
455
|
-
- ruby_33
|
456
|
-
- ruby_33_postgres
|
457
|
-
- ruby_33_mysql2
|
458
|
-
- ruby_34
|
459
|
-
- ruby_34_postgres
|
460
|
-
- ruby_34_mysql2
|
332
|
+
- base
|
333
|
+
- mysql2
|
334
|
+
- postgres
|
461
335
|
gemfile:
|
462
336
|
- "./gemfiles/rails_80.gemfile"
|
337
|
+
ruby_version:
|
338
|
+
- "3.2"
|
339
|
+
- "3.3"
|
340
|
+
- "3.4"
|
463
341
|
sequel:
|
464
342
|
jobs:
|
465
343
|
- test_apprisal:
|
344
|
+
name: "test_apprisal-sequel-<<matrix.gemfile>>-ruby-<<matrix.stack>>-<<matrix.ruby_version>>"
|
466
345
|
matrix:
|
467
346
|
parameters:
|
468
347
|
stack:
|
469
|
-
-
|
470
|
-
-
|
471
|
-
- ruby_31
|
472
|
-
- ruby_31_mysql2
|
473
|
-
- ruby_32
|
474
|
-
- ruby_32_mysql2
|
475
|
-
- ruby_33
|
476
|
-
- ruby_33_mysql2
|
477
|
-
- ruby_34
|
478
|
-
- ruby_34_mysql2
|
348
|
+
- base
|
349
|
+
- mysql2
|
479
350
|
gemfile:
|
480
351
|
- "./gemfiles/sequel_56.gemfile"
|
481
352
|
- "./gemfiles/sequel_57.gemfile"
|
482
353
|
- "./gemfiles/sequel_58.gemfile"
|
354
|
+
ruby_version:
|
355
|
+
- "3.1"
|
356
|
+
- "3.2"
|
357
|
+
- "3.3"
|
358
|
+
- "3.5.0-preview1"
|
483
359
|
report_coverage:
|
484
360
|
jobs:
|
485
361
|
- report_coverage
|