cloudmunda 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -2
- data/Gemfile.lock +128 -109
- data/lib/cloudmunda/cli/worker.rb +1 -1
- data/lib/cloudmunda/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 936e312ef49af3f00fc9c0d4f97b84ce173a8da8981273791a88977a3bb3cfe8
|
4
|
+
data.tar.gz: c9dc23a1bf6142d0bd0e49d22a9261cfcfb197bcc83b7a2ea7600407ea709579
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e937d7735c28308809b9c57e23fc4c40ceb6030a3ccce06d186d49848473fe42f40ddbaa9654954aabe4ed06e03616f7dc6c2721d05689cec71bce5ed39a2262
|
7
|
+
data.tar.gz: b75a37bc42b05a8c8e947d7243ec4b5d50cd9311d4a42afa16c505f1d04c01f239a0d660a41644ad1c3fda62cd187486628c7f393c3e9e66c61cbc33f3cbd8c7
|
data/CHANGELOG.md
CHANGED
@@ -1,9 +1,12 @@
|
|
1
1
|
## [Unreleased]
|
2
2
|
|
3
|
-
## [0.1.
|
3
|
+
## [0.1.4] - 2022-08-09
|
4
|
+
- Rework how we use `runs_in_development` together with `type`. This is a very biased approach. What we do from now on if when in your job definition `runs_in_development` equals to true, we will add `-dev` to the type name.
|
5
|
+
|
6
|
+
## [0.1.3] - 2022-02-25
|
4
7
|
- Fix bug in `Supervisor#start` that would lead to not gracefully shutting down workers.
|
5
8
|
|
6
|
-
## [0.1.2] -
|
9
|
+
## [0.1.2] - 2022-02-25
|
7
10
|
- Add class method `runs_in_development` to Cloudmunda::Worker. This way you can run only specific jobs in development.
|
8
11
|
|
9
12
|
## [0.1.1] - 2021-12-16
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cloudmunda (0.1.
|
4
|
+
cloudmunda (0.1.4)
|
5
5
|
concurrent-ruby (~> 1.0)
|
6
6
|
rest-client (~> 2.0)
|
7
7
|
zeebe-client (~> 0.16)
|
@@ -9,87 +9,95 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actioncable (
|
13
|
-
actionpack (=
|
14
|
-
activesupport (=
|
12
|
+
actioncable (7.0.3.1)
|
13
|
+
actionpack (= 7.0.3.1)
|
14
|
+
activesupport (= 7.0.3.1)
|
15
15
|
nio4r (~> 2.0)
|
16
16
|
websocket-driver (>= 0.6.1)
|
17
|
-
actionmailbox (
|
18
|
-
actionpack (=
|
19
|
-
activejob (=
|
20
|
-
activerecord (=
|
21
|
-
activestorage (=
|
22
|
-
activesupport (=
|
17
|
+
actionmailbox (7.0.3.1)
|
18
|
+
actionpack (= 7.0.3.1)
|
19
|
+
activejob (= 7.0.3.1)
|
20
|
+
activerecord (= 7.0.3.1)
|
21
|
+
activestorage (= 7.0.3.1)
|
22
|
+
activesupport (= 7.0.3.1)
|
23
23
|
mail (>= 2.7.1)
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
24
|
+
net-imap
|
25
|
+
net-pop
|
26
|
+
net-smtp
|
27
|
+
actionmailer (7.0.3.1)
|
28
|
+
actionpack (= 7.0.3.1)
|
29
|
+
actionview (= 7.0.3.1)
|
30
|
+
activejob (= 7.0.3.1)
|
31
|
+
activesupport (= 7.0.3.1)
|
29
32
|
mail (~> 2.5, >= 2.5.4)
|
33
|
+
net-imap
|
34
|
+
net-pop
|
35
|
+
net-smtp
|
30
36
|
rails-dom-testing (~> 2.0)
|
31
|
-
actionpack (
|
32
|
-
actionview (=
|
33
|
-
activesupport (=
|
34
|
-
rack (~> 2.0, >= 2.0
|
37
|
+
actionpack (7.0.3.1)
|
38
|
+
actionview (= 7.0.3.1)
|
39
|
+
activesupport (= 7.0.3.1)
|
40
|
+
rack (~> 2.0, >= 2.2.0)
|
35
41
|
rack-test (>= 0.6.3)
|
36
42
|
rails-dom-testing (~> 2.0)
|
37
43
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
38
|
-
actiontext (
|
39
|
-
actionpack (=
|
40
|
-
activerecord (=
|
41
|
-
activestorage (=
|
42
|
-
activesupport (=
|
44
|
+
actiontext (7.0.3.1)
|
45
|
+
actionpack (= 7.0.3.1)
|
46
|
+
activerecord (= 7.0.3.1)
|
47
|
+
activestorage (= 7.0.3.1)
|
48
|
+
activesupport (= 7.0.3.1)
|
49
|
+
globalid (>= 0.6.0)
|
43
50
|
nokogiri (>= 1.8.5)
|
44
|
-
actionview (
|
45
|
-
activesupport (=
|
51
|
+
actionview (7.0.3.1)
|
52
|
+
activesupport (= 7.0.3.1)
|
46
53
|
builder (~> 3.1)
|
47
54
|
erubi (~> 1.4)
|
48
55
|
rails-dom-testing (~> 2.0)
|
49
56
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
50
|
-
activejob (
|
51
|
-
activesupport (=
|
57
|
+
activejob (7.0.3.1)
|
58
|
+
activesupport (= 7.0.3.1)
|
52
59
|
globalid (>= 0.3.6)
|
53
|
-
activemodel (
|
54
|
-
activesupport (=
|
55
|
-
activerecord (
|
56
|
-
activemodel (=
|
57
|
-
activesupport (=
|
58
|
-
activestorage (
|
59
|
-
actionpack (=
|
60
|
-
activejob (=
|
61
|
-
activerecord (=
|
62
|
-
activesupport (=
|
63
|
-
marcel (~> 1.0
|
60
|
+
activemodel (7.0.3.1)
|
61
|
+
activesupport (= 7.0.3.1)
|
62
|
+
activerecord (7.0.3.1)
|
63
|
+
activemodel (= 7.0.3.1)
|
64
|
+
activesupport (= 7.0.3.1)
|
65
|
+
activestorage (7.0.3.1)
|
66
|
+
actionpack (= 7.0.3.1)
|
67
|
+
activejob (= 7.0.3.1)
|
68
|
+
activerecord (= 7.0.3.1)
|
69
|
+
activesupport (= 7.0.3.1)
|
70
|
+
marcel (~> 1.0)
|
64
71
|
mini_mime (>= 1.1.0)
|
65
|
-
activesupport (
|
72
|
+
activesupport (7.0.3.1)
|
66
73
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
67
74
|
i18n (>= 1.6, < 2)
|
68
75
|
minitest (>= 5.1)
|
69
76
|
tzinfo (~> 2.0)
|
70
|
-
zeitwerk (~> 2.3)
|
71
77
|
ast (2.4.2)
|
72
78
|
builder (3.2.4)
|
73
|
-
concurrent-ruby (1.1.
|
79
|
+
concurrent-ruby (1.1.10)
|
74
80
|
crass (1.0.6)
|
75
|
-
diff-lcs (1.
|
81
|
+
diff-lcs (1.5.0)
|
82
|
+
digest (3.1.0)
|
76
83
|
domain_name (0.5.20190701)
|
77
84
|
unf (>= 0.0.5, < 1.0.0)
|
78
|
-
erubi (1.
|
85
|
+
erubi (1.11.0)
|
79
86
|
globalid (1.0.0)
|
80
87
|
activesupport (>= 5.0)
|
81
|
-
google-protobuf (3.
|
82
|
-
googleapis-common-protos-types (1.3.
|
88
|
+
google-protobuf (3.21.4-x86_64-darwin)
|
89
|
+
googleapis-common-protos-types (1.3.2)
|
83
90
|
google-protobuf (~> 3.14)
|
84
|
-
grpc (1.
|
85
|
-
google-protobuf (~> 3.
|
91
|
+
grpc (1.48.0-x86_64-darwin)
|
92
|
+
google-protobuf (~> 3.19)
|
86
93
|
googleapis-common-protos-types (~> 1.0)
|
87
94
|
http-accept (1.7.0)
|
88
|
-
http-cookie (1.0.
|
95
|
+
http-cookie (1.0.5)
|
89
96
|
domain_name (~> 0.5)
|
90
|
-
i18n (1.
|
97
|
+
i18n (1.12.0)
|
91
98
|
concurrent-ruby (~> 1.0)
|
92
|
-
|
99
|
+
json (2.6.2)
|
100
|
+
loofah (2.18.0)
|
93
101
|
crass (~> 1.0.2)
|
94
102
|
nokogiri (>= 1.5.9)
|
95
103
|
mail (2.7.1)
|
@@ -100,101 +108,112 @@ GEM
|
|
100
108
|
mime-types-data (~> 3.2015)
|
101
109
|
mime-types-data (3.2022.0105)
|
102
110
|
mini_mime (1.1.2)
|
103
|
-
minitest (5.
|
111
|
+
minitest (5.16.2)
|
112
|
+
net-imap (0.2.3)
|
113
|
+
digest
|
114
|
+
net-protocol
|
115
|
+
strscan
|
116
|
+
net-pop (0.1.1)
|
117
|
+
digest
|
118
|
+
net-protocol
|
119
|
+
timeout
|
120
|
+
net-protocol (0.1.3)
|
121
|
+
timeout
|
122
|
+
net-smtp (0.3.1)
|
123
|
+
digest
|
124
|
+
net-protocol
|
125
|
+
timeout
|
104
126
|
netrc (0.11.0)
|
105
127
|
nio4r (2.5.8)
|
106
|
-
nokogiri (1.
|
128
|
+
nokogiri (1.13.8-x86_64-darwin)
|
107
129
|
racc (~> 1.4)
|
108
|
-
parallel (1.
|
109
|
-
parser (3.
|
130
|
+
parallel (1.22.1)
|
131
|
+
parser (3.1.2.1)
|
110
132
|
ast (~> 2.4.1)
|
111
133
|
racc (1.6.0)
|
112
|
-
rack (2.2.
|
113
|
-
rack-test (
|
114
|
-
rack (>= 1.
|
115
|
-
rails (
|
116
|
-
actioncable (=
|
117
|
-
actionmailbox (=
|
118
|
-
actionmailer (=
|
119
|
-
actionpack (=
|
120
|
-
actiontext (=
|
121
|
-
actionview (=
|
122
|
-
activejob (=
|
123
|
-
activemodel (=
|
124
|
-
activerecord (=
|
125
|
-
activestorage (=
|
126
|
-
activesupport (=
|
134
|
+
rack (2.2.4)
|
135
|
+
rack-test (2.0.2)
|
136
|
+
rack (>= 1.3)
|
137
|
+
rails (7.0.3.1)
|
138
|
+
actioncable (= 7.0.3.1)
|
139
|
+
actionmailbox (= 7.0.3.1)
|
140
|
+
actionmailer (= 7.0.3.1)
|
141
|
+
actionpack (= 7.0.3.1)
|
142
|
+
actiontext (= 7.0.3.1)
|
143
|
+
actionview (= 7.0.3.1)
|
144
|
+
activejob (= 7.0.3.1)
|
145
|
+
activemodel (= 7.0.3.1)
|
146
|
+
activerecord (= 7.0.3.1)
|
147
|
+
activestorage (= 7.0.3.1)
|
148
|
+
activesupport (= 7.0.3.1)
|
127
149
|
bundler (>= 1.15.0)
|
128
|
-
railties (=
|
129
|
-
sprockets-rails (>= 2.0.0)
|
150
|
+
railties (= 7.0.3.1)
|
130
151
|
rails-dom-testing (2.0.3)
|
131
152
|
activesupport (>= 4.2.0)
|
132
153
|
nokogiri (>= 1.6)
|
133
|
-
rails-html-sanitizer (1.4.
|
154
|
+
rails-html-sanitizer (1.4.3)
|
134
155
|
loofah (~> 2.3)
|
135
|
-
railties (
|
136
|
-
actionpack (=
|
137
|
-
activesupport (=
|
156
|
+
railties (7.0.3.1)
|
157
|
+
actionpack (= 7.0.3.1)
|
158
|
+
activesupport (= 7.0.3.1)
|
138
159
|
method_source
|
139
|
-
rake (>=
|
160
|
+
rake (>= 12.2)
|
140
161
|
thor (~> 1.0)
|
141
|
-
|
162
|
+
zeitwerk (~> 2.5)
|
163
|
+
rainbow (3.1.1)
|
142
164
|
rake (13.0.6)
|
143
|
-
regexp_parser (2.
|
165
|
+
regexp_parser (2.5.0)
|
144
166
|
rest-client (2.1.0)
|
145
167
|
http-accept (>= 1.7.0, < 2.0)
|
146
168
|
http-cookie (>= 1.0.2, < 2.0)
|
147
169
|
mime-types (>= 1.16, < 4.0)
|
148
170
|
netrc (~> 0.8)
|
149
171
|
rexml (3.2.5)
|
150
|
-
rspec (3.
|
151
|
-
rspec-core (~> 3.
|
152
|
-
rspec-expectations (~> 3.
|
153
|
-
rspec-mocks (~> 3.
|
154
|
-
rspec-core (3.
|
155
|
-
rspec-support (~> 3.
|
156
|
-
rspec-expectations (3.
|
172
|
+
rspec (3.11.0)
|
173
|
+
rspec-core (~> 3.11.0)
|
174
|
+
rspec-expectations (~> 3.11.0)
|
175
|
+
rspec-mocks (~> 3.11.0)
|
176
|
+
rspec-core (3.11.0)
|
177
|
+
rspec-support (~> 3.11.0)
|
178
|
+
rspec-expectations (3.11.0)
|
157
179
|
diff-lcs (>= 1.2.0, < 2.0)
|
158
|
-
rspec-support (~> 3.
|
159
|
-
rspec-mocks (3.
|
180
|
+
rspec-support (~> 3.11.0)
|
181
|
+
rspec-mocks (3.11.1)
|
160
182
|
diff-lcs (>= 1.2.0, < 2.0)
|
161
|
-
rspec-support (~> 3.
|
162
|
-
rspec-support (3.
|
163
|
-
rubocop (1.
|
183
|
+
rspec-support (~> 3.11.0)
|
184
|
+
rspec-support (3.11.0)
|
185
|
+
rubocop (1.34.1)
|
186
|
+
json (~> 2.3)
|
164
187
|
parallel (~> 1.10)
|
165
|
-
parser (>= 3.
|
188
|
+
parser (>= 3.1.2.1)
|
166
189
|
rainbow (>= 2.2.2, < 4.0)
|
167
190
|
regexp_parser (>= 1.8, < 3.0)
|
168
|
-
rexml
|
169
|
-
rubocop-ast (>= 1.
|
191
|
+
rexml (>= 3.2.5, < 4.0)
|
192
|
+
rubocop-ast (>= 1.20.0, < 2.0)
|
170
193
|
ruby-progressbar (~> 1.7)
|
171
194
|
unicode-display_width (>= 1.4.0, < 3.0)
|
172
|
-
rubocop-ast (1.
|
173
|
-
parser (>= 3.
|
195
|
+
rubocop-ast (1.21.0)
|
196
|
+
parser (>= 3.1.1.0)
|
174
197
|
ruby-progressbar (1.11.0)
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
actionpack (>= 5.2)
|
180
|
-
activesupport (>= 5.2)
|
181
|
-
sprockets (>= 3.0.0)
|
182
|
-
thor (1.1.0)
|
183
|
-
tzinfo (2.0.4)
|
198
|
+
strscan (3.0.4)
|
199
|
+
thor (1.2.1)
|
200
|
+
timeout (0.3.0)
|
201
|
+
tzinfo (2.0.5)
|
184
202
|
concurrent-ruby (~> 1.0)
|
185
203
|
unf (0.1.4)
|
186
204
|
unf_ext
|
187
|
-
unf_ext (0.0.8)
|
188
|
-
unicode-display_width (2.
|
205
|
+
unf_ext (0.0.8.2)
|
206
|
+
unicode-display_width (2.2.0)
|
189
207
|
websocket-driver (0.7.5)
|
190
208
|
websocket-extensions (>= 0.1.0)
|
191
209
|
websocket-extensions (0.1.5)
|
192
|
-
zeebe-client (0.
|
210
|
+
zeebe-client (0.17.0)
|
193
211
|
grpc (~> 1.32)
|
194
|
-
zeitwerk (2.
|
212
|
+
zeitwerk (2.6.0)
|
195
213
|
|
196
214
|
PLATFORMS
|
197
215
|
x86_64-darwin-20
|
216
|
+
x86_64-darwin-21
|
198
217
|
|
199
218
|
DEPENDENCIES
|
200
219
|
cloudmunda!
|
data/lib/cloudmunda/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cloudmunda
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lien Van Den Steen
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: concurrent-ruby
|
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
112
112
|
- !ruby/object:Gem::Version
|
113
113
|
version: '0'
|
114
114
|
requirements: []
|
115
|
-
rubygems_version: 3.
|
115
|
+
rubygems_version: 3.3.7
|
116
116
|
signing_key:
|
117
117
|
specification_version: 4
|
118
118
|
summary: Ruby wrapper for Camunda Cloud
|