rufus-scheduler 3.5.0 → 3.5.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,360 +0,0 @@
1
-
2
- = rufus-scheduler CHANGELOG.txt
3
-
4
-
5
- == rufus-scheduler - 3.5.0 released 2018-05-15
6
-
7
- - Use fugit to parse durations
8
- - Drop .parse_time_string and .parse_duration_string
9
- - Use fugit to parse cronlines
10
-
11
-
12
- == rufus-scheduler - 3.4.2 released 2017-05-24
13
-
14
- (had yanked 3.4.1, going 3.4.2)
15
-
16
-
17
- == rufus-scheduler - 3.4.1 released 2017-05-24
18
-
19
- - Let #schedule accept a CronLine instance, gh-247
20
-
21
-
22
- == rufus-scheduler - 3.4.0 released 2017-03-23
23
-
24
- - Stop supporting Ruby < 1.9
25
- - Drop ZoTime for et-orbi's Etorbi::EoTime, gh-240
26
- - Fix for ZooKeeper example, thanks to @djrodgerspryor, gh-238
27
-
28
-
29
- == rufus-scheduler - 3.3.4 released 2017-02-16
30
-
31
- - More detailed "cannot determine timezone from nil" message, gh-237
32
-
33
-
34
- == rufus-scheduler - 3.3.3 released 2017-01-29
35
-
36
- - use Rails' timezone by default if Rails is present, gh-230, gh-233,
37
- thanks Alexander Deeb
38
- - is_a?(Fixnum) replaced by is_a?(Integer), gh-232, thanks Cody Cutrer
39
- - Fix for every double trigger, gh-231, thanks Sofia Bravo
40
-
41
-
42
- == rufus-scheduler - 3.3.2 released 2017-01-05
43
-
44
- - Fix ZoTime issue with Time.zone.now #=> 'CST', thanks zzjin
45
- - Fix cron weekdays + monthdays, by Dominik Sander, https://github.com/dsander
46
- - Speedup CronLine#brute_frequency, by Dominik Sander
47
- - Use object_id instead of hash to make Job id
48
-
49
-
50
- == rufus-scheduler - 3.3.1 released 2016-12-03
51
-
52
- - gh-222 fall back on ENV['TZ'] when Time.now.zone is something
53
- like "中国标准时间" (ask for "Asia/Shanghai"), thanks to
54
- https://github.com/lovingyu
55
-
56
-
57
- == rufus-scheduler - 3.3.0 released 2016-11-28
58
-
59
- - Bring in Piavka's Job#trigger_off_schedule, gh-214
60
- - Reject "day 0" in cronlines, thanks to Ramon Tayag, https://github.com/ramontayag
61
- - Move away from ENV['TZ'], thanks to Akinori Musha, https://github.com/knu
62
- - Fix .parse_to_time vs Date issue, as reported by @nsatragno
63
-
64
-
65
- == rufus-scheduler - 3.2.2 released 2016-08-14
66
-
67
- - job opt hash preservation, as suggested in gh-212, by https://github.com/d-m-u
68
- - introduce Job#previous_time
69
- - countered ActiveRecord 3.2.22 on gh-210, by https://github.com/paulodelgado
70
-
71
-
72
- == rufus-scheduler - 3.2.1 released 2016-05-04
73
-
74
- - accept '* * * * 5L' (last friday) (equivalent to '* * * * 5#-1')
75
- - CronLine#to_a (#to_array aliasing to it)
76
- - simplify .parse_duration (and trim input)
77
- - raise on "*/0 * * * *", by https://github.com/simook
78
- - introduce "days to end of month" in cron strings
79
-
80
-
81
- == rufus-scheduler - 3.2.0 released 2015-12-28
82
-
83
- - cache CronLine#brute_frequency results, gh-188 and gh-89
84
- - "every" shift prevention by https://github.com/Korrigan
85
- - Ruby warnings silenced by https://github.com/vivitar
86
-
87
-
88
- == rufus-scheduler - 3.1.10 released 2015-11-18
89
-
90
- - allow for :first_in => 0, gh-179 by https://github.com/JonMcPherson
91
- for https://github.com/Shopify/dashing/commit/ea3730fa4
92
- - stop shipping specs in gem
93
-
94
-
95
- == rufus-scheduler - 3.1.9 released 2015-11-12
96
-
97
- - fix potential RuntimeError in CronLine#prev_second,
98
- by Alexandru https://github.com/alexandru-calinoiu
99
-
100
-
101
- == rufus-scheduler - 3.1.8 released 2015-11-10
102
-
103
- - stop jumping eagerly out of DST, fix for one hour jump when leaving DST
104
- thanks Alyssa http://github.com/alyssa
105
-
106
-
107
- == rufus-scheduler - 3.1.7 released 2015-10-15
108
-
109
- - ack #unscheduled_at in #scheduled?, by Claude https://github.com/claudeatsafe
110
-
111
-
112
- == rufus-scheduler - 3.1.6 released 2015-10-01
113
-
114
- - fix job id uniqueness (JRuby), thanks 김성식 https://github.com/kssminus
115
-
116
-
117
- == rufus-scheduler - 3.1.5 released 2015-09-25
118
-
119
- - fix for "not a valid cronline" on "mingw" Ruby distributions, gh-166
120
-
121
-
122
- == rufus-scheduler - 3.1.4 released 2015/08/29
123
-
124
- - fix cron issue reported by Jesse https://github.com/jhw-at-prosperworks-com
125
-
126
-
127
- == rufus-scheduler - 3.1.3 released 2015/06/20
128
-
129
- - prevent Thread[:rufus_scheduler_time] -> nil, gh-156
130
- - fix inconsistency in Job#start_work_thread
131
-
132
-
133
- == rufus-scheduler - 3.1.2 released 2015/05/23
134
-
135
- - avoid cron/:first_at infinite loop, thanks https://github.com/pouellet
136
-
137
-
138
- == rufus-scheduler - 3.1.1 released 2015/04/19
139
-
140
- - fix ZoTime.is_timezone? on OSX, thanks https://github.com/yaauie
141
-
142
-
143
- == rufus-scheduler - 3.1.0 released 2015/04/18
144
-
145
- - go without tzinfo (and its dependencies)
146
- - include @ketan's #next_time improvements
147
- - remove 2.x warning message on install
148
-
149
-
150
- == rufus-scheduler - 3.0.9 released 2014/08/30
151
-
152
- - fix TZ with underscores, thanks https://github.com/gnilrets
153
- - integrate https://github.com/ecin Lock mecha
154
-
155
-
156
- == rufus-scheduler - 3.0.8 released 2014/06/09
157
-
158
- - handle TZInfo errors on DST transitions, thanks https://github.com/junhanamaki
159
- - implement Scheduler#up?
160
- - let schedule and schedule_at use Chronic if present
161
- - let Rufus::Scheduler.parse use Chronic if present
162
-
163
-
164
- == rufus-scheduler - 3.0.7 released 2014/03/18
165
-
166
- - implement Scheduler #occurrences and #timeline, inspired by kreynolds
167
- - implement Job #last_work_time and #mean_work_time
168
- - implement Job#count
169
- - add more info to the stderr error output (scheduler/tz info)
170
- - prevent skipping a day on switch to summertime, gh-114, thanks Matteo
171
-
172
-
173
- == rufus-scheduler - 3.0.6 released 2014/02/14
174
-
175
- - avoid "can't be called from trap context" on Ruby 2.0, gh-98
176
-
177
-
178
- == rufus-scheduler - 3.0.5 released 2014/01/30
179
-
180
- - implement Job#call(do_rescue=false), gh-97
181
- - implement :first => :now for repeat jobs, gh-96
182
-
183
-
184
- == rufus-scheduler - 3.0.4 released 2014/01/19
185
-
186
- - make CronLine#frequency faster (to avoid 20s schedule_cron times)
187
-
188
-
189
- == rufus-scheduler - 3.0.3 released 2013/12/12
190
-
191
- - CronLine#previous_time fix by Yassen Bantchev (https://github.com/yassenb)
192
- - introduce ZookeptScheduler example in the readme
193
- - rename #consider_lockfile to #lock and introduce #unlock
194
-
195
-
196
- == rufus-scheduler - 3.0.2 released 2013/10/22
197
-
198
- - default :max_work_threads to 28
199
- - fix "rufus rushes to create work threads" issue, thanks Gatis Tomsons
200
- - introduce Rufus::Scheduler::NotRunningError, thanks Gatis Tomsons
201
-
202
-
203
- == rufus-scheduler - 3.0.1 released 2013/10/19
204
-
205
- - fix post_install_message, thanks Ted Pennings
206
- - bring back .parse_time_string and .parse_duration_string
207
-
208
-
209
- == rufus-scheduler - 3.0.0 released 2013/10/02
210
-
211
- - complete rewrite.
212
- - introduce scheduler.interval('10s') { ... }
213
-
214
-
215
- == rufus-scheduler - 2.0.24 released 2013/09/02
216
-
217
- - lowered tzinfo dependency to >= 0.3.22
218
- http://stackoverflow.com/questions/18551970
219
-
220
-
221
- == rufus-scheduler - 2.0.23 released 2013/07/26
222
-
223
- - mutex vs timeout fix by Tobias Kraze
224
-
225
-
226
- == rufus-scheduler - 2.0.22 released 2013/07/16
227
-
228
- - parse "/10 * * * *" again (like <= 2.0.19 did), thanks @skrd
229
-
230
-
231
- == rufus-scheduler - 2.0.21 released 2013/07/15
232
-
233
- - add license (MIT) to gemspec file
234
-
235
-
236
- == rufus-scheduler - 2.0.20 released 2013/07/15
237
-
238
- - add Rufus::Scheduler.new (so that rs 3.0 quickstarts are OK with 2.0.20)
239
- - implement CronLine#previous_time(now=Time.now) (Idea Matteo Cerutti)
240
- - throw ArgumentError for invalid cron lines (Thanks Aimee Rose)
241
- - cron 0 vs 24 hour case straightening (Thanks Aimee Rose)
242
- - support for sun#L or sun#-2 in cron lines
243
-
244
-
245
- == rufus-scheduler - 2.0.19 released 2013/05/07
246
-
247
- - raise ArgumentError on <= 0.0 "every" frequency (Thanks Lucy Fu)
248
- - support multiple mutexes (Thanks Rainux Luo)
249
-
250
-
251
- == rufus-scheduler - 2.0.18 released 2013/03/06
252
-
253
- - support for "L" in cron lines (Thanks Andrew Davey)
254
- - support for negative time strings (Thanks Danny "northox" Fullerton)
255
- - reject invalid weekdays (Thanks pazustep)
256
-
257
-
258
- == rufus-scheduler - 2.0.17 released 2012/06/14
259
-
260
- - @andrehjr patch to make it work on Ruby 1.9.3
261
- - raises ArgumentError on unknown/unsupported options (Idea Tero Tilus)
262
-
263
-
264
- == rufus-scheduler - 2.0.16 released 2011/12/31
265
-
266
- - hardened Rufus.parse_time_string
267
- - running job thread: getting rid of the job pointer once job is done
268
-
269
-
270
- == rufus-scheduler - 2.0.15 released 2011/12/20
271
-
272
- - Scheduler#running_jobs (Thanks Louis Coilliot)
273
-
274
-
275
- == rufus-scheduler - 2.0.14 released 2011/12/11
276
-
277
- - Job #pause and #resume
278
- - Scheduler #pause(job_or_job_id) and #resume(job_or_job_id)
279
- - Scheduler#unschedule(job_or_job_id)
280
-
281
-
282
- == rufus-scheduler - 2.0.13 released 2011/11/14
283
-
284
- - cron lines now OK with "09". Thanks Anthony Lewis
285
-
286
-
287
- == rufus-scheduler - 2.0.12 released 2011/10/28
288
-
289
- - hardened exception handling. Thanks Sam Gibson
290
- - accepting #handle_exception, #log_exception or #on_exception
291
- - scheduler.in '1s', :mutex => 'that_mutex_name'
292
-
293
-
294
- == rufus-scheduler - 2.0.11 released 2011/09/30
295
-
296
- - require 'rufus-scheduler' works
297
-
298
-
299
- == rufus-scheduler - 2.0.10 released 2011/06/26
300
-
301
- - every and allow_overlapping now surviving exceptions. Thanks sha1dy
302
-
303
-
304
- == rufus-scheduler - 2.0.9 released 2011/04/22
305
-
306
- - Scheduler#first_at and :discard_past => true. Thanks concept47
307
- - Scheduler#cron and monthdays (sun#2 or mon#1)
308
- - Scheduler#unschedule_by_tag(t)
309
-
310
-
311
- == rufus-scheduler - 2.0.8 released 2010/12/31
312
-
313
- - issue with cron '0 7-23/2 * * *' fixed. Thanks Pickerel
314
-
315
-
316
- == rufus-scheduler - 2.0.7 released 2010/11/09
317
-
318
- - :allow_overlapping => false, thanks Adam Davies
319
- - cron and timezones, thanks Tanzeeb Khalili
320
- - Scheduler#trigger_threads, thanks Tim Uckun
321
-
322
-
323
- == rufus-scheduler - 2.0.6 released 2010/05/01
324
-
325
- - timeout jobs not outliving their parent job anymore, thanks Joel Wood
326
-
327
-
328
- == rufus-scheduler - 2.0.5 released 2010/03/02
329
-
330
- - fixed parse_time_string(s) issue, thanks Gonzalo Suarez
331
-
332
-
333
- == rufus-scheduler - 2.0.4 released 2010/02/12
334
-
335
- - addressing issue with every and timeout, thanks Tony Day
336
-
337
-
338
- == rufus-scheduler - 2.0.3 released 2009/11/04
339
-
340
- - made sure Schedulables with a call(job) method were OK when passed as second
341
- parameter (thanks Nate Wiger)
342
-
343
-
344
- == rufus-scheduler - 2.0.2 released 2009/10/31
345
-
346
- - unified JobQueue and CronJobQueue, and handed @last_second management to the
347
- latter
348
- - #trigger_block method for easier override
349
- - passing :job => job among Schedulable trigger parameters
350
-
351
-
352
- == rufus-scheduler - 2.0.1 released 2009/05/07
353
- == rufus-scheduler - 2.0.0 released 2009/05/07
354
-
355
- ...
356
-
357
- - initial release
358
-
359
- (was openwferu-scheduler before that)
360
-
@@ -1,125 +0,0 @@
1
-
2
- = CREDITS.txt
3
-
4
-
5
- == Contributors
6
-
7
- - Wes McNamee (https://github.com/ghostsquad) - let #schedule accept a CronLine
8
- - Joe Rafaniello (https://github.com/jrafanie) - Travis Ruby 2.4.1
9
- - Benjamin Fleischer (https://github.com/bf4) - ZoTime#subtract
10
- - Sam Rowe (https://github.com/riddley) - gh-240 timezone for Debian
11
- - Daniel Rodgers-Pryor (https://github.com/djrodgerspryor) - gh-238 fix ZooKeeper example
12
- - Cody Cutrer (https://github.com/ccutrer) - gh-232 is_a?(Fixnum) replacement
13
- - Dominik Sander (https://github.com/dsander) - gh-225, gh-226
14
- - Piavka (https://github.com/piavka) - Job#trigger_off_schedule, gh-214
15
- - Paulo Delgado (https://github.com/paulodelgado) counter ActiveRecord, gh-210
16
- - Anjali Sharma (https://github.com/anjali-sharma) enhance job#last_time example
17
- - Kyle Simukka (https://github.com/simook) raise on "*/0 * * * *"
18
- - Ryan McGeary (https://github.com/rmm5t) svg badges for the readme
19
- - Balasankar C (https://github.com/balasankarc) fix CronJob spec vs December
20
- - Matthieu Rosinski (https://github.com/Korrigan) prevent "every" shifts
21
- - vivitar (https://github.com/vivitar) silenced a set of Ruby warnings
22
- - Jon McPherson (https://github.com/JonMcPherson) :first_in => 0 back
23
- - Calinoiu Alexandru Nicolae (https://github.com/alexandru-calinoiu) CronLine#prev_second fix
24
- - Alyssa Pohahau (https://github.com/alyssa) out of DST transition specs
25
- - Claude Vessaz (https://github.com/claudeatsafe) ack #unscheduled_at in #scheduled?
26
- - 김성식 (https://github.com/kssminus) job id uniqueness effort
27
- - Jesse Willet (https://github.com/jhw-at-prosperworks-com) cron vs "*/10"
28
- - Pascal Ouellet (https://github.com/pouellet) Scheduler#timeline loop fix
29
- - Ryan Biesemeyer (https://github.com/yaauie) ZoTime.is_timezone? on OSX
30
- - Ketan Padegaonkar (https://github.com/ketan) .brute_frequency improvement
31
- - Gabriel Gilder (https://github.com/ggilder) LA DST specs
32
- - Sterling Paramore (https://github.com/gnilrets) underscore TZ fix
33
- - ecin (https://github.com/ecin) new lock mecha
34
- - Adam Jonas (https://github.com/adamjonas) migrate specs to "expect"
35
- - Yassen Bantchev (https://github.com/yassenb) CronLine#previous_time rewrite
36
- - Eric Lindvall (https://github.com/eric) Zookeeper locked example
37
- - Ted Pennings (https://github.com/tedpennings) typo in post_install_message
38
- - Tobias Kraze (https://github.com/kratob) timeout vs mutex fix
39
- - Patrick Farrell (https://github.com/pfarrell) pointing at deprecated start_new
40
- - Thomas Sevestre (https://github.com/thomassevestre) :exception option
41
- - Matteo Cerutti - last_time / previous_time idea (and initial implementation)
42
- - Aimee Rose (https://github.com/AimeeRose) cronline and > 24
43
- - Lucy Fu (https://github.com/lfu) arg error on <= 0 "every" freq
44
- - Rainux Luo (https://github.com/rainux) multiple mutexes
45
- - Andrew Davey (https://github.com/asdavey) "L" in cron lines
46
- - Stig Kleppe-Jørgensen (https://github.com/stigkj)
47
- - Danny "northox" Fullerton (https://github.com/northox) negative time strings
48
- - Marcus Brito (https://github.com/pazustep) CronLine proofing
49
- - André Luis Leal Cardoso Junior (https://github.com/andrehjr) 1.9.3 patch
50
- - Anthony Lewis (https://github.com/anthonylewis) cron lines and 09 issue
51
- - concept47 (https://github.com/concept47) every and :discard_past
52
- - Chris Kampemeier (http://github.com/chrisk) rspec 2.0 refinements
53
- - Tanzeeb Khalili (http://github.com/tanzeeb) cron and timezones
54
- - Adam Davies (http://github.com/adz), :allow_overlapping => false
55
- - Klaas Jan Wierenga, at/every/in stress tests (1.0 and 2.0)
56
- - TobyH (http://github.com/tobyh), faster and cleaner CronLine#next_time
57
-
58
-
59
- == Feedback
60
-
61
- - Gian - https://github.com/snmgian - cron vs :first clarification - gh-266
62
- - Vito Laurenza - https://github.com/veetow - help debugging tz issues - gh-240
63
- - Yoshimi Keiji - https://githuc.com/walf443 - v.3.3.3 mislabelling
64
- - Alexander Deeb - https://github.com/adeeb1 - gh-230
65
- - Sofia Bravo - http://stackoverflow.com/users/1123850/sofia-bravo - gh-231
66
- - zzjin - https://githu.com/zzjin - 3.3.x vs CST abbreviated timezone - gh-228
67
- - lovingyu - https://github.com/lovingyu - fallback to ENV['TZ'] - gh-222
68
- - Ramon Tayag - https://github.com/ramontayag - prevent day 0 in cronlines
69
- - Akinori Musha - https://github.com/knu - ENV['TZ'] setting is harmful
70
- - Nicolás Satragno - https://twitter.com/nsatragno - parse_to_time vs Date
71
- - d-m-u duhlmann - https://github.com/d-m-u - job opt hash preservation
72
- - Anjali Sharma - https://github.com/anjali-sharma - fix typographical error
73
- - Jonathan Campos - https://github.com/jonbcampos - negative cron day idea
74
- - Andrey Morskov - https://github.com/accessd - fix typographical error
75
- - Eduardo Maia - https://github.com/emaiax - rufus and the Rails console
76
- - Suisea - https://github.com/suisea - readme rewording
77
- - Radek - http://stackoverflow.com/users/250422 - gh-166
78
- - Patrik Ragnarsson - https://github.com/dentarg - timeout vs nil, gh-156
79
- - twitter @adefilaedward1 - typo in readme
80
- - Michael Guymon - https://github.com/mguymon - #next_time vs :first_at
81
- - junhanamaki - https://github.com/junhanamaki - #next_time and dst ambiguities
82
- - kreynolds (tossrock) - inspiration for #occurrences
83
- - Matteo - https://github.com/m4ce - dst and cron issue
84
- - Tobias Bielohlawek - https://github.com/rngtng - missing assertion
85
- - Joe Taylor and Agis Anastasopoulos -
86
- http://stackoverflow.com/questions/21280870 - :first => :now and Job#call
87
- - Gatis Tomsons - https://github.io/gacha - heavy work threads and lock errors
88
- - https://github.com/joast - missing .to_time_string alias (code and doc)
89
- - Tamir Duberstein - https://github.com/tamird - rdoc inaccuracies
90
- - Kevin Bouwkamp - https://github.com/bmxpert1 - first_at issues
91
- - Daniel Beauchamp - https://github.com/pushmatrix - pre/post trigger callbacks
92
- - Arthur Maltson - https://github.com/amaltson - readme fixes
93
- - skrd - https://github.com/skrd - "/10 * * * *" cron issue
94
- - Hongli Lai - Scheduler#stop(:terminate => true) request
95
- - Tero Tilus - raises on unsupported/unknown options
96
- - Louis Coilliot - Scheduler#running_jobs
97
- - Henrique G. Testa - pause/resume concept
98
- - Sam Gibson - https://github.com/samfoo - exception handling hardening
99
- - sha1dy - https://github.com/sha1dy - every and overlapping exception issue
100
- - Defusal - unschedule_by_tag
101
- - pickerel - https://github.com/pickerel
102
- - Gonzalo Suarez - parse_time_string(s) issue
103
- - Tony Day - http://github.com/tonyday - every and overlapping timeout issue
104
- - Nate Wiger (Schedulable call/trigger issue)
105
- - Aldric (readme errors)
106
- - Kenneth Kalmer (daemon-kit)
107
- - Chris Evans, :timeout tests on JRuby
108
- - Tim Uckun, :timeout concept
109
- - K Liu, for the note about CronLine#next_time
110
- - Xianhang Zhang, find_jobs(tag=nil) patch
111
- - Yi Wen, for lib/rufus-scheduler.rb
112
- - Adam Green and Rael Dornfest for the Taskr breaking issue feedback
113
- - Sean Liu, unschedule_every issue
114
- - Manfred Usselman (no cronjobs on sundays bug)
115
- - Michael Goth, tests with precision > 1s
116
-
117
- * many people gave feedback previously, see
118
- http://openwferu.rubyforge.org/svn/trunk/openwfe-ruby/CREDITS.txt
119
-
120
-
121
- == and finally
122
-
123
- - many thanks to the author and contributors of the tzinfo gem (http://tzinfo.github.io/)
124
- - many thanks to the EventMachine team (especially Aman Gupta)
125
-