3scale_toolbox 0.19.1 → 0.19.2
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/3scale_toolbox/commands/backend_command/copy_command.rb +1 -1
- data/lib/3scale_toolbox/commands/import_command/openapi/create_activedocs_step.rb +1 -1
- data/lib/3scale_toolbox/commands/product_command/copy_command.rb +2 -2
- data/lib/3scale_toolbox/version.rb +1 -1
- data/licenses.xml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dee95ebde6b993418261f63857e80e18c8dd94bcfea9b92c6fa505cbbfdade99
|
|
4
|
+
data.tar.gz: ff8c3c97adb47ad141b2af12f8d4481330f9f25ce8819ecb5162666c6eedc521
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41473b4f397a15743224e1848aecdd21abdf8a0246833522c2a3aadf6ed5c5cc58970e4761bb61801afa2e32b4326a33d15bf71db3f926c06a7620f7daa5e8b1
|
|
7
|
+
data.tar.gz: 6d1396f584b308ba1f978f02981605023d346c2ff39d806e1e3b265b7d16233f72beb4f7fc896e99a6d62d5b765878d5e9c71ee4eeb444db91101decc0a16bae
|
|
@@ -18,7 +18,7 @@ module ThreeScaleToolbox
|
|
|
18
18
|
summary 'Copy backend'
|
|
19
19
|
description <<-HEREDOC
|
|
20
20
|
This command makes a copy of the referenced backend.
|
|
21
|
-
Target backend will be searched by source backend system name. System name can be
|
|
21
|
+
Target backend will be searched by the source backend system name. System name can be overridden with `--target-system-name` option.
|
|
22
22
|
If a backend with the selected `system-name` is not found, it will be created.
|
|
23
23
|
\n Components of the backend being copied:
|
|
24
24
|
\nmetrics
|
|
@@ -53,7 +53,7 @@ module ThreeScaleToolbox
|
|
|
53
53
|
# Other processing steps can work with original openapi spec
|
|
54
54
|
Helper.hash_deep_dup(resource).tap do |activedocs|
|
|
55
55
|
# public production base URL
|
|
56
|
-
# the basePath field is updated to a new value only when
|
|
56
|
+
# the basePath field is updated to a new value only when overridden by optional param
|
|
57
57
|
unless service.proxy['endpoint'].nil?
|
|
58
58
|
api_spec.set_server_url(activedocs, URI.join(service.proxy.fetch('endpoint'), public_base_path))
|
|
59
59
|
end
|
|
@@ -14,13 +14,13 @@ module ThreeScaleToolbox
|
|
|
14
14
|
summary 'Copy product'
|
|
15
15
|
description <<-HEREDOC
|
|
16
16
|
This command makes a copy of the referenced product.
|
|
17
|
-
Target product will be searched by source product system name. System name can be
|
|
17
|
+
Target product will be searched by the source product system name. System name can be overridden with `--target-system-name` option.
|
|
18
18
|
If a product with the selected `system_name` is not found, it will be created.
|
|
19
19
|
\n Components of the product being copied:
|
|
20
20
|
\nproduct configuration
|
|
21
21
|
\nproduct settings
|
|
22
22
|
\nproduct methods&metrics: Only missing metrics&methods will be created.
|
|
23
|
-
\nproduct mapping rules:
|
|
23
|
+
\nproduct mapping rules: mapping rules will be replaced. Existing mapping rules will be removed.
|
|
24
24
|
\nproduct application plans & pricing rules & limits: Only missing application plans & pricing rules & limits will be created.
|
|
25
25
|
\nproduct application usage rules
|
|
26
26
|
\nproduct policies
|
data/licenses.xml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: 3scale_toolbox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.19.
|
|
4
|
+
version: 0.19.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Miguel Soriano
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2021-09-
|
|
12
|
+
date: 2021-09-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: bundler
|