SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.1-rubygem-rufus-scheduler-3.9.1-150300.1.3.x86_64.rpm :

* Fri Nov 03 2023 dan.cermakAATTposteo.net- ### rufus-scheduler 3.9.1 - released 2023-06-09
* Introduce :first_at_no_error option, austinarbor gh-342 [#]## rufus-scheduler 3.9.0 - released 2023-06-02
* Add note about Chronic and \"Wed at 2pm\", gh-340
* Let AtJob and InJob accept discard_past:
* Enforce discard_past for At and In jobs, gh-339
* Thu Aug 04 2022 cooloAATTsuse.comupdated to version 3.8.2 see installed CHANGELOG.md [#]## rufus-scheduler 3.8.2 - released 2022-07-12
* Prevent error in shutdown when AATTthread is current Thread, gh-337
* Rescue errors on the scheduling thread, gh-335
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 3.8.1 see installed CHANGELOG.md [#]## rufus-scheduler 3.8.1 - released 2022-01-11
* Suppress warning about AATTresume_discard_past
* Suppress warning about unused variable, solackerman gh-332
* Mon Jul 26 2021 cooloAATTsuse.comupdated to version 3.8.0 see installed CHANGELOG.md [#]## rufus-scheduler 3.8.0 - released 2021-07-14
* Add #source_location to Job, gh-322
* Wed Jan 20 2021 cooloAATTsuse.comupdated to version 3.7.0 see installed CHANGELOG.md [#]## rufus-scheduler 3.7.0 - released 2020-12-31
* Implement Job name:/n: #name and #name=, gh-309
* Add Job #has_key?, #value, and #entries
* Add #locals access to Job
* Implement Scheduler#around_trigger, AATTjjb, gh-310
* Accept max_worker_threads: for max_work_threads:
* Clean up Scheduler#shutdwon, thanks AATTitsaphel and AATTjjb, gh-304, gh-315
* f59df40 Bring in discard_past: for every jobs, gh-290
* 7613277 Introduce :discard_past = false for cron, gh-305
* Sun May 05 2019 cooloAATTsuse.com- updated to version 3.6.0 see installed CHANGELOG.md [#]## rufus-scheduler 3.6.0 - released 2019-04-22
* Let Scheduler#cron fail if the cron string is invalid, gh-289
* Implement Job#next_times(count) for cron, every, and interval jobs
* Implement Job#next_times(count) for at and in jobs
* Stop fooling around and stick to https://semver.org
* Wed Sep 05 2018 cooloAATTsuse.com- updated to version 3.5.2 CHANGELOG.txt removed upstream
* Wed May 16 2018 factory-autoAATTkulow.org- updated to version 3.5.0 see installed CHANGELOG.txt == rufus-scheduler - 3.5.0 released 2018-05-15 - Use fugit to parse durations - Drop .parse_time_string and .parse_duration_string - Use fugit to parse cronlines
* Tue May 30 2017 cooloAATTsuse.com- updated to version 3.4.2 see installed CHANGELOG.txt == rufus-scheduler - 3.4.2 released 2017-05-24 (had yanked 3.4.1, going 3.4.2) == rufus-scheduler - 3.4.1 released 2017-05-24 - Let #schedule accept a CronLine instance, gh-247
* Thu Mar 23 2017 cooloAATTsuse.com- updated to version 3.4.0 see installed CHANGELOG.txt == rufus-scheduler - 3.4.0 released 2017-03-23 - Stop supporting Ruby < 1.9 - Drop ZoTime for et-orbi\'s Etorbi::EoTime, gh-240 - Fix for ZooKeeper example, thanks to AATTdjrodgerspryor, gh-238
* Thu Feb 16 2017 cooloAATTsuse.com- updated to version 3.3.4 see installed CHANGELOG.txt == rufus-scheduler - 3.3.4 released 2017-02-16 - More detailed \"cannot determine timezone from nil\" message, gh-237
* Sun Jan 29 2017 cooloAATTsuse.com- updated to version 3.3.3 see installed CHANGELOG.txt == rufus-scheduler - 3.3.3 released 2017-01-29 - use Rails\' timezone by default if Rails is present, gh-230, gh-233, thanks Alexander Deeb - is_a?(Fixnum) replaced by is_a?(Integer), gh-232, thanks Cody Cutrer - Fix for every double trigger, gh-231, thanks Sofia Bravo
* Fri Jan 06 2017 cooloAATTsuse.com- updated to version 3.3.2 see installed CHANGELOG.txt == rufus-scheduler - 3.3.2 released 2017-01-05 - Fix ZoTime issue with Time.zone.now #=> \'CST\', thanks zzjin - Fix cron weekdays + monthdays, by Dominik Sander, https://github.com/dsander - Speedup CronLine#brute_frequency, by Dominik Sander - Use object_id instead of hash to make Job id
* Fri Dec 09 2016 cooloAATTsuse.com- updated to version 3.3.1 see installed CHANGELOG.txt == rufus-scheduler - 3.3.1 released 2016-12-03 - gh-222 fall back on ENV[\'TZ\'] when Time.now.zone is something like \"中国标准时间\" (ask for \"Asia/Shanghai\"), thanks to https://github.com/lovingyu
* Tue Nov 29 2016 cooloAATTsuse.com- updated to version 3.3.0 see installed CHANGELOG.txt == rufus-scheduler - 3.3.0 released 2016-11-28 - Bring in Piavka\'s Job#trigger_off_schedule, gh-214 - Reject \"day 0\" in cronlines, thanks to Ramon Tayag, https://github.com/ramontayag - Move away from ENV[\'TZ\'], thanks to Akinori Musha, https://github.com/knu - Fix .parse_to_time vs Date issue, as reported by AATTnsatragno
* Mon Aug 15 2016 cooloAATTsuse.com- updated to version 3.2.2 see installed CHANGELOG.txt == rufus-scheduler - 3.2.2 released 2016-08-14 - job opt hash preservation, as suggested in gh-212, by https://github.com/d-m-u - introduce Job#previous_time - countered ActiveRecord 3.2.22 on gh-210, by https://github.com/paulodelgado
* Thu May 05 2016 cooloAATTsuse.com- updated to version 3.2.1 see installed CHANGELOG.txt == rufus-scheduler - 3.2.1 released 2016-05-04 - accept \'
*
*
*
* 5L\' (last friday) (equivalent to \'
*
*
*
* 5#-1\') - CronLine#to_a (#to_array aliasing to it) - simplify .parse_duration (and trim input) - raise on \"
*/0
*
*
*
*\", by https://github.com/simook - introduce \"days to end of month\" in cron strings
* Thu Jan 21 2016 cooloAATTsuse.com- updated to version 3.2.0 see installed CHANGELOG.txt == rufus-scheduler - 3.2.0 released 2015-12-28 - cache CronLine#brute_frequency results, gh-188 and gh-89 - \"every\" shift prevention by https://github.com/Korrigan - Ruby warnings silenced by https://github.com/vivitar
* Mon Nov 23 2015 cooloAATTsuse.com- updated to version 3.1.10 see installed CHANGELOG.txt == rufus-scheduler - 3.1.10 released 2015-11-18 - allow for :first_in => 0, gh-179 by https://github.com/JonMcPherson for https://github.com/Shopify/dashing/commit/ea3730fa4 - stop shipping specs in gem == rufus-scheduler - 3.1.9 released 2015-11-12 - fix potential RuntimeError in CronLine#prev_second, by Alexandru https://github.com/alexandru-calinoiu
* Wed Nov 11 2015 cooloAATTsuse.com- updated to version 3.1.8 see installed CHANGELOG.txt == rufus-scheduler - 3.1.8 released 2015-11-10 - stop jumping eagerly out of DST, fix for one hour jump when leaving DST thanks Alyssa http://github.com/alyssa
* Thu Oct 15 2015 cooloAATTsuse.com- updated to version 3.1.7 see installed CHANGELOG.txt == rufus-scheduler - 3.1.7 released 2015-10-15 - ack #unscheduled_at in #scheduled?, by Claude https://github.com/claudeatsafe
* Thu Oct 01 2015 cooloAATTsuse.com- updated to version 3.1.6 see installed CHANGELOG.txt == rufus-scheduler - 3.1.6 released 2015-10-01 - fix job id uniqueness (JRuby), thanks 김성식 https://github.com/kssminus
* Fri Sep 25 2015 cooloAATTsuse.com- updated to version 3.1.5 see installed CHANGELOG.txt == rufus-scheduler - 3.1.5 released 2015-09-25 - fix for \"not a valid cronline\" on \"mingw\" Ruby distributions, gh-166
* Sat Aug 29 2015 cooloAATTsuse.com- updated to version 3.1.4 see installed CHANGELOG.txt == rufus-scheduler - 3.1.4 released 2015/08/29 - fix cron issue reported by Jesse https://github.com/jhw-at-prosperworks-com
* Sat Jun 20 2015 cooloAATTsuse.com- updated to version 3.1.3 see installed CHANGELOG.txt == rufus-scheduler - 3.1.3 released 2015/06/20 - prevent Thread[:rufus_scheduler_time] -> nil, gh-156 - fix inconsistency in Job#start_work_thread
* Thu May 28 2015 cooloAATTsuse.com- updated to version 3.1.2 see installed CHANGELOG.txt == rufus-scheduler - 3.1.2 released 2015/05/23 - avoid cron/:first_at infinite loop, thanks https://github.com/pouellet
* Sun Apr 19 2015 cooloAATTsuse.com- updated to version 3.1.1
* Sat Apr 18 2015 cooloAATTsuse.com- updated to version 3.1.0
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 3.0.9 - fix TZ with underscores, thanks https://github.com/gnilrets - integrate https://github.com/ecin Lock mecha
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
 
ICM