3scale_toolbox 0.17.1 → 0.19.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/3scale_toolbox.gemspec +4 -4
- data/README.md +7 -5
- data/lib/3scale_toolbox.rb +3 -0
- data/lib/3scale_toolbox/3scale_client_factory.rb +3 -4
- data/lib/3scale_toolbox/commands.rb +2 -0
- data/lib/3scale_toolbox/commands/backend_command/copy_command.rb +3 -0
- data/lib/3scale_toolbox/commands/backend_command/copy_command/copy_mapping_rules_task.rb +11 -27
- data/lib/3scale_toolbox/commands/backend_command/copy_command/copy_methods_task.rb +5 -10
- data/lib/3scale_toolbox/commands/backend_command/copy_command/copy_metrics_task.rb +4 -4
- data/lib/3scale_toolbox/commands/backend_command/copy_command/create_or_update_target_backend_task.rb +3 -2
- data/lib/3scale_toolbox/commands/backend_command/copy_command/delete_mapping_rules_task.rb +18 -0
- data/lib/3scale_toolbox/commands/backend_command/copy_command/task.rb +14 -32
- data/lib/3scale_toolbox/commands/import_command/issuer_type_transformer.rb +16 -0
- data/lib/3scale_toolbox/commands/import_command/openapi.rb +5 -0
- data/lib/3scale_toolbox/commands/import_command/openapi/create_activedocs_step.rb +3 -2
- data/lib/3scale_toolbox/commands/import_command/openapi/create_mapping_rule_step.rb +2 -1
- data/lib/3scale_toolbox/commands/import_command/openapi/create_method_step.rb +5 -14
- data/lib/3scale_toolbox/commands/import_command/openapi/step.rb +4 -0
- data/lib/3scale_toolbox/commands/import_command/openapi/update_service_proxy_step.rb +1 -0
- data/lib/3scale_toolbox/commands/methods_command/apply_command.rb +2 -4
- data/lib/3scale_toolbox/commands/methods_command/create_command.rb +0 -2
- data/lib/3scale_toolbox/commands/methods_command/delete_command.rb +1 -1
- data/lib/3scale_toolbox/commands/methods_command/list_command.rb +1 -9
- data/lib/3scale_toolbox/commands/metrics_command/list_command.rb +1 -1
- data/lib/3scale_toolbox/commands/plans_command/export/read_plan_limits_step.rb +1 -1
- data/lib/3scale_toolbox/commands/plans_command/export/read_plan_methods_step.rb +2 -2
- data/lib/3scale_toolbox/commands/plans_command/export/read_plan_metrics_step.rb +2 -2
- data/lib/3scale_toolbox/commands/plans_command/export/read_plan_pricing_rules_step.rb +1 -2
- data/lib/3scale_toolbox/commands/plans_command/export/step.rb +8 -20
- data/lib/3scale_toolbox/commands/plans_command/import/import_plan_limits_step.rb +7 -8
- data/lib/3scale_toolbox/commands/plans_command/import/import_plan_metrics_step.rb +6 -13
- data/lib/3scale_toolbox/commands/plans_command/import/import_plan_pricing_rules_step.rb +8 -15
- data/lib/3scale_toolbox/commands/plans_command/import/step.rb +2 -22
- data/lib/3scale_toolbox/commands/plans_command/list_command.rb +1 -1
- data/lib/3scale_toolbox/commands/plans_command/show_command.rb +1 -1
- data/lib/3scale_toolbox/commands/policies_command.rb +24 -0
- data/lib/3scale_toolbox/commands/policies_command/export_command.rb +98 -0
- data/lib/3scale_toolbox/commands/policies_command/import_command.rb +61 -0
- data/lib/3scale_toolbox/commands/product_command.rb +4 -0
- data/lib/3scale_toolbox/commands/product_command/copy_command.rb +8 -3
- data/lib/3scale_toolbox/commands/product_command/copy_command/copy_backends_task.rb +28 -5
- data/lib/3scale_toolbox/commands/product_command/export_command.rb +81 -0
- data/lib/3scale_toolbox/commands/product_command/import_command.rb +126 -0
- data/lib/3scale_toolbox/commands/proxy_config_command.rb +2 -0
- data/lib/3scale_toolbox/commands/proxy_config_command/deploy_command.rb +54 -0
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_activedocs_task.rb +15 -12
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_app_plans_task.rb +15 -15
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_limits_task.rb +12 -13
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_mapping_rules_task.rb +11 -11
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_methods_task.rb +9 -12
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_metrics_task.rb +8 -8
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_policies_task.rb +1 -1
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_pricingrules_task.rb +15 -18
- data/lib/3scale_toolbox/commands/service_command/copy_command/copy_service_proxy_task.rb +2 -2
- data/lib/3scale_toolbox/commands/service_command/copy_command/create_or_update_service_task.rb +2 -1
- data/lib/3scale_toolbox/commands/service_command/copy_command/destroy_mapping_rules_task.rb +9 -5
- data/lib/3scale_toolbox/commands/service_command/copy_command/task.rb +20 -34
- data/lib/3scale_toolbox/commands/update_command/service_command/delete_activedocs_task.rb +1 -3
- data/lib/3scale_toolbox/crds.rb +16 -0
- data/lib/3scale_toolbox/crds/application_plan_dump.rb +19 -0
- data/lib/3scale_toolbox/crds/backend_dump.rb +39 -0
- data/lib/3scale_toolbox/crds/backend_mapping_rule_dump.rb +26 -0
- data/lib/3scale_toolbox/crds/backend_method_dump.rb +12 -0
- data/lib/3scale_toolbox/crds/backend_metric_dump.rb +13 -0
- data/lib/3scale_toolbox/crds/backend_parser.rb +55 -0
- data/lib/3scale_toolbox/crds/backend_usage_dump.rb +11 -0
- data/lib/3scale_toolbox/crds/limit_dump.rb +37 -0
- data/lib/3scale_toolbox/crds/mapping_rule_dump.rb +26 -0
- data/lib/3scale_toolbox/crds/method_dump.rb +12 -0
- data/lib/3scale_toolbox/crds/metric_dump.rb +13 -0
- data/lib/3scale_toolbox/crds/pricing_rule_dump.rb +38 -0
- data/lib/3scale_toolbox/crds/product_deployment_parser.rb +329 -0
- data/lib/3scale_toolbox/crds/product_dump.rb +157 -0
- data/lib/3scale_toolbox/crds/product_parser.rb +114 -0
- data/lib/3scale_toolbox/crds/remote.rb +682 -0
- data/lib/3scale_toolbox/entities.rb +3 -0
- data/lib/3scale_toolbox/entities/account.rb +1 -1
- data/lib/3scale_toolbox/entities/activedocs.rb +12 -0
- data/lib/3scale_toolbox/entities/application_plan.rb +54 -46
- data/lib/3scale_toolbox/entities/backend.rb +65 -30
- data/lib/3scale_toolbox/entities/backend_mapping_rule.rb +29 -3
- data/lib/3scale_toolbox/entities/backend_method.rb +25 -16
- data/lib/3scale_toolbox/entities/backend_metric.rb +12 -2
- data/lib/3scale_toolbox/entities/backend_usage.rb +7 -1
- data/lib/3scale_toolbox/entities/limit.rb +71 -0
- data/lib/3scale_toolbox/entities/mapping_rule.rb +90 -0
- data/lib/3scale_toolbox/entities/method.rb +33 -19
- data/lib/3scale_toolbox/entities/metric.rb +29 -18
- data/lib/3scale_toolbox/entities/pricing_rule.rb +63 -0
- data/lib/3scale_toolbox/entities/proxy_config.rb +0 -1
- data/lib/3scale_toolbox/entities/service.rb +149 -46
- data/lib/3scale_toolbox/helper.rb +13 -16
- data/lib/3scale_toolbox/proxy_logger.rb +4 -0
- data/lib/3scale_toolbox/remote_cache.rb +164 -0
- data/lib/3scale_toolbox/remotes.rb +2 -2
- data/lib/3scale_toolbox/version.rb +1 -1
- data/licenses.xml +98 -50
- metadata +37 -9
@@ -35,14 +35,14 @@ module ThreeScaleToolbox
|
|
35
35
|
end
|
36
36
|
end
|
37
37
|
|
38
|
-
def delete(key)
|
38
|
+
def delete(key, &block)
|
39
39
|
value = nil
|
40
40
|
update do |rmts|
|
41
41
|
# block should return rmts
|
42
42
|
# but main method should return deleted value
|
43
43
|
rmts.tap do |r|
|
44
44
|
value = if block_given?
|
45
|
-
r.delete(key, &
|
45
|
+
r.delete(key, &block)
|
46
46
|
else
|
47
47
|
r.delete(key)
|
48
48
|
end
|
data/licenses.xml
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<dependencies>
|
4
4
|
<dependency>
|
5
5
|
<packageName>3scale-api</packageName>
|
6
|
-
<version>1.
|
6
|
+
<version>1.4.0</version>
|
7
7
|
<licenses>
|
8
8
|
<license>
|
9
9
|
<name>MIT</name>
|
@@ -13,7 +13,7 @@
|
|
13
13
|
</dependency>
|
14
14
|
<dependency>
|
15
15
|
<packageName>3scale_toolbox</packageName>
|
16
|
-
<version>0.
|
16
|
+
<version>0.19.0</version>
|
17
17
|
<licenses>
|
18
18
|
<license>
|
19
19
|
<name>MIT</name>
|
@@ -23,7 +23,7 @@
|
|
23
23
|
</dependency>
|
24
24
|
<dependency>
|
25
25
|
<packageName>activesupport</packageName>
|
26
|
-
<version>6.
|
26
|
+
<version>6.1.4</version>
|
27
27
|
<licenses>
|
28
28
|
<license>
|
29
29
|
<name>MIT</name>
|
@@ -33,7 +33,7 @@
|
|
33
33
|
</dependency>
|
34
34
|
<dependency>
|
35
35
|
<packageName>addressable</packageName>
|
36
|
-
<version>2.
|
36
|
+
<version>2.8.0</version>
|
37
37
|
<licenses>
|
38
38
|
<license>
|
39
39
|
<name>Apache 2.0</name>
|
@@ -53,17 +53,27 @@
|
|
53
53
|
</dependency>
|
54
54
|
<dependency>
|
55
55
|
<packageName>bundler</packageName>
|
56
|
-
<version>
|
56
|
+
<version>2.2.21</version>
|
57
57
|
<licenses>
|
58
58
|
<license>
|
59
|
-
<name>
|
60
|
-
<url
|
59
|
+
<name>MIT</name>
|
60
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
61
|
+
</license>
|
62
|
+
</licenses>
|
63
|
+
</dependency>
|
64
|
+
<dependency>
|
65
|
+
<packageName>codecov</packageName>
|
66
|
+
<version>0.5.2</version>
|
67
|
+
<licenses>
|
68
|
+
<license>
|
69
|
+
<name>MIT</name>
|
70
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
61
71
|
</license>
|
62
72
|
</licenses>
|
63
73
|
</dependency>
|
64
74
|
<dependency>
|
65
75
|
<packageName>coderay</packageName>
|
66
|
-
<version>1.1.
|
76
|
+
<version>1.1.3</version>
|
67
77
|
<licenses>
|
68
78
|
<license>
|
69
79
|
<name>MIT</name>
|
@@ -73,7 +83,7 @@
|
|
73
83
|
</dependency>
|
74
84
|
<dependency>
|
75
85
|
<packageName>concurrent-ruby</packageName>
|
76
|
-
<version>1.1.
|
86
|
+
<version>1.1.9</version>
|
77
87
|
<licenses>
|
78
88
|
<license>
|
79
89
|
<name>MIT</name>
|
@@ -83,7 +93,7 @@
|
|
83
93
|
</dependency>
|
84
94
|
<dependency>
|
85
95
|
<packageName>crack</packageName>
|
86
|
-
<version>0.4.
|
96
|
+
<version>0.4.5</version>
|
87
97
|
<licenses>
|
88
98
|
<license>
|
89
99
|
<name>MIT</name>
|
@@ -93,7 +103,7 @@
|
|
93
103
|
</dependency>
|
94
104
|
<dependency>
|
95
105
|
<packageName>cri</packageName>
|
96
|
-
<version>2.15.
|
106
|
+
<version>2.15.11</version>
|
97
107
|
<licenses>
|
98
108
|
<license>
|
99
109
|
<name>MIT</name>
|
@@ -113,7 +123,7 @@
|
|
113
123
|
</dependency>
|
114
124
|
<dependency>
|
115
125
|
<packageName>diff-lcs</packageName>
|
116
|
-
<version>1.
|
126
|
+
<version>1.4.4</version>
|
117
127
|
<licenses>
|
118
128
|
<license>
|
119
129
|
<name>MIT</name>
|
@@ -128,10 +138,20 @@
|
|
128
138
|
<url></url>
|
129
139
|
</license>
|
130
140
|
</licenses>
|
141
|
+
</dependency>
|
142
|
+
<dependency>
|
143
|
+
<packageName>docile</packageName>
|
144
|
+
<version>1.4.0</version>
|
145
|
+
<licenses>
|
146
|
+
<license>
|
147
|
+
<name>MIT</name>
|
148
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
149
|
+
</license>
|
150
|
+
</licenses>
|
131
151
|
</dependency>
|
132
152
|
<dependency>
|
133
153
|
<packageName>dotenv</packageName>
|
134
|
-
<version>2.7.
|
154
|
+
<version>2.7.6</version>
|
135
155
|
<licenses>
|
136
156
|
<license>
|
137
157
|
<name>MIT</name>
|
@@ -171,7 +191,7 @@
|
|
171
191
|
</dependency>
|
172
192
|
<dependency>
|
173
193
|
<packageName>i18n</packageName>
|
174
|
-
<version>1.8.
|
194
|
+
<version>1.8.10</version>
|
175
195
|
<licenses>
|
176
196
|
<license>
|
177
197
|
<name>MIT</name>
|
@@ -208,20 +228,10 @@
|
|
208
228
|
<url>http://opensource.org/licenses/mit-license</url>
|
209
229
|
</license>
|
210
230
|
</licenses>
|
211
|
-
</dependency>
|
212
|
-
<dependency>
|
213
|
-
<packageName>mini_portile2</packageName>
|
214
|
-
<version>2.4.0</version>
|
215
|
-
<licenses>
|
216
|
-
<license>
|
217
|
-
<name>MIT</name>
|
218
|
-
<url>http://opensource.org/licenses/mit-license</url>
|
219
|
-
</license>
|
220
|
-
</licenses>
|
221
231
|
</dependency>
|
222
232
|
<dependency>
|
223
233
|
<packageName>minitest</packageName>
|
224
|
-
<version>5.14.
|
234
|
+
<version>5.14.4</version>
|
225
235
|
<licenses>
|
226
236
|
<license>
|
227
237
|
<name>MIT</name>
|
@@ -251,7 +261,7 @@
|
|
251
261
|
</dependency>
|
252
262
|
<dependency>
|
253
263
|
<packageName>nokogiri</packageName>
|
254
|
-
<version>1.
|
264
|
+
<version>1.12.3</version>
|
255
265
|
<licenses>
|
256
266
|
<license>
|
257
267
|
<name>MIT</name>
|
@@ -261,7 +271,7 @@
|
|
261
271
|
</dependency>
|
262
272
|
<dependency>
|
263
273
|
<packageName>oas_parser</packageName>
|
264
|
-
<version>0.25.
|
274
|
+
<version>0.25.4</version>
|
265
275
|
<licenses>
|
266
276
|
<license>
|
267
277
|
<name>MIT</name>
|
@@ -281,7 +291,7 @@
|
|
281
291
|
</dependency>
|
282
292
|
<dependency>
|
283
293
|
<packageName>pry</packageName>
|
284
|
-
<version>0.
|
294
|
+
<version>0.14.1</version>
|
285
295
|
<licenses>
|
286
296
|
<license>
|
287
297
|
<name>MIT</name>
|
@@ -291,27 +301,51 @@
|
|
291
301
|
</dependency>
|
292
302
|
<dependency>
|
293
303
|
<packageName>public_suffix</packageName>
|
294
|
-
<version>4.0.
|
304
|
+
<version>4.0.6</version>
|
295
305
|
<licenses>
|
296
306
|
<license>
|
297
307
|
<name>MIT</name>
|
298
308
|
<url>http://opensource.org/licenses/mit-license</url>
|
299
309
|
</license>
|
300
310
|
</licenses>
|
311
|
+
</dependency>
|
312
|
+
<dependency>
|
313
|
+
<packageName>racc</packageName>
|
314
|
+
<version>1.5.2</version>
|
315
|
+
<licenses>
|
316
|
+
<license>
|
317
|
+
<name>ruby</name>
|
318
|
+
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
|
319
|
+
</license>
|
320
|
+
<license>
|
321
|
+
<name>Simplified BSD</name>
|
322
|
+
<url>http://opensource.org/licenses/bsd-license</url>
|
323
|
+
</license>
|
324
|
+
</licenses>
|
301
325
|
</dependency>
|
302
326
|
<dependency>
|
303
327
|
<packageName>rake</packageName>
|
304
|
-
<version>13.0.
|
328
|
+
<version>13.0.3</version>
|
305
329
|
<licenses>
|
306
330
|
<license>
|
307
331
|
<name>MIT</name>
|
308
332
|
<url>http://opensource.org/licenses/mit-license</url>
|
309
333
|
</license>
|
310
334
|
</licenses>
|
335
|
+
</dependency>
|
336
|
+
<dependency>
|
337
|
+
<packageName>rexml</packageName>
|
338
|
+
<version>3.2.5</version>
|
339
|
+
<licenses>
|
340
|
+
<license>
|
341
|
+
<name>Simplified BSD</name>
|
342
|
+
<url>http://opensource.org/licenses/bsd-license</url>
|
343
|
+
</license>
|
344
|
+
</licenses>
|
311
345
|
</dependency>
|
312
346
|
<dependency>
|
313
347
|
<packageName>rspec</packageName>
|
314
|
-
<version>3.
|
348
|
+
<version>3.10.0</version>
|
315
349
|
<licenses>
|
316
350
|
<license>
|
317
351
|
<name>MIT</name>
|
@@ -321,7 +355,7 @@
|
|
321
355
|
</dependency>
|
322
356
|
<dependency>
|
323
357
|
<packageName>rspec-core</packageName>
|
324
|
-
<version>3.
|
358
|
+
<version>3.10.1</version>
|
325
359
|
<licenses>
|
326
360
|
<license>
|
327
361
|
<name>MIT</name>
|
@@ -331,7 +365,7 @@
|
|
331
365
|
</dependency>
|
332
366
|
<dependency>
|
333
367
|
<packageName>rspec-expectations</packageName>
|
334
|
-
<version>3.
|
368
|
+
<version>3.10.1</version>
|
335
369
|
<licenses>
|
336
370
|
<license>
|
337
371
|
<name>MIT</name>
|
@@ -341,7 +375,7 @@
|
|
341
375
|
</dependency>
|
342
376
|
<dependency>
|
343
377
|
<packageName>rspec-mocks</packageName>
|
344
|
-
<version>3.
|
378
|
+
<version>3.10.2</version>
|
345
379
|
<licenses>
|
346
380
|
<license>
|
347
381
|
<name>MIT</name>
|
@@ -351,7 +385,7 @@
|
|
351
385
|
</dependency>
|
352
386
|
<dependency>
|
353
387
|
<packageName>rspec-support</packageName>
|
354
|
-
<version>3.
|
388
|
+
<version>3.10.2</version>
|
355
389
|
<licenses>
|
356
390
|
<license>
|
357
391
|
<name>MIT</name>
|
@@ -361,11 +395,15 @@
|
|
361
395
|
</dependency>
|
362
396
|
<dependency>
|
363
397
|
<packageName>ruby2_keywords</packageName>
|
364
|
-
<version>0.0.
|
398
|
+
<version>0.0.5</version>
|
365
399
|
<licenses>
|
366
400
|
<license>
|
367
401
|
<name>ruby</name>
|
368
402
|
<url>http://www.ruby-lang.org/en/LICENSE.txt</url>
|
403
|
+
</license>
|
404
|
+
<license>
|
405
|
+
<name>Simplified BSD</name>
|
406
|
+
<url>http://opensource.org/licenses/bsd-license</url>
|
369
407
|
</license>
|
370
408
|
</licenses>
|
371
409
|
</dependency>
|
@@ -380,8 +418,8 @@
|
|
380
418
|
</licenses>
|
381
419
|
</dependency>
|
382
420
|
<dependency>
|
383
|
-
<packageName>
|
384
|
-
<version>
|
421
|
+
<packageName>simplecov</packageName>
|
422
|
+
<version>0.21.2</version>
|
385
423
|
<licenses>
|
386
424
|
<license>
|
387
425
|
<name>MIT</name>
|
@@ -390,8 +428,8 @@
|
|
390
428
|
</licenses>
|
391
429
|
</dependency>
|
392
430
|
<dependency>
|
393
|
-
<packageName>
|
394
|
-
<version>
|
431
|
+
<packageName>simplecov-html</packageName>
|
432
|
+
<version>0.12.3</version>
|
395
433
|
<licenses>
|
396
434
|
<license>
|
397
435
|
<name>MIT</name>
|
@@ -400,12 +438,22 @@
|
|
400
438
|
</licenses>
|
401
439
|
</dependency>
|
402
440
|
<dependency>
|
403
|
-
<packageName>
|
404
|
-
<version>0.3
|
441
|
+
<packageName>simplecov_json_formatter</packageName>
|
442
|
+
<version>0.1.3</version>
|
405
443
|
<licenses>
|
406
444
|
<license>
|
407
|
-
<name>
|
408
|
-
<url>http://
|
445
|
+
<name>MIT</name>
|
446
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
447
|
+
</license>
|
448
|
+
</licenses>
|
449
|
+
</dependency>
|
450
|
+
<dependency>
|
451
|
+
<packageName>thor</packageName>
|
452
|
+
<version>1.0.1</version>
|
453
|
+
<licenses>
|
454
|
+
<license>
|
455
|
+
<name>MIT</name>
|
456
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
409
457
|
</license>
|
410
458
|
</licenses>
|
411
459
|
</dependency>
|
@@ -421,7 +469,7 @@
|
|
421
469
|
</dependency>
|
422
470
|
<dependency>
|
423
471
|
<packageName>tzinfo</packageName>
|
424
|
-
<version>
|
472
|
+
<version>2.0.4</version>
|
425
473
|
<licenses>
|
426
474
|
<license>
|
427
475
|
<name>MIT</name>
|
@@ -431,7 +479,7 @@
|
|
431
479
|
</dependency>
|
432
480
|
<dependency>
|
433
481
|
<packageName>webmock</packageName>
|
434
|
-
<version>3.
|
482
|
+
<version>3.13.0</version>
|
435
483
|
<licenses>
|
436
484
|
<license>
|
437
485
|
<name>MIT</name>
|
@@ -451,17 +499,17 @@
|
|
451
499
|
</dependency>
|
452
500
|
<dependency>
|
453
501
|
<packageName>xml-simple</packageName>
|
454
|
-
<version>1.1.
|
502
|
+
<version>1.1.8</version>
|
455
503
|
<licenses>
|
456
504
|
<license>
|
457
|
-
<name>
|
458
|
-
<url>http://
|
505
|
+
<name>MIT</name>
|
506
|
+
<url>http://opensource.org/licenses/mit-license</url>
|
459
507
|
</license>
|
460
508
|
</licenses>
|
461
509
|
</dependency>
|
462
510
|
<dependency>
|
463
511
|
<packageName>zeitwerk</packageName>
|
464
|
-
<version>2.
|
512
|
+
<version>2.4.2</version>
|
465
513
|
<licenses>
|
466
514
|
<license>
|
467
515
|
<name>MIT</name>
|
metadata
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: 3scale_toolbox
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.19.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Miguel Soriano
|
8
8
|
- Eguzki Astiz Lezaun
|
9
9
|
autorequire:
|
10
10
|
bindir: exe
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2021-08-19 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -87,14 +87,14 @@ dependencies:
|
|
87
87
|
requirements:
|
88
88
|
- - "~>"
|
89
89
|
- !ruby/object:Gem::Version
|
90
|
-
version: '1.
|
90
|
+
version: '1.4'
|
91
91
|
type: :runtime
|
92
92
|
prerelease: false
|
93
93
|
version_requirements: !ruby/object:Gem::Requirement
|
94
94
|
requirements:
|
95
95
|
- - "~>"
|
96
96
|
- !ruby/object:Gem::Version
|
97
|
-
version: '1.
|
97
|
+
version: '1.4'
|
98
98
|
- !ruby/object:Gem::Dependency
|
99
99
|
name: cri
|
100
100
|
requirement: !ruby/object:Gem::Requirement
|
@@ -139,7 +139,7 @@ dependencies:
|
|
139
139
|
version: '0.20'
|
140
140
|
description: 3scale tools to manage your API from the terminal.
|
141
141
|
email:
|
142
|
-
-
|
142
|
+
- msoriano@redhat.com
|
143
143
|
- eastizle@redhat.com
|
144
144
|
executables:
|
145
145
|
- 3scale
|
@@ -184,12 +184,14 @@ files:
|
|
184
184
|
- lib/3scale_toolbox/commands/backend_command/copy_command/copy_methods_task.rb
|
185
185
|
- lib/3scale_toolbox/commands/backend_command/copy_command/copy_metrics_task.rb
|
186
186
|
- lib/3scale_toolbox/commands/backend_command/copy_command/create_or_update_target_backend_task.rb
|
187
|
+
- lib/3scale_toolbox/commands/backend_command/copy_command/delete_mapping_rules_task.rb
|
187
188
|
- lib/3scale_toolbox/commands/backend_command/copy_command/task.rb
|
188
189
|
- lib/3scale_toolbox/commands/copy_command.rb
|
189
190
|
- lib/3scale_toolbox/commands/copy_command/service_command.rb
|
190
191
|
- lib/3scale_toolbox/commands/help_command.rb
|
191
192
|
- lib/3scale_toolbox/commands/import_command.rb
|
192
193
|
- lib/3scale_toolbox/commands/import_command/import_csv.rb
|
194
|
+
- lib/3scale_toolbox/commands/import_command/issuer_type_transformer.rb
|
193
195
|
- lib/3scale_toolbox/commands/import_command/openapi.rb
|
194
196
|
- lib/3scale_toolbox/commands/import_command/openapi/create_activedocs_step.rb
|
195
197
|
- lib/3scale_toolbox/commands/import_command/openapi/create_mapping_rule_step.rb
|
@@ -234,13 +236,19 @@ files:
|
|
234
236
|
- lib/3scale_toolbox/commands/plans_command/import_command.rb
|
235
237
|
- lib/3scale_toolbox/commands/plans_command/list_command.rb
|
236
238
|
- lib/3scale_toolbox/commands/plans_command/show_command.rb
|
239
|
+
- lib/3scale_toolbox/commands/policies_command.rb
|
240
|
+
- lib/3scale_toolbox/commands/policies_command/export_command.rb
|
241
|
+
- lib/3scale_toolbox/commands/policies_command/import_command.rb
|
237
242
|
- lib/3scale_toolbox/commands/policy_registry_command.rb
|
238
243
|
- lib/3scale_toolbox/commands/policy_registry_command/copy_command.rb
|
239
244
|
- lib/3scale_toolbox/commands/product_command.rb
|
240
245
|
- lib/3scale_toolbox/commands/product_command/copy_command.rb
|
241
246
|
- lib/3scale_toolbox/commands/product_command/copy_command/copy_backends_task.rb
|
242
247
|
- lib/3scale_toolbox/commands/product_command/copy_command/delete_target_backend_usages_task.rb
|
248
|
+
- lib/3scale_toolbox/commands/product_command/export_command.rb
|
249
|
+
- lib/3scale_toolbox/commands/product_command/import_command.rb
|
243
250
|
- lib/3scale_toolbox/commands/proxy_config_command.rb
|
251
|
+
- lib/3scale_toolbox/commands/proxy_config_command/deploy_command.rb
|
244
252
|
- lib/3scale_toolbox/commands/proxy_config_command/export_command.rb
|
245
253
|
- lib/3scale_toolbox/commands/proxy_config_command/helper.rb
|
246
254
|
- lib/3scale_toolbox/commands/proxy_config_command/list_command.rb
|
@@ -276,6 +284,23 @@ files:
|
|
276
284
|
- lib/3scale_toolbox/commands/update_command/service_command/copy_service_settings_task.rb
|
277
285
|
- lib/3scale_toolbox/commands/update_command/service_command/delete_activedocs_task.rb
|
278
286
|
- lib/3scale_toolbox/configuration.rb
|
287
|
+
- lib/3scale_toolbox/crds.rb
|
288
|
+
- lib/3scale_toolbox/crds/application_plan_dump.rb
|
289
|
+
- lib/3scale_toolbox/crds/backend_dump.rb
|
290
|
+
- lib/3scale_toolbox/crds/backend_mapping_rule_dump.rb
|
291
|
+
- lib/3scale_toolbox/crds/backend_method_dump.rb
|
292
|
+
- lib/3scale_toolbox/crds/backend_metric_dump.rb
|
293
|
+
- lib/3scale_toolbox/crds/backend_parser.rb
|
294
|
+
- lib/3scale_toolbox/crds/backend_usage_dump.rb
|
295
|
+
- lib/3scale_toolbox/crds/limit_dump.rb
|
296
|
+
- lib/3scale_toolbox/crds/mapping_rule_dump.rb
|
297
|
+
- lib/3scale_toolbox/crds/method_dump.rb
|
298
|
+
- lib/3scale_toolbox/crds/metric_dump.rb
|
299
|
+
- lib/3scale_toolbox/crds/pricing_rule_dump.rb
|
300
|
+
- lib/3scale_toolbox/crds/product_deployment_parser.rb
|
301
|
+
- lib/3scale_toolbox/crds/product_dump.rb
|
302
|
+
- lib/3scale_toolbox/crds/product_parser.rb
|
303
|
+
- lib/3scale_toolbox/crds/remote.rb
|
279
304
|
- lib/3scale_toolbox/entities.rb
|
280
305
|
- lib/3scale_toolbox/entities/account.rb
|
281
306
|
- lib/3scale_toolbox/entities/activedocs.rb
|
@@ -287,8 +312,11 @@ files:
|
|
287
312
|
- lib/3scale_toolbox/entities/backend_metric.rb
|
288
313
|
- lib/3scale_toolbox/entities/backend_usage.rb
|
289
314
|
- lib/3scale_toolbox/entities/base_entity.rb
|
315
|
+
- lib/3scale_toolbox/entities/limit.rb
|
316
|
+
- lib/3scale_toolbox/entities/mapping_rule.rb
|
290
317
|
- lib/3scale_toolbox/entities/method.rb
|
291
318
|
- lib/3scale_toolbox/entities/metric.rb
|
319
|
+
- lib/3scale_toolbox/entities/pricing_rule.rb
|
292
320
|
- lib/3scale_toolbox/entities/proxy_config.rb
|
293
321
|
- lib/3scale_toolbox/entities/service.rb
|
294
322
|
- lib/3scale_toolbox/error.rb
|
@@ -297,6 +325,7 @@ files:
|
|
297
325
|
- lib/3scale_toolbox/openapi/oas3.rb
|
298
326
|
- lib/3scale_toolbox/openapi/swagger.rb
|
299
327
|
- lib/3scale_toolbox/proxy_logger.rb
|
328
|
+
- lib/3scale_toolbox/remote_cache.rb
|
300
329
|
- lib/3scale_toolbox/remotes.rb
|
301
330
|
- lib/3scale_toolbox/resource_reader.rb
|
302
331
|
- lib/3scale_toolbox/version.rb
|
@@ -315,15 +344,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
315
344
|
requirements:
|
316
345
|
- - ">="
|
317
346
|
- !ruby/object:Gem::Version
|
318
|
-
version: '2.
|
347
|
+
version: '2.6'
|
319
348
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
320
349
|
requirements:
|
321
350
|
- - ">="
|
322
351
|
- !ruby/object:Gem::Version
|
323
352
|
version: '0'
|
324
353
|
requirements: []
|
325
|
-
|
326
|
-
rubygems_version: 2.7.6
|
354
|
+
rubygems_version: 3.0.3
|
327
355
|
signing_key:
|
328
356
|
specification_version: 4
|
329
357
|
summary: 3scale Toolbox.
|