symphony 0.12.5 → 0.13.0.pre.20200309182558
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
- checksums.yaml.gz.sig +0 -0
- data/History.rdoc +16 -0
- data/Manifest.txt +1 -2
- data/{README.rdoc → README.md} +25 -14
- data/Rakefile +5 -74
- data/lib/symphony/daemon.rb +2 -2
- data/lib/symphony/metrics.rb +1 -1
- data/lib/symphony/mixins.rb +1 -1
- data/lib/symphony/routing.rb +1 -1
- data/lib/symphony/signal_handling.rb +1 -1
- data/lib/symphony/statistics.rb +1 -1
- data/lib/symphony/task.rb +14 -3
- data/lib/symphony/task_group/longlived.rb +2 -2
- data/lib/symphony/task_group/oneshot.rb +1 -1
- data/lib/symphony/task_group.rb +1 -1
- data/lib/symphony.rb +1 -1
- data/spec/helpers.rb +23 -7
- data/spec/symphony/daemon_spec.rb +2 -2
- data/spec/symphony/mixins_spec.rb +6 -2
- data/spec/symphony/queue_spec.rb +1 -1
- data/spec/symphony/routing_spec.rb +1 -1
- data/spec/symphony/statistics_spec.rb +1 -1
- data/spec/symphony/task_group/longlived_spec.rb +1 -1
- data/spec/symphony/task_group/oneshot_spec.rb +1 -1
- data/spec/symphony/task_group_spec.rb +1 -1
- data/spec/symphony/task_spec.rb +2 -2
- data/spec/symphony_spec.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +46 -149
- metadata.gz.sig +1 -2
- data/ChangeLog +0 -1202
data/ChangeLog
DELETED
@@ -1,1202 +0,0 @@
|
|
1
|
-
2019-07-16 Michael Granger <ged@FaerieMUD.org>
|
2
|
-
|
3
|
-
@ * lib/symphony/task_group/longlived.rb:
|
4
|
-
| Rescue timeouts when adjusting workers
|
5
|
-
| [023ea2f32f77] [tip]
|
6
|
-
|
|
7
|
-
2019-07-11 Michael Granger <ged@FaerieMUD.org>
|
8
|
-
|
9
|
-
| o * lib/symphony/daemon.rb:
|
10
|
-
| | Observe with one description arg
|
11
|
-
| | [72499ee998ad]
|
12
|
-
| |
|
13
|
-
2019-07-10 Michael Granger <ged@FaerieMUD.org>
|
14
|
-
|
15
|
-
| o * lib/symphony/task.rb:
|
16
|
-
| | Rearrange and observe salient methods
|
17
|
-
| | [4251a2bf8601]
|
18
|
-
| |
|
19
|
-
2019-07-05 Michael Granger <ged@FaerieMUD.org>
|
20
|
-
|
21
|
-
| o * .gems, Rakefile, lib/symphony.rb, lib/symphony/daemon.rb,
|
22
|
-
|/ lib/symphony/task.rb, lib/symphony/task_group.rb:
|
23
|
-
| Add speculative use of Observability
|
24
|
-
| [84fbe1cf85af]
|
25
|
-
|
|
26
|
-
2019-07-12 Michael Granger <ged@FaerieMUD.org>
|
27
|
-
|
28
|
-
o * .hgtags:
|
29
|
-
| Added tag v0.12.4 for changeset 4b0db5174616
|
30
|
-
| [6cbaa243f64f]
|
31
|
-
|
|
32
|
-
o * .hgsigs:
|
33
|
-
| Added signature for changeset 1f09c7224103
|
34
|
-
| [4b0db5174616] [v0.12.4]
|
35
|
-
|
|
36
|
-
o * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
37
|
-
| Bump the patch version, update history.
|
38
|
-
| [1f09c7224103]
|
39
|
-
|
|
40
|
-
2019-07-11 Michael Granger <ged@FaerieMUD.org>
|
41
|
-
|
42
|
-
o * lib/symphony/queue.rb, lib/symphony/task_group/longlived.rb,
|
43
|
-
| spec/symphony/task_group/longlived_spec.rb, symphony.gemspec:
|
44
|
-
| Be more paranoid about shared channels, and be defensive when using
|
45
|
-
| the counting queue.
|
46
|
-
| [8dc18a493c52]
|
47
|
-
|
|
48
|
-
o * .hgtags:
|
49
|
-
| Added tag v0.12.3 for changeset c785fccd2943
|
50
|
-
| [6c2e3d5d7eb1]
|
51
|
-
|
|
52
|
-
o * .hgsigs:
|
53
|
-
| Added signature for changeset 36e4b5500351
|
54
|
-
| [c785fccd2943] [v0.12.3]
|
55
|
-
|
|
56
|
-
o * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
57
|
-
| Bump the patch version, update history.
|
58
|
-
| [36e4b5500351]
|
59
|
-
|
|
60
|
-
2019-07-10 Michael Granger <ged@FaerieMUD.org>
|
61
|
-
|
62
|
-
o * lib/symphony/task.rb, lib/symphony/task_group/longlived.rb,
|
63
|
-
| spec/symphony/task_group/longlived_spec.rb:
|
64
|
-
| Re-establish AMQP connections after the task fork
|
65
|
-
| [70a6afb0622a]
|
66
|
-
|
|
67
|
-
2019-07-09 Michael Granger <ged@FaerieMUD.org>
|
68
|
-
|
69
|
-
o * .hgtags:
|
70
|
-
| Added tag v0.12.2 for changeset 9222d54d3aaa
|
71
|
-
| [fd8cb2a491c3]
|
72
|
-
|
|
73
|
-
o * .hgsigs:
|
74
|
-
| Added signature for changeset 96a011854bc7
|
75
|
-
| [9222d54d3aaa] [v0.12.2]
|
76
|
-
|
|
77
|
-
o * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
78
|
-
| Bump the patch version, update history.
|
79
|
-
| [96a011854bc7]
|
80
|
-
|
|
81
|
-
o * lib/symphony/task_group/longlived.rb,
|
82
|
-
| spec/symphony/task_group/longlived_spec.rb:
|
83
|
-
| Rescue all runtime errors when measuring queue depth
|
84
|
-
| [82eeeea469c1]
|
85
|
-
|
|
86
|
-
2019-07-02 Michael Granger <ged@FaerieMUD.org>
|
87
|
-
|
88
|
-
o * .hgtags:
|
89
|
-
| Added tag v0.12.1 for changeset f879188b27e9
|
90
|
-
| [cf4d6ab84037]
|
91
|
-
|
|
92
|
-
o * .hgsigs:
|
93
|
-
| Added signature for changeset c16d31fdfac2
|
94
|
-
| [f879188b27e9] [v0.12.1]
|
95
|
-
|
|
96
|
-
o * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
97
|
-
| Bump the patch version, update history.
|
98
|
-
| [c16d31fdfac2]
|
99
|
-
|
|
100
|
-
2019-07-01 Michael Granger <ged@FaerieMUD.org>
|
101
|
-
|
102
|
-
o * spec/symphony/task_group/longlived_spec.rb:
|
103
|
-
| Add a spec for closed-channel recovery
|
104
|
-
| [38701b4ddb53]
|
105
|
-
|
|
106
|
-
2019-06-28 Mahlon E. Smith <mahlon@martini.nu>
|
107
|
-
|
108
|
-
o * lib/symphony/task_group/longlived.rb:
|
109
|
-
| Longlived workers: recover from a closed channel.
|
110
|
-
| [c2e7fccca675]
|
111
|
-
|
|
112
|
-
2019-06-26 Michael Granger <ged@FaerieMUD.org>
|
113
|
-
|
114
|
-
o * .hgtags:
|
115
|
-
| Added tag v0.12.0 for changeset dab8bd9f4b44
|
116
|
-
| [f29b8df45b29]
|
117
|
-
|
|
118
|
-
o * .hgsigs:
|
119
|
-
| Added signature for changeset 0b40141657be
|
120
|
-
| [dab8bd9f4b44] [v0.12.0]
|
121
|
-
|
|
122
|
-
o * History.rdoc, lib/symphony.rb:
|
123
|
-
| Bump the minor version, update history.
|
124
|
-
| [0b40141657be]
|
125
|
-
|
|
126
|
-
o * lib/symphony/metrics.rb, lib/symphony/task.rb,
|
127
|
-
| spec/symphony/task_spec.rb:
|
128
|
-
| Set a proctitle for all tasks, not just those that include the
|
129
|
-
| Metrics mixin.
|
130
|
-
| [8e142500aab8]
|
131
|
-
|
|
132
|
-
o * lib/symphony/queue.rb, lib/symphony/statistics.rb,
|
133
|
-
| lib/symphony/task.rb, lib/symphony/task_group.rb,
|
134
|
-
| lib/symphony/task_group/longlived.rb, lib/symphony/tasks/auditor.rb,
|
135
|
-
| lib/symphony/tasks/oneshot_simulator.rb,
|
136
|
-
| lib/symphony/tasks/simulator.rb,
|
137
|
-
| spec/symphony/task_group/longlived_spec.rb:
|
138
|
-
| Fix a bunch of bugs with scaling, idle timeout, and message-
|
139
|
-
| counting.
|
140
|
-
| [198fd4e6b4df]
|
141
|
-
|
|
142
|
-
2019-06-12 Michael Granger <ged@FaerieMUD.org>
|
143
|
-
|
144
|
-
o * lib/symphony/task_group/longlived.rb, spec/symphony/daemon_spec.rb,
|
145
|
-
| spec/symphony/task_group/longlived_spec.rb:
|
146
|
-
| Clean up unused @pids variable in longlived task group
|
147
|
-
| [c5bf2c780b17]
|
148
|
-
|
|
149
|
-
2019-06-05 Michael Granger <ged@FaerieMUD.org>
|
150
|
-
|
151
|
-
o * lib/symphony/daemon.rb:
|
152
|
-
| Whitespace cleanup, add some debugging to the Daemon
|
153
|
-
| [743783efb3a1]
|
154
|
-
|
|
155
|
-
o * .tm_properties:
|
156
|
-
| Use the homedir TM_RUBY for textmate
|
157
|
-
| [5f75aadd7897]
|
158
|
-
|
|
159
|
-
o * .ruby-version:
|
160
|
-
| Bump to Ruby 2.6
|
161
|
-
| [3bccdeb7bfb9]
|
162
|
-
|
|
163
|
-
2017-09-18 Michael Granger <ged@FaerieMUD.org>
|
164
|
-
|
165
|
-
o * symphony.gemspec:
|
166
|
-
| Update the gemspec
|
167
|
-
| [d47773906581]
|
168
|
-
|
|
169
|
-
2017-01-31 Mahlon E. Smith <mahlon@laika.com>
|
170
|
-
|
171
|
-
o * .hgtags:
|
172
|
-
| Added tag v0.11.1 for changeset e19db9c5c88b
|
173
|
-
| [539cf0b836d9]
|
174
|
-
|
|
175
|
-
o * .hgsigs:
|
176
|
-
| Added signature for changeset 5347e2bfccb1
|
177
|
-
| [e19db9c5c88b] [v0.11.1]
|
178
|
-
|
|
179
|
-
2017-01-31 Mahlon E. Smith <mahlon@martini.nu>
|
180
|
-
|
181
|
-
o * History.rdoc, Rakefile, lib/symphony.rb:
|
182
|
-
| Bump the msgpack dependency for Ruby 2.4 support.
|
183
|
-
| [5347e2bfccb1]
|
184
|
-
|
|
185
|
-
2017-01-16 Mahlon E. Smith <mahlon@laika.com>
|
186
|
-
|
187
|
-
o * .hgtags:
|
188
|
-
| Added tag v0.11.0 for changeset 0023e43b3338
|
189
|
-
| [45fd4dc1d5bd]
|
190
|
-
|
|
191
|
-
o * .hgsigs:
|
192
|
-
| Added signature for changeset bfb708abaa1c
|
193
|
-
| [0023e43b3338] [v0.11.0]
|
194
|
-
|
|
195
|
-
2017-01-16 Mahlon E. Smith <mahlon@martini.nu>
|
196
|
-
|
197
|
-
o * .gems, .ruby-gemset, .ruby-version, .rvmrc, History.rdoc, Rakefile,
|
198
|
-
| lib/symphony.rb, symphony.gemspec:
|
199
|
-
| Bump Configurability dependency, migrate away from .rvmrc.
|
200
|
-
| [bfb708abaa1c]
|
201
|
-
|
|
202
|
-
2016-03-15 Mahlon E. Smith <mahlon@laika.com>
|
203
|
-
|
204
|
-
o * lib/symphony/tasks/failure_logger.rb:
|
205
|
-
| Disable auto rebinding for the failure logger example.
|
206
|
-
| [b2a2205ff560]
|
207
|
-
|
|
208
|
-
2016-03-02 Michael Granger <ged@FaerieMUD.org>
|
209
|
-
|
210
|
-
o * .hgtags:
|
211
|
-
| Added tag v0.10.0 for changeset 49b6a34f99d9
|
212
|
-
| [86c7156109bb]
|
213
|
-
|
|
214
|
-
o * .hgsigs:
|
215
|
-
| Added signature for changeset 6e4811acb073
|
216
|
-
| [49b6a34f99d9] [v0.10.0]
|
217
|
-
|
|
218
|
-
o * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
219
|
-
| Bump the version and update history.
|
220
|
-
| [6e4811acb073]
|
221
|
-
|
|
222
|
-
2016-01-27 Michael Granger <ged@FaerieMUD.org>
|
223
|
-
|
224
|
-
o * .gems, Rakefile, USAGE.rdoc, lib/symphony/queue.rb,
|
225
|
-
| lib/symphony/routing.rb, lib/symphony/task.rb,
|
226
|
-
| spec/symphony/queue_spec.rb, spec/symphony/routing_spec.rb,
|
227
|
-
| spec/symphony/task_spec.rb:
|
228
|
-
| Add a setting to tasks to force them to always rebind
|
229
|
-
| [d4dd79e15aa1]
|
230
|
-
|
|
231
|
-
2015-10-30 Michael Granger <ged@FaerieMUD.org>
|
232
|
-
|
233
|
-
o * Merged with a29e516eb7c7
|
234
|
-
|\ [285d9c7783df]
|
235
|
-
| |
|
236
|
-
2015-09-03 Michael Granger <ged@FaerieMUD.org>
|
237
|
-
|
238
|
-
| o * lib/symphony/statistics.rb, lib/symphony/task_group/longlived.rb,
|
239
|
-
| | spec/symphony/task_group/longlived_spec.rb:
|
240
|
-
| | Invert scaling logic to handle initial load
|
241
|
-
| | [fd66c7ade2b0]
|
242
|
-
| |
|
243
|
-
2015-07-07 Michael Granger <ged@FaerieMUD.org>
|
244
|
-
|
245
|
-
o | * .hgtags:
|
246
|
-
| | Added tag v0.9.2 for changeset a802f4bea30c
|
247
|
-
| | [a29e516eb7c7]
|
248
|
-
| |
|
249
|
-
o | * .hgsigs:
|
250
|
-
| | Added signature for changeset 4171fb773f62
|
251
|
-
| | [a802f4bea30c] [v0.9.2]
|
252
|
-
| |
|
253
|
-
o | * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
254
|
-
| | Bump the patch version, update history.
|
255
|
-
| | [4171fb773f62]
|
256
|
-
| |
|
257
|
-
2015-07-07 Mahlon E. Smith <mahlon@martini.nu>
|
258
|
-
|
259
|
-
o | * lib/symphony/task.rb:
|
260
|
-
| | Ensure the work callback's block returns the work() rval, instead of
|
261
|
-
| | the current time. This fixes Task acknowledgement.
|
262
|
-
| | [889ec4c329ed]
|
263
|
-
| |
|
264
|
-
2015-06-08 Michael Granger <ged@FaerieMUD.org>
|
265
|
-
|
266
|
-
o | * .hgtags:
|
267
|
-
| | Added tag v0.9.1 for changeset 794376fe5aae
|
268
|
-
| | [173192ac6251]
|
269
|
-
| |
|
270
|
-
o | * .hgsigs:
|
271
|
-
| | Added signature for changeset a3458bb40133
|
272
|
-
| | [794376fe5aae] [v0.9.1]
|
273
|
-
| |
|
274
|
-
o | * History.rdoc, lib/symphony.rb, symphony.gemspec:
|
275
|
-
|/ Bump the patch version, update history.
|
276
|
-
| [a3458bb40133]
|
277
|
-
|
|
278
|
-
o * lib/symphony.rb, lib/symphony/daemon.rb, spec/symphony_spec.rb,
|
279
|
-
| symphony.gemspec:
|
280
|
-
| Make Symphony.tasks contain just the task names.
|
281
|
-
|
|
282
|
-
| The Daemon will now load them on startup. This is so code that can
|
283
|
-
| depend on Symphony without loading every configured task anytime its
|
284
|
-
| config loads.
|
285
|
-
| [ade5a2647590]
|
286
|
-
|
|
287
|
-
2015-06-01 Michael Granger <ged@FaerieMUD.org>
|
288
|
-
|
289
|
-
o * .hgtags:
|
290
|
-
| Added tag v0.9.0 for changeset 197111441b6d
|
291
|
-
| [b342ddae5e9c]
|
292
|
-
|
|
293
|
-
o * .hgsigs:
|
294
|
-
| Added signature for changeset 84c169f1c831
|
295
|
-
| [197111441b6d] [v0.9.0]
|
296
|
-
|
|
297
|
-
o * History.rdoc, README.rdoc, lib/symphony.rb, symphony.gemspec:
|
298
|
-
| Bump minor version, update History.
|
299
|
-
| [84c169f1c831]
|
300
|
-
|
|
301
|
-
o * spec/helpers.rb:
|
302
|
-
| Add #message_count to the mock queue class
|
303
|
-
| [3dad232548eb]
|
304
|
-
|
|
305
|
-
o * lib/symphony/routing.rb, spec/symphony/routing_spec.rb:
|
306
|
-
| Fix the patterns used by Symphony::Routing
|
307
|
-
| [b9017563da91]
|
308
|
-
|
|
309
|
-
2015-05-29 Michael Granger <ged@FaerieMUD.org>
|
310
|
-
|
311
|
-
o * .gems, .hoerc, .rvm.gems, .rvmrc:
|
312
|
-
| Update dev environment
|
313
|
-
| [074b15c4dbc8]
|
314
|
-
|
|
315
|
-
2015-02-27 Michael Granger <ged@FaerieMUD.org>
|
316
|
-
|
317
|
-
o * .travis.yml:
|
318
|
-
| Don't test under rbx
|
319
|
-
| [c6e5888c9d68]
|
320
|
-
|
|
321
|
-
o * .travis.yml, Gemfile.ci:
|
322
|
-
| Nope, backed out changeset 031ea486d462
|
323
|
-
| [3031ee38d8a8]
|
324
|
-
|
|
325
|
-
o * .travis.yml, Gemfile.ci:
|
326
|
-
| Try using a specific gemset without metrics to avoid rusage
|
327
|
-
| [031ea486d462]
|
328
|
-
|
|
329
|
-
o * .travis.yml:
|
330
|
-
| Adding travis-ci config
|
331
|
-
| [a4bec430c2ce]
|
332
|
-
|
|
333
|
-
o * .hgignore, .hoerc, .ruby-version, Gemfile, Manifest.txt, Rakefile,
|
334
|
-
| UPGRADING.md, USAGE.rdoc, symphony.gemspec:
|
335
|
-
| Update project files for prerelease
|
336
|
-
| [5f344848f265]
|
337
|
-
|
|
338
|
-
o * lib/symphony/daemon.rb, lib/symphony/task_group.rb,
|
339
|
-
| spec/symphony/daemon_spec.rb, spec/symphony/queue_spec.rb:
|
340
|
-
| Finish up the daemon task reconfig spec
|
341
|
-
| [d3ea6af65086]
|
342
|
-
|
|
343
|
-
2015-02-27 mahlon <mahlon@martini.nu>
|
344
|
-
|
345
|
-
o * Manifest.txt:
|
346
|
-
| Update the manifest.
|
347
|
-
| [74cfe663a36e]
|
348
|
-
|
|
349
|
-
2015-02-27 Michael Granger <ged@FaerieMUD.org>
|
350
|
-
|
351
|
-
o * lib/symphony/queue.rb, lib/symphony/statistics.rb:
|
352
|
-
| Squelch spammy debugging
|
353
|
-
| [e098fa10f649]
|
354
|
-
|
|
355
|
-
o * .rvm.gems, .rvmrc, .tm_properties, Manifest.txt, Rakefile, TODO.md,
|
356
|
-
| lib/symphony.rb, lib/symphony/daemon.rb, lib/symphony/queue.rb,
|
357
|
-
| lib/symphony/signal_handling.rb, lib/symphony/statistics.rb,
|
358
|
-
| lib/symphony/task.rb, lib/symphony/task_group.rb,
|
359
|
-
| lib/symphony/task_group/longlived.rb,
|
360
|
-
| lib/symphony/task_group/oneshot.rb,
|
361
|
-
| lib/symphony/tasks/oneshot_simulator.rb,
|
362
|
-
| lib/symphony/tasks/simulator.rb, spec/helpers.rb,
|
363
|
-
| spec/symphony/daemon_spec.rb, spec/symphony/statistics_spec.rb,
|
364
|
-
| spec/symphony/task_group/longlived_spec.rb,
|
365
|
-
| spec/symphony/task_group/oneshot_spec.rb,
|
366
|
-
| spec/symphony/task_group_spec.rb, spec/symphony_spec.rb:
|
367
|
-
| Implement task work models
|
368
|
-
| * * * Load components earlier, and move configure() below other method
|
369
|
-
| definitions. This fixes a chicken-and-egg with Configurability where
|
370
|
-
| loading the config before loading Symphony caused a RuntimeError.
|
371
|
-
| [a6b97e9ea2e1]
|
372
|
-
|
|
373
|
-
o * lib/symphony/queue.rb:
|
374
|
-
| Include the first backtrace frame when logging job errors
|
375
|
-
| [47b5da330502]
|
376
|
-
|
|
377
|
-
2014-10-14 Michael Granger <ged@FaerieMUD.org>
|
378
|
-
|
379
|
-
o * .rvm.gems, Rakefile:
|
380
|
-
| Bump minimum version of Bunny to 1.5 for better connection recovery
|
381
|
-
| [cd10e63d22d7]
|
382
|
-
|
|
383
|
-
2014-09-03 Michael Granger <ged@FaerieMUD.org>
|
384
|
-
|
385
|
-
o * .hgtags:
|
386
|
-
| Added tag v0.8.0 for changeset 8d6669a7e329
|
387
|
-
| [af3d65f141e7]
|
388
|
-
|
|
389
|
-
o * .hgsigs:
|
390
|
-
| Added signature for changeset 68352ad02888
|
391
|
-
| [8d6669a7e329] [v0.8.0]
|
392
|
-
|
|
393
|
-
o * History.rdoc, Manifest.txt, lib/symphony.rb:
|
394
|
-
| Bump the minor version, update history.
|
395
|
-
| [68352ad02888]
|
396
|
-
|
|
397
|
-
2014-09-01 Michael Granger <ged@FaerieMUD.org>
|
398
|
-
|
399
|
-
o * lib/symphony/routing.rb, spec/symphony/routing_spec.rb:
|
400
|
-
| Add route options to routing mixin
|
401
|
-
| [328bc1fbb538]
|
402
|
-
|
|
403
|
-
2014-05-10 Michael Granger <ged@FaerieMUD.org>
|
404
|
-
|
405
|
-
o * bin/symphony-task:
|
406
|
-
| Use the config env stuff already in Symphony.load_config, and keep
|
407
|
-
| the config file argument optional for symphony-task.
|
408
|
-
| [0d91a148cacd]
|
409
|
-
|
|
410
|
-
2014-05-09 Mahlon E. Smith <mahlon@laika.com>
|
411
|
-
|
412
|
-
o * bin/symphony-task:
|
413
|
-
| Don't hardcode the path to the config file, letting it instead be
|
414
|
-
| set on the command line or via the environment.
|
415
|
-
| [e2cc9f8c064e]
|
416
|
-
|
|
417
|
-
2014-05-05 Michael Granger <ged@FaerieMUD.org>
|
418
|
-
|
419
|
-
o * .hgtags:
|
420
|
-
| Added tag v0.7.0 for changeset 204a5921a6c7
|
421
|
-
| [a40a8a3d1e83]
|
422
|
-
|
|
423
|
-
o * .hgsigs:
|
424
|
-
| Added signature for changeset 52300e72d138
|
425
|
-
| [204a5921a6c7] [v0.7.0]
|
426
|
-
|
|
427
|
-
o * History.rdoc, lib/symphony.rb:
|
428
|
-
| Bump the minor version, update history.
|
429
|
-
| [52300e72d138]
|
430
|
-
|
|
431
|
-
2014-04-25 Michael Granger <ged@FaerieMUD.org>
|
432
|
-
|
433
|
-
o * lib/symphony/daemon.rb, lib/symphony/task.rb:
|
434
|
-
| Add a 'before_fork' hook to Symphony::Task.
|
435
|
-
| [e9d2ed1b68ae]
|
436
|
-
|
|
437
|
-
2014-04-23 Michael Granger <ged@FaerieMUD.org>
|
438
|
-
|
439
|
-
o * .hgtags:
|
440
|
-
| Added tag v0.6.1 for changeset 6be0640d1a6a
|
441
|
-
| [d06ac2e417e2]
|
442
|
-
|
|
443
|
-
o * .hgsigs:
|
444
|
-
| Added signature for changeset d6ea48d772f3
|
445
|
-
| [6be0640d1a6a] [v0.6.1]
|
446
|
-
|
|
447
|
-
o * History.rdoc, lib/symphony.rb:
|
448
|
-
| Bump the patch version, update history.
|
449
|
-
| [d6ea48d772f3]
|
450
|
-
|
|
451
|
-
o * lib/symphony/daemon.rb, lib/symphony/signal_handling.rb,
|
452
|
-
| spec/symphony/daemon_spec.rb:
|
453
|
-
| Handle SIGQUIT the same as SIGINT and SIGTERM in the daemon.
|
454
|
-
| [42785d57eec9]
|
455
|
-
|
|
456
|
-
2014-04-14 Mahlon E. Smith <mahlon@laika.com>
|
457
|
-
|
458
|
-
o * Rakefile:
|
459
|
-
| Add configurability to the dependencies list.
|
460
|
-
| [f73d3ee81d17]
|
461
|
-
|
|
462
|
-
2014-04-14 Michael Granger <ged@FaerieMUD.org>
|
463
|
-
|
464
|
-
o * .hgtags:
|
465
|
-
| Added tag v0.6.0 for changeset a088731f43ff
|
466
|
-
| [718f55893ad5]
|
467
|
-
|
|
468
|
-
o * .hgsigs:
|
469
|
-
| Added signature for changeset fa6a367872f4
|
470
|
-
| [a088731f43ff] [v0.6.0]
|
471
|
-
|
|
472
|
-
o * History.rdoc, lib/symphony.rb:
|
473
|
-
| Bump the minor version, update history
|
474
|
-
| [fa6a367872f4]
|
475
|
-
|
|
476
|
-
o * TODO.md, lib/symphony/queue.rb, spec/symphony/queue_spec.rb:
|
477
|
-
| Update the TO-DO list
|
478
|
-
| [b30f07c96e7e]
|
479
|
-
|
|
480
|
-
o * lib/symphony/queue.rb:
|
481
|
-
| Set cancel-on-failover flag to the queue consumer
|
482
|
-
| [7c4d92ddbc79]
|
483
|
-
|
|
484
|
-
o * Rakefile:
|
485
|
-
| Remove the ssh-related dev deps
|
486
|
-
| [ccfe90203de7]
|
487
|
-
|
|
488
|
-
2014-04-14 Mahlon E. Smith <mahlon@laika.com>
|
489
|
-
|
490
|
-
o * Manifest.txt, Rakefile, lib/symphony/tasks/ssh.rb,
|
491
|
-
|\ lib/symphony/tasks/sshscript.rb:
|
492
|
-
| | Branch merge from 221b25852ba6.
|
493
|
-
| | [3673b0e7202d]
|
494
|
-
| |
|
495
|
-
| o * .hoerc, Manifest.txt, spec/symphony/mixins_spec.rb:
|
496
|
-
| | Complete the intervalexpression backout.
|
497
|
-
| | [ab1e59fc5ef8]
|
498
|
-
| |
|
499
|
-
2014-04-14 Mahlon E. Smith <mahlon@martini.nu>
|
500
|
-
|
501
|
-
| o * .hgignore, Manifest.txt, Rakefile,
|
502
|
-
| | lib/symphony/intervalexpression.rl, lib/symphony/mixins.rb,
|
503
|
-
| | spec/symphony/intervalexpression_spec.rb,
|
504
|
-
| | spec/symphony/mixins_spec.rb:
|
505
|
-
| | After some further consideration, the intervalexpression pieces
|
506
|
-
| | aren't necessarily dependent upon symphony core -- breaking the
|
507
|
-
| | scheduling components out.
|
508
|
-
| | [9ec6a4b61674]
|
509
|
-
| |
|
510
|
-
2014-04-14 Michael Granger <ged@FaerieMUD.org>
|
511
|
-
|
512
|
-
o | * Manifest.txt, lib/symphony/daemon.rb, lib/symphony/queue.rb,
|
513
|
-
| | lib/symphony/task.rb:
|
514
|
-
| | Allow a task to declare its queue as persistant.
|
515
|
-
| | [221b25852ba6]
|
516
|
-
| |
|
517
|
-
o | * Rakefile:
|
518
|
-
| | Make the gemspec task a little smarter
|
519
|
-
| | [03efe7b2c206]
|
520
|
-
| |
|
521
|
-
2014-04-11 Michael Granger <ged@FaerieMUD.org>
|
522
|
-
|
523
|
-
o | * lib/symphony/tasks/ssh.rb, lib/symphony/tasks/sshscript.rb:
|
524
|
-
|/ Break out SSH tasks into their own gem
|
525
|
-
| [a3c5dd11f642]
|
526
|
-
|
|
527
|
-
2014-04-08 Michael Granger <ged@FaerieMUD.org>
|
528
|
-
|
529
|
-
o * .hgtags:
|
530
|
-
| Added tag v0.5.0 for changeset f8e6883990fc
|
531
|
-
| [41fc4926342b]
|
532
|
-
|
|
533
|
-
o * .hgsigs:
|
534
|
-
| Added signature for changeset 369353a62297
|
535
|
-
| [f8e6883990fc] [v0.5.0]
|
536
|
-
|
|
537
|
-
o * History.rdoc, lib/symphony.rb:
|
538
|
-
| Bump minor version, update history.
|
539
|
-
| [369353a62297]
|
540
|
-
|
|
541
|
-
o * lib/symphony/task.rb:
|
542
|
-
| Don't set up default signal handlers for WINCH and CHLD for Tasks.
|
543
|
-
| [d42c7aa57e0b]
|
544
|
-
|
|
545
|
-
2014-04-05 Michael Granger <ged@FaerieMUD.org>
|
546
|
-
|
547
|
-
o * .hoerc, Manifest.txt, Rakefile, lib/symphony/intervalexpression.rl,
|
548
|
-
| lib/symphony/mixins.rb, spec/symphony/intervalexpression_spec.rb,
|
549
|
-
| spec/symphony/mixins_spec.rb:
|
550
|
-
| Make time-math stuff in IntervalExpression a little safer.
|
551
|
-
|
|
552
|
-
| - Use refinements to avoid polluting core modules
|
553
|
-
| - Use an explicit function instead of #send for interval calulation.
|
554
|
-
| - Fix manifest, add ragel files to the manifest-exclude pattern.
|
555
|
-
| [466b8bd312b4]
|
556
|
-
|
|
557
|
-
2014-04-04 Mahlon E. Smith <mahlon@laika.com>
|
558
|
-
|
559
|
-
o * .hgignore, Manifest.txt, Rakefile,
|
560
|
-
| lib/symphony/intervalexpression.rl, lib/symphony/mixins.rb,
|
561
|
-
| spec/symphony/intervalexpression_spec.rb,
|
562
|
-
| spec/symphony/mixins_spec.rb:
|
563
|
-
| Add an interval expression parsing library in preparation for
|
564
|
-
| Symphony scheduling.
|
565
|
-
| [cddc160bc76f]
|
566
|
-
|
|
567
|
-
2014-04-01 Michael Granger <ged@FaerieMUD.org>
|
568
|
-
|
569
|
-
o * Rakefile:
|
570
|
-
| Add direct dependency on loggability
|
571
|
-
| [3afd6890a914]
|
572
|
-
|
|
573
|
-
o * TODO.md:
|
574
|
-
| Update TODO list
|
575
|
-
| [3615936701c5]
|
576
|
-
|
|
577
|
-
o * lib/symphony/tasks/pinger.rb:
|
578
|
-
| Remove the pinger example task
|
579
|
-
| [cd84bece7998]
|
580
|
-
|
|
581
|
-
2014-03-29 Michael Granger <ged@FaerieMUD.org>
|
582
|
-
|
583
|
-
o * .hgtags:
|
584
|
-
| Added tag v0.4.0 for changeset ccf6adfeb268
|
585
|
-
| [a5c661d2b122]
|
586
|
-
|
|
587
|
-
o * .hgsigs:
|
588
|
-
| Added signature for changeset 855c7801eaea
|
589
|
-
| [ccf6adfeb268] [v0.4.0]
|
590
|
-
|
|
591
|
-
o * History.rdoc, Rakefile, lib/symphony.rb:
|
592
|
-
| Bump the minor version, update history.
|
593
|
-
| [855c7801eaea]
|
594
|
-
|
|
595
|
-
2014-03-28 Mahlon E. Smith <mahlon@laika.com>
|
596
|
-
|
597
|
-
o * lib/symphony/signal_handling.rb:
|
598
|
-
| Just return true if a signal was handled in wait_for_signals(), or
|
599
|
-
| false if a timeout occurred.
|
600
|
-
| [aa8c912414a6]
|
601
|
-
|
|
602
|
-
o * lib/symphony/signal_handling.rb:
|
603
|
-
| Add an optional (disabled by default) timeout for the signal
|
604
|
-
| handling wait_for_signals() method, for potential re-use in
|
605
|
-
| alternate loop actions.
|
606
|
-
| [5a19dd31e618]
|
607
|
-
|
|
608
|
-
2014-03-28 Michael Granger <ged@FaerieMUD.org>
|
609
|
-
|
610
|
-
o * .hgtags:
|
611
|
-
| Added tag v0.3.0 for changeset 3fa6e3a90e8e
|
612
|
-
| [b3383a3c3948]
|
613
|
-
|
|
614
|
-
o * .hgsigs:
|
615
|
-
| Added signature for changeset 5e22b47ec5dc
|
616
|
-
| [3fa6e3a90e8e] [v0.3.0]
|
617
|
-
|
|
618
|
-
o * History.rdoc:
|
619
|
-
| Update history.
|
620
|
-
| [5e22b47ec5dc]
|
621
|
-
|
|
622
|
-
o * Manifest.txt, TODO.md, lib/symphony/daemon.rb, lib/symphony/task.rb,
|
623
|
-
| spec/symphony/daemon_spec.rb, spec/symphony/task_spec.rb,
|
624
|
-
| spec/symphony_spec.rb:
|
625
|
-
| Add some more Task specs, add a placeholder for Daemon specs.
|
626
|
-
| [97812070cd5b]
|
627
|
-
|
|
628
|
-
o * TODO.md, USAGE.rdoc:
|
629
|
-
| Update docs until we implement the generic plugin system
|
630
|
-
| [5ae518abaadb]
|
631
|
-
|
|
632
|
-
o * Manifest.txt, lib/symphony/daemon.rb, lib/symphony/metrics.rb,
|
633
|
-
| lib/symphony/queue.rb, lib/symphony/task.rb,
|
634
|
-
| spec/symphony/queue_spec.rb:
|
635
|
-
| Put task children in their own process group so they don't get
|
636
|
-
| signals from the controlling tty.
|
637
|
-
| [60ea5a828e74]
|
638
|
-
|
|
639
|
-
o * .pryrc, bin/symphony, lib/symphony/daemon.rb,
|
640
|
-
| lib/symphony/signal_handling.rb, spec/symphony/task_spec.rb:
|
641
|
-
| Checkpoint of work on the Daemon
|
642
|
-
| [796ecc9bc2b8]
|
643
|
-
|
|
644
|
-
2014-03-27 Michael Granger <ged@FaerieMUD.org>
|
645
|
-
|
646
|
-
o * .rvmrc, Manifest.txt, README.rdoc, Rakefile, USAGE.rdoc,
|
647
|
-
| bin/groundcontrol, bin/groundcontrol-task, bin/symphony, bin
|
648
|
-
| /symphony-task, experiments/ps-publisher.rb, lib/groundcontrol.rb,
|
649
|
-
| lib/groundcontrol/daemon.rb, lib/groundcontrol/metrics.rb,
|
650
|
-
| lib/groundcontrol/mixins.rb, lib/groundcontrol/queue.rb,
|
651
|
-
| lib/groundcontrol/routing.rb, lib/groundcontrol/signal_handling.rb,
|
652
|
-
| lib/groundcontrol/task.rb, lib/groundcontrol/tasks/auditor.rb,
|
653
|
-
| lib/groundcontrol/tasks/failure_logger.rb,
|
654
|
-
| lib/groundcontrol/tasks/pinger.rb,
|
655
|
-
| lib/groundcontrol/tasks/simulator.rb,
|
656
|
-
| lib/groundcontrol/tasks/ssh.rb,
|
657
|
-
| lib/groundcontrol/tasks/sshscript.rb, lib/symphony.rb,
|
658
|
-
| lib/symphony/daemon.rb, lib/symphony/metrics.rb,
|
659
|
-
| lib/symphony/mixins.rb, lib/symphony/queue.rb,
|
660
|
-
| lib/symphony/routing.rb, lib/symphony/signal_handling.rb,
|
661
|
-
| lib/symphony/task.rb, lib/symphony/tasks/auditor.rb,
|
662
|
-
| lib/symphony/tasks/failure_logger.rb, lib/symphony/tasks/pinger.rb,
|
663
|
-
| lib/symphony/tasks/simulator.rb, lib/symphony/tasks/ssh.rb,
|
664
|
-
| lib/symphony/tasks/sshscript.rb, spec/groundcontrol/mixins_spec.rb,
|
665
|
-
| spec/groundcontrol/queue_spec.rb, spec/groundcontrol/task_spec.rb,
|
666
|
-
| spec/groundcontrol_spec.rb, spec/symphony/mixins_spec.rb,
|
667
|
-
| spec/symphony/queue_spec.rb, spec/symphony/task_spec.rb,
|
668
|
-
| spec/symphony_spec.rb:
|
669
|
-
| Rename from GroundControl -> Symphony
|
670
|
-
| [cf61ced7d585]
|
671
|
-
|
|
672
|
-
2014-03-26 Michael Granger <ged@FaerieMUD.org>
|
673
|
-
|
674
|
-
o * Manifest.txt, lib/groundcontrol.rb,
|
675
|
-
| lib/groundcontrol/tasks/failure_logger.rb,
|
676
|
-
| spec/groundcontrol/queue_spec.rb, spec/groundcontrol/task_spec.rb:
|
677
|
-
| Better queue coverage, prerelease gem prep.
|
678
|
-
| [6b1db8abd866]
|
679
|
-
|
|
680
|
-
2014-03-24 Michael Granger <ged@FaerieMUD.org>
|
681
|
-
|
682
|
-
o * TODO.md, lib/groundcontrol/queue.rb,
|
683
|
-
| spec/groundcontrol/queue_spec.rb, spec/groundcontrol/task_spec.rb:
|
684
|
-
| Checkpoint of work on coverage
|
685
|
-
| [e05a4224b0d0]
|
686
|
-
|
|
687
|
-
2014-03-21 Michael Granger <ged@FaerieMUD.org>
|
688
|
-
|
689
|
-
o * Rakefile, lib/groundcontrol.rb, lib/groundcontrol/queue.rb,
|
690
|
-
| lib/groundcontrol/task.rb, lib/groundcontrol/tasks/pinger.rb,
|
691
|
-
| spec/groundcontrol/queue_spec.rb, spec/groundcontrol/task_spec.rb:
|
692
|
-
| Start catching specs up with the code.
|
693
|
-
| [9857865f6cec]
|
694
|
-
|
|
695
|
-
2014-03-17 Mahlon E. Smith <mahlon@laika.com>
|
696
|
-
|
697
|
-
o * USAGE.rdoc:
|
698
|
-
| English, do you speak it?
|
699
|
-
| [7297d2999838]
|
700
|
-
|
|
701
|
-
2014-03-17 Mahlon E. Smith <mahlon@martini.nu>
|
702
|
-
|
703
|
-
o * README.rdoc, USAGE.rdoc, lib/groundcontrol/routing.rb:
|
704
|
-
| Clean up the README a little, add a USAGE document (that may evolve
|
705
|
-
| into a manual later), and allow the #on method in the routing plugin
|
706
|
-
| to accept an array of binding topics.
|
707
|
-
| [694dfa71528f]
|
708
|
-
|
|
709
|
-
2014-03-15 Mahlon E. Smith <mahlon@martini.nu>
|
710
|
-
|
711
|
-
o * Manifest.txt, Rakefile, experiments/mailer_task.rb,
|
712
|
-
| lib/groundcontrol/tasks/messaging.rb:
|
713
|
-
| Require a recent rubygems to fix a metriks issue with the hitimes
|
714
|
-
| dependency. Remove accidentally committed messaging task, a (nearly)
|
715
|
-
| empty mailer experiment, and an internal rdoc server location.
|
716
|
-
| [8b74abf2494f]
|
717
|
-
|
|
718
|
-
2014-03-14 Michael Granger <ged@FaerieMUD.org>
|
719
|
-
|
720
|
-
o * experiments/ps-publisher.rb:
|
721
|
-
| Add an example publisher with some interestingish test data
|
722
|
-
| [b671046cb46a]
|
723
|
-
|
|
724
|
-
o * lib/groundcontrol/tasks/auditor.rb,
|
725
|
-
| lib/groundcontrol/tasks/failure_logger.rb,
|
726
|
-
| lib/groundcontrol/tasks/simulator.rb:
|
727
|
-
| Explicitly name queues, clean up the simple task types
|
728
|
-
| [9be720b141c5]
|
729
|
-
|
|
730
|
-
o * lib/groundcontrol/queue.rb:
|
731
|
-
| Simplify the queue configuration
|
732
|
-
| [506e35c44fb7]
|
733
|
-
|
|
734
|
-
o * lib/groundcontrol/routing.rb:
|
735
|
-
| Fix routing mixin
|
736
|
-
| [0e1a756a8c72]
|
737
|
-
|
|
738
|
-
o * .autotest, Manifest.txt, bin/gctask, bin/gcworkerd,
|
739
|
-
| bin/groundcontrol, bin/groundcontrol-task,
|
740
|
-
| lib/groundcontrol/task.rb, lib/groundcontrol/tasks/simulator.rb:
|
741
|
-
| Checkpoint of work on timeout; renamed binaries
|
742
|
-
| [6b0655dc6892]
|
743
|
-
|
|
744
|
-
o * .rvm.gems, Rakefile, lib/groundcontrol/metrics.rb,
|
745
|
-
| lib/groundcontrol/routing.rb, lib/groundcontrol/task.rb,
|
746
|
-
| lib/groundcontrol/tasks/auditor.rb,
|
747
|
-
| lib/groundcontrol/tasks/failure_logger.rb,
|
748
|
-
| lib/groundcontrol/tasks/simulator.rb:
|
749
|
-
| Checkpoint before adding timeout
|
750
|
-
| [c1a33bbb4490]
|
751
|
-
|
|
752
|
-
2014-03-13 Michael Granger <ged@FaerieMUD.org>
|
753
|
-
|
754
|
-
o * lib/groundcontrol/queue.rb, lib/groundcontrol/signal_handling.rb,
|
755
|
-
| lib/groundcontrol/task.rb:
|
756
|
-
| Implement task restart on SIGHUP
|
757
|
-
| [1b4d965d8d48]
|
758
|
-
|
|
759
|
-
o * .hgignore:
|
760
|
-
| Ignore logfiles
|
761
|
-
| [9a8bf7a02a7b]
|
762
|
-
|
|
763
|
-
o * lib/groundcontrol/tasks/auditor.rb,
|
764
|
-
| lib/groundcontrol/tasks/failure_logger.rb,
|
765
|
-
| lib/groundcontrol/tasks/simulator.rb:
|
766
|
-
| Add some basic task types: work simulator, audit logger, failure
|
767
|
-
| logger
|
768
|
-
| [49b034c13f78]
|
769
|
-
|
|
770
|
-
o * etc/config.yml.example:
|
771
|
-
| Add an example config
|
772
|
-
| [970e15eafad9]
|
773
|
-
|
|
774
|
-
2014-03-12 Mahlon E. Smith <mahlon@martini.nu>
|
775
|
-
|
776
|
-
o * lib/groundcontrol/queue.rb:
|
777
|
-
| Retain the exchange -> queue binding for pre-existing queues.
|
778
|
-
| [bc11d76f7ef7]
|
779
|
-
|
|
780
|
-
2014-03-12 Michael Granger <ged@FaerieMUD.org>
|
781
|
-
|
782
|
-
o * lib/groundcontrol/queue.rb, lib/groundcontrol/task.rb,
|
783
|
-
| lib/groundcontrol/tasks/auditor.rb:
|
784
|
-
| Checkpoint commit of AMQP work
|
785
|
-
| [3ec6040c9e98]
|
786
|
-
|
|
787
|
-
o * lib/groundcontrol/queue.rb:
|
788
|
-
| Use a class-instance variable instead of thread-local for AMQP
|
789
|
-
| objects
|
790
|
-
| [6401e5aedf57]
|
791
|
-
|
|
792
|
-
o * lib/groundcontrol/queue.rb:
|
793
|
-
| Re-raise errors from Bunny while handling messages
|
794
|
-
| [384ab73d9b7f]
|
795
|
-
|
|
796
|
-
2014-03-11 Michael Granger <ged@FaerieMUD.org>
|
797
|
-
|
798
|
-
o * lib/groundcontrol/queue.rb, lib/groundcontrol/task.rb,
|
799
|
-
| lib/groundcontrol/tasks/auditor.rb,
|
800
|
-
| spec/groundcontrol/queue_spec.rb:
|
801
|
-
| Checkpoint of work on work model, subscription
|
802
|
-
| [b023dab4997c]
|
803
|
-
|
|
804
|
-
o * .hgignore, History.rdoc, Manifest.txt, Rakefile, bin/gctask,
|
805
|
-
| lib/groundcontrol/daemon.rb, lib/groundcontrol/queue.rb,
|
806
|
-
| lib/groundcontrol/signal_handling.rb, lib/groundcontrol/task.rb,
|
807
|
-
| lib/groundcontrol/tasks/auditor.rb,
|
808
|
-
| lib/groundcontrol/tasks/messaging.rb,
|
809
|
-
| spec/groundcontrol/mixins_spec.rb, spec/groundcontrol/queue_spec.rb,
|
810
|
-
| spec/groundcontrol/task_spec.rb, spec/groundcontrol_spec.rb:
|
811
|
-
| Checkpoint commit.
|
812
|
-
| [e86edf8ff23c]
|
813
|
-
|
|
814
|
-
2014-03-03 Michael Granger <ged@FaerieMUD.org>
|
815
|
-
|
816
|
-
o * .rvm.gems, Rakefile, experiments/mailer_task.rb,
|
817
|
-
| lib/groundcontrol/queue.rb, lib/groundcontrol/task.rb,
|
818
|
-
| lib/groundcontrol/tasks/pinger.rb, spec/groundcontrol/queue_spec.rb,
|
819
|
-
| spec/groundcontrol/task_spec.rb, spec/helpers.rb:
|
820
|
-
| Checkpoint of the work from this morning
|
821
|
-
| [5c8021195e16]
|
822
|
-
|
|
823
|
-
2014-02-18 Michael Granger <ged@FaerieMUD.org>
|
824
|
-
|
825
|
-
o * .pryrc, .rvm.gems, .rvmrc, .simplecov, Manifest.txt, README.rdoc,
|
826
|
-
| Rakefile, bin/gcworkerd, experiments/.foreman, experiments/Procfile,
|
827
|
-
| experiments/consumer-sketch.rb, experiments/mailer_task.rb,
|
828
|
-
| experiments/producer-sketch.rb, experiments/ssh_system.rb,
|
829
|
-
| experiments/test_script.sh, lib/groundcontrol.rb,
|
830
|
-
| lib/groundcontrol/daemon.rb, lib/groundcontrol/mixins.rb,
|
831
|
-
| lib/groundcontrol/queue.rb, lib/groundcontrol/signal_handling.rb,
|
832
|
-
| lib/groundcontrol/task.rb, lib/groundcontrol/tasks/pinger.rb,
|
833
|
-
| lib/groundcontrol/tasks/ssh.rb,
|
834
|
-
| lib/groundcontrol/tasks/sshscript.rb, lib/laika/groundcontrol.rb,
|
835
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
836
|
-
| lib/laika/groundcontrol/task.rb,
|
837
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
838
|
-
| lib/laika/groundcontrol/tasks/ssh.rb,
|
839
|
-
| lib/laika/groundcontrol/tasks/sshscript.rb,
|
840
|
-
| lib/laika/groundcontrol/worker.rb,
|
841
|
-
| spec/groundcontrol/mixins_spec.rb, spec/groundcontrol/queue_spec.rb,
|
842
|
-
| spec/groundcontrol_spec.rb, spec/helpers.rb,
|
843
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
844
|
-
| spec/laika/groundcontrol/queue_spec.rb,
|
845
|
-
| spec/laika/groundcontrol/task_spec.rb,
|
846
|
-
| spec/laika/groundcontrol_spec.rb,
|
847
|
-
| spec/lib/groundcontrolconstants.rb,
|
848
|
-
| spec/lib/groundcontrolhelpers.rb:
|
849
|
-
| Checkpoint of the weekend's work
|
850
|
-
| [4d3da7e3530b]
|
851
|
-
|
|
852
|
-
2012-11-06 Michael Granger <ged@FaerieMUD.org>
|
853
|
-
|
854
|
-
o * .rvm.gems, Rakefile:
|
855
|
-
| Bump dependencies
|
856
|
-
| [c3602949056c]
|
857
|
-
|
|
858
|
-
2012-10-17 Michael Granger <ged@FaerieMUD.org>
|
859
|
-
|
860
|
-
o * .rvm.gems:
|
861
|
-
| Bump the laika-ldap version in the RVM gemset
|
862
|
-
| [03934b446cbf]
|
863
|
-
|
|
864
|
-
2012-10-09 Michael Granger <ged@FaerieMUD.org>
|
865
|
-
|
866
|
-
o * .rvm.gems:
|
867
|
-
| Bump laika-ldap version in rvm gems
|
868
|
-
| [314934c7b53c]
|
869
|
-
|
|
870
|
-
2012-09-24 Michael Granger <ged@FaerieMUD.org>
|
871
|
-
|
872
|
-
o * lib/laika/groundcontrol/tasks/sshscript.rb:
|
873
|
-
| Adding a 'nocleanup' option to the sshscript task class.
|
874
|
-
|
|
875
|
-
| This is to enable easy troubleshooting; just re-run a failing
|
876
|
-
| sshscript-based task with 'nocleanup' enabled, then the script will
|
877
|
-
| be preserved on the remote side after it runs.
|
878
|
-
| [0b84cb38b9ec]
|
879
|
-
|
|
880
|
-
2012-09-19 Michael Granger <ged@FaerieMUD.org>
|
881
|
-
|
882
|
-
o * .hgtags:
|
883
|
-
| Added tag v0.1.0 for changeset 3027c0e32c9a
|
884
|
-
| [7615c18e3f34]
|
885
|
-
|
|
886
|
-
o * .hgsigs:
|
887
|
-
| Added signature for changeset 34b213a4b895
|
888
|
-
| [3027c0e32c9a] [v0.1.0]
|
889
|
-
|
|
890
|
-
o * History.rdoc, lib/laika/groundcontrol.rb,
|
891
|
-
| spec/laika/groundcontrol/job_spec.rb:
|
892
|
-
| Bump the minor version, update history.
|
893
|
-
| [34b213a4b895]
|
894
|
-
|
|
895
|
-
o * bin/gcworkerd, lib/laika/groundcontrol/task.rb,
|
896
|
-
| lib/laika/groundcontrol/worker.rb:
|
897
|
-
| Adding beginnings of worker throttling.
|
898
|
-
| [399117e719ba]
|
899
|
-
|
|
900
|
-
o * .rvm.gems, Rakefile:
|
901
|
-
| Updating dependencies
|
902
|
-
| [9ea265531f5c]
|
903
|
-
|
|
904
|
-
2012-09-06 Michael Granger <ged@FaerieMUD.org>
|
905
|
-
|
906
|
-
o * .hgtags:
|
907
|
-
| Added tag v0.0.1 for changeset 82d1fc26369f
|
908
|
-
| [c438bca87c28]
|
909
|
-
|
|
910
|
-
o * .hgsigs:
|
911
|
-
| Added signature for changeset ea9a4eb4ef02
|
912
|
-
| [82d1fc26369f] [v0.0.1]
|
913
|
-
|
|
914
|
-
o * Manifest.txt, bin/groundcontrol:
|
915
|
-
| Remove the bin/groundcontrol stub.
|
916
|
-
| [ea9a4eb4ef02]
|
917
|
-
|
|
918
|
-
2012-08-20 Michael Granger <ged@FaerieMUD.org>
|
919
|
-
|
920
|
-
o * bin/gcworkerd:
|
921
|
-
| Use the configured path to the config file, not the one from ARGV
|
922
|
-
| [2e635ab669f0]
|
923
|
-
|
|
924
|
-
o * bin/gcworkerd:
|
925
|
-
| Configure gcworkerd via command-line options instead of the config
|
926
|
-
| file
|
927
|
-
| [797bd5264597]
|
928
|
-
|
|
929
|
-
o * bin/gcworkerd:
|
930
|
-
| Fix gem binary invocation.
|
931
|
-
| [e113c95b9f39]
|
932
|
-
|
|
933
|
-
o * lib/laika/groundcontrol.rb, lib/laika/groundcontrol/task.rb:
|
934
|
-
| Documentation update/fixes
|
935
|
-
| [e169ebcecff7]
|
936
|
-
|
|
937
|
-
2012-08-18 Michael Granger <ged@FaerieMUD.org>
|
938
|
-
|
939
|
-
o * .rvm.gems, Rakefile:
|
940
|
-
| Bump laika-base dependency
|
941
|
-
| [a66a334650d2]
|
942
|
-
|
|
943
|
-
o * lib/laika/groundcontrol/tasks/sshscript.rb:
|
944
|
-
| Turn off ssh protocol debugging in sshscript task
|
945
|
-
| [a7a23ebb2927]
|
946
|
-
|
|
947
|
-
2012-08-17 Michael Granger <ged@FaerieMUD.org>
|
948
|
-
|
949
|
-
o * README.rdoc:
|
950
|
-
| README fix
|
951
|
-
| [20aae4ccec08]
|
952
|
-
|
|
953
|
-
o * lib/laika/groundcontrol/tasks/ssh.rb:
|
954
|
-
| Small fixes for ssh task:
|
955
|
-
|
|
956
|
-
| - Use features
|
957
|
-
| - Use the fqdn instead of the simple hostname for the ssh command
|
958
|
-
| - Log the command shelljoined for easy testing.
|
959
|
-
| [59ce700da89b]
|
960
|
-
|
|
961
|
-
2012-08-16 Michael Granger <ged@FaerieMUD.org>
|
962
|
-
|
963
|
-
o * lib/laika/groundcontrol/queue.rb, lib/laika/groundcontrol/worker.rb:
|
964
|
-
| Logging tweaks to Queues and Workers
|
965
|
-
| [07abd8d84699]
|
966
|
-
|
|
967
|
-
o * lib/laika/groundcontrol/tasks/sshscript.rb:
|
968
|
-
| Write sshscripts to local /tmp instead of (possibly network) homedir
|
969
|
-
| [02c3cb736d43]
|
970
|
-
|
|
971
|
-
o * bin/gcworkerd:
|
972
|
-
| Fix select() to not poll in gcworkerd
|
973
|
-
| [081f8b6c55cc]
|
974
|
-
|
|
975
|
-
o * .rvm.gems, bin/gcworkerd, spec/laika/groundcontrol/queue_spec.rb,
|
976
|
-
| spec/laika/groundcontrol/task_spec.rb:
|
977
|
-
| Convert specs to use the update setup_test_database().
|
978
|
-
| [bcb8893fbd6a]
|
979
|
-
|
|
980
|
-
o * .rvm.gems, Rakefile:
|
981
|
-
| Updating dependencies.
|
982
|
-
| [a230af71e731]
|
983
|
-
|
|
984
|
-
o * lib/laika/groundcontrol/job.rb,
|
985
|
-
| spec/laika/groundcontrol/job_spec.rb:
|
986
|
-
| Explicitly serialize Job#task_options instead of relying on the
|
987
|
-
| flaky serialization plugin.
|
988
|
-
| [54c014ed337b]
|
989
|
-
|
|
990
|
-
o * lib/laika/groundcontrol/worker.rb:
|
991
|
-
| Refactor the child part of GroundControl::Worker.start into methods
|
992
|
-
| [89621596bf88]
|
993
|
-
|
|
994
|
-
2012-08-15 Michael Granger <ged@FaerieMUD.org>
|
995
|
-
|
996
|
-
o * experiments/producer-sketch.rb, lib/laika/groundcontrol.rb,
|
997
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
998
|
-
| lib/laika/groundcontrol/task.rb,
|
999
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1000
|
-
| lib/laika/groundcontrol/tasks/ssh.rb,
|
1001
|
-
| lib/laika/groundcontrol/tasks/sshscript.rb,
|
1002
|
-
| spec/laika/groundcontrol/queue_spec.rb,
|
1003
|
-
| spec/laika/groundcontrol/task_spec.rb:
|
1004
|
-
| More work on the Job and Task classes.
|
1005
|
-
|
|
1006
|
-
| - Simplified job/task arguments to always be a hash of options,
|
1007
|
-
| renamed to task_options to reflect this.
|
1008
|
-
| - Pulled some utility methods up from concrete Task classes for
|
1009
|
-
| pinging remote hosts, expanding hostnames to fqdns, etc.
|
1010
|
-
| - Refactored existing base task types to use the new refactored
|
1011
|
-
| methods.
|
1012
|
-
| [6ae7216e907e]
|
1013
|
-
|
|
1014
|
-
2012-08-15 Mahlon E. Smith <mahlon@laika.com>
|
1015
|
-
|
1016
|
-
o * bin/gcworkerd, lib/laika/groundcontrol/job.rb,
|
1017
|
-
| lib/laika/groundcontrol/task.rb,
|
1018
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1019
|
-
| lib/laika/groundcontrol/tasks/ssh.rb:
|
1020
|
-
| Checkpoint of yesterday's work.
|
1021
|
-
| [b46ef27c763e]
|
1022
|
-
|
|
1023
|
-
2012-08-13 Michael Granger <ged@FaerieMUD.org>
|
1024
|
-
|
1025
|
-
o * lib/laika/groundcontrol/tasks/sshscript.rb:
|
1026
|
-
| Whitespace fixes
|
1027
|
-
| [c08e4416dfd7]
|
1028
|
-
|
|
1029
|
-
2012-08-07 Michael Granger <ged@FaerieMUD.org>
|
1030
|
-
|
1031
|
-
o * .hgignore, .rvm.gems, Rakefile, lib/laika/groundcontrol/task.rb,
|
1032
|
-
| spec/laika/groundcontrol/task_spec.rb,
|
1033
|
-
| spec/lib/groundcontrolhelpers.rb:
|
1034
|
-
| Add a spec to cover Task#on_error.
|
1035
|
-
| [cfa2126c2879]
|
1036
|
-
|
|
1037
|
-
2012-08-06 Michael Granger <ged@FaerieMUD.org>
|
1038
|
-
|
1039
|
-
o * .hgignore, README.rdoc, Rakefile, bin/gcworkerd, experiments
|
1040
|
-
| /producer-sketch.rb, experiments/test_script.sh,
|
1041
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
1042
|
-
| lib/laika/groundcontrol/task.rb,
|
1043
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1044
|
-
| lib/laika/groundcontrol/tasks/ssh.rb,
|
1045
|
-
| lib/laika/groundcontrol/tasks/sshscript.rb,
|
1046
|
-
| lib/laika/groundcontrol/worker.rb:
|
1047
|
-
| Documentation and consistency updates.
|
1048
|
-
|
|
1049
|
-
| - Wrote initial API docs for Task, Worker, Job, and Queue.
|
1050
|
-
| - Updated the pinger side of the producer sketch, and then rewrote the
|
1051
|
-
| sshscript side to use Queue#add.
|
1052
|
-
| - Renamed Pinger#unavailable to #problem.
|
1053
|
-
| - Consolidated SSHScript task logic to its #run method for easier
|
1054
|
-
| inheritance/consistency.
|
1055
|
-
| [f0a7bfc7ea6a]
|
1056
|
-
|
|
1057
|
-
o * bin/gcworkerd:
|
1058
|
-
| Remove more debugging noise
|
1059
|
-
| [aa04b9a1590b]
|
1060
|
-
|
|
1061
|
-
2012-08-02 Michael Granger <ged@FaerieMUD.org>
|
1062
|
-
|
1063
|
-
o * .rvm.gems, Manifest.txt, Rakefile, lib/laika/groundcontrol/job.rb,
|
1064
|
-
| lib/laika/groundcontrol/queue.rb,
|
1065
|
-
| lib/laika/groundcontrol/tasks/sshscript.rb,
|
1066
|
-
| lib/laika/groundcontrol/worker.rb:
|
1067
|
-
| Finish up the initial implementation of the ssh-based task classes.
|
1068
|
-
| [5d9192bcfb71]
|
1069
|
-
|
|
1070
|
-
o * bin/gcworkerd:
|
1071
|
-
| Remove the explicit debug logging from gcworkerd
|
1072
|
-
| [2d52fc8a521c]
|
1073
|
-
|
|
1074
|
-
o * experiments/producer-sketch.rb, experiments/test_script.sh:
|
1075
|
-
| Update the producer experiment to use the ssh-script task
|
1076
|
-
| [80a0d6635300]
|
1077
|
-
|
|
1078
|
-
o * lib/laika/groundcontrol/tasks/ssh.rb:
|
1079
|
-
| Use Ruby1.9 spawn instead of Open3 for the SSH task's pipe
|
1080
|
-
| [d6ab8ee0d6cc]
|
1081
|
-
|
|
1082
|
-
o * lib/laika/groundcontrol/tasks/pinger.rb:
|
1083
|
-
| Fix require in Pinger task
|
1084
|
-
| [dd2170ed86d3]
|
1085
|
-
|
|
1086
|
-
o * experiments/ssh_system.rb:
|
1087
|
-
| Adding an experiment
|
1088
|
-
| [2f8a6c7173e0]
|
1089
|
-
|
|
1090
|
-
o * bin/gcworkerd:
|
1091
|
-
| Fixed child cleanup in the gcworkerd (pair: mahlon)
|
1092
|
-
| [40d2447fd704]
|
1093
|
-
|
|
1094
|
-
2012-08-02 Mahlon E. Smith <mahlon@laika.com>
|
1095
|
-
|
1096
|
-
o * experiments/producer-sketch.rb, lib/laika/groundcontrol/queue.rb,
|
1097
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1098
|
-
| lib/laika/groundcontrol/tasks/ssh.rb,
|
1099
|
-
| lib/laika/groundcontrol/tasks/sshscript.rb:
|
1100
|
-
| Checkpoint commit of ssh GroundControl tasks.
|
1101
|
-
| [dff259b79441]
|
1102
|
-
|
|
1103
|
-
2012-07-31 Mahlon E. Smith <mahlon@laika.com>
|
1104
|
-
|
1105
|
-
o * bin/gcworkerd, experiments/producer-sketch.rb,
|
1106
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
1107
|
-
| lib/laika/groundcontrol/task.rb,
|
1108
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1109
|
-
| lib/laika/groundcontrol/worker.rb,
|
1110
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
1111
|
-
| spec/laika/groundcontrol/task_spec.rb:
|
1112
|
-
| Small, misc updates:
|
1113
|
-
|
|
1114
|
-
| - Small whitespace and comment fixes.
|
1115
|
-
| - Alter the producer sketch to accept a single host.
|
1116
|
-
| - Remove the #on_startup API requirement for tasks -- there may not be
|
1117
|
-
| any setup a task needs to perform, so it seems odd to make that
|
1118
|
-
| mandatory.
|
1119
|
-
| - Small display fix for task class names.
|
1120
|
-
| - Finished up the pinger example task.
|
1121
|
-
| - Ensure jobs are destroyed/removed on script errors
|
1122
|
-
| [1ca5aaeb1ed7]
|
1123
|
-
|
|
1124
|
-
2012-07-30 Michael Granger <ged@FaerieMUD.org>
|
1125
|
-
|
1126
|
-
o * bin/gcworkerd, lib/laika/groundcontrol/worker.rb:
|
1127
|
-
| Remove spammy debugging; set application name
|
1128
|
-
| [90b8cd19faa7]
|
1129
|
-
|
|
1130
|
-
o * bin/gcworkerd, lib/laika/groundcontrol/worker.rb:
|
1131
|
-
| Fix signal-handling in gcworkerd
|
1132
|
-
| [34509c739e1b]
|
1133
|
-
|
|
1134
|
-
o * .rvm.gems, bin/gcworkerd, lib/laika/groundcontrol.rb,
|
1135
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
1136
|
-
| lib/laika/groundcontrol/task.rb,
|
1137
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1138
|
-
| lib/laika/groundcontrol/worker.rb,
|
1139
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
1140
|
-
| spec/laika/groundcontrol/task_spec.rb:
|
1141
|
-
| Adding first whack at gcworkerd and Task class
|
1142
|
-
| [3ea444e5997d]
|
1143
|
-
|
|
1144
|
-
2012-07-27 Michael Granger <ged@FaerieMUD.org>
|
1145
|
-
|
1146
|
-
o * .rvm.gems, Rakefile, bin/gcworkerd, experiments/consumer-sketch.rb,
|
1147
|
-
| experiments/producer-sketch.rb, lib/laika/groundcontrol.rb,
|
1148
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
1149
|
-
| lib/laika/groundcontrol/task.rb,
|
1150
|
-
| lib/laika/groundcontrol/tasks/pinger.rb,
|
1151
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
1152
|
-
| spec/laika/groundcontrol/queue_spec.rb,
|
1153
|
-
| spec/laika/groundcontrol/task_spec.rb:
|
1154
|
-
| Snapshot of Thursday's work.
|
1155
|
-
| [e8da1957a10d]
|
1156
|
-
|
|
1157
|
-
2012-07-26 Michael Granger <ged@FaerieMUD.org>
|
1158
|
-
|
1159
|
-
o * .rvm.gems, Rakefile, experiments/consumer-sketch.rb, experiments
|
1160
|
-
| /producer-sketch.rb, lib/laika/groundcontrol/job.rb,
|
1161
|
-
| lib/laika/groundcontrol/queue.rb:
|
1162
|
-
| Fix queueing logic and update the experiments
|
1163
|
-
| [7a3609d96123]
|
1164
|
-
|
|
1165
|
-
2012-07-25 Michael Granger <ged@FaerieMUD.org>
|
1166
|
-
|
1167
|
-
o * .hgignore, .rvm.gems, .tm_properties, Manifest.txt,
|
1168
|
-
| experiments/.foreman, experiments/Procfile, experiments/consumer-
|
1169
|
-
| sketch.rb, experiments/producer-sketch.rb, experiments/sketch.rb,
|
1170
|
-
| lib/laika/groundcontrol.rb, lib/laika/groundcontrol/job.rb,
|
1171
|
-
| lib/laika/groundcontrol/queue.rb,
|
1172
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
1173
|
-
| spec/laika/groundcontrol/queue_spec.rb:
|
1174
|
-
| Checkpoint commit of afternoon's work (pair: mhix)
|
1175
|
-
| [501304e7ae7b]
|
1176
|
-
|
|
1177
|
-
o * experiments/sketch.rb, lib/laika/groundcontrol.rb,
|
1178
|
-
| lib/laika/groundcontrol/job.rb, lib/laika/groundcontrol/queue.rb,
|
1179
|
-
| spec/laika/groundcontrol/job_spec.rb,
|
1180
|
-
| spec/laika/groundcontrol_spec.rb,
|
1181
|
-
| spec/lib/groundcontrolconstants.rb,
|
1182
|
-
| spec/lib/groundcontrolhelpers.rb:
|
1183
|
-
| Checkpoint commit of morning's work (pair: mhix)
|
1184
|
-
| [8cea2906f4fa]
|
1185
|
-
|
|
1186
|
-
o * .pryrc:
|
1187
|
-
| Updating pryrc
|
1188
|
-
| [69a954ee8bb9]
|
1189
|
-
|
|
1190
|
-
o * .rvm.gems, .rvmrc, Rakefile:
|
1191
|
-
| Bumping laika-db dependency version
|
1192
|
-
| [f2cff3435f39]
|
1193
|
-
|
|
1194
|
-
2012-07-24 Michael Granger <ged@FaerieMUD.org>
|
1195
|
-
|
1196
|
-
o * .autotest, .hgignore, .irbrc, .pryrc, History.rdoc, Manifest.txt,
|
1197
|
-
README.rdoc, Rakefile, bin/groundcontrol,
|
1198
|
-
lib/laika/groundcontrol.rb, spec/laika/groundcontrol_spec.rb,
|
1199
|
-
spec/lib/groundcontrolconstants.rb,
|
1200
|
-
spec/lib/groundcontrolhelpers.rb:
|
1201
|
-
Initial project boilerplate
|
1202
|
-
[99fbce8884cd]
|