nonnative 1.66.0 → 1.68.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 +5 -12
- data/.editorconfig +1 -12
- data/.github/dependabot.yml +4 -0
- data/.gitignore +0 -3
- data/.gitmodules +3 -0
- data/.rubocop.yml +5 -2
- data/CHANGELOG.md +581 -265
- data/Gemfile.lock +48 -44
- data/Makefile +1 -37
- data/README.md +19 -19
- data/lib/nonnative/http_client.rb +4 -6
- data/lib/nonnative/observability.rb +3 -3
- data/lib/nonnative/pool.rb +6 -6
- data/lib/nonnative/timeout.rb +2 -2
- data/lib/nonnative/version.rb +1 -1
- data/nonnative.gemspec +3 -3
- metadata +8 -9
- data/bin/console +0 -15
- data/bin/setup +0 -9
data/CHANGELOG.md
CHANGED
|
@@ -1,485 +1,801 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
6
6
|
|
|
7
|
+
## Unreleased
|
|
7
8
|
|
|
8
|
-
|
|
9
|
+
## [v1.68.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.68.0) - 2023-01-30
|
|
9
10
|
|
|
10
|
-
|
|
11
|
+
- [`cf3cadf`](https://github.com/alexfalkowski/nonnative/commit/cf3cadfa604b83fc1117a2388717b27178eef96c) feat(observability): change endpoints (#199)
|
|
12
|
+
- [`0c9c699`](https://github.com/alexfalkowski/nonnative/commit/0c9c69932045283c70fd25802920551e81a3b28c) build(deps-dev): bump rubocop from 1.44.0 to 1.44.1 (#198)
|
|
11
13
|
|
|
12
|
-
|
|
14
|
+
## [v1.67.12](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.12) - 2023-01-25
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
- [`c2ccad4`](https://github.com/alexfalkowski/nonnative/commit/c2ccad4e445f0d51acd1169b13404a718633dc95) fix(deps): bump grpc from 1.50.0 to 1.51.0 (#197)
|
|
15
17
|
|
|
16
|
-
|
|
18
|
+
## [v1.67.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.11) - 2023-01-24
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
- [`6f3ead7`](https://github.com/alexfalkowski/nonnative/commit/6f3ead741390560468ed4b4b77ae644936a275b5) fix(deps): bump concurrent-ruby from 1.1.10 to 1.2.0 (#196)
|
|
21
|
+
- [`47eb32c`](https://github.com/alexfalkowski/nonnative/commit/47eb32cac1fa202ae96a6636539682528013176b) build(deps-dev): bump rubocop from 1.43.0 to 1.44.0 (#195)
|
|
22
|
+
- [`a4791e1`](https://github.com/alexfalkowski/nonnative/commit/a4791e139f53c7f8be72ce6e710d3cc1fcb1331c) test: use tables (#194)
|
|
23
|
+
- [`033a107`](https://github.com/alexfalkowski/nonnative/commit/033a107b9d3ff15769c52826bfbef74157f6be87) build(deps): update bin (#193)
|
|
24
|
+
- [`7c96714`](https://github.com/alexfalkowski/nonnative/commit/7c96714a101d5053754a71328770fb52095adb95) build(deps): update (#192)
|
|
19
25
|
|
|
20
|
-
|
|
26
|
+
## [v1.67.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.10) - 2023-01-19
|
|
21
27
|
|
|
22
|
-
|
|
28
|
+
- [`dccd4aa`](https://github.com/alexfalkowski/nonnative/commit/dccd4aa6d04e59b39fd5493635af821fdf967d27) fix(deps): bump rack from 2.2.4 to 2.2.6.2 (#191)
|
|
29
|
+
- [`0513939`](https://github.com/alexfalkowski/nonnative/commit/05139393b8cf25ca1c90d54e7b10673052a1c433) build: add bin (#190)
|
|
30
|
+
- [`795268e`](https://github.com/alexfalkowski/nonnative/commit/795268eb892646bea4cb94fe407fa499ccefe9dd) ci(dependabot): change commit message (#189)
|
|
31
|
+
- [`1f6f891`](https://github.com/alexfalkowski/nonnative/commit/1f6f8911164684fbaaaea09bcac35affacd816cf) ci: use release 3.1 (#188)
|
|
32
|
+
- [`81742bf`](https://github.com/alexfalkowski/nonnative/commit/81742bf4f748af91e0ad4af2f08b2da1229bd5d1) ci: use release 3.0 (#187)
|
|
23
33
|
|
|
24
|
-
|
|
34
|
+
## [v1.67.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.9) - 2023-01-11
|
|
25
35
|
|
|
26
|
-
|
|
36
|
+
- [`255a89e`](https://github.com/alexfalkowski/nonnative/commit/255a89ef322f4aaaa52a943b554af55dc00fd493) build(deps-dev): bump rubocop from 1.42.0 to 1.43.0 (#185)
|
|
27
37
|
|
|
28
|
-
|
|
38
|
+
## [v1.67.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.8) - 2023-01-09
|
|
29
39
|
|
|
30
|
-
|
|
40
|
+
- [`66942e6`](https://github.com/alexfalkowski/nonnative/commit/66942e6917ab0830b8af80497f01a5fba512d7ec) build(deps): bump rspec-expectations from 3.12.1 to 3.12.2 (#184)
|
|
31
41
|
|
|
32
|
-
|
|
42
|
+
## [v1.67.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.7) - 2023-01-02
|
|
33
43
|
|
|
34
|
-
|
|
44
|
+
- [`d7b8312`](https://github.com/alexfalkowski/nonnative/commit/d7b831283ec02c935342032c4b3c77067bb273af) build(deps-dev): bump rubocop from 1.41.1 to 1.42.0 (#183)
|
|
35
45
|
|
|
36
|
-
|
|
46
|
+
## [v1.67.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.6) - 2023-01-02
|
|
37
47
|
|
|
38
|
-
|
|
48
|
+
- [`f352476`](https://github.com/alexfalkowski/nonnative/commit/f3524769d9df4fc988cc748f45206de5091d60ae) build(deps): bump puma from 6.0.1 to 6.0.2 (#182)
|
|
39
49
|
|
|
40
|
-
|
|
50
|
+
## [v1.67.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.5) - 2022-12-26
|
|
41
51
|
|
|
42
|
-
|
|
52
|
+
- [`3c5d8d2`](https://github.com/alexfalkowski/nonnative/commit/3c5d8d2d889f5505012db10ea82b9dc7d8df78c1) build(deps-dev): update coveralls_reborn requirement from ~> 0.25.0 to ~> 0.26.0 (#181)
|
|
43
53
|
|
|
54
|
+
## [v1.67.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.4) - 2022-12-23
|
|
44
55
|
|
|
45
|
-
|
|
56
|
+
- [`46055dd`](https://github.com/alexfalkowski/nonnative/commit/46055dd29a2c84e731991d9f843adf2f75201fbf) build(deps-dev): bump rubocop from 1.41.0 to 1.41.1 (#180)
|
|
46
57
|
|
|
47
|
-
|
|
58
|
+
## [v1.67.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.3) - 2022-12-21
|
|
48
59
|
|
|
49
|
-
|
|
60
|
+
- [`6becb7c`](https://github.com/alexfalkowski/nonnative/commit/6becb7c09959b9fc239b8fc54861dc35f4337b76) build(deps-dev): bump rubocop from 1.40.0 to 1.41.0 (#179)
|
|
50
61
|
|
|
51
|
-
|
|
62
|
+
## [v1.67.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.2) - 2022-12-21
|
|
52
63
|
|
|
53
|
-
|
|
64
|
+
- [`6a54a4e`](https://github.com/alexfalkowski/nonnative/commit/6a54a4ec54d50860a7c6b89cb5bb5086d23d7536) build(deps): bump puma from 6.0.0 to 6.0.1 (#178)
|
|
54
65
|
|
|
55
|
-
|
|
66
|
+
## [v1.67.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.1) - 2022-12-20
|
|
56
67
|
|
|
57
|
-
|
|
68
|
+
- [`47f6a0b`](https://github.com/alexfalkowski/nonnative/commit/47f6a0b148960f2e0736bfa488f59e2e302fcded) build(deps-dev): update solargraph requirement from ~> 0.47.0 to ~> 0.48.0 (#177)
|
|
58
69
|
|
|
59
|
-
|
|
70
|
+
## [v1.67.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.67.0) - 2022-12-19
|
|
60
71
|
|
|
61
|
-
|
|
72
|
+
- [`1aee396`](https://github.com/alexfalkowski/nonnative/commit/1aee39617c7b585797c62d18ac7a375f588769b8) feat: use ruby 3.1 syntax (#176)
|
|
62
73
|
|
|
63
|
-
|
|
74
|
+
## [v1.66.12](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.12) - 2022-12-19
|
|
64
75
|
|
|
65
|
-
|
|
76
|
+
- [`acc6d3f`](https://github.com/alexfalkowski/nonnative/commit/acc6d3fdbf5884dc86b55fa7cd3789c7a71613a5) build(deps): bump rspec-expectations from 3.12.0 to 3.12.1 (#174)
|
|
66
77
|
|
|
67
|
-
|
|
78
|
+
## [v1.66.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.11) - 2022-12-19
|
|
68
79
|
|
|
69
|
-
|
|
80
|
+
- [`eea92a8`](https://github.com/alexfalkowski/nonnative/commit/eea92a860124a97c71ae9ccdae9827a28fc1ee3e) build(deps): bump sinatra from 3.0.4 to 3.0.5 (#175)
|
|
70
81
|
|
|
82
|
+
## [v1.66.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.10) - 2022-12-08
|
|
71
83
|
|
|
72
|
-
|
|
84
|
+
- [`136b96c`](https://github.com/alexfalkowski/nonnative/commit/136b96cfddb2ffed4a163678e7171ef9b3e54e62) ci: remove cache (#172)
|
|
73
85
|
|
|
74
|
-
|
|
86
|
+
## [v1.66.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.9) - 2022-11-28
|
|
75
87
|
|
|
76
|
-
|
|
88
|
+
- [`43d9dd7`](https://github.com/alexfalkowski/nonnative/commit/43d9dd7db5b603010dbb901e9d297f8f7f0742a8) build(deps): bump sinatra from 3.0.3 to 3.0.4 (#170)
|
|
77
89
|
|
|
78
|
-
|
|
90
|
+
## [v1.66.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.8) - 2022-11-15
|
|
79
91
|
|
|
80
|
-
|
|
92
|
+
- [`85491f8`](https://github.com/alexfalkowski/nonnative/commit/85491f8aba297f719594958f0341277fab0d784b) build(deps-dev): bump rubocop from 1.38.0 to 1.39.0 (#169)
|
|
81
93
|
|
|
82
|
-
|
|
94
|
+
## [v1.66.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.7) - 2022-11-14
|
|
83
95
|
|
|
84
|
-
|
|
96
|
+
- [`6823cc3`](https://github.com/alexfalkowski/nonnative/commit/6823cc31657bce1104067f6325791f4dedf1805d) build(deps): bump sinatra from 3.0.2 to 3.0.3 (#168)
|
|
85
97
|
|
|
98
|
+
## [v1.66.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.6) - 2022-11-02
|
|
86
99
|
|
|
87
|
-
|
|
100
|
+
- [`1393c8f`](https://github.com/alexfalkowski/nonnative/commit/1393c8f85ef506da76fa069290a11b196f7aea48) build(deps-dev): bump rubocop from 1.37.1 to 1.38.0 (#167)
|
|
88
101
|
|
|
89
|
-
|
|
102
|
+
## [v1.66.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.5) - 2022-10-27
|
|
90
103
|
|
|
91
|
-
|
|
104
|
+
- [`d348319`](https://github.com/alexfalkowski/nonnative/commit/d348319c7ba87735372c5542440b39aeb958551f) build(deps-dev): bump rubocop from 1.37.0 to 1.37.1 (#165)
|
|
92
105
|
|
|
93
|
-
|
|
106
|
+
## [v1.66.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.4) - 2022-10-27
|
|
94
107
|
|
|
95
|
-
|
|
108
|
+
- [`848e99a`](https://github.com/alexfalkowski/nonnative/commit/848e99a926f211f3af607657221e16c28da49748) build(deps): bump rspec-expectations from 3.11.1 to 3.12.0 (#166)
|
|
96
109
|
|
|
97
|
-
|
|
110
|
+
## [v1.66.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.3) - 2022-10-21
|
|
98
111
|
|
|
99
|
-
|
|
112
|
+
- [`4640ee7`](https://github.com/alexfalkowski/nonnative/commit/4640ee7494ec6ef51940d794a1bc3484c22d706f) build(deps-dev): bump rubocop from 1.36.0 to 1.37.0 (#164)
|
|
100
113
|
|
|
101
|
-
## [
|
|
114
|
+
## [v1.66.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.2) - 2022-10-19
|
|
102
115
|
|
|
116
|
+
- [`d128fae`](https://github.com/alexfalkowski/nonnative/commit/d128fae4fb68413c86eeb8440b66fe9c1a1bd7be) build(deps): bump nokogiri from 1.13.8 to 1.13.9 (#163)
|
|
103
117
|
|
|
104
|
-
|
|
118
|
+
## [v1.66.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.1) - 2022-10-19
|
|
105
119
|
|
|
106
|
-
|
|
120
|
+
- [`6daa294`](https://github.com/alexfalkowski/nonnative/commit/6daa29472ac4419e85ea0fa67841feb644cf3e15) build(deps): bump grpc from 1.49.1 to 1.50.0 (#162)
|
|
107
121
|
|
|
108
|
-
## [
|
|
122
|
+
## [v1.66.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.66.0) - 2022-10-14
|
|
109
123
|
|
|
124
|
+
- [`5d5b8cf`](https://github.com/alexfalkowski/nonnative/commit/5d5b8cf5754d0dfc7be65d6c42a088eefc3b9dd1) feat(puma): upgrade to v6.0.0 (#161)
|
|
110
125
|
|
|
111
|
-
|
|
126
|
+
## [v1.65.15](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.15) - 2022-10-05
|
|
112
127
|
|
|
113
|
-
|
|
128
|
+
- [`95488f5`](https://github.com/alexfalkowski/nonnative/commit/95488f520cacc5d8b04c96ed226661938e75d1c9) build(deps): bump google-protobuf from 3.21.6 to 3.21.7 (#159)
|
|
114
129
|
|
|
115
|
-
## [
|
|
130
|
+
## [v1.65.14](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.14) - 2022-10-03
|
|
116
131
|
|
|
132
|
+
- [`e0e7ee1`](https://github.com/alexfalkowski/nonnative/commit/e0e7ee1518028d1c0c3c579fa1d81eb2b5161fff) build(deps-dev): bump solargraph from 0.47.1 to 0.47.2 (#157)
|
|
117
133
|
|
|
118
|
-
|
|
134
|
+
## [v1.65.13](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.13) - 2022-10-03
|
|
119
135
|
|
|
120
|
-
|
|
136
|
+
- [`37439ae`](https://github.com/alexfalkowski/nonnative/commit/37439ae35dab1a3838a449f1e62d30bfed8dcc22) build(deps): bump sinatra from 3.0.1 to 3.0.2 (#158)
|
|
121
137
|
|
|
122
|
-
|
|
138
|
+
## [v1.65.12](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.12) - 2022-09-28
|
|
123
139
|
|
|
124
|
-
|
|
140
|
+
- [`171f514`](https://github.com/alexfalkowski/nonnative/commit/171f514c48f8f688fd42990dcf4eb808de5129db) build(deps-dev): bump solargraph from 0.47.0 to 0.47.1 (#156)
|
|
125
141
|
|
|
142
|
+
## [v1.65.11](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.11) - 2022-09-27
|
|
126
143
|
|
|
127
|
-
|
|
144
|
+
- [`d6e1921`](https://github.com/alexfalkowski/nonnative/commit/d6e1921a35fa24cb022a6a3f1d73701f4e30a149) build(deps): bump sinatra from 3.0.0 to 3.0.1 (#155)
|
|
128
145
|
|
|
129
|
-
|
|
146
|
+
## [v1.65.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.10) - 2022-09-27
|
|
130
147
|
|
|
131
|
-
|
|
148
|
+
- [`c94d651`](https://github.com/alexfalkowski/nonnative/commit/c94d6519e65d690ee93fd699171dedff559e6911) build(deps): bump grpc from 1.48.0 to 1.49.1 (#154)
|
|
132
149
|
|
|
133
|
-
|
|
150
|
+
## [v1.65.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.9) - 2022-09-26
|
|
134
151
|
|
|
152
|
+
- [`82bb724`](https://github.com/alexfalkowski/nonnative/commit/82bb724ecbad9838301ddefe004e390e09c24276) build(deps-dev): update solargraph requirement from ~> 0.46.0 to ~> 0.47.0 (#153)
|
|
135
153
|
|
|
136
|
-
|
|
154
|
+
## [v1.65.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.8) - 2022-09-26
|
|
137
155
|
|
|
138
|
-
|
|
156
|
+
- [`66ed5bf`](https://github.com/alexfalkowski/nonnative/commit/66ed5bf101c500007cb91e2c9c26528ea4909ded) build(deps): update sinatra requirement from ~> 2.0, >= 2.0.8.1 to >= 2.0.8.1, < 4 (#152)
|
|
139
157
|
|
|
140
|
-
## [
|
|
158
|
+
## [v1.65.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.7) - 2022-09-13
|
|
141
159
|
|
|
160
|
+
- [`59230f2`](https://github.com/alexfalkowski/nonnative/commit/59230f2b93c5919d5f85956ea1108ffe524d90bf) build(deps): bump rspec-expectations from 3.11.0 to 3.11.1 (#151)
|
|
142
161
|
|
|
143
|
-
|
|
162
|
+
## [v1.65.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.6) - 2022-09-02
|
|
144
163
|
|
|
145
|
-
|
|
164
|
+
- [`58eb86a`](https://github.com/alexfalkowski/nonnative/commit/58eb86afb7d1d0dde202a23fa16b8c1426b4bec8) build(deps-dev): bump rubocop from 1.35.1 to 1.36.0 (#150)
|
|
146
165
|
|
|
147
|
-
|
|
166
|
+
## [v1.65.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.5) - 2022-08-24
|
|
148
167
|
|
|
168
|
+
- [`78a4e56`](https://github.com/alexfalkowski/nonnative/commit/78a4e568e8d017e36bcca0aea89738f51f764a81) build(deps): bump puma from 5.6.4 to 5.6.5 (#149)
|
|
149
169
|
|
|
150
|
-
|
|
170
|
+
## [v1.65.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.4) - 2022-08-23
|
|
151
171
|
|
|
152
|
-
|
|
172
|
+
- [`13b2186`](https://github.com/alexfalkowski/nonnative/commit/13b21866cb1acbb6a4e3eab12a780abbb270ecd8) build(deps-dev): update solargraph requirement from ~> 0.45.0 to ~> 0.46.0 (#147)
|
|
153
173
|
|
|
154
|
-
## [
|
|
174
|
+
## [v1.65.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.3) - 2022-08-23
|
|
155
175
|
|
|
176
|
+
- [`6474bc3`](https://github.com/alexfalkowski/nonnative/commit/6474bc3031161395b3a325b14394b20c3428194a) build(deps-dev): bump rubocop from 1.35.0 to 1.35.1 (#148)
|
|
156
177
|
|
|
157
|
-
|
|
178
|
+
## [v1.65.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.2) - 2022-08-15
|
|
158
179
|
|
|
159
|
-
|
|
180
|
+
- [`d728f6e`](https://github.com/alexfalkowski/nonnative/commit/d728f6eb76ad5bf85b0b20e8d201dc36b417b420) build(deps-dev): bump rubocop from 1.34.1 to 1.35.0 (#146)
|
|
160
181
|
|
|
161
|
-
|
|
182
|
+
## [v1.65.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.1) - 2022-08-10
|
|
162
183
|
|
|
184
|
+
- [`8cebb2c`](https://github.com/alexfalkowski/nonnative/commit/8cebb2c3136a532e5a09a440a2fb28ecae84e831) build(deps-dev): bump rubocop from 1.33.0 to 1.34.1 (#145)
|
|
163
185
|
|
|
164
|
-
|
|
186
|
+
## [v1.65.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.65.0) - 2022-08-08
|
|
165
187
|
|
|
166
|
-
|
|
188
|
+
- [`24eea6d`](https://github.com/alexfalkowski/nonnative/commit/24eea6df32e6e97672e316daa9d5b2298248eb00) feat(ruby): update to v3.1.2 (#144)
|
|
167
189
|
|
|
168
|
-
## [
|
|
190
|
+
## [v1.64.10](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.10) - 2022-08-08
|
|
169
191
|
|
|
192
|
+
- [`654430e`](https://github.com/alexfalkowski/nonnative/commit/654430ec662fad2a45c7d4b4992876139a449020) build(deps-dev): update coveralls_reborn requirement from ~> 0.24.0 to ~> 0.25.0 (#143)
|
|
170
193
|
|
|
171
|
-
|
|
194
|
+
## [v1.64.9](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.9) - 2022-08-05
|
|
172
195
|
|
|
173
|
-
|
|
196
|
+
- [`3fe85c0`](https://github.com/alexfalkowski/nonnative/commit/3fe85c0550b4266802b4eff1c18e052f823c0b39) build(deps-dev): bump rubocop from 1.32.0 to 1.33.0 (#142)
|
|
174
197
|
|
|
175
|
-
## [
|
|
198
|
+
## [v1.64.8](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.8) - 2022-07-25
|
|
176
199
|
|
|
200
|
+
- [`c4576d1`](https://github.com/alexfalkowski/nonnative/commit/c4576d1bb831d23f095b40beb30cfc9d50d5738e) build(deps): bump sinatra from 2.2.1 to 2.2.2 (#141)
|
|
177
201
|
|
|
178
|
-
|
|
202
|
+
## [v1.64.7](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.7) - 2022-07-25
|
|
179
203
|
|
|
180
|
-
|
|
204
|
+
- [`39e306b`](https://github.com/alexfalkowski/nonnative/commit/39e306b0bf04df6bfb844f6ce31d957337e36b82) build(deps): bump grpc from 1.47.0 to 1.48.0 (#140)
|
|
181
205
|
|
|
182
|
-
|
|
206
|
+
## [v1.64.6](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.6) - 2022-07-22
|
|
183
207
|
|
|
184
|
-
|
|
208
|
+
- [`648de40`](https://github.com/alexfalkowski/nonnative/commit/648de40cba57f44168f642671365fa49b65ff772) build(deps-dev): bump rubocop from 1.31.2 to 1.32.0 (#139)
|
|
185
209
|
|
|
186
|
-
|
|
210
|
+
## [v1.64.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.5) - 2022-07-18
|
|
187
211
|
|
|
188
|
-
|
|
212
|
+
- [`347cdfe`](https://github.com/alexfalkowski/nonnative/commit/347cdfe5cc3f71841d69b5104bad5782ed2374eb) build(deps): bump sinatra from 2.2.0 to 2.2.1 (#138)
|
|
189
213
|
|
|
190
|
-
## [
|
|
214
|
+
## [v1.64.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.4) - 2022-07-12
|
|
191
215
|
|
|
216
|
+
- [`d7a7123`](https://github.com/alexfalkowski/nonnative/commit/d7a712318ab4f666914779ee033820c8acf64fe2) build(deps): bump grpc from 1.46.3 to 1.47.0 (#137)
|
|
192
217
|
|
|
193
|
-
|
|
218
|
+
## [v1.64.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.3) - 2022-07-08
|
|
194
219
|
|
|
195
|
-
|
|
220
|
+
- [`6f41f3e`](https://github.com/alexfalkowski/nonnative/commit/6f41f3e26d541a7fa1e5d49dfaa793e1e7b815bb) build(deps-dev): bump rubocop from 1.31.1 to 1.31.2 (#136)
|
|
196
221
|
|
|
197
|
-
## [
|
|
222
|
+
## [v1.64.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.2) - 2022-06-30
|
|
198
223
|
|
|
224
|
+
- [`64e9a05`](https://github.com/alexfalkowski/nonnative/commit/64e9a05f2ac1e962c7d8522703eb745a6e1b4274) build(deps-dev): bump rubocop from 1.31.0 to 1.31.1 (#135)
|
|
199
225
|
|
|
200
|
-
|
|
226
|
+
## [v1.64.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.1) - 2022-06-28
|
|
201
227
|
|
|
202
|
-
|
|
228
|
+
- [`08ea965`](https://github.com/alexfalkowski/nonnative/commit/08ea9656b801a7ef954f080880c89579a2726361) build(deps-dev): bump rubocop from 1.30.1 to 1.31.0 (#134)
|
|
203
229
|
|
|
204
|
-
## [
|
|
230
|
+
## [v1.64.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.64.0) - 2022-06-13
|
|
205
231
|
|
|
232
|
+
- [`c0adc32`](https://github.com/alexfalkowski/nonnative/commit/c0adc32320f8ccb32602c68b5b449baf13cd0d34) feat: rename to kind (#133)
|
|
206
233
|
|
|
207
|
-
|
|
234
|
+
## [v1.63.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.63.4) - 2022-06-07
|
|
208
235
|
|
|
209
|
-
|
|
236
|
+
- [`8771a2f`](https://github.com/alexfalkowski/nonnative/commit/8771a2fe08388aa5e78832b2f808c68b93f26116) build(deps-dev): bump rubocop from 1.30.0 to 1.30.1 (#132)
|
|
210
237
|
|
|
211
|
-
|
|
238
|
+
## [v1.63.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.63.3) - 2022-06-03
|
|
212
239
|
|
|
213
|
-
|
|
240
|
+
- [`8217c53`](https://github.com/alexfalkowski/nonnative/commit/8217c53759911ce0905f3cac41b8839fccde3371) build(deps): update all (#131)
|
|
214
241
|
|
|
242
|
+
## [v1.63.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.63.2) - 2022-05-30
|
|
215
243
|
|
|
216
|
-
|
|
244
|
+
- [`cf111de`](https://github.com/alexfalkowski/nonnative/commit/cf111de25f6820fb77ec8c9ab68c9e4e9a4159ad) build(deps): bump rack from 2.2.3 to 2.2.3.1 (#130)
|
|
217
245
|
|
|
218
|
-
|
|
246
|
+
## [v1.63.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.63.1) - 2022-05-30
|
|
219
247
|
|
|
220
|
-
|
|
248
|
+
- [`14b5393`](https://github.com/alexfalkowski/nonnative/commit/14b53937afee8cfccf528f9928d1e790696b9e45) build(deps-dev): bump rubocop from 1.29.1 to 1.30.0 (#129)
|
|
221
249
|
|
|
250
|
+
## [v1.63.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.63.0) - 2022-05-24
|
|
222
251
|
|
|
223
|
-
|
|
252
|
+
- [`337d12c`](https://github.com/alexfalkowski/nonnative/commit/337d12c498798fe1a6d62a928bdeb3f1fc7a8e07) feat(cucumber): update to v8 (#128)
|
|
224
253
|
|
|
225
|
-
|
|
254
|
+
## [v1.62.5](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.5) - 2022-05-23
|
|
226
255
|
|
|
227
|
-
|
|
256
|
+
- [`09e4188`](https://github.com/alexfalkowski/nonnative/commit/09e4188f7c835d0e2061f2bfbefed280d404fcef) build(deps-dev): update solargraph requirement from ~> 0.44.3 to ~> 0.45.0 (#126)
|
|
228
257
|
|
|
229
|
-
## [
|
|
258
|
+
## [v1.62.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.4) - 2022-05-23
|
|
230
259
|
|
|
260
|
+
- [`ffc554e`](https://github.com/alexfalkowski/nonnative/commit/ffc554ea4b872da9ca1765695c42667c29033713) build(deps): bump grpc from 1.46.2 to 1.46.3 (#127)
|
|
231
261
|
|
|
232
|
-
|
|
262
|
+
## [v1.62.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.3) - 2022-05-23
|
|
233
263
|
|
|
234
|
-
|
|
264
|
+
- [`b43004d`](https://github.com/alexfalkowski/nonnative/commit/b43004de0ef79a0378019693bf0cab4272138668) build(deps): update cucumber requirement from >= 7, < 8 to >= 7, < 9 (#125)
|
|
235
265
|
|
|
236
|
-
## [
|
|
266
|
+
## [v1.62.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.2) - 2022-05-23
|
|
237
267
|
|
|
268
|
+
- [`6bcb594`](https://github.com/alexfalkowski/nonnative/commit/6bcb594c52231381992479f81e713f6f32e2fdde) ci: add dependabot file (#124)
|
|
238
269
|
|
|
239
|
-
|
|
270
|
+
## [v1.62.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.1) - 2022-05-17
|
|
240
271
|
|
|
241
|
-
|
|
272
|
+
- [`4f739e2`](https://github.com/alexfalkowski/nonnative/commit/4f739e25f2bc5e45fd39dddf6d09b5771babe442) build(deps): update all (#122)
|
|
242
273
|
|
|
243
|
-
## [
|
|
274
|
+
## [v1.62.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.62.0) - 2022-04-25
|
|
244
275
|
|
|
276
|
+
- [`eb4638f`](https://github.com/alexfalkowski/nonnative/commit/eb4638f3ca8636ca68f989209a6e73831e61a678) feat: add ability to read from log file (#121)
|
|
245
277
|
|
|
246
|
-
|
|
278
|
+
## [v1.61.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.61.0) - 2022-04-25
|
|
247
279
|
|
|
248
|
-
|
|
280
|
+
- [`dc95fd2`](https://github.com/alexfalkowski/nonnative/commit/dc95fd2977c3900d2ae6447d517f410e1128837f) feat: allow checking logs (#120)
|
|
249
281
|
|
|
250
|
-
## [
|
|
282
|
+
## [v1.60.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.60.0) - 2022-04-25
|
|
251
283
|
|
|
284
|
+
- [`60b8310`](https://github.com/alexfalkowski/nonnative/commit/60b8310ab8ae2a2761d867ab169f8ad5bbbed416) feat: remove strategy to allow finer control in features. (#119)
|
|
252
285
|
|
|
253
|
-
|
|
286
|
+
## [v1.59.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.59.1) - 2022-04-25
|
|
254
287
|
|
|
255
|
-
|
|
288
|
+
- [`b87b2f0`](https://github.com/alexfalkowski/nonnative/commit/b87b2f03822fc9f39274943088b6a31a6ff9aefb) buld(deps): update rubocop to v1.28.2 (#118)
|
|
256
289
|
|
|
257
|
-
## [
|
|
290
|
+
## [v1.59.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.59.0) - 2022-04-25
|
|
258
291
|
|
|
292
|
+
- [`f8c7f7f`](https://github.com/alexfalkowski/nonnative/commit/f8c7f7f4cb4d1506e1b8ae038bd6c46f7ce529a2) feat(cucumber): verify system start errors (#117)
|
|
259
293
|
|
|
260
|
-
|
|
294
|
+
## [v1.58.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.58.2) - 2022-04-13
|
|
261
295
|
|
|
262
|
-
|
|
296
|
+
- [`70bf9c6`](https://github.com/alexfalkowski/nonnative/commit/70bf9c606bf748c8df2f06b4e28d42eb1b42e5ec) test: use buf (#116)
|
|
263
297
|
|
|
264
|
-
## [
|
|
298
|
+
## [v1.58.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.58.1) - 2022-04-06
|
|
265
299
|
|
|
300
|
+
- [`98cccf3`](https://github.com/alexfalkowski/nonnative/commit/98cccf3f7c0918cfb00650283cf472dd4e24fbbc) fix: use host (#115)
|
|
266
301
|
|
|
267
|
-
|
|
302
|
+
## [v1.58.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.58.0) - 2022-04-06
|
|
268
303
|
|
|
269
|
-
|
|
304
|
+
- [`0e3fbd8`](https://github.com/alexfalkowski/nonnative/commit/0e3fbd8bc7ba76b5c5219615b66e80da4b9545ee) feat: allow services and proxy to use a host (#114)
|
|
270
305
|
|
|
271
|
-
|
|
306
|
+
## [v1.57.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.57.1) - 2022-03-28
|
|
272
307
|
|
|
273
|
-
|
|
308
|
+
- [`efe2c76`](https://github.com/alexfalkowski/nonnative/commit/efe2c761a54eacfa2e4afe99afea2a9c2f8eeb74) fix(command): make sure we recreate with every execution (#113)
|
|
274
309
|
|
|
310
|
+
## [v1.57.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.57.0) - 2022-03-28
|
|
275
311
|
|
|
276
|
-
|
|
312
|
+
- [`d260baf`](https://github.com/alexfalkowski/nonnative/commit/d260baf8801e73660052d095935de67bbdca207c) feat(go): make sure we generate a unique file (#111)
|
|
277
313
|
|
|
278
|
-
|
|
314
|
+
## [v1.56.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.56.1) - 2022-03-28
|
|
279
315
|
|
|
280
|
-
|
|
316
|
+
- [`48f1959`](https://github.com/alexfalkowski/nonnative/commit/48f1959cb36047ed88e1407313ef4828182142eb) fix(process): use key for env (#110)
|
|
281
317
|
|
|
318
|
+
## [v1.56.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.56.0) - 2022-03-28
|
|
282
319
|
|
|
283
|
-
|
|
320
|
+
- [`b601974`](https://github.com/alexfalkowski/nonnative/commit/b601974b50e8df7cc16dd0bd5c32a16f462b1053) feat(process): make sure we honour existing env variables (#109)
|
|
284
321
|
|
|
285
|
-
|
|
322
|
+
## [v1.55.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.55.0) - 2022-03-25
|
|
286
323
|
|
|
287
|
-
|
|
324
|
+
- [`526f43c`](https://github.com/alexfalkowski/nonnative/commit/526f43cf0a21876418233abca558d8611acd10c7) feat(observability): add liveness and readiness (#108)
|
|
288
325
|
|
|
326
|
+
## [v1.54.4](https://github.com/alexfalkowski/nonnative/releases/tag/v1.54.4) - 2022-03-20
|
|
289
327
|
|
|
290
|
-
|
|
328
|
+
- [`22b8fb9`](https://github.com/alexfalkowski/nonnative/commit/22b8fb9e509f0a665d2b8dd2db68f45813cae940) build(deps): use ruby v3.0.3 (#107)
|
|
291
329
|
|
|
292
|
-
|
|
330
|
+
## [v1.54.3](https://github.com/alexfalkowski/nonnative/releases/tag/v1.54.3) - 2022-03-05
|
|
293
331
|
|
|
294
|
-
|
|
332
|
+
- [`930e9c8`](https://github.com/alexfalkowski/nonnative/commit/930e9c8162b8cfb17622813bf0b071c197239846) build(ruby): update to v3.1.1 (#106)
|
|
295
333
|
|
|
296
|
-
## [
|
|
334
|
+
## [v1.54.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.54.2) - 2022-03-04
|
|
297
335
|
|
|
336
|
+
- [`bd151fc`](https://github.com/alexfalkowski/nonnative/commit/bd151fc0f42cb398684a7c9bc8d8e038dcb1c14a) build(deps): update ruby to 3.1.0 (#105)
|
|
298
337
|
|
|
299
|
-
|
|
338
|
+
## [v1.54.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.54.1) - 2021-10-14
|
|
300
339
|
|
|
301
|
-
|
|
340
|
+
- [`0c93823`](https://github.com/alexfalkowski/nonnative/commit/0c938237859067de165838b0c85ad00f39ab725e) build(deps): update (#101)
|
|
302
341
|
|
|
303
|
-
## [
|
|
342
|
+
## [v1.54.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.54.0) - 2021-10-11
|
|
304
343
|
|
|
344
|
+
- [`fed4929`](https://github.com/alexfalkowski/nonnative/commit/fed4929a157982adcfbefac9a79f593289234418) feat: only add less than for memory (#99)
|
|
305
345
|
|
|
306
|
-
|
|
346
|
+
## [v1.53.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.53.0) - 2021-10-11
|
|
307
347
|
|
|
308
|
-
|
|
348
|
+
- [`2139932`](https://github.com/alexfalkowski/nonnative/commit/21399326bd342711a2cc98ab941cc3b8aaea6d56) feat: add ability to read process memory (#98)
|
|
309
349
|
|
|
310
|
-
|
|
350
|
+
## [v1.52.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.52.0) - 2021-09-21
|
|
311
351
|
|
|
312
|
-
|
|
352
|
+
- [`accdbb3`](https://github.com/alexfalkowski/nonnative/commit/accdbb3e9837e2c25bedf966a84c52df4d65d2b7) feat: update ruby (#96)
|
|
313
353
|
|
|
314
|
-
## [
|
|
354
|
+
## [v1.51.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.51.2) - 2021-08-16
|
|
315
355
|
|
|
356
|
+
- [`7e12b05`](https://github.com/alexfalkowski/nonnative/commit/7e12b058211979b2b7bf9edaef81c108729c8eaa) test(deps): update (#95)
|
|
316
357
|
|
|
317
|
-
|
|
358
|
+
## [v1.51.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.51.1) - 2021-07-20
|
|
318
359
|
|
|
319
|
-
|
|
360
|
+
- [`06e2199`](https://github.com/alexfalkowski/nonnative/commit/06e21997f1a18ebf40eb3db92b55a5af8f45b50f) fix: to version 1.51.1 (#94)
|
|
320
361
|
|
|
321
|
-
## [
|
|
362
|
+
## [v1.51.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.51.0) - 2021-07-20
|
|
322
363
|
|
|
364
|
+
- [`996c014`](https://github.com/alexfalkowski/nonnative/commit/996c014eb843950b62febfc4fbd3f82c959c42ae) feat(deps): update cucumber to 7.0.0 (#93)
|
|
323
365
|
|
|
324
|
-
|
|
366
|
+
## [v1.50.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.50.1) - 2021-07-19
|
|
325
367
|
|
|
326
|
-
|
|
368
|
+
- [`352a3c0`](https://github.com/alexfalkowski/nonnative/commit/352a3c069b96038a5c95f5de635d0baf6e4a0668) ci: fix release (#92)
|
|
327
369
|
|
|
328
|
-
## [
|
|
370
|
+
## [v1.50.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.50.0) - 2021-06-06
|
|
329
371
|
|
|
372
|
+
- [`9817716`](https://github.com/alexfalkowski/nonnative/commit/9817716fdf27da6af5713d0a8847a64a62f978dd) feat(deps): update (#91)
|
|
330
373
|
|
|
331
|
-
|
|
374
|
+
## [v1.49.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.49.0) - 2021-05-28
|
|
332
375
|
|
|
333
|
-
|
|
376
|
+
- [`2644345`](https://github.com/alexfalkowski/nonnative/commit/2644345e8f735276e778e3e977514b3b047c7c01) feat(deps): update (#90)
|
|
334
377
|
|
|
335
|
-
## [
|
|
378
|
+
## [v1.48.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.48.0) - 2021-05-15
|
|
336
379
|
|
|
380
|
+
- [`e2b37bf`](https://github.com/alexfalkowski/nonnative/commit/e2b37bfc6e6dd922258cc1d1bc5b6abc4d78fd02) feat(deps): update to ruby version 3.0.0 (#89)
|
|
337
381
|
|
|
338
|
-
|
|
382
|
+
## [v1.47.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.47.0) - 2021-05-14
|
|
339
383
|
|
|
340
|
-
|
|
384
|
+
- [`4401a77`](https://github.com/alexfalkowski/nonnative/commit/4401a776ccc50dbefa45b06de01945abf4724864) feat: allow to pass env variables to processes (#88)
|
|
341
385
|
|
|
342
|
-
## [
|
|
386
|
+
## [v1.46.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.46.0) - 2021-05-10
|
|
343
387
|
|
|
388
|
+
- [`a95e8b6`](https://github.com/alexfalkowski/nonnative/commit/a95e8b6817380afd732d0aefb170726f905548cb) feat: add loading config through configure (#87)
|
|
344
389
|
|
|
345
|
-
|
|
390
|
+
## [v1.45.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.45.0) - 2021-05-10
|
|
346
391
|
|
|
347
|
-
|
|
392
|
+
- [`2f500d3`](https://github.com/alexfalkowski/nonnative/commit/2f500d34ef6eb536b223651f84213f4f3d10c496) feat: add loading go command through config (#86)
|
|
348
393
|
|
|
349
|
-
|
|
394
|
+
## [v1.44.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.44.1) - 2021-05-06
|
|
350
395
|
|
|
396
|
+
- [`4725546`](https://github.com/alexfalkowski/nonnative/commit/4725546651b04db6067c14b1f963933316d2dc84) test: update rubocop (1.14.0) (#85)
|
|
351
397
|
|
|
352
|
-
|
|
398
|
+
## [v1.44.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.44.0) - 2021-05-01
|
|
353
399
|
|
|
354
|
-
|
|
400
|
+
- [`37b6175`](https://github.com/alexfalkowski/nonnative/commit/37b6175e920dfb70f3d6f13226240dd045c2db3d) feat: move to reusable steps (#84)
|
|
355
401
|
|
|
356
|
-
|
|
402
|
+
## [v1.43.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.43.0) - 2021-04-30
|
|
357
403
|
|
|
358
|
-
|
|
404
|
+
- [`b51526d`](https://github.com/alexfalkowski/nonnative/commit/b51526d99d24522a26f534d28769cc8cdee4af04) feat: release version 1.43.0 (#83)
|
|
359
405
|
|
|
406
|
+
## [v1.42.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.42.2) - 2021-04-30
|
|
360
407
|
|
|
361
|
-
|
|
408
|
+
- [`2a52af7`](https://github.com/alexfalkowski/nonnative/commit/2a52af74b75443674a2235c424d69f15516ab60f) fix: make sure we parse services config (#82)
|
|
362
409
|
|
|
363
|
-
|
|
364
|
-
* update ruby to version 2.7.2 [ci skip] ([90d3cb7](https://github.com/alexfalkowski/nonnative/commit/90d3cb7b24d2c4a70dd8e4fad809f008c849b34b))
|
|
410
|
+
## [v1.42.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.42.1) - 2021-04-30
|
|
365
411
|
|
|
366
|
-
|
|
412
|
+
- [`a127a3b`](https://github.com/alexfalkowski/nonnative/commit/a127a3beb91da0db01443daa188df1444796ff61) docs: add sevices to proxies (#81)
|
|
367
413
|
|
|
414
|
+
## [v1.42.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.42.0) - 2021-04-30
|
|
368
415
|
|
|
369
|
-
|
|
416
|
+
- [`454980e`](https://github.com/alexfalkowski/nonnative/commit/454980e1eb141995c96203fcf9254bfe2cb0133e) feat: add services (#80)
|
|
370
417
|
|
|
371
|
-
|
|
418
|
+
## [v1.41.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.41.0) - 2021-04-30
|
|
372
419
|
|
|
373
|
-
|
|
420
|
+
- [`d52b2bb`](https://github.com/alexfalkowski/nonnative/commit/d52b2bb6fad91612f9b9a64817c861d1c227ef0b) feat: add proxy to processes (#79)
|
|
374
421
|
|
|
422
|
+
## [v1.40.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.40.2) - 2021-04-27
|
|
375
423
|
|
|
376
|
-
|
|
424
|
+
- [`ea109fb`](https://github.com/alexfalkowski/nonnative/commit/ea109fbb3fba2c8fc23df5b582a83d373c77fa6f) test: integrate coveralls (#78)
|
|
377
425
|
|
|
378
|
-
|
|
426
|
+
## [v1.40.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.40.1) - 2021-04-27
|
|
379
427
|
|
|
428
|
+
- [`810be8c`](https://github.com/alexfalkowski/nonnative/commit/810be8cd9a59b9b99842a3a0a58619ee6b77380d) docs: update go example (#77)
|
|
380
429
|
|
|
381
|
-
|
|
430
|
+
## [v1.40.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.40.0) - 2021-04-25
|
|
382
431
|
|
|
383
|
-
|
|
432
|
+
- [`83c9e16`](https://github.com/alexfalkowski/nonnative/commit/83c9e16b5e5f9f14ed2cc5fd2eb29b83147c1e53) feat: update deps (#76)
|
|
384
433
|
|
|
385
|
-
## [
|
|
434
|
+
## [v1.39.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.39.0) - 2021-04-23
|
|
386
435
|
|
|
436
|
+
- [`bde3e05`](https://github.com/alexfalkowski/nonnative/commit/bde3e052b422a0ca659cfb54fcf3ca9d8a1fb20c) feat: log interruptions (#75)
|
|
387
437
|
|
|
388
|
-
|
|
438
|
+
## [v1.38.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.38.0) - 2021-04-22
|
|
389
439
|
|
|
390
|
-
|
|
440
|
+
- [`6c1cc8e`](https://github.com/alexfalkowski/nonnative/commit/6c1cc8e1c3f15d11848889852897b523f5848794) feat: terminate connections on change (#74)
|
|
391
441
|
|
|
392
|
-
##
|
|
442
|
+
## [v1.37.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.37.0) - 2021-04-22
|
|
393
443
|
|
|
444
|
+
- [`95e4cf4`](https://github.com/alexfalkowski/nonnative/commit/95e4cf44180ee84d32cc42ee058d6742732b57b9) feat: simplify go exeutable (#73)
|
|
394
445
|
|
|
395
|
-
|
|
446
|
+
## [v1.36.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.36.0) - 2021-04-21
|
|
396
447
|
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
448
|
+
- [`2cd384c`](https://github.com/alexfalkowski/nonnative/commit/2cd384cb9f73da1f131829f1eaf9b0c9e1ae3cdf) feat: remove badge from docs (#72)
|
|
449
|
+
|
|
450
|
+
## [v1.35.2](https://github.com/alexfalkowski/nonnative/releases/tag/v1.35.2) - 2021-04-21
|
|
451
|
+
|
|
452
|
+
- [`fe28cf3`](https://github.com/alexfalkowski/nonnative/commit/fe28cf345be108780b47ac4c96d212b215d721a8) fix: go command (#71)
|
|
453
|
+
|
|
454
|
+
## [v1.35.1](https://github.com/alexfalkowski/nonnative/releases/tag/v1.35.1) - 2021-04-04
|
|
455
|
+
|
|
456
|
+
- [`5f766b6`](https://github.com/alexfalkowski/nonnative/commit/5f766b6744e7c8c0fabbf22348019c8642a495f3) ci(release): add gh context (#70)
|
|
457
|
+
|
|
458
|
+
## [v1.35.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.35.0) - 2021-04-03
|
|
459
|
+
|
|
460
|
+
- [`8989b5d`](https://github.com/alexfalkowski/nonnative/commit/8989b5dd960cc7064ed196545625c9ef8b9ee280) feat(deps): udate to latest (#69)
|
|
461
|
+
- [`90d3cb7`](https://github.com/alexfalkowski/nonnative/commit/90d3cb7b24d2c4a70dd8e4fad809f008c849b34b) feat: update ruby to version 2.7.2 [ci skip]
|
|
462
|
+
|
|
463
|
+
## [v1.34.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.34.0) - 2020-10-30
|
|
464
|
+
|
|
465
|
+
- [`a3d9039`](https://github.com/alexfalkowski/nonnative/commit/a3d9039ac5da0b8f7093d35c9519e2058a586822) Merge pull request #68 from alexfalkowski/ci/change-image
|
|
466
|
+
- [`882f3db`](https://github.com/alexfalkowski/nonnative/commit/882f3db513a8ffae7661dd000d50a380c2c004d0) feat: bump to version 1.34.0
|
|
467
|
+
- [`43559b8`](https://github.com/alexfalkowski/nonnative/commit/43559b86cf64eeae6d3910582f29fb427809388b) ci: use release image
|
|
468
|
+
|
|
469
|
+
## [v1.33.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.33.0) - 2020-10-30
|
|
470
|
+
|
|
471
|
+
- [`321a1e5`](https://github.com/alexfalkowski/nonnative/commit/321a1e55d169690befdbb500fb9a0454bd098324) Merge pull request #67 from alexfalkowski/ci/fix
|
|
472
|
+
- [`538ebf5`](https://github.com/alexfalkowski/nonnative/commit/538ebf54c9d49ac3227f9c0a14ce9074d961c42d) feat: bump to version 1.33.0
|
|
473
|
+
- [`bf40e54`](https://github.com/alexfalkowski/nonnative/commit/bf40e5471d7701040e64c035e652df534db7e783) fix: make sure we dont run ci again
|
|
474
|
+
|
|
475
|
+
## [v1.32.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.32.0) - 2020-10-30
|
|
476
|
+
|
|
477
|
+
- [`24d1be6`](https://github.com/alexfalkowski/nonnative/commit/24d1be68da118988376d4111dce406ba4b6dabcf) ci: add git config
|
|
478
|
+
- [`495e7da`](https://github.com/alexfalkowski/nonnative/commit/495e7dacf13a9c7b1a2aed089997145eef40dfc2) Merge pull request #66 from alexfalkowski/ci/change-image
|
|
479
|
+
- [`a18e739`](https://github.com/alexfalkowski/nonnative/commit/a18e739285cab1e75b2c4bb2da573e4b437d05b5) feat: update deps
|
|
480
|
+
- [`8513bca`](https://github.com/alexfalkowski/nonnative/commit/8513bcaa962d0c86cf664388c0affd0e0eb2dfe9) ci: release
|
|
481
|
+
- [`d81a7a8`](https://github.com/alexfalkowski/nonnative/commit/d81a7a83cdad9e39d1967eb6dfab40e901806a82) test: publish quiet
|
|
482
|
+
- [`ac9e4ab`](https://github.com/alexfalkowski/nonnative/commit/ac9e4ab1718817cecd07396df6ce976086edc44c) ci: use alexfalkowski/ruby:2.7
|
|
483
|
+
|
|
484
|
+
## [v1.31.0](https://github.com/alexfalkowski/nonnative/releases/tag/v1.31.0) - 2020-10-30
|
|
485
|
+
|
|
486
|
+
- [`45cb6b9`](https://github.com/alexfalkowski/nonnative/commit/45cb6b90e4c2cfcac4f0b08e0358041e0f098ce5) Merge pull request #65 from alexfalkowski/feat/update-cucumber
|
|
487
|
+
- [`3cc50c7`](https://github.com/alexfalkowski/nonnative/commit/3cc50c71509468618ab22c7089c2aa3d6a510ac6) release: bump to version 1.31.0
|
|
488
|
+
- [`7bca72a`](https://github.com/alexfalkowski/nonnative/commit/7bca72aae488b18a87ba233b01feea443d911d7d) test: update rubocop
|
|
489
|
+
- [`80b59e6`](https://github.com/alexfalkowski/nonnative/commit/80b59e6bb8cd8cbc9403124ea5c8c14abe19b082) test: upgrade cucumber
|
|
490
|
+
- [`78261a1`](https://github.com/alexfalkowski/nonnative/commit/78261a1ece36d2da98b7411e59d34a005db2e154) Merge pull request #64 from alexfalkowski/feat/update
|
|
491
|
+
- [`468c861`](https://github.com/alexfalkowski/nonnative/commit/468c8616ce166a43777142963384e42850fbf66e) build: bump to version 1.30.0
|
|
492
|
+
- [`c513928`](https://github.com/alexfalkowski/nonnative/commit/c513928e600da2c0602afecf064557b1b564058b) test: solargraph (0.39.15)
|
|
493
|
+
- [`650401a`](https://github.com/alexfalkowski/nonnative/commit/650401ac761d94c8da7c97e99a5879b0f3a2de17) test: rubocop (0.92.0)
|
|
494
|
+
- [`e2ea2fe`](https://github.com/alexfalkowski/nonnative/commit/e2ea2fea8cda36cc97e11d75d7b29a12302ce5b5) feat: grpc-tools (1.32.0)
|
|
495
|
+
- [`36ff809`](https://github.com/alexfalkowski/nonnative/commit/36ff809264c712240f50db24971f6045faaceac3) feat: update puma
|
|
496
|
+
- [`54d3ff1`](https://github.com/alexfalkowski/nonnative/commit/54d3ff1324b4f5f4a4f781d357dbd7c058fce1b2) Merge pull request #63 from alexfalkowski/feature/update-deps
|
|
497
|
+
- [`7c9b11f`](https://github.com/alexfalkowski/nonnative/commit/7c9b11fb35c9655f2d8b161498e134ab903c82c9) feat: update deps
|
|
498
|
+
- [`d1d5f19`](https://github.com/alexfalkowski/nonnative/commit/d1d5f19621a817637a8258cb254859e1637c841f) Merge pull request #62 from alexfalkowski/feature/command
|
|
499
|
+
- [`45e3e6e`](https://github.com/alexfalkowski/nonnative/commit/45e3e6eb923b29422490f81609bb40004c99c2f1) build: bump to version 1.29.0
|
|
500
|
+
- [`5b61d9b`](https://github.com/alexfalkowski/nonnative/commit/5b61d9bea4033473221c283e113d9138d230637e) docs: add go summary
|
|
501
|
+
- [`4c45a19`](https://github.com/alexfalkowski/nonnative/commit/4c45a19c9acfa157c67e2bdd1fd470558fa2f80f) feat: add running go command
|
|
502
|
+
- [`7809768`](https://github.com/alexfalkowski/nonnative/commit/78097687a0ae8db430e49803718f27a38a04f44f) Merge pull request #61 from alexfalkowski/feature/strategy
|
|
503
|
+
- [`610fbac`](https://github.com/alexfalkowski/nonnative/commit/610fbac6f87b4184c428646c90ac2f7231feb01d) build: bump to version 1.28.0
|
|
504
|
+
- [`668f61b`](https://github.com/alexfalkowski/nonnative/commit/668f61b3d802958bd2d948ba47f54df7ad4725f4) feat: add ability to override strategy
|
|
505
|
+
- [`8ca6d82`](https://github.com/alexfalkowski/nonnative/commit/8ca6d8249fdc27c9f19290cb814c1ea43f4fb953) Merge pull request #60 from alexfalkowski/build/bump-version
|
|
506
|
+
- [`9a86735`](https://github.com/alexfalkowski/nonnative/commit/9a867351f473ec582fbe8ec78eb31b089d2c5ddc) build: bump to version 1.27.0
|
|
507
|
+
- [`45771ec`](https://github.com/alexfalkowski/nonnative/commit/45771ecc266c7733506343afd4cbd7801a30f4e6) test: update solargraph (0.39.12)
|
|
508
|
+
- [`ed697e6`](https://github.com/alexfalkowski/nonnative/commit/ed697e6a3589873d679964ac459e2d7bf52fbbb1) Merge pull request #59 from alexfalkowski/feature/remove-wait
|
|
509
|
+
- [`a8d7d57`](https://github.com/alexfalkowski/nonnative/commit/a8d7d57d8bef0d4eed75828284877303cb9bf156) refactor: remove wait
|
|
510
|
+
- [`751e7c4`](https://github.com/alexfalkowski/nonnative/commit/751e7c4306e4f5d55f390598e2ec3b220191fa74) Merge pull request #58 from alexfalkowski/feature/ruby-2.7.1
|
|
511
|
+
- [`62cf089`](https://github.com/alexfalkowski/nonnative/commit/62cf089e3b10bae8290d8cfbb2b8c4e4c50aef1f) fix: remove thwait
|
|
512
|
+
- [`4670bc8`](https://github.com/alexfalkowski/nonnative/commit/4670bc82c9dbdfc5551bc0241dbc77011bf7b0a8) test: update rubocop (0.88.0)
|
|
513
|
+
- [`192ed03`](https://github.com/alexfalkowski/nonnative/commit/192ed03c9d929e7fdadc80ab7b48b4a8081daed1) feat: update to ruby-2.7.1
|
|
514
|
+
- [`2a673eb`](https://github.com/alexfalkowski/nonnative/commit/2a673eb0671da4e60276d02793e8a72732f1d208) Merge pull request #57 from alexfalkowski/test/disrupt-other-protocols
|
|
515
|
+
- [`5bce2ce`](https://github.com/alexfalkowski/nonnative/commit/5bce2ce5f580d308097cf6124e4960dc86379808) test: grpc faults
|
|
516
|
+
- [`5dc1ce7`](https://github.com/alexfalkowski/nonnative/commit/5dc1ce79c9994646ecc59a0e6665d1e9421fde9c) Merge pull request #56 from alexfalkowski/feature/log-proxy
|
|
517
|
+
- [`0ac2d44`](https://github.com/alexfalkowski/nonnative/commit/0ac2d44b765e1a28dbedfeb08086c9ca4ea31d8d) build: bump to version 1.26.0
|
|
518
|
+
- [`66e0acd`](https://github.com/alexfalkowski/nonnative/commit/66e0acd4aa01ae9b7335f6df4ff6d4f3c89239ac) feat: add proxy logs
|
|
519
|
+
- [`da31e82`](https://github.com/alexfalkowski/nonnative/commit/da31e823eb5170f297df69d763b5bab2206f6a04) Merge pull request #55 from alexfalkowski/feature/rename-proxy
|
|
520
|
+
- [`5b87699`](https://github.com/alexfalkowski/nonnative/commit/5b87699c622e9db7fed865ea75d8ee294c996b5e) feat: rename proxy
|
|
521
|
+
- [`382cdff`](https://github.com/alexfalkowski/nonnative/commit/382cdffbb991bc06e82e149bd6dbe9fd0eb28dc8) Merge pull request #54 from alexfalkowski/docs/readme
|
|
522
|
+
- [`828316b`](https://github.com/alexfalkowski/nonnative/commit/828316b84b8ceaf3c29811e3d8bb57d989033165) docs: add log for servers
|
|
523
|
+
- [`4fbf56e`](https://github.com/alexfalkowski/nonnative/commit/4fbf56e973c6ac1d164ccd378fb16a2a3dbb7072) Merge pull request #53 from alexfalkowski/feature/logging
|
|
524
|
+
- [`2cab17e`](https://github.com/alexfalkowski/nonnative/commit/2cab17e22099c0da8c9f28a844084581d84e2a87) build: bump to version 1.25.0
|
|
525
|
+
- [`a6c16a7`](https://github.com/alexfalkowski/nonnative/commit/a6c16a7c43ec52b8a6a4766e92fdfe0179bc9b4b) feat: add logging to servers
|
|
526
|
+
- [`4e71747`](https://github.com/alexfalkowski/nonnative/commit/4e71747757e377636296663f6104dd2235233cba) Merge pull request #52 from alexfalkowski/feature/delay-time
|
|
527
|
+
- [`38da916`](https://github.com/alexfalkowski/nonnative/commit/38da916c0160a1570f04965041955c003995fa33) build: bump to version 1.24.0
|
|
528
|
+
- [`7ebb938`](https://github.com/alexfalkowski/nonnative/commit/7ebb9389c4cab8639f19bf234d65359fbfdef342) feat: pass options to socket pair
|
|
529
|
+
- [`73bc889`](https://github.com/alexfalkowski/nonnative/commit/73bc889e592b76471b1b7e7ebcfb32509acc1727) Merge pull request #51 from alexfalkowski/feature/docs
|
|
530
|
+
- [`ff062f1`](https://github.com/alexfalkowski/nonnative/commit/ff062f1451b94362888893340521fd3ef51a84c5) docs: add fault injection
|
|
531
|
+
- [`20051a1`](https://github.com/alexfalkowski/nonnative/commit/20051a1d5f59a0ebb8ab3f49bfb51c463a2cc1a4) Merge pull request #50 from alexfalkowski/feature/chaos
|
|
532
|
+
- [`230ae39`](https://github.com/alexfalkowski/nonnative/commit/230ae395406552bbe7610a9c37322573c2d6f92b) fix: remove rescue
|
|
533
|
+
- [`c67ed10`](https://github.com/alexfalkowski/nonnative/commit/c67ed109878470858ff0282f5b140e9d7077d765) refactor: rename to close all
|
|
534
|
+
- [`09a0755`](https://github.com/alexfalkowski/nonnative/commit/09a0755990cde9597cb50d2715903f98e03280d5) build: bump version to 1.23.0
|
|
535
|
+
- [`f83d35f`](https://github.com/alexfalkowski/nonnative/commit/f83d35ffc7374d182d8c3e4b513b460d38121c83) feat: invalid data
|
|
536
|
+
- [`9004d56`](https://github.com/alexfalkowski/nonnative/commit/9004d5643d38e530124077f777b7fec494aa5a10) feat: add delay to proxy
|
|
537
|
+
- [`dbe4d9b`](https://github.com/alexfalkowski/nonnative/commit/dbe4d9b7e7f4d5ecdaa89a60a5b135ccefecc43d) feat: add timeout
|
|
538
|
+
- [`c757b8b`](https://github.com/alexfalkowski/nonnative/commit/c757b8b1d4f513451b08dd0408256244c7a29f7f) feat: use request
|
|
539
|
+
- [`d50112e`](https://github.com/alexfalkowski/nonnative/commit/d50112e72f4a3f1af93ba2bc4274282c06690048) feat: socket pair
|
|
540
|
+
- [`d3dc376`](https://github.com/alexfalkowski/nonnative/commit/d3dc376522aefd4856e15bba84309a5e77641db6) feat: remove timeout
|
|
541
|
+
- [`36e33cc`](https://github.com/alexfalkowski/nonnative/commit/36e33ccb66f459d3304391cf8072641f282c937d) Merge pull request #49 from alexfalkowski/feature/upgrade-cucumber
|
|
542
|
+
- [`b8af305`](https://github.com/alexfalkowski/nonnative/commit/b8af305856fe2ca2580f80a5d72fd5e2c7a23175) test: remove chutney until they support cucumber 4
|
|
543
|
+
- [`e7563e6`](https://github.com/alexfalkowski/nonnative/commit/e7563e6518faf95ed32723b9250e5ddf14d96915) build: bump to version 1.22.0
|
|
544
|
+
- [`c38ea01`](https://github.com/alexfalkowski/nonnative/commit/c38ea015dad051e494a1aa90b7452193735cad79) feat: update cucumber (4.1.0)
|
|
545
|
+
- [`6dbff28`](https://github.com/alexfalkowski/nonnative/commit/6dbff28e3625b3fd85bfb216f3fde90b05df298c) Merge pull request #48 from alexfalkowski/feature/update-deps
|
|
546
|
+
- [`11e8de4`](https://github.com/alexfalkowski/nonnative/commit/11e8de4228417483c26213f40caee351dbbdf861) feat: loosen grc dep
|
|
547
|
+
- [`6e7d9cc`](https://github.com/alexfalkowski/nonnative/commit/6e7d9ccc31fc21d20991404fdc40d9ec29465fee) Merge pull request #47 from alexfalkowski/feature/update-deps
|
|
548
|
+
- [`091f886`](https://github.com/alexfalkowski/nonnative/commit/091f8866114c83f54792940f3eb0762135e90f1c) build: bump to version 1.21.0
|
|
549
|
+
- [`498a6d5`](https://github.com/alexfalkowski/nonnative/commit/498a6d56c9e157f15ebe77d57cd0477abdc8ec34) feat: loosen grc dep
|
|
550
|
+
- [`b0b3f17`](https://github.com/alexfalkowski/nonnative/commit/b0b3f1730837de239872d42885e80fc69bcc3644) Merge pull request #46 from alexfalkowski/bug/error
|
|
551
|
+
- [`96b4393`](https://github.com/alexfalkowski/nonnative/commit/96b43937a596dd48513d7e056cba603103c07f14) test: catch standard error
|
|
552
|
+
- [`595dc52`](https://github.com/alexfalkowski/nonnative/commit/595dc52ae15b184b8a1642c51d0327350a565007) Merge pull request #45 from alexfalkowski/feature/update-deps
|
|
553
|
+
- [`5ce4ec9`](https://github.com/alexfalkowski/nonnative/commit/5ce4ec997df43d57091d2ff1203aacca22bc6e55) build: bump to version 1.20.0
|
|
554
|
+
- [`d9a50a0`](https://github.com/alexfalkowski/nonnative/commit/d9a50a0a755c31d002c0abecd1c26cec65025c9c) test: update solargraph (0.39.11)
|
|
555
|
+
- [`cff0320`](https://github.com/alexfalkowski/nonnative/commit/cff0320b1ab4d18bcff158557d045b54d768b353) test: update rubocop (0.87.1)
|
|
556
|
+
- [`98b7262`](https://github.com/alexfalkowski/nonnative/commit/98b7262d76d30a0097db138e6236a43c296ce207) feat: update grpc (1.30.1)
|
|
557
|
+
- [`3fd60c0`](https://github.com/alexfalkowski/nonnative/commit/3fd60c05ec788c6596d73955631bcb14d21d6734) Merge pull request #44 from alexfalkowski/feature/change-proxy-config
|
|
558
|
+
- [`bde8d3d`](https://github.com/alexfalkowski/nonnative/commit/bde8d3d7673d666354e705f973446101143ed6f7) refactor(proxy): make consistent
|
|
559
|
+
- [`48ae80e`](https://github.com/alexfalkowski/nonnative/commit/48ae80e22409e6ddbca28346b72ac5617babb94d) Merge pull request #43 from alexfalkowski/feature/mutex
|
|
560
|
+
- [`75ab8e8`](https://github.com/alexfalkowski/nonnative/commit/75ab8e8a9ea421aac8e970a3b7b1c2c1c556b425) fix: sync state
|
|
561
|
+
- [`0408a4f`](https://github.com/alexfalkowski/nonnative/commit/0408a4f0700ba26e71e4358a80e1cf871b40a5e7) Merge pull request #42 from alexfalkowski/feature/handle-threads
|
|
562
|
+
- [`5c74b1f`](https://github.com/alexfalkowski/nonnative/commit/5c74b1fc732017a658bd5e86ba8d1d849028bfa7) feat: add ability to create chaos
|
|
563
|
+
- [`6731d95`](https://github.com/alexfalkowski/nonnative/commit/6731d9523c933a6598ce07b3d65e9678d188c0ad) feat: store connections in concurrent hash
|
|
564
|
+
- [`0ba97ae`](https://github.com/alexfalkowski/nonnative/commit/0ba97ae9c5d471564d9098e50864565208e941b3) feat: add concurrent-ruby
|
|
565
|
+
- [`4076cf2`](https://github.com/alexfalkowski/nonnative/commit/4076cf2019924b89f2766edbafed603d08c63cc6) fix: ignore exceptions
|
|
566
|
+
- [`f0c4d93`](https://github.com/alexfalkowski/nonnative/commit/f0c4d93e9def2c01f06bd6cd30a69329acf0dd6c) Merge pull request #41 from alexfalkowski/feature/order
|
|
567
|
+
- [`540a45d`](https://github.com/alexfalkowski/nonnative/commit/540a45d0d170c4c33773ad104420e865d7a30641) build: bump to version 1.19.0
|
|
568
|
+
- [`589abe9`](https://github.com/alexfalkowski/nonnative/commit/589abe9bee0743dc38a57aef5f73871eb277ec28) feat: process start and stop in order
|
|
569
|
+
- [`a736496`](https://github.com/alexfalkowski/nonnative/commit/a73649666010820697539c621fb9a7e8677008a7) fix: stop servers first
|
|
570
|
+
- [`4efc1f9`](https://github.com/alexfalkowski/nonnative/commit/4efc1f900ac63f5a04e8b367a39ba864fdc444c7) Merge pull request #40 from alexfalkowski/bug/ignore-errors
|
|
571
|
+
- [`07b443e`](https://github.com/alexfalkowski/nonnative/commit/07b443e6f06deaacfdd66cae73ab83e972d12d12) build: bump to version 1.18.0
|
|
572
|
+
- [`9a483f0`](https://github.com/alexfalkowski/nonnative/commit/9a483f02709b4b954205dc66bf7ea7fa20110a37) fix: start servers first
|
|
573
|
+
- [`b629c88`](https://github.com/alexfalkowski/nonnative/commit/b629c88e47570c0315f92c0e1df8070efff78bcf) test: start multiple http and grpc servers
|
|
574
|
+
- [`c5ff8df`](https://github.com/alexfalkowski/nonnative/commit/c5ff8dfcb3af8dbe8fb9fb5a6f04dd2308eadbaa) fix(chaos): ignore ECONNRESET
|
|
575
|
+
- [`c76b528`](https://github.com/alexfalkowski/nonnative/commit/c76b5280a508463db8d18e97e18516af24173033) Merge pull request #39 from alexfalkowski/feature/consitent-server
|
|
576
|
+
- [`ec4d9f9`](https://github.com/alexfalkowski/nonnative/commit/ec4d9f9b68eff7f0d9b831a46fcb8f7bb1f20962) build: bump to version 1.17.0
|
|
577
|
+
- [`ece8404`](https://github.com/alexfalkowski/nonnative/commit/ece8404d0a56ded351df317f3dacaac054f67f0a) fix(grpc): make servers consistent
|
|
578
|
+
- [`bbe1654`](https://github.com/alexfalkowski/nonnative/commit/bbe1654af21875dde1b3a28d40d35002537a6450) Merge pull request #38 from alexfalkowski/feature/puma
|
|
579
|
+
- [`a754000`](https://github.com/alexfalkowski/nonnative/commit/a754000621d1c3c010b03df72322af8650be4dea) build: bump to version 1.15.0
|
|
580
|
+
- [`9d6379c`](https://github.com/alexfalkowski/nonnative/commit/9d6379cee5ec3b4637edba7291b4bd71bc594679) refactor: better grpc wait
|
|
581
|
+
- [`2bfbb0f`](https://github.com/alexfalkowski/nonnative/commit/2bfbb0f15d7e20647e72332aa3830c9144a1148d) feat: use puma
|
|
582
|
+
- [`b023ff1`](https://github.com/alexfalkowski/nonnative/commit/b023ff1104bad803ad101a4b987d43c0e39fbf0a) Merge pull request #37 from alexfalkowski/bug/multiple-web-servers
|
|
583
|
+
- [`6e640de`](https://github.com/alexfalkowski/nonnative/commit/6e640ded9312d89de125f0b2bb9a34c982163a41) fix(http): allow to run multiple servers
|
|
584
|
+
- [`34c108f`](https://github.com/alexfalkowski/nonnative/commit/34c108f35d87f51409ee091ee59771d63924d2e8) test: update solargraph (0.39.11)
|
|
585
|
+
- [`b797dc9`](https://github.com/alexfalkowski/nonnative/commit/b797dc9778d6206da52ce4c6427204ef91bc87d3) Merge pull request #36 from alexfalkowski/feature/move-port
|
|
586
|
+
- [`439971f`](https://github.com/alexfalkowski/nonnative/commit/439971fa0388380701e80bce18d7bf61f07f9bc7) feat: move to use predefined port
|
|
587
|
+
- [`628ac0d`](https://github.com/alexfalkowski/nonnative/commit/628ac0d836deb02592bfd147ae54547cac8681cb) Merge pull request #35 from alexfalkowski/feature/proxy
|
|
588
|
+
- [`e0e6703`](https://github.com/alexfalkowski/nonnative/commit/e0e67030c513678c16557d5bbabb40e4d95e372b) test: trap signals
|
|
589
|
+
- [`24fb2cd`](https://github.com/alexfalkowski/nonnative/commit/24fb2cdaf65b6364eb0bbf8ca7f0fac51fa946e4) test: update rubocop
|
|
590
|
+
- [`1263966`](https://github.com/alexfalkowski/nonnative/commit/12639668953f230bd3854fac16e98b20671f25b3) build: bump to version 1.15.0
|
|
591
|
+
- [`84f6be8`](https://github.com/alexfalkowski/nonnative/commit/84f6be83e5d00a582cf6458e34a1f1c169fe81b8) feat: add chaos proxy
|
|
592
|
+
- [`0cb80f0`](https://github.com/alexfalkowski/nonnative/commit/0cb80f0a05189fa9aab4ce5ea01d83f02dfe78f7) feat: add random-port (0.5.1)
|
|
593
|
+
- [`b819f6c`](https://github.com/alexfalkowski/nonnative/commit/b819f6cf10ec86c52e7429e6948369905e079d38) feat: add no proxy
|
|
594
|
+
- [`522687f`](https://github.com/alexfalkowski/nonnative/commit/522687feaabef7edaae30ba3ef4872f1ff8548b8) refactor: move timeout
|
|
595
|
+
- [`51acd68`](https://github.com/alexfalkowski/nonnative/commit/51acd686a52297b555804a67b198b6ea024ad3d5) refactor: move setup outside of constructor
|
|
596
|
+
- [`6b80e69`](https://github.com/alexfalkowski/nonnative/commit/6b80e690f97e3f16a315a271dca5476647ce4177) feat(process): allow to pass different signal
|
|
597
|
+
- [`16c236a`](https://github.com/alexfalkowski/nonnative/commit/16c236afbd4e434d19d26166bf515def56907369) feat: abort on exception for threads
|
|
598
|
+
- [`4f8c26b`](https://github.com/alexfalkowski/nonnative/commit/4f8c26b5d0159fe0d57270ca9ce5d1bd167500f4) refactor(command): pass signal
|
|
599
|
+
- [`7804c22`](https://github.com/alexfalkowski/nonnative/commit/7804c22e1e46bc7031628fd99fbb0e1382b9b438) feat: add name property
|
|
600
|
+
- [`40bb54a`](https://github.com/alexfalkowski/nonnative/commit/40bb54a3f93451448e5dd1410f1222072f600647) test: update rubocop (0.85.1)
|
|
601
|
+
- [`bbf736c`](https://github.com/alexfalkowski/nonnative/commit/bbf736c82946847643b613f9b28c84a48b605c4b) Merge pull request #34 from alexfalkowski/feature/http-methods
|
|
602
|
+
- [`b3f21ad`](https://github.com/alexfalkowski/nonnative/commit/b3f21adeae90f6e40bb2254c49dfa2034695ec24) build: bump to version 1.14.0
|
|
603
|
+
- [`9dac9cd`](https://github.com/alexfalkowski/nonnative/commit/9dac9cdf2413c043f7eb6fa41dcb626237d070d2) test: update dependencies
|
|
604
|
+
- [`54b7b9a`](https://github.com/alexfalkowski/nonnative/commit/54b7b9a906e0e80556c058ec85386cf4997d6a1b) feat(http): add put and delete
|
|
605
|
+
- [`886bee1`](https://github.com/alexfalkowski/nonnative/commit/886bee1b49deb40321a8fd10612766340b71ec85) Merge pull request #33 from alexfalkowski/feature/check-http-server
|
|
606
|
+
- [`b0dc249`](https://github.com/alexfalkowski/nonnative/commit/b0dc2490718c9626a030140cc321693c51caee7b) build: bump to version 1.13.0
|
|
607
|
+
- [`c813c1c`](https://github.com/alexfalkowski/nonnative/commit/c813c1c0f26f4e3f4636a028e413971af18318de) refactor(http): move application
|
|
608
|
+
- [`10e0f37`](https://github.com/alexfalkowski/nonnative/commit/10e0f37e0da9e0896365c771a8886dc0eb94906b) feat(http): wait for server to start
|
|
609
|
+
- [`0a18218`](https://github.com/alexfalkowski/nonnative/commit/0a18218ff675a4bf76d39ac2c547a87955013e42) fix(grpc): pass timout to wait
|
|
610
|
+
- [`2d96df5`](https://github.com/alexfalkowski/nonnative/commit/2d96df54874022f79e617264daa98e84586da169) Merge pull request #32 from alexfalkowski/feature/better-process-management
|
|
611
|
+
- [`3712c9e`](https://github.com/alexfalkowski/nonnative/commit/3712c9e7fa1fad9c1b205dabd50e5c059f165145) build: bump to version 1.12.0
|
|
612
|
+
- [`b7b0b17`](https://github.com/alexfalkowski/nonnative/commit/b7b0b17cc4cac53abcb052a76afc29312b0b971b) fix: only raise an error after we have finished start or stop
|
|
613
|
+
- [`43a961b`](https://github.com/alexfalkowski/nonnative/commit/43a961b7bfa5e954371d14553009969f89af87a4) fix: pass service like in command
|
|
614
|
+
- [`5bf9a34`](https://github.com/alexfalkowski/nonnative/commit/5bf9a34ab96b10365e894dd66b260c2aa902f19b) feat(command): wait for pid
|
|
615
|
+
- [`ba90600`](https://github.com/alexfalkowski/nonnative/commit/ba906008ed7a8d72f8ee8f5f37eddf541be97a8a) feat(grpc): wait for server
|
|
616
|
+
- [`7dad865`](https://github.com/alexfalkowski/nonnative/commit/7dad865a29117b830c7717d167e14f88c9d6f2af) fix: register at exit first
|
|
617
|
+
- [`be78cf4`](https://github.com/alexfalkowski/nonnative/commit/be78cf47f2cb338cd98dff5ccfd5af3b41321428) feat: add overridable waiting
|
|
618
|
+
- [`caa075f`](https://github.com/alexfalkowski/nonnative/commit/caa075f955071cdc4ac2ef81465e668674ec5087) refactor: simplify server
|
|
619
|
+
- [`94b8b65`](https://github.com/alexfalkowski/nonnative/commit/94b8b652ef4b89a701ffb902c1b83c6d02b93e27) refactor: simplify process
|
|
620
|
+
- [`08ac565`](https://github.com/alexfalkowski/nonnative/commit/08ac56512914a376152f9eb9e08edda14268c6ae) Merge pull request #31 from alexfalkowski/feature/sleep
|
|
621
|
+
- [`39e05f2`](https://github.com/alexfalkowski/nonnative/commit/39e05f29602302000955c07f01c662438e5d30a6) build: bump to version 1.11.0
|
|
622
|
+
- [`1e3d363`](https://github.com/alexfalkowski/nonnative/commit/1e3d36302c0fc0c58f7b2239db39876acf4ec2fc) fix: add small sleeps as prcesses and severs take time to start.
|
|
623
|
+
- [`2524b5b`](https://github.com/alexfalkowski/nonnative/commit/2524b5b80059b9bd57e8bd6c768d38012cbbbece) Merge pull request #30 from alexfalkowski/feature/use-run
|
|
624
|
+
- [`3ff852b`](https://github.com/alexfalkowski/nonnative/commit/3ff852baa67d0d8ed967ad874ff2093edad7d540) build: bump to version 1.10.0
|
|
625
|
+
- [`3b504f7`](https://github.com/alexfalkowski/nonnative/commit/3b504f798f96465c503460789e67433ca74cf75e) build: add cops
|
|
626
|
+
- [`3721cdb`](https://github.com/alexfalkowski/nonnative/commit/3721cdb4902d4896a1666763fd544824c4ceca9b) build: update rubocop (0.83.0)
|
|
627
|
+
- [`f0609af`](https://github.com/alexfalkowski/nonnative/commit/f0609afe3878a8d4e5eaef77457b7a868bc234e8) feat(grpc): use run instead of run_till_terminated
|
|
628
|
+
- [`1c475cf`](https://github.com/alexfalkowski/nonnative/commit/1c475cf8fa1325cb92ed7c860bd07f1bed3ab3f0) Merge pull request #28 from alexfalkowski/feature/logging
|
|
629
|
+
- [`8013ad0`](https://github.com/alexfalkowski/nonnative/commit/8013ad07027e3a668f86581ca090b1a431504bba) build: bump to version 1.9.0
|
|
630
|
+
- [`0d38d8a`](https://github.com/alexfalkowski/nonnative/commit/0d38d8a12d108370682e2f7cad5f5a4f62e5835f) fix: remove unused vriables
|
|
631
|
+
- [`787e490`](https://github.com/alexfalkowski/nonnative/commit/787e490b71884c8dcd0920778b88fd94d520dfab) feat: remove logs
|
|
632
|
+
- [`1b3b01c`](https://github.com/alexfalkowski/nonnative/commit/1b3b01c17cb3b634e17a68e8e88404ff66fa6be5) feat: add puma (4.3.3)
|
|
633
|
+
- [`4e0c55d`](https://github.com/alexfalkowski/nonnative/commit/4e0c55d8b4776c0e1142b1fcc66d7816fde6c875) Merge pull request #27 from alexfalkowski/feature/add-tests
|
|
634
|
+
- [`111d81d`](https://github.com/alexfalkowski/nonnative/commit/111d81da298a7203c08fa5725e2310736b613fb9) feat: successfully starting of HTTP servers programatically with not found message
|
|
635
|
+
- [`047efaf`](https://github.com/alexfalkowski/nonnative/commit/047efaf9d6e2b721d92ce17fa348326b07705008) test: cover post
|
|
636
|
+
- [`c38d8a3`](https://github.com/alexfalkowski/nonnative/commit/c38d8a34b54f4bf7036d0794fa788015a9de9043) Merge pull request #26 from alexfalkowski/feature/debt
|
|
637
|
+
- [`cb93b23`](https://github.com/alexfalkowski/nonnative/commit/cb93b23a3c8ae463b656fb4a43e2b7dab83db2f5) fix: add comments
|
|
638
|
+
- [`62b7967`](https://github.com/alexfalkowski/nonnative/commit/62b7967c50fc4f27a7d4c6ad572a7f432a130811) Merge pull request #25 from alexfalkowski/feature/downgrade-simplecov
|
|
639
|
+
- [`09232fd`](https://github.com/alexfalkowski/nonnative/commit/09232fdc4801bf3121a3690da8f435cb063cf089) build: downgrade simplecov
|
|
640
|
+
- [`e11c7ee`](https://github.com/alexfalkowski/nonnative/commit/e11c7ee5c4fa7772532682421b8d408a3b384bf4) Merge pull request #24 from alexfalkowski/feature/cleanup
|
|
641
|
+
- [`ac5b9f4`](https://github.com/alexfalkowski/nonnative/commit/ac5b9f4a035e8f0522af525199051424496dd805) ci: add sonar cloud
|
|
642
|
+
- [`eadf38f`](https://github.com/alexfalkowski/nonnative/commit/eadf38f14d18c67e5a14f808e8e59f1aaa93c9d9) ci: store tests
|
|
643
|
+
- [`76b7824`](https://github.com/alexfalkowski/nonnative/commit/76b78241ba74680117e397e9321bb660074c4767) build: add reports
|
|
644
|
+
- [`fe478a7`](https://github.com/alexfalkowski/nonnative/commit/fe478a73c50d036529d3663ce0237ed1980b3302) build: add sonar
|
|
645
|
+
- [`2ebd2e5`](https://github.com/alexfalkowski/nonnative/commit/2ebd2e53e7e3e1fa7ba8453015b413fba0babcff) ci: store coverage files
|
|
646
|
+
- [`bbbf31d`](https://github.com/alexfalkowski/nonnative/commit/bbbf31d8a71a6022acabf39a5f4d878c23664d11) build: bump to version 1.8.1
|
|
647
|
+
- [`81e260b`](https://github.com/alexfalkowski/nonnative/commit/81e260be6926f67d2dc83b0d5242d0e092e1ba4c) test: cleanup features
|
|
648
|
+
- [`5d4b5c1`](https://github.com/alexfalkowski/nonnative/commit/5d4b5c1f6c3eb4f6bec9d0d70c48403bca9b7bba) test: add chutney to makefile
|
|
649
|
+
- [`877bc2b`](https://github.com/alexfalkowski/nonnative/commit/877bc2b01f53755e27a793a1a1665f7e0d7fa0e3) test: add chutney (2.0.3.1)
|
|
650
|
+
- [`d6b5ccf`](https://github.com/alexfalkowski/nonnative/commit/d6b5ccf9695ace6e5f6280788209e402c989ee34) test: rename features
|
|
651
|
+
- [`ca76047`](https://github.com/alexfalkowski/nonnative/commit/ca76047aac5c0459a8bdee1ff8fe4609c64622ad) Merge pull request #23 from alexfalkowski/feature/fail-start-stop
|
|
652
|
+
- [`04d0ab9`](https://github.com/alexfalkowski/nonnative/commit/04d0ab939cf73de2a66713bee3d4f68cf18fe71d) build: rely on cleaning up logs
|
|
653
|
+
- [`2c3020b`](https://github.com/alexfalkowski/nonnative/commit/2c3020b757639670f5dbef5298d8b64cde3e4f0b) build: bump to version 1.8.0
|
|
654
|
+
- [`a6082ef`](https://github.com/alexfalkowski/nonnative/commit/a6082ef50db0b0126f05e89212f97b0187422275) refactor: remove duplication
|
|
655
|
+
- [`b2ae52b`](https://github.com/alexfalkowski/nonnative/commit/b2ae52b20ce0cf65f431ceaa315b353ed41fcc80) feat: remove logger
|
|
656
|
+
- [`3040227`](https://github.com/alexfalkowski/nonnative/commit/3040227113c50aa9a7e84bf44bd03a3c0a6142be) feat: stop nonnative with a long stopping time server will error
|
|
657
|
+
- [`6770f66`](https://github.com/alexfalkowski/nonnative/commit/6770f6657ccb724c311a43e77b03595943504fef) feat: start nonnative with a long start up time server will error
|
|
658
|
+
- [`3719e3c`](https://github.com/alexfalkowski/nonnative/commit/3719e3ce45c44ddfa26da87e41cc1604e2dcd88d) refactor: move to greeter file
|
|
659
|
+
- [`d9f58b2`](https://github.com/alexfalkowski/nonnative/commit/d9f58b212e729f3316b3d790078610d2312e100d) Merge pull request #22 from alexfalkowski/feature/observability
|
|
660
|
+
- [`1df039d`](https://github.com/alexfalkowski/nonnative/commit/1df039d931aa04ce105e91b9bfb6452d9a0ce64a) build: bump to version 1.7.0
|
|
661
|
+
- [`4536904`](https://github.com/alexfalkowski/nonnative/commit/45369041a8d95e240b5533d2132b60fa4d31278f) feat: successfully starting of HTTP servers programatically and getting metrics
|
|
662
|
+
- [`be9ae06`](https://github.com/alexfalkowski/nonnative/commit/be9ae06952e83af666f654a9782b596673709c87) feat: successfully starting of HTTP servers programatically and getting health
|
|
663
|
+
- [`fdb61da`](https://github.com/alexfalkowski/nonnative/commit/fdb61da719e6cf3d35db7d8af6acea19481a8ff9) feat: use ruby 2.6.6
|
|
664
|
+
- [`87f6e0f`](https://github.com/alexfalkowski/nonnative/commit/87f6e0feb0c2a504d773bc1d77e5c00a403c6365) Merge pull request #21 from alexfalkowski/feature/fake-servers
|
|
665
|
+
- [`1093f30`](https://github.com/alexfalkowski/nonnative/commit/1093f30717f1891a4644c63c4fea3d0640599578) build: bump to version 1.6.0
|
|
666
|
+
- [`7aa120e`](https://github.com/alexfalkowski/nonnative/commit/7aa120e282eca41384c73f0c233b348f489b7e60) docs: add examples for http and grpc
|
|
667
|
+
- [`cc92276`](https://github.com/alexfalkowski/nonnative/commit/cc9227620ecb8133277871967eb835f67943ccad) feat: successfully starting of grpc servers programatically
|
|
668
|
+
- [`93373f1`](https://github.com/alexfalkowski/nonnative/commit/93373f1b85d50328b54ee49236f55acd2c5c0180) feat: successfully starting of HTTP servers programatically
|
|
669
|
+
- [`d27904b`](https://github.com/alexfalkowski/nonnative/commit/d27904b7e6c4c9b510ae860e42a7d10a4cc0035f) test: rename to tcp
|
|
670
|
+
- [`42c10e9`](https://github.com/alexfalkowski/nonnative/commit/42c10e99e951450efce4a529b75f18a0f4f5fd36) test: add grpc-tools (~> 1.28)
|
|
671
|
+
- [`6cabe9e`](https://github.com/alexfalkowski/nonnative/commit/6cabe9e6e6107405459be0cdf93afc9fae742d6e) feat: add grpc (~> 1.28)
|
|
672
|
+
- [`00266e5`](https://github.com/alexfalkowski/nonnative/commit/00266e52cb20d058ebccc5f09f4787d1f6899400) feat: enable rubocop cops
|
|
673
|
+
- [`915739e`](https://github.com/alexfalkowski/nonnative/commit/915739ef4ea34cf12b10022a048203d11ad55b55) test: lock deps
|
|
674
|
+
- [`e340785`](https://github.com/alexfalkowski/nonnative/commit/e340785fa1e97c991196e1ee1168dac3e4973cb3) feat: lock semantic_logger
|
|
675
|
+
- [`1f656a9`](https://github.com/alexfalkowski/nonnative/commit/1f656a975e2fd6b1af830ca38f24d978a105d0e0) feat: update rspec-expectations (3.9.2)
|
|
676
|
+
- [`03d9b62`](https://github.com/alexfalkowski/nonnative/commit/03d9b627314d859cef9b002e1d903f22bad9efad) feat: lock rspec-benchmark
|
|
677
|
+
- [`a4817a8`](https://github.com/alexfalkowski/nonnative/commit/a4817a8d57edb23ebb93610c86f5539ef79af243) feat: lock cucumber
|
|
678
|
+
- [`2f27876`](https://github.com/alexfalkowski/nonnative/commit/2f2787648deb641dbd78875433f0928e3b754cdd) feat: add sinatra (2.0.8.1)
|
|
679
|
+
- [`8caff98`](https://github.com/alexfalkowski/nonnative/commit/8caff98e5fea79c7123cc49f573ef2122ef14b33) feat: update solargraph (0.39.7)
|
|
680
|
+
- [`48e462d`](https://github.com/alexfalkowski/nonnative/commit/48e462d980f858102a45367fc420b7c66596a22f) feat: update rubocop (0.82.0)
|
|
681
|
+
- [`70574cd`](https://github.com/alexfalkowski/nonnative/commit/70574cd8a756f825544ec017b65ac9be44b13e86) Merge pull request #20 from alexfalkowski/feature/use-localhost
|
|
682
|
+
- [`4579abe`](https://github.com/alexfalkowski/nonnative/commit/4579abe43512e9bfe338b0c17f7dd3ec70ff150c) build: bump nonnative (1.5.0)
|
|
683
|
+
- [`1e77298`](https://github.com/alexfalkowski/nonnative/commit/1e77298620666578472220c0e02c5121a4d9838f) feat: use 0.0.0.0
|
|
684
|
+
- [`6a184c1`](https://github.com/alexfalkowski/nonnative/commit/6a184c1ccd0ce38feacb11d1ef8d34ce08b546f4) Merge pull request #19 from alexfalkowski/feature/show-name
|
|
685
|
+
- [`05f25e1`](https://github.com/alexfalkowski/nonnative/commit/05f25e1e5ccd0cb2dfd4a1e6d035aa99549c35e8) build: bump nonnative (1.4.0)
|
|
686
|
+
- [`3dc8b63`](https://github.com/alexfalkowski/nonnative/commit/3dc8b63c417ca7872e8bd8b059bc96618cb59891) build: increase Metrics/MethodLength to 15
|
|
687
|
+
- [`d119ccc`](https://github.com/alexfalkowski/nonnative/commit/d119ccc0f9575740b4a14c5bf5f1912c3db11692) feat: add the ability to see the type that has issues
|
|
688
|
+
- [`307c6c8`](https://github.com/alexfalkowski/nonnative/commit/307c6c8b4640f7ba23b37ee49e3b768536668fe2) refactor: rename to command
|
|
689
|
+
- [`46957c8`](https://github.com/alexfalkowski/nonnative/commit/46957c8cdb58fa34f852c05965666bf8c28b3b02) Merge pull request #18 from alexfalkowski/feature/server
|
|
690
|
+
- [`593601c`](https://github.com/alexfalkowski/nonnative/commit/593601c26b210157b0b80f98ad94ab75835f62d5) build: bump to version 1.3.0
|
|
691
|
+
- [`6ef2fb1`](https://github.com/alexfalkowski/nonnative/commit/6ef2fb10c3c4a6be809bae6dd0cb72918252f9a7) docs: update readme with servers
|
|
692
|
+
- [`47829e2`](https://github.com/alexfalkowski/nonnative/commit/47829e25015edbbf5b9b684638f700f87e097a77) build: enable cops
|
|
693
|
+
- [`47955d3`](https://github.com/alexfalkowski/nonnative/commit/47955d327d251ae0df99c6f99bbe4f5e8fa1acb9) feat: add starting servers
|
|
694
|
+
- [`02d6e9d`](https://github.com/alexfalkowski/nonnative/commit/02d6e9dd734376e3255f79dfcc17d0fc736768f5) test: rename feature to processes
|
|
695
|
+
- [`9e4391e`](https://github.com/alexfalkowski/nonnative/commit/9e4391e94fc32d69cdf651eff8995bac91f965fd) feat: rename to process pool
|
|
696
|
+
- [`aac5b4c`](https://github.com/alexfalkowski/nonnative/commit/aac5b4c435ea1fb3942a0c752f573ff2ca5026b6) feat: rename to configuration process
|
|
697
|
+
- [`79604f6`](https://github.com/alexfalkowski/nonnative/commit/79604f631990a01f48da066014b52742e0bc71d0) feat: remove structure
|
|
698
|
+
- [`b74e502`](https://github.com/alexfalkowski/nonnative/commit/b74e5026659dfa5571060b518c39f85734224c7a) refactor: move timeout to class
|
|
699
|
+
- [`62c70d8`](https://github.com/alexfalkowski/nonnative/commit/62c70d814dce6b32340b5a53ef9deb3cfa844e31) build: update gems
|
|
700
|
+
- [`43706cc`](https://github.com/alexfalkowski/nonnative/commit/43706ccde94231bb20505a49033ba9891f1b8020) build: remove bundler audit
|
|
701
|
+
- [`c373a74`](https://github.com/alexfalkowski/nonnative/commit/c373a743cd36642f265527cf9690ee7de7a5fd27) build: update gems
|
|
702
|
+
- [`2dc6605`](https://github.com/alexfalkowski/nonnative/commit/2dc6605872225b5c4edd25aa5b245423d5e6e927) build: add solargraph (0.38.0)
|
|
703
|
+
- [`bd49e91`](https://github.com/alexfalkowski/nonnative/commit/bd49e913c6ac84898027c14be2e416dfd0e6d51c) Merge pull request #17 from alexfalkowski/bug/fix-typo
|
|
704
|
+
- [`2fdc0c1`](https://github.com/alexfalkowski/nonnative/commit/2fdc0c1238c1ee97b817ed6bb9959384a8a73b36) build: bump to version 1.2.0
|
|
705
|
+
- [`d93181e`](https://github.com/alexfalkowski/nonnative/commit/d93181ee6a218cb58b2b8219d486d51f7f82e0ff) bug: fix typo in code
|
|
706
|
+
- [`dd35d72`](https://github.com/alexfalkowski/nonnative/commit/dd35d7270f98a02bf0ad50ab8172172a9005e2b4) Merge pull request #15 from alexfalkowski/feature/cleanup
|
|
707
|
+
- [`52d46f3`](https://github.com/alexfalkowski/nonnative/commit/52d46f3cc0f205784c5c3b85e6be0d8ce4b194e6) build: bump to version 1.1.1
|
|
708
|
+
- [`f09c13e`](https://github.com/alexfalkowski/nonnative/commit/f09c13e2e5e23dcbd60e484ec6fa439df9c34a06) refactor: remove duplication
|
|
709
|
+
- [`70641da`](https://github.com/alexfalkowski/nonnative/commit/70641da284cd1a0ad144cdd65ffa19686cc26578) Merge pull request #14 from alexfalkowski/feature/better-naming
|
|
710
|
+
- [`c65ff11`](https://github.com/alexfalkowski/nonnative/commit/c65ff11e69b205bb7b467bd993ff2856d8f3c1de) build: bump to version 1.1.0
|
|
711
|
+
- [`228c9ed`](https://github.com/alexfalkowski/nonnative/commit/228c9ed9607c30834f0f5dfa46114a2ed84b67a3) feat: use better naming.
|
|
712
|
+
- [`b2677c1`](https://github.com/alexfalkowski/nonnative/commit/b2677c1165356a1710500ff7a1eb5af796f3539e) Merge pull request #13 from alexfalkowski/feature/multiple-processes
|
|
713
|
+
- [`d2ca910`](https://github.com/alexfalkowski/nonnative/commit/d2ca910376061c143187cf0b4c27f5937fdce965) build: bump to version 1.0.0
|
|
714
|
+
- [`e616cc7`](https://github.com/alexfalkowski/nonnative/commit/e616cc76876f06b5bf43b58404f1e2b0b97874a2) build: audit our gems
|
|
715
|
+
- [`237de1c`](https://github.com/alexfalkowski/nonnative/commit/237de1cf9e1f045d33527820921826fd301c447e) build: add bundler-audit (0.6.1)
|
|
716
|
+
- [`3533da4`](https://github.com/alexfalkowski/nonnative/commit/3533da4658e0ef7ebda58dfce03adf4215262f3e) build: check outdated dependencies
|
|
717
|
+
- [`f3d9c92`](https://github.com/alexfalkowski/nonnative/commit/f3d9c923385ad338d42ec924ea60c16dcc1a6ed7) feat: add ability to use configuration file
|
|
718
|
+
- [`6b22e21`](https://github.com/alexfalkowski/nonnative/commit/6b22e21395d25a49750bdbfae9122f0f2e3677cd) ci: store logs
|
|
719
|
+
- [`3c68a91`](https://github.com/alexfalkowski/nonnative/commit/3c68a917a15860ee2cd9cd702aa3be664b5654fa) test: move logs
|
|
720
|
+
- [`35bf8e1`](https://github.com/alexfalkowski/nonnative/commit/35bf8e12649b6055fe2692fd5fed3cd247764fb9) test: clean up logs
|
|
721
|
+
- [`d265aac`](https://github.com/alexfalkowski/nonnative/commit/d265aaca9f798ab004ee125a55e0406f9b2f7739) feat: make sure we dont do things serially
|
|
722
|
+
- [`be1f668`](https://github.com/alexfalkowski/nonnative/commit/be1f668278a74f5c3a33538dbeda77ac9b93d316) feat: remove writting to STDOUT
|
|
723
|
+
- [`d4b6b82`](https://github.com/alexfalkowski/nonnative/commit/d4b6b825c16188f0a4f9b2481578dc82a8c36d97) test: add ability to benchmark
|
|
724
|
+
- [`0697c12`](https://github.com/alexfalkowski/nonnative/commit/0697c1260bcf5ce750adb9f25142d5f32ebd31a6) build: move to ruby 2.6.5
|
|
725
|
+
- [`c655bdc`](https://github.com/alexfalkowski/nonnative/commit/c655bdce82e85b0238a1011b0bcdfde50e530e8f) test: add rspec-benchmark (0.5.1)
|
|
726
|
+
- [`b756ee6`](https://github.com/alexfalkowski/nonnative/commit/b756ee69eb721c939317a7e2191d99a188cd5a3f) test: move setup to step
|
|
727
|
+
- [`ba1c63e`](https://github.com/alexfalkowski/nonnative/commit/ba1c63e19e1a8926b8e0caac4ecfb1c68a8734d9) feature: add manual startup
|
|
728
|
+
- [`5a9c8ba`](https://github.com/alexfalkowski/nonnative/commit/5a9c8baf22537dc246fc73eab3d1a645bc51f4be) feat: start multiple processes
|
|
729
|
+
- [`54d3207`](https://github.com/alexfalkowski/nonnative/commit/54d3207228d38d77a53501ec67d93786e856484f) build: add cleanup-analysis
|
|
730
|
+
- [`809cf22`](https://github.com/alexfalkowski/nonnative/commit/809cf22be0337ef0655aa7c8fe8d5e0a56bf9a24) build: update rubocop config
|
|
731
|
+
- [`9e663f1`](https://github.com/alexfalkowski/nonnative/commit/9e663f153d8f38bf4cbaeb356fa050789cf2df15) build: update gems
|
|
732
|
+
- [`d9117ea`](https://github.com/alexfalkowski/nonnative/commit/d9117eae4cff52cc73fc9bba2ddac28bf2f13543) build: update ruby-2.7.0
|
|
733
|
+
- [`8b12aca`](https://github.com/alexfalkowski/nonnative/commit/8b12aca4772853964895c0cd036b1cf9accc14b8) Merge pull request #12 from alexfalkowski/bug/fix-output
|
|
734
|
+
- [`efa6cf9`](https://github.com/alexfalkowski/nonnative/commit/efa6cf9b73be7152c94020e8414fa80e07c5ae5c) Bump version 0.8.0
|
|
735
|
+
- [`2391f9d`](https://github.com/alexfalkowski/nonnative/commit/2391f9d1038c04e73b8f49d710efb0b2a704e14c) Handle the case when we have no file.
|
|
736
|
+
- [`59b08ea`](https://github.com/alexfalkowski/nonnative/commit/59b08ea51eec7de7ce5eff2791ca7aa103fe49d8) Upgrade gems.
|
|
737
|
+
- [`ee5dc47`](https://github.com/alexfalkowski/nonnative/commit/ee5dc47f6d1234eacda868a1d3ac94ea15356ea8) Merge pull request #11 from alexfalkowski/feature/strategy
|
|
738
|
+
- [`80b5baa`](https://github.com/alexfalkowski/nonnative/commit/80b5baa8bac93282453ac224c08f950285a23e06) Bump to version 0.7.0
|
|
739
|
+
- [`9015a87`](https://github.com/alexfalkowski/nonnative/commit/9015a873e3faf623212d414ea137888a099a9a1e) Append to log file.
|
|
740
|
+
- [`0dcb9ea`](https://github.com/alexfalkowski/nonnative/commit/0dcb9eadbd64b1dbad365bf4a0cff904e2759af4) Add strategy.
|
|
741
|
+
- [`19d7718`](https://github.com/alexfalkowski/nonnative/commit/19d7718fd62b13ecd193b37ddfb59206985c2f4a) Merge pull request #10 from alexfalkowski/feature/update-readme
|
|
742
|
+
- [`d381c6b`](https://github.com/alexfalkowski/nonnative/commit/d381c6bbf2e4a5e534de4d3ab38565ade45eec41) Bump to version 0.6.1
|
|
743
|
+
- [`4b436a6`](https://github.com/alexfalkowski/nonnative/commit/4b436a6b1d6fb0774f77a2ffc28b9a632b632951) Update README.
|
|
744
|
+
- [`7531fb5`](https://github.com/alexfalkowski/nonnative/commit/7531fb5120ac0e76b4173ef4b5f1fc6a597614d1) Merge pull request #9 from alexfalkowski/feature/redirect-output
|
|
745
|
+
- [`e296828`](https://github.com/alexfalkowski/nonnative/commit/e2968287a3629488ca4d2eb9d47c27f4075a409d) Bump to version 0.6.0
|
|
746
|
+
- [`5b7eaa7`](https://github.com/alexfalkowski/nonnative/commit/5b7eaa7789d11c2d282cc2ab81327505830022e4) Redirect to file.
|
|
747
|
+
- [`4cfa39b`](https://github.com/alexfalkowski/nonnative/commit/4cfa39ba183c050e49e3978e91487c6eed0da0ca) Updated gems.
|
|
748
|
+
- [`e258503`](https://github.com/alexfalkowski/nonnative/commit/e258503c0b614955d1b51b4753a133d99f40ddbe) Write some output.
|
|
749
|
+
- [`3f00997`](https://github.com/alexfalkowski/nonnative/commit/3f0099784617dadc5ae2ff2a02875b79be999536) Use SIGINT instead of SIGHUP.
|
|
750
|
+
- [`688e210`](https://github.com/alexfalkowski/nonnative/commit/688e210d083e2ca1c2a5ec471eadd33d5b75d5d3) Merge pull request #8 from alexfalkowski/feature/fix-logging
|
|
751
|
+
- [`627952f`](https://github.com/alexfalkowski/nonnative/commit/627952ff4701421c7d87042a9e5ba59d5c32c29d) Bump to version 0.5.0
|
|
752
|
+
- [`014b026`](https://github.com/alexfalkowski/nonnative/commit/014b026ff703e87ddc62b8af689f4f67a8d9bb10) Fix log message.
|
|
753
|
+
- [`429ad8c`](https://github.com/alexfalkowski/nonnative/commit/429ad8c73e225737d2b365c25b2a0b997bb2eba4) Merge pull request #7 from alexfalkowski/feature/cleanup
|
|
754
|
+
- [`67fc0aa`](https://github.com/alexfalkowski/nonnative/commit/67fc0aa854fe52f2183088ce713d8124a8db5d0d) Configure simplecov.
|
|
755
|
+
- [`4c34022`](https://github.com/alexfalkowski/nonnative/commit/4c34022e5194ea9ed517b564dc1e33472db7d10f) Add simplecov (0.17.0)
|
|
756
|
+
- [`af5ff5e`](https://github.com/alexfalkowski/nonnative/commit/af5ff5e68bd07c79cf42abe281c9664f93573dfc) Bump to version 0.4.0
|
|
757
|
+
- [`2d3c218`](https://github.com/alexfalkowski/nonnative/commit/2d3c218d48b4e08de3a7cef3ea73f8663df5a21e) Move logging.
|
|
758
|
+
- [`de37250`](https://github.com/alexfalkowski/nonnative/commit/de372501ea5ba175f7f5b17a17833f67f1e15f95) Merge pull request #6 from alexfalkowski/feature/fix-port-closed
|
|
759
|
+
- [`edbfb18`](https://github.com/alexfalkowski/nonnative/commit/edbfb18871cbf15505e949d7e5746539551c9026) Bump to version 0.3.0
|
|
760
|
+
- [`becae3c`](https://github.com/alexfalkowski/nonnative/commit/becae3c8394302d13635941f5a56ee73403fba6e) Fix issue with timeout.
|
|
761
|
+
- [`75ac064`](https://github.com/alexfalkowski/nonnative/commit/75ac0646981c82cb177f2b8e2c71736319b63309) Merge pull request #5 from alexfalkowski/feature/update-shutdown
|
|
762
|
+
- [`8570e65`](https://github.com/alexfalkowski/nonnative/commit/8570e65c87383c45c7dd9b174b6c0218a8c0b72b) Bump to version 0.2.1
|
|
763
|
+
- [`5fca3b8`](https://github.com/alexfalkowski/nonnative/commit/5fca3b8539d69ec9e56ffd1b2916176b5e859f21) Dont throw errors though log if an issue occurs.
|
|
764
|
+
- [`5cc8348`](https://github.com/alexfalkowski/nonnative/commit/5cc8348c34d4ce07ffe5bdc8b037a9846f685829) Add semantic_logger (4.5.0)
|
|
765
|
+
- [`beb2c55`](https://github.com/alexfalkowski/nonnative/commit/beb2c5541f870f1859d34461eaa36bc9d3c32719) Remove cucumber example as it is obvious.
|
|
766
|
+
- [`c048a0b`](https://github.com/alexfalkowski/nonnative/commit/c048a0b41bdac7d56a53cb86ada6851272e491f0) Merge pull request #4 from alexfalkowski/feature/remove-wait
|
|
767
|
+
- [`a2de33a`](https://github.com/alexfalkowski/nonnative/commit/a2de33a4b2bb7c3add6159467a7dbe5541f94b8b) Bump to version 0.2.0
|
|
768
|
+
- [`30315dc`](https://github.com/alexfalkowski/nonnative/commit/30315dc3ed096a9c9d2359a7a0d35725d2a1b961) Move to a Process class.
|
|
769
|
+
- [`695bec0`](https://github.com/alexfalkowski/nonnative/commit/695bec0e4a99af88125d1b195c7fb331e322f686) Update README to include new config.
|
|
770
|
+
- [`92ba40d`](https://github.com/alexfalkowski/nonnative/commit/92ba40dfa7b216a191281f214958ab195a5fd3cc) Remove tag.
|
|
771
|
+
- [`6c454c1`](https://github.com/alexfalkowski/nonnative/commit/6c454c15a789a548dfd610a6beb5e4e2d7dbbad0) Make sure we wait without a relying on a sleep.
|
|
772
|
+
- [`a888c89`](https://github.com/alexfalkowski/nonnative/commit/a888c89afde35e35dcf22b3accf3068e215cf5a5) Merge pull request #3 from alexfalkowski/feature/update-readme
|
|
773
|
+
- [`492c80d`](https://github.com/alexfalkowski/nonnative/commit/492c80da19500209609002f8947d3a8417d7dc53) Add CircleCI badge.
|
|
774
|
+
- [`f975aac`](https://github.com/alexfalkowski/nonnative/commit/f975aac5623715eab7cb83d54f19ae5453c93894) Update README with better information.
|
|
775
|
+
- [`6366e5e`](https://github.com/alexfalkowski/nonnative/commit/6366e5eaef9e678b9a3d3ed74a1758e5bd873ead) Add solargraph (0.35.1)
|
|
776
|
+
- [`6046de3`](https://github.com/alexfalkowski/nonnative/commit/6046de35ed5b99c276103eece3efbf9e2edf6950) Merge pull request #2 from alexfalkowski/arf/config
|
|
777
|
+
- [`1831819`](https://github.com/alexfalkowski/nonnative/commit/1831819884c464d98d38db0bc8031c27281e633d) Update README.
|
|
778
|
+
- [`27db396`](https://github.com/alexfalkowski/nonnative/commit/27db396f0465ecf7e85476f39c74a60095658182) Move to use configuration.
|
|
779
|
+
- [`263e617`](https://github.com/alexfalkowski/nonnative/commit/263e6170ed3e742b7cbfc0099f068a6b6372cd19) Add echo feature.
|
|
780
|
+
- [`9a1cee2`](https://github.com/alexfalkowski/nonnative/commit/9a1cee2446af0c54dec002008d713914dc195345) Add rspec-expectations (3.8.4)
|
|
781
|
+
- [`a0d8a17`](https://github.com/alexfalkowski/nonnative/commit/a0d8a1792bde82ed7ccf4886fc9fccaef249ee8e) Disable documentation.
|
|
782
|
+
- [`cc1f270`](https://github.com/alexfalkowski/nonnative/commit/cc1f2705d8252fcd53c405422b4578a0d5275e1e) Add echo client.
|
|
783
|
+
- [`de18dc7`](https://github.com/alexfalkowski/nonnative/commit/de18dc7800a2c96cade2d96d2f05eccc7ef307bc) Move error class.
|
|
784
|
+
- [`707feef`](https://github.com/alexfalkowski/nonnative/commit/707feefb02600fab92b04c01e818e922fa1a3f77) Add an echo server.
|
|
785
|
+
- [`a455181`](https://github.com/alexfalkowski/nonnative/commit/a4551817d1c77fa7a36bc2af595c826fb2764f6f) Use setup script.
|
|
786
|
+
- [`c0fe03b`](https://github.com/alexfalkowski/nonnative/commit/c0fe03b6fdbd8fde5ddb6f680cd2779ddca925b3) Merge pull request #1 from alexfalkowski/arf/setup
|
|
787
|
+
- [`5875c7e`](https://github.com/alexfalkowski/nonnative/commit/5875c7edfd0db141a11856649178cfa82d241377) Add CircleCI config.
|
|
788
|
+
- [`4192f77`](https://github.com/alexfalkowski/nonnative/commit/4192f7728bff1f3d58a06f9081bd54f54328713f) Build gems in vendor.
|
|
789
|
+
- [`95f0320`](https://github.com/alexfalkowski/nonnative/commit/95f032067564c1652fecd6ef7771f4e0c8efb6d5) Add Makfile.
|
|
790
|
+
- [`7886df9`](https://github.com/alexfalkowski/nonnative/commit/7886df90260bc315967afd2186e965ec50906ae3) Generate with cucumber --init
|
|
791
|
+
- [`c23c756`](https://github.com/alexfalkowski/nonnative/commit/c23c7567d09403a5bf2975b2959c663257b17be8) Add cucumber (3.1.2)
|
|
792
|
+
- [`925cd3e`](https://github.com/alexfalkowski/nonnative/commit/925cd3ea43632e30bd4dcaf8113dd2095e372f86) Fix with bundle exec rubocop -a
|
|
793
|
+
- [`51bdc11`](https://github.com/alexfalkowski/nonnative/commit/51bdc11dc3975a3d8047cf0d5ff764ff6208f409) Add rubocop config.
|
|
794
|
+
- [`03d1ea4`](https://github.com/alexfalkowski/nonnative/commit/03d1ea4aa905f46bcd6b729db9c4a375ec1e8e12) Add rubocop (0.73.0)
|
|
795
|
+
- [`423c06b`](https://github.com/alexfalkowski/nonnative/commit/423c06bac9a7350afbc46967e2c42097d87bad35) Add editor config.
|
|
796
|
+
- [`2d00bec`](https://github.com/alexfalkowski/nonnative/commit/2d00beca541845dd1aa0738800aadc98a279491a) Add ruby version.
|
|
797
|
+
- [`d20a14a`](https://github.com/alexfalkowski/nonnative/commit/d20a14a88f09804fedeb70551471ed76c6ec129b) Add lock file.
|
|
798
|
+
- [`c4ee191`](https://github.com/alexfalkowski/nonnative/commit/c4ee191a312bda813355b167f0e7203df1e10ce6) Update info about gem.
|
|
799
|
+
- [`ff94137`](https://github.com/alexfalkowski/nonnative/commit/ff941372de7b571533343828519858c598a105ab) Remove MIT license.
|
|
800
|
+
- [`34b0c3a`](https://github.com/alexfalkowski/nonnative/commit/34b0c3aee414ca41ae4e6273894e12a957d66a5e) Genemare from bundle gem .
|
|
801
|
+
- [`bc00e9a`](https://github.com/alexfalkowski/nonnative/commit/bc00e9a9e39d8595e01f6b51d7be0e820a252f2f) Initial commit
|