John Bintz
|
905558da45
|
check instead to see if stdin is not a tty for triggering pipe
|
2011-09-06 09:30:12 -04:00 |
|
John Bintz
|
919dbe09ef
|
allow piping of crontab from stdin to stdout
|
2011-08-19 11:40:23 -04:00 |
|
Michał Szajbe
|
439a13644c
|
run rake through bundler if possible
|
2011-07-19 10:19:13 +02:00 |
|
Michał Szajbe
|
b405def424
|
encapsulate rails 3 check for easier testing
|
2011-07-19 10:18:33 +02:00 |
|
Javan Makhmali
|
cc6bafb37a
|
allow comma in raw cron syntax
|
2011-05-23 22:23:42 -04:00 |
|
Javan Makhmali
|
1654f67774
|
convert most shortcuts to seconds
|
2011-05-23 21:08:43 -04:00 |
|
Javan Makhmali
|
6305ab0d8e
|
removed -i from default job_template
|
2011-03-23 22:03:43 -04:00 |
|
Javan Makhmali
|
a94dda4b8b
|
allow raw cron sytanx
|
2011-03-06 17:31:17 -05:00 |
|
Javan Makhmali
|
4b98f064eb
|
add -i to the bash job template
|
2011-03-06 16:17:36 -05:00 |
|
Javan Makhmali
|
006a1d963b
|
Merge branch 'master' of https://github.com/teejayvanslyke/whenever into teejayvanslyke-master
|
2011-03-06 16:11:49 -05:00 |
|
teejayvanslyke
|
fe022bb1c6
|
Setting nil or blank environment variables now properly formats output
as ENVVAR="" instead of ENVVAR=.
|
2010-12-07 10:12:08 -08:00 |
|
Rich Meyers
|
d0a7a8600e
|
Test for issue #95 - terminating newlines should be preserved when updating crontab files
|
2010-11-02 12:32:45 -04:00 |
|
Rich Meyers
|
c4abbefe00
|
Preserve whitespace at the end of crontab contents (issue #95)
|
2010-11-01 17:07:09 -04:00 |
|
Javan Makhmali
|
9f73bcb469
|
set environment and path earlier so schedule files do conditionals with them
|
2010-10-25 21:14:45 -04:00 |
|
Javan Makhmali
|
20faaa266d
|
Don't leave Whenever comments when clearing
|
2010-10-25 21:03:49 -04:00 |
|
Javan Makhmali
|
e66226e3ae
|
created 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.
|
2010-10-20 17:12:00 -04:00 |
|
Javan Makhmali
|
ff0d68af55
|
don't worry about preserving the Rails 2 runner job_type if this is a Rails 3 app
|
2010-10-19 17:37:10 -04:00 |
|
Javan Makhmali
|
0055c36aef
|
runners for Rails 3
|
2010-10-18 12:08:28 -04:00 |
|
Javan Makhmali
|
e7e4a37b3a
|
drop /usr/bin/env from rake job - let PATH do the work. added --silent flag to rake job tosupress the 'in directory' message.
|
2010-10-18 10:41:00 -04:00 |
|
Javan Makhmali
|
9c96e7c16b
|
Fixed regex related bugs. Release v0.5.3
|
2010-09-24 13:41:05 -04:00 |
|
Peer Allan
|
3e20f936eb
|
Added --cut option to the command line to allow pruning of the crontab
|
2010-09-10 09:32:48 +08:00 |
|
Javan Makhmali
|
f17c8d8cd2
|
consolidated tests - moving away from testing on runners, rakes, etc. now that jobs are definable. added more units tests for Jobs.
|
2010-09-06 23:38:11 -04:00 |
|
Javan Makhmali
|
27827c8e17
|
Cleaned up requirements, paths, test structure
|
2010-09-06 13:18:39 -04:00 |
|