This website requires JavaScript.
7e6a199b8b
Writing some tests for user defined jobs and changing job.environment option to job.no_environment so it plays nicely with the environment settings from the parent class
Damien
2010-05-29 21:27:07 +0800
b0ce52fa55
Tiny readme change
Damien
2010-05-29 20:40:24 +0800
8a84433a5f
Adding a short explanation about custom job type creation to the readme
Damien
2010-05-29 20:38:15 +0800
480a0a9e04
Allow creation of new job types from within schedule.rb. Not only does this make it easier to define app-specific job types such as the new rails 3 runner, or jobs which need to run under bundler, but it also allows the user to create reusable system commands rather than using the :command method every time.
Damien
2010-05-29 20:28:03 +0800
8fdd66adc0
Use rails 3 style runner
Damien
2010-05-28 00:42:52 +0800
50fc55dbef
A couple of small changes so whenever plays nice with rails 3.. Don't load up the Rakefile and use the new syntax for getting rails root
Damien
2010-05-26 17:39:54 +0800
c2e4c6e68d
updated gemspec. bumped version.
v0.4.2
Javan Makhmali
2010-04-26 12:26:23 -0400
4a050ec07c
updated changelog
Javan Makhmali
2010-04-26 12:21:45 -0400
4ddb2c15ff
Merge branch 'integration' of github.com:javan/whenever into integration
Javan Makhmali
2010-04-26 12:09:49 -0400
e94d332114
updated readme
Javan Makhmali
2010-04-26 12:09:40 -0400
efd3dd752e
bugfix: http://github.com/javan/whenever/issues#issue/32 - comparison Time with 0 failed
Dan Hixon
2009-12-19 06:29:22 +0800
00c42aca1d
move fileutils require too
Javan Makhmali
2010-04-26 11:44:53 -0400
37aac75a46
Merge branch 'integration' of github.com:javan/whenever into integration
Javan Makhmali
2010-04-26 11:38:54 -0400
e3ea5d6336
Move require of tempfile lib to file that actually uses it.
Finn Smith
2010-04-23 07:33:02 +0800
bfbc62eacb
Merge branch 'integration' of github.com:javan/whenever into integration
Javan Makhmali
2010-04-26 10:56:50 -0400
1069cb7c48
fix STDERR output redirection to file to append instead of overwrite.
tma
2010-04-15 07:29:37 +0800
19c9bbd32e
require active_support/all. fix #52
Javan Makhmali
2010-04-26 10:48:50 -0400
cd92f1f4f1
In order to use bundler you must change to the directory where Gemfile exists
Michael Guterl
2010-04-13 03:55:52 +0800
22d34a538d
updated docs, bumped version
v0.4.1
Javan Makhmali
2009-11-30 14:45:03 -0500
6ba4a237ed
fixed test by using unambiguous month
Javan Makhmali
2009-11-30 14:34:58 -0500
4458855364
ad default code, Jruby sucks
Elan Meng
2009-11-19 13:16:47 +0800
cc2993f1be
Fixed activesupport deprecation warning
Andrew Nesbitt
2009-11-28 22:08:11 +0800
9968a75e51
using jeweler, lots of cleanup, updates to readme, etc.
v0.4.0
Javan Makhmali
2009-10-20 15:54:09 -0400
8386e6a417
Version bump to 0.5.0
Javan Makhmali
2009-10-20 14:41:51 -0400
4a25f078c8
Version bump to 0.4.1
Javan Makhmali
2009-10-20 14:41:44 -0400
eb7da47013
Version bump to 0.0.0
Javan Makhmali
2009-10-20 14:24:46 -0400
b84c8a8f0b
moved everthing into a whenever/ dir
Javan Makhmali
2009-10-20 13:42:09 -0400
295cabe56c
added new output redirection features, moved most of it into a new class.
Javan Makhmali
2009-10-20 11:52:09 -0400
be38dd1139
Added output redirection support
Peer Allan
2009-09-18 22:50:16 +0800
3d89316d5a
updated readme
53b92aa84ba0abbd642ca0a1cdf48ec3fb3f2b2f
javan
2009-10-07 10:48:33 -0700
53b92aa84b
bump to version 0.3.7
v0.3.7
Javan Makhmali
2009-09-04 17:14:35 -0400
6bf363b723
don't try to combine @shortcut jobs
Javan Makhmali
2009-09-04 16:48:33 -0400
51a6b3720a
Sets the PATH automatically unless it's already provided or told not to.
v0.3.6
Javan Makhmali
2009-07-15 15:37:03 -0400
ed86aeb792
Bumped version, updated changelog, gemspec, etc. Now presenting 0.3.5
v0.3.5
Javan Makhmali
2009-07-13 22:34:34 -0400
8d3b02861a
Merge branch 'new_line_after_closing_comment'
Javan Makhmali
2009-07-13 22:24:10 -0400
5ad11bd642
0.upto(4), not 5)
Javan Makhmali
2009-07-13 22:23:21 -0400
434423f22d
Adds new line after closing Whenever comment. Prevents accumulation of new lines with each --update-crontab. Closes #18
Javan Makhmali
2009-07-13 17:23:58 -0400
e2c30ca299
Added failing test to show problem with #combine method when two commands are in one every statement
Javan Makhmali
2009-07-13 16:24:23 -0400
ef219c8665
documented the #combine method
Javan Makhmali
2009-07-13 16:07:18 -0400
c8c87406f5
Added aligned time tests for runners and rake tasks
Javan Makhmali
2009-07-13 15:43:08 -0400
2ab3c26f9e
Added test for crazy combo of every's and at's
Javan Makhmali
2009-07-13 15:40:02 -0400
0dff0eb087
cleaned up formatting and wording of tests
Javan Makhmali
2009-07-13 15:17:26 -0400
92e727c09e
Fixed a bug involving double quotes and runner
Sam Ruby
2009-07-09 22:57:14 +0800
c2272dd3ec
updated test to check for days using numbers (1-7) instead of strings (mon,wed,tue)
Javan Makhmali
2009-07-01 00:36:06 -0400
5ffc2b48bd
Allow multiple times, arrays, and combine results whenever possible
Sam Ruby
2009-06-09 02:22:02 +0800
abab2f8835
Allow multiple ":at" times, separated by commas
Sam Ruby
2009-06-08 22:21:24 +0800
2bd1660386
updated changelog
v0.3.1
Javan Makhmali
2009-06-25 21:53:45 -0400
2a44d2a565
Merge branch 'integration'
Javan Makhmali
2009-06-25 21:45:39 -0400
e2e14a6d05
Use 0-6 instead of sun-sat
Roger Ertesvåg
2009-06-12 16:02:55 +0800
6fbb125296
Removed activesupport dependency from gemspec. Closes #1
Javan Makhmali
2009-06-25 21:37:23 -0400
bfc46cc7bb
updated readme
javan
2009-06-24 13:37:37 -0700
d128a969c0
Added info and link about setting variables on the fly.
javan
2009-06-02 04:26:32 -0700
74ee26048a
added Railscasts link
javan
2009-06-02 04:13:09 -0700
c1bc0ab1b9
Added ability to set variabled on-the-fly from the command line
v0.3.0
Javan Makhmali
2009-06-02 12:26:15 +0200
623c895d5e
built gemspec
v0.2.2
Javan Makhmali
2009-04-30 18:22:53 -0700
a1e20fabbe
Added Manifest, version bump
Javan Makhmali
2009-04-30 18:22:27 -0700
c15c0faecd
bumped version
Javan Makhmali
2009-04-30 18:09:24 -0700
c86743dc0f
modified .gitignore
Javan Makhmali
2009-04-30 17:07:27 -0700
e6e681b765
bumped to version 0.2.0 and updated changelog, readme, etc
Javan Makhmali
2009-04-30 17:03:16 -0700
93156b5c96
Added a few more tests for the days-of-week + :at jobs
Javan Makhmali
2009-04-30 16:53:46 -0700
801c2ad7e1
Raise an exception when trying to use an :at with the cron shortcuts.
Javan Makhmali
2009-04-30 16:45:07 -0700
f2307605d8
Mocked check for existance of config/schedule.rb
Javan Makhmali
2009-04-30 16:20:41 -0700
2574cc77be
Ignoring config directory
David Eisinger
2009-04-28 04:54:54 +0800
33ec97886b
Fixed bug where :at directives were being ignored when using named periods
David Eisinger
2009-04-28 04:54:21 +0800
18186fa0eb
removed lighthouse link. using github's issue tracker.
javan
2009-04-16 16:07:19 -0700
5da9f1b179
added missing comma. [#1 state:resolved]
javan
2009-03-23 20:56:21 -0700
efc0b42fb3
updated readme
javan
2009-03-16 16:10:41 -0700
b2f282ce2e
Moved more code out of the bin and into the CommandLine class. Bumped to 0.1.7
v0.1.7
Javan Makhmali
2009-03-05 18:18:38 -0800
841c5a4a4a
updated readme, changelog, gemspec. bumped to 0.1.6
Javan Makhmali
2009-03-05 17:58:23 -0800
c4989147be
Added ability to update a crontab non-destructively using identifiers
Javan Makhmali
2009-03-05 17:28:36 -0800
06fd568c72
updated readme
javan
2009-02-26 15:25:56 -0700
f036675e94
Somehow dropped the gemspec, adding it again.
Javan Makhmali
2009-02-19 11:51:18 -0800
7199b9e5ef
Fixed load path to avoid conflicts with Rails files (Thanks Ryan Koopmans). Bumped to 0.1.5
Javan Makhmali
2009-02-19 11:48:07 -0800
eb0fe17d20
github generated gh-pages branch
gh-pages
javan
2009-02-19 10:57:58 -0700
16fd6fb337
Updated README with Lighthouse url and MIT license
javan
2009-02-19 09:08:33 -0700
fc8863c571
updated readme
javan
2009-02-18 18:10:14 -0700
51f6839cab
updated readme
javan
2009-02-18 18:09:31 -0700
85fb895c6e
updated readme
javan
2009-02-18 11:29:20 -0700
666dd2cb9b
updated readme
Javan Makhmali
2009-02-17 11:39:28 -0800
0b7bece772
updated readme
Javan Makhmali
2009-02-17 11:38:37 -0800
469fd369db
Added more opts to whenever binary. Moved code from rake tasks into bin files themselves and removed rake files. Bumped version to 0.1.4
Javan Makhmali
2009-02-17 11:22:18 -0800
44d6716f80
Minor fixes. Bump to 0.1.3
v0.1.3
v0.1.2
Javan Makhmali
2009-02-16 21:46:22 -0800
bf9fb1d6c1
Got rid of already initialized constant warning. Improved version code. Improved test load paths. Bumped to 0.1.2
Javan Makhmali
2009-02-16 18:32:55 -0800
d56719658d
updated readme
Javan Makhmali
2009-02-16 17:08:15 -0800
0d55052941
bumped version to 0.1.1
Javan Makhmali
2009-02-16 16:54:40 -0800
b82ef34ec4
updated readme
Javan Makhmali
2009-02-16 16:47:21 -0800
01b7b81a10
Added RakeTask job type and helper and refactored the job types. Cleaned up and added tests.
Javan Makhmali
2009-02-16 16:22:37 -0800
e24a8341a8
updated readme
Javan Makhmali
2009-02-15 23:55:12 -0800
b8a23a1014
Added gemspec file.
Javan Makhmali
2009-02-15 19:27:09 -0800
d2eec9f94a
Initial commit.
Javan Makhmali
2009-02-15 19:24:10 -0800