nonnative 1.63.0 → 1.64.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 +2 -1
- data/CHANGELOG.md +15 -0
- data/Gemfile.lock +13 -13
- data/README.md +6 -6
- data/lib/nonnative/configuration.rb +1 -1
- data/lib/nonnative/configuration_proxy.rb +2 -2
- data/lib/nonnative/configuration_runner.rb +1 -1
- data/lib/nonnative/proxy_factory.rb +1 -1
- data/lib/nonnative/socket_pair_factory.rb +2 -2
- data/lib/nonnative/version.rb +1 -1
- data/nonnative.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1eddcb84e088459dffd4685869f2f6a02961ba55882f04ba0f1ec6d444ed9660
|
|
4
|
+
data.tar.gz: 4055310b41240d5eb144f683ecd27125b523d4bcafb7bed105ba003ef26e1347
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a9a6fa974ebb2b2fb9ee37c25ecdbaf2153e07a75f87fed4c5cfadf56c75f43aea79b2e4e4bce12eb189ec8c682b1f32d79c13d4dcf5ec3ab93e335fbb891bd
|
|
7
|
+
data.tar.gz: 139d54e0ab08f892896305e74f8252fcbda81bdabf523ade77c4f841ab58ec225641240c9dda3f274954110d5365180f21ae4257c07c061ea83a111830411db6
|
data/.circleci/config.yml
CHANGED
|
@@ -15,14 +15,15 @@ jobs:
|
|
|
15
15
|
key: nonnative-gem-cache-{{ checksum "Gemfile.lock" }}
|
|
16
16
|
paths:
|
|
17
17
|
- vendor/bundle
|
|
18
|
+
- run: make lint
|
|
18
19
|
- run: make features
|
|
19
20
|
- store_test_results:
|
|
20
21
|
path: reports
|
|
21
|
-
- run: make lint
|
|
22
22
|
- store_artifacts:
|
|
23
23
|
path: coverage
|
|
24
24
|
- store_artifacts:
|
|
25
25
|
path: features/logs
|
|
26
|
+
resource_class: large
|
|
26
27
|
release:
|
|
27
28
|
docker:
|
|
28
29
|
- image: alexfalkowski/release:2.0
|
data/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [1.64.0](https://github.com/alexfalkowski/nonnative/compare/v1.63.4...v1.64.0) (2022-06-13)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
* rename to kind ([#133](https://github.com/alexfalkowski/nonnative/issues/133)) ([c0adc32](https://github.com/alexfalkowski/nonnative/commit/c0adc32320f8ccb32602c68b5b449baf13cd0d34))
|
|
11
|
+
|
|
12
|
+
### [1.63.4](https://github.com/alexfalkowski/nonnative/compare/v1.63.3...v1.63.4) (2022-06-07)
|
|
13
|
+
|
|
14
|
+
### [1.63.3](https://github.com/alexfalkowski/nonnative/compare/v1.63.2...v1.63.3) (2022-06-03)
|
|
15
|
+
|
|
16
|
+
### [1.63.2](https://github.com/alexfalkowski/nonnative/compare/v1.63.1...v1.63.2) (2022-05-30)
|
|
17
|
+
|
|
18
|
+
### [1.63.1](https://github.com/alexfalkowski/nonnative/compare/v1.63.0...v1.63.1) (2022-05-30)
|
|
19
|
+
|
|
5
20
|
## [1.63.0](https://github.com/alexfalkowski/nonnative/compare/v1.62.5...v1.63.0) (2022-05-24)
|
|
6
21
|
|
|
7
22
|
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
nonnative (1.
|
|
4
|
+
nonnative (1.64.0)
|
|
5
5
|
concurrent-ruby (~> 1.0, >= 1.0.5)
|
|
6
6
|
cucumber (>= 7, < 9)
|
|
7
7
|
get_process_mem (~> 0.2.1)
|
|
@@ -45,10 +45,10 @@ GEM
|
|
|
45
45
|
cucumber-gherkin (~> 23.0, >= 23.0.1)
|
|
46
46
|
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
47
47
|
cucumber-tag-expressions (~> 4.1, >= 4.1.0)
|
|
48
|
-
cucumber-cucumber-expressions (15.
|
|
48
|
+
cucumber-cucumber-expressions (15.2.0)
|
|
49
49
|
cucumber-gherkin (23.0.1)
|
|
50
50
|
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
51
|
-
cucumber-html-formatter (19.
|
|
51
|
+
cucumber-html-formatter (19.2.0)
|
|
52
52
|
cucumber-messages (~> 18.0, >= 18.0.0)
|
|
53
53
|
cucumber-messages (18.0.0)
|
|
54
54
|
cucumber-tag-expressions (4.1.0)
|
|
@@ -60,8 +60,8 @@ GEM
|
|
|
60
60
|
ffi (1.15.5)
|
|
61
61
|
get_process_mem (0.2.7)
|
|
62
62
|
ffi (~> 1.0)
|
|
63
|
-
google-protobuf (3.
|
|
64
|
-
google-protobuf (3.
|
|
63
|
+
google-protobuf (3.21.1-x86_64-darwin)
|
|
64
|
+
google-protobuf (3.21.1-x86_64-linux)
|
|
65
65
|
googleapis-common-protos-types (1.3.1)
|
|
66
66
|
google-protobuf (~> 3.14)
|
|
67
67
|
grpc (1.46.3-x86_64-darwin)
|
|
@@ -71,7 +71,7 @@ GEM
|
|
|
71
71
|
google-protobuf (~> 3.19)
|
|
72
72
|
googleapis-common-protos-types (~> 1.0)
|
|
73
73
|
http-accept (1.7.0)
|
|
74
|
-
http-cookie (1.0.
|
|
74
|
+
http-cookie (1.0.5)
|
|
75
75
|
domain_name (~> 0.5)
|
|
76
76
|
jaro_winkler (1.5.4)
|
|
77
77
|
kramdown (2.4.0)
|
|
@@ -96,11 +96,11 @@ GEM
|
|
|
96
96
|
puma (5.6.4)
|
|
97
97
|
nio4r (~> 2.0)
|
|
98
98
|
racc (1.6.0)
|
|
99
|
-
rack (2.2.3)
|
|
99
|
+
rack (2.2.3.1)
|
|
100
100
|
rack-protection (2.2.0)
|
|
101
101
|
rack
|
|
102
102
|
rainbow (3.1.1)
|
|
103
|
-
regexp_parser (2.
|
|
103
|
+
regexp_parser (2.5.0)
|
|
104
104
|
rest-client (2.1.0)
|
|
105
105
|
http-accept (>= 1.7.0, < 2.0)
|
|
106
106
|
http-cookie (>= 1.0.2, < 2.0)
|
|
@@ -127,13 +127,13 @@ GEM
|
|
|
127
127
|
diff-lcs (>= 1.2.0, < 2.0)
|
|
128
128
|
rspec-support (~> 3.11.0)
|
|
129
129
|
rspec-support (3.11.0)
|
|
130
|
-
rubocop (1.
|
|
130
|
+
rubocop (1.30.1)
|
|
131
131
|
parallel (~> 1.10)
|
|
132
132
|
parser (>= 3.1.0.0)
|
|
133
133
|
rainbow (>= 2.2.2, < 4.0)
|
|
134
134
|
regexp_parser (>= 1.8, < 3.0)
|
|
135
135
|
rexml (>= 3.2.5, < 4.0)
|
|
136
|
-
rubocop-ast (>= 1.
|
|
136
|
+
rubocop-ast (>= 1.18.0, < 2.0)
|
|
137
137
|
ruby-progressbar (~> 1.7)
|
|
138
138
|
unicode-display_width (>= 1.4.0, < 3.0)
|
|
139
139
|
rubocop-ast (1.18.0)
|
|
@@ -177,10 +177,10 @@ GEM
|
|
|
177
177
|
sync
|
|
178
178
|
unf (0.1.4)
|
|
179
179
|
unf_ext
|
|
180
|
-
unf_ext (0.0.8.
|
|
180
|
+
unf_ext (0.0.8.2)
|
|
181
181
|
unicode-display_width (2.1.0)
|
|
182
182
|
webrick (1.7.0)
|
|
183
|
-
yard (0.9.
|
|
183
|
+
yard (0.9.28)
|
|
184
184
|
webrick (~> 1.7.0)
|
|
185
185
|
|
|
186
186
|
PLATFORMS
|
|
@@ -191,7 +191,7 @@ DEPENDENCIES
|
|
|
191
191
|
bundler (~> 2.3)
|
|
192
192
|
coveralls_reborn (~> 0.24.0)
|
|
193
193
|
nonnative!
|
|
194
|
-
rubocop (~> 1.
|
|
194
|
+
rubocop (~> 1.30)
|
|
195
195
|
solargraph (~> 0.45.0)
|
|
196
196
|
|
|
197
197
|
BUNDLED WITH
|
data/README.md
CHANGED
|
@@ -384,7 +384,7 @@ require 'nonnative'
|
|
|
384
384
|
Nonnative.configure do |config|
|
|
385
385
|
config.process do |p|
|
|
386
386
|
p.proxy = {
|
|
387
|
-
|
|
387
|
+
kind: 'fault_injection',
|
|
388
388
|
port: 20_000,
|
|
389
389
|
log: 'features/logs/proxy_server.log',
|
|
390
390
|
options: {
|
|
@@ -402,7 +402,7 @@ version: 1.0
|
|
|
402
402
|
processes:
|
|
403
403
|
-
|
|
404
404
|
proxy:
|
|
405
|
-
|
|
405
|
+
kind: fault_injection
|
|
406
406
|
port: 20000
|
|
407
407
|
log: features/logs/proxy_server.log
|
|
408
408
|
options:
|
|
@@ -419,7 +419,7 @@ require 'nonnative'
|
|
|
419
419
|
Nonnative.configure do |config|
|
|
420
420
|
config.server do |s|
|
|
421
421
|
s.proxy = {
|
|
422
|
-
|
|
422
|
+
kind: 'fault_injection',
|
|
423
423
|
port: 20_000,
|
|
424
424
|
log: 'features/logs/proxy_server.log',
|
|
425
425
|
options: {
|
|
@@ -437,7 +437,7 @@ version: 1.0
|
|
|
437
437
|
servers:
|
|
438
438
|
-
|
|
439
439
|
proxy:
|
|
440
|
-
|
|
440
|
+
kind: fault_injection
|
|
441
441
|
port: 20000
|
|
442
442
|
log: features/logs/proxy_server.log
|
|
443
443
|
options:
|
|
@@ -454,7 +454,7 @@ require 'nonnative'
|
|
|
454
454
|
Nonnative.configure do |config|
|
|
455
455
|
config.service do |s|
|
|
456
456
|
s.proxy = {
|
|
457
|
-
|
|
457
|
+
kind: 'fault_injection',
|
|
458
458
|
port: 20_000,
|
|
459
459
|
log: 'features/logs/proxy_server.log',
|
|
460
460
|
options: {
|
|
@@ -472,7 +472,7 @@ version: 1.0
|
|
|
472
472
|
services:
|
|
473
473
|
-
|
|
474
474
|
proxy:
|
|
475
|
-
|
|
475
|
+
kind: fault_injection
|
|
476
476
|
port: 20000
|
|
477
477
|
log: features/logs/proxy_server.log
|
|
478
478
|
options:
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
module Nonnative
|
|
4
4
|
class ConfigurationProxy
|
|
5
|
-
attr_accessor :
|
|
5
|
+
attr_accessor :kind, :host, :port, :log, :options
|
|
6
6
|
|
|
7
7
|
def initialize
|
|
8
|
-
self.
|
|
8
|
+
self.kind = 'none'
|
|
9
9
|
self.host = '0.0.0.0'
|
|
10
10
|
self.port = 0
|
|
11
11
|
self.options = {}
|
data/lib/nonnative/version.rb
CHANGED
data/nonnative.gemspec
CHANGED
|
@@ -36,6 +36,6 @@ Gem::Specification.new do |spec|
|
|
|
36
36
|
|
|
37
37
|
spec.add_development_dependency 'bundler', '~> 2.3'
|
|
38
38
|
spec.add_development_dependency 'coveralls_reborn', '~> 0.24.0'
|
|
39
|
-
spec.add_development_dependency 'rubocop', '~> 1.
|
|
39
|
+
spec.add_development_dependency 'rubocop', '~> 1.30'
|
|
40
40
|
spec.add_development_dependency 'solargraph', '~> 0.45.0'
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nonnative
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.64.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alejandro Falkowski
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|
|
@@ -200,14 +200,14 @@ dependencies:
|
|
|
200
200
|
requirements:
|
|
201
201
|
- - "~>"
|
|
202
202
|
- !ruby/object:Gem::Version
|
|
203
|
-
version: '1.
|
|
203
|
+
version: '1.30'
|
|
204
204
|
type: :development
|
|
205
205
|
prerelease: false
|
|
206
206
|
version_requirements: !ruby/object:Gem::Requirement
|
|
207
207
|
requirements:
|
|
208
208
|
- - "~>"
|
|
209
209
|
- !ruby/object:Gem::Version
|
|
210
|
-
version: '1.
|
|
210
|
+
version: '1.30'
|
|
211
211
|
- !ruby/object:Gem::Dependency
|
|
212
212
|
name: solargraph
|
|
213
213
|
requirement: !ruby/object:Gem::Requirement
|