rufus-scheduler 3.4.2 → 3.7.0

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