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