fed71a5574Add quotes to --set example.
Mark
2011-06-09 11:53:58 -0700
01c27c9c10smoke the latest chronic
Javan Makhmali
2011-06-08 21:24:06 -0400
7be0626800I am adding RVM gotcha directions to the README since I ran into the same issue as another user https://github.com/javan/whenever/issues/110 and thought at first it may be related to Whenever. The wiki may be a good place for this instruction, but I find it much more useful / easier to find in the README. The wikis homepage doesn't link to the relevant page, and it could be difficult for users to find (as it was for me).
Jeff Dutil
2011-05-31 18:23:59 -0700
98ae96a2afCapistrano enhancements
Chris Griego
2011-05-24 23:54:34 -0500
6305ab0d8eremoved -i from default job_template
Javan Makhmali
2011-03-23 22:03:43 -0400
3cf92a44c2Require that the comment identifiers are always on a line by themselves, but allow for whitespace after the identifier.
Jeremy Lingmann
2011-03-10 22:29:51 -0800
971854528bRevert "Don't anchor the regexp to EOL to fix matching issues that were causing the entire block of crontab entries to appear twice in the crontab. This could be due to the way cron is adding newlines or some other post-processing that occurs on the cron. This bug was reproduced in the following environment: Ubuntu 10.04.2 LTS, rvm 1.0.14, ruby 1.8.7 patchlevel 253, capistrano 2.5.19, capistrano-ext 1.2.1, bundler 1.0.10"
Jeremy Lingmann
2011-03-10 22:00:41 -0800
7dd0a046aeFixing issue with prepare method. The issue was that [stripped_contents.length..-1] was not capturing the trailing contents as expected. Instead it was grabbing the last 2 characters of my identifier block and then tacking those 2 characters back on to the end. In short, .length and the range operator are not behaving consistently on the input.
Jeremy Lingmann
2011-03-10 21:49:38 -0800
1f11510d87Don't anchor the regexp to EOL to fix matching issues that were causing the entire block of crontab entries to appear twice in the crontab. This could be due to the way cron is adding newlines or some other post-processing that occurs on the cron. This bug was reproduced in the following environment: Ubuntu 10.04.2 LTS, rvm 1.0.14, ruby 1.8.7 patchlevel 253, capistrano 2.5.19, capistrano-ext 1.2.1, bundler 1.0.10
Jeremy Lingmann
2011-03-10 18:05:47 -0800
fe022bb1c6Setting nil or blank environment variables now properly formats output as ENVVAR="" instead of ENVVAR=.
teejayvanslyke
2010-12-07 10:12:08 -0800
d0a7a8600eTest for issue #95 - terminating newlines should be preserved when updating crontab files
Rich Meyers
2010-11-02 12:32:45 -0400
c4abbefe00Preserve whitespace at the end of crontab contents (issue #95)
Rich Meyers
2010-11-01 17:07:09 -0400
e66226e3aecreated a new :job_template to wrap all commands with. using 'bash -l -c' by default now to load the entire enviroment which should help with RVM issues.
Javan Makhmali
2010-10-20 17:12:00 -0400
0055c36aefrunners for Rails 3
Javan Makhmali
2010-10-18 12:08:28 -0400
e7e4a37b3adrop /usr/bin/env from rake job - let PATH do the work. added --silent flag to rake job tosupress the 'in directory' message.
Javan Makhmali
2010-10-18 10:41:00 -0400
3ad1e30561allow identifier for writes. fix fight over -c
Javan Makhmali
2010-09-27 18:21:21 -0400
3e20f936ebAdded --cut option to the command line to allow pruning of the crontab
Peer Allan
2010-09-09 00:58:19 +0800
f17c8d8cd2consolidated tests - moving away from testing on runners, rakes, etc. now that jobs are definable. added more units tests for Jobs.
Javan Makhmali
2010-09-06 23:38:11 -0400
27827c8e17Cleaned up requirements, paths, test structure
Javan Makhmali
2010-09-06 13:18:39 -0400
1472fecc4bcleaned up quote escaping a little
Javan Makhmali
2010-07-07 18:55:14 -0400
dd15137e41escape quotes for bash, furrealz this time
Jay Adkisson
2010-07-03 13:15:59 +0800
df9590e6a5ignore vim metafiles
Jay Adkisson
2010-07-03 13:14:54 +0800
505a0b4075attempting to escape quotes
Javan Makhmali
2010-07-02 17:39:17 -0400
e12d3436d6automatically escape :task in single or double quotes
Javan Makhmali
2010-07-01 17:04:11 -0400
3796828fb6preparing for 0.5.0 release
v0.5.0
Javan Makhmali
2010-06-28 16:41:41 -0400
ad7a82b02cwording change and added info about job_type to README
Javan Makhmali
2010-06-28 16:22:16 -0400
8faf291369clear the crontab
Michael Raidel
2010-05-28 16:48:41 +0800
087119ce2dAllow the specification of an offset (using :at => [1-59]) when using every( X.minutes ) { ... } for job definition. For example:
Gerrit Riessen
2010-06-25 16:45:43 +0800
f31148d27dadds user definable job types and uses the new API for these to define the original command, runner, and rake commands
Javan Makhmali
2010-06-28 15:14:01 -0400
c2e0320d2ause Dir.pwd as default path instead of loading Rails and getting the Rails.root
Javan Makhmali
2010-06-24 13:51:17 -0400
8565a6547crequire rakefile again
Javan Makhmali
2010-06-11 11:35:00 -0400
3910dd6eacForgot to mention the quote_task setting in the README file
Damien
2010-06-03 04:04:08 +0800
b664c037e4Handle job_type settings more gracefully and allow quoting of the task to be supressed
Damien
2010-06-03 03:52:46 +0800