Commit Graph

  • 905558da45 check instead to see if stdin is not a tty for triggering pipe master John Bintz 2011-09-06 09:30:12 -0400
  • 919dbe09ef allow piping of crontab from stdin to stdout John Bintz 2011-08-19 11:40:23 -0400
  • ace7f086a9 replaced another confusing 'app' dir Javan Makhmali 2011-07-31 23:47:30 -0400
  • e6015b5f64 Merge pull request #154 from andrew/master Javan Makhmali 2011-07-31 11:55:21 -0700
  • ab877e3cbb improve eval'ing of schedule file to reveal the filename in backtraces Javan Makhmali 2011-07-31 14:16:23 -0400
  • 8bb0f04131 formatting Javan Makhmali 2011-07-31 09:33:16 -0400
  • 15d91a3efd prefer autoload to require Javan Makhmali 2011-07-31 09:27:18 -0400
  • 16f988f47d avoid confusion with 'app' directory Javan Makhmali 2011-07-30 19:08:41 -0400
  • 648587b416 Merge pull request #158 from szajbus/master Javan Makhmali 2011-07-19 06:20:18 -0700
  • 439a13644c run rake through bundler if possible Michał Szajbe 2011-07-19 10:19:13 +0200
  • b405def424 encapsulate rails 3 check for easier testing Michał Szajbe 2011-07-19 10:17:17 +0200
  • f21f48a215 Default wheneverize directory to '.' Andrew Nesbitt 2011-07-11 11:11:07 +0100
  • 42061be142 removed stray text from readme Javan Makhmali 2011-07-07 08:50:32 -0400
  • 660fbc50e3 update readme for syntax highlighting Javan Makhmali 2011-07-04 10:04:27 -0400
  • 4c242cf0c5 Merge pull request #153 from biow0lf/master Javan Makhmali 2011-07-04 06:40:09 -0700
  • 820d34a86a Fix typo Igor Zubkov 2011-07-04 11:26:22 +0300
  • 8515ffb528 added compatibility note to readme Javan Makhmali 2011-06-19 14:19:55 -0400
  • 7ca2d87823 moved license Javan Makhmali 2011-06-19 14:17:01 -0400
  • a4a41704eb removed incompatible rubies Javan Makhmali 2011-06-19 14:13:23 -0400
  • b4ed6373cf added .travis.yml Javan Makhmali 2011-06-19 13:54:27 -0400
  • a9eede25cf i18n that is Javan Makhmali 2011-06-19 10:30:09 -0400
  • 1f58338d6b add i18n to gemspec Javan Makhmali 2011-06-19 10:28:54 -0400
  • 89c9148383 add rake to dev dependencies, add travis-ci status to readme Javan Makhmali 2011-06-19 10:14:31 -0400
  • bf679b02a9 Merge pull request #138 from cgriego/master Javan Makhmali 2011-06-14 06:47:30 -0700
  • 3f9dda27a9 Merge pull request #145 from jdutil/patch-1 Javan Makhmali 2011-06-12 08:19:21 -0700
  • 0114f82e1c Merge pull request #148 from markisisme/master Javan Makhmali 2011-06-12 08:18:33 -0700
  • fed71a5574 Add quotes to --set example. Mark 2011-06-09 11:53:58 -0700
  • 01c27c9c10 smoke the latest chronic Javan Makhmali 2011-06-08 21:24:06 -0400
  • 7be0626800 I 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
  • 98ae96a2af Capistrano enhancements Chris Griego 2011-05-24 23:54:34 -0500
  • 1214114c40 bump version v0.6.8 Javan Makhmali 2011-05-24 22:12:32 -0400
  • 56ab2cba32 require thread Javan Makhmali 2011-05-24 22:07:14 -0400
  • 5f7253ccc3 Output no update message as comments. Javan Makhmali 2011-05-24 22:01:31 -0400
  • cc6bafb37a allow comma in raw cron syntax Javan Makhmali 2011-05-23 22:23:42 -0400
  • 78786a4465 Merge pull request #128 from amiryal/master Javan Makhmali 2011-05-23 18:10:56 -0700
  • 1654f67774 convert most shortcuts to seconds Javan Makhmali 2011-05-23 21:08:43 -0400
  • 6f94747ebd Fix documentation for Capistrano with different environments Amir Yalon 2011-04-04 18:04:39 +0300
  • a3b5791bbb Whenever v0.6.7 v0.6.7 Javan Makhmali 2011-03-23 22:09:21 -0400
  • 6305ab0d8e removed -i from default job_template Javan Makhmali 2011-03-23 22:03:43 -0400
  • 3cf92a44c2 Require 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
  • 971854528b Revert "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
  • 7dd0a046ae Fixing 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
  • 1f11510d87 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 18:05:47 -0800
  • 96fc6eb4dc fix unclosed identifier bug. #119 v0.6.6 Javan Makhmali 2011-03-08 19:47:43 -0600
  • 8ef9e26109 release v0.6.5 v0.6.5 Javan Makhmali 2011-03-08 10:47:55 -0600
  • 53c0a4d36d readme Javan Makhmali 2011-03-08 10:31:56 -0600
  • 2a89d79a28 Ditched Jeweler in favor of a self-managed gemspec with the Bundler helpers. Javan Makhmali 2011-03-06 21:32:49 -0500
  • bbd5bcf782 readme Javan Makhmali 2011-03-06 21:15:47 -0500
  • 59e7c31093 add message when just outputting schedule file Javan Makhmali 2011-03-06 21:10:03 -0500
  • a94dda4b8b allow raw cron sytanx Javan Makhmali 2011-03-06 17:31:17 -0500
  • 6b69ebd10f added :whenever_environment to cap task for easier multistage support Javan Makhmali 2011-03-06 16:39:52 -0500
  • 4b98f064eb add -i to the bash job template Javan Makhmali 2011-03-06 16:17:36 -0500
  • 006a1d963b Merge branch 'master' of https://github.com/teejayvanslyke/whenever into teejayvanslyke-master Javan Makhmali 2011-03-06 16:11:49 -0500
  • fe022bb1c6 Setting nil or blank environment variables now properly formats output as ENVVAR="" instead of ENVVAR=. teejayvanslyke 2010-12-07 10:12:08 -0800
  • d0a7a8600e Test for issue #95 - terminating newlines should be preserved when updating crontab files Rich Meyers 2010-11-02 12:32:45 -0400
  • c4abbefe00 Preserve whitespace at the end of crontab contents (issue #95) Rich Meyers 2010-11-01 17:07:09 -0400
  • ca10a69e83 Release v0.6.2 v0.6.2 Javan Makhmali 2010-10-26 10:41:01 -0400
  • 46da1bc6f8 converted rdoc files to markdown Javan Makhmali 2010-10-26 10:30:17 -0400
  • 974b5a2016 job type defaults are now in setup.rb Javan Makhmali 2010-10-26 09:59:24 -0400
  • 9f73bcb469 set environment and path earlier so schedule files do conditionals with them Javan Makhmali 2010-10-25 21:14:45 -0400
  • b255926e05 Don't leave Whenever comments when clearing Javan Makhmali 2010-10-25 21:04:17 -0400
  • 20faaa266d Don't leave Whenever comments when clearing Javan Makhmali 2010-10-25 21:03:49 -0400
  • 2060cb95fa removed base.rb Javan Makhmali 2010-10-25 20:41:57 -0400
  • 2d54a8905a Regenerated gemspec for version 0.6.1 v0.6.1 Javan Makhmali 2010-10-20 17:39:50 -0400
  • 395bcf6955 bad release; trying again.. Javan Makhmali 2010-10-20 17:39:39 -0400
  • 958d0a8942 fixed dup in README Javan Makhmali 2010-10-20 17:36:40 -0400
  • acb15cd4ea Regenerated gemspec for version 0.6.0 v0.6.0 Javan Makhmali 2010-10-20 17:35:00 -0400
  • 645a4af994 Releasing v0.6.0 with better Rails 3 and RVM support. Javan Makhmali 2010-10-20 17:34:36 -0400
  • 3e7e7f1401 fixed conflict Javan Makhmali 2010-10-20 17:13:09 -0400
  • 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. Javan Makhmali 2010-10-20 17:12:00 -0400
  • 2effe0b32d fixed conflict Javan Makhmali 2010-10-19 17:50:40 -0400
  • ff0d68af55 don't worry about preserving the Rails 2 runner job_type if this is a Rails 3 app rails3 Javan Makhmali 2010-10-19 17:37:10 -0400
  • 953987c6b2 moved output redirection to the Job class and subing it in from the job templates Javan Makhmali 2010-10-19 13:53:41 -0400
  • 4e0c357f4d check if runner is defined before aliasing it Javan Makhmali 2010-10-19 09:19:34 -0400
  • 436255e4a5 added a built-in capistrano recipe capistrano Javan Makhmali 2010-10-18 18:51:27 -0400
  • 0055c36aef runners for Rails 3 Javan Makhmali 2010-10-18 12:08:28 -0400
  • e7e4a37b3a drop /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
  • 3ad1e30561 allow identifier for writes. fix fight over -c Javan Makhmali 2010-09-27 18:21:21 -0400
  • 9c96e7c16b Fixed regex related bugs. Release v0.5.3 v0.5.3 Javan Makhmali 2010-09-24 13:41:05 -0400
  • a3d2da903d Release v0.5.2 v0.5.2 Javan Makhmali 2010-09-15 22:21:54 -0400
  • 119f26c08e use aaronh-chronic which is ruby 1.9.2 compatible escape_quotes Javan Makhmali 2010-09-15 22:05:47 -0400
  • 4fc6a10dad bundling in http://github.com/AaronH/chronic for ruby 1.9.2 compatibility vendor_chronic Javan Makhmali 2010-09-09 22:58:35 -0400
  • 3e20f936eb Added --cut option to the command line to allow pruning of the crontab Peer Allan 2010-09-09 00:58:19 +0800
  • f17c8d8cd2 consolidated 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
  • 27827c8e17 Cleaned up requirements, paths, test structure Javan Makhmali 2010-09-06 13:18:39 -0400
  • 1472fecc4b cleaned up quote escaping a little Javan Makhmali 2010-07-07 18:55:14 -0400
  • dd15137e41 escape quotes for bash, furrealz this time Jay Adkisson 2010-07-03 13:15:59 +0800
  • df9590e6a5 ignore vim metafiles Jay Adkisson 2010-07-03 13:14:54 +0800
  • 505a0b4075 attempting to escape quotes Javan Makhmali 2010-07-02 17:39:17 -0400
  • e12d3436d6 automatically escape :task in single or double quotes Javan Makhmali 2010-07-01 17:04:11 -0400
  • 3796828fb6 preparing for 0.5.0 release v0.5.0 Javan Makhmali 2010-06-28 16:41:41 -0400
  • 2db7ebb818 removed 'old' job_type explanation integration Javan Makhmali 2010-06-28 16:28:22 -0400
  • ad7a82b02c wording change and added info about job_type to README Javan Makhmali 2010-06-28 16:22:16 -0400
  • 8faf291369 clear the crontab Michael Raidel 2010-05-28 16:48:41 +0800
  • 087119ce2d Allow 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
  • f31148d27d adds 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
  • c2e0320d2a use Dir.pwd as default path instead of loading Rails and getting the Rails.root Javan Makhmali 2010-06-24 13:51:17 -0400
  • 8565a6547c require rakefile again Javan Makhmali 2010-06-11 11:35:00 -0400
  • 3910dd6eac Forgot to mention the quote_task setting in the README file Damien 2010-06-03 04:04:08 +0800
  • b664c037e4 Handle job_type settings more gracefully and allow quoting of the task to be supressed Damien 2010-06-03 03:52:46 +0800