| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2011-06-26 | change the url of the repo to git:// (as discussed on #76)topic/gh_76 | franck cuny | 1 | -0/+4 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-05-23 | Fix syntax error | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-05-23 | Call git fetch from the correct directory | Jonathan "Duke" Leto | 1 | -6/+7 | |
| 2011-05-23 | Make sure the cached repo dir exists and clone from the correct cached dir | Jonathan "Duke" Leto | 1 | -2/+4 | |
| 2011-05-23 | Attempt to fix cloning again | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-05-23 | Import catfile | Jonathan "Duke" Leto | 1 | -0/+1 | |
| 2011-05-23 | Attempt to fix cloning | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-05-23 | Refactor and alter git repo caching strategy | Jonathan "Duke" Leto | 1 | -29/+34 | |
| Our previous strategy occasionally failed if a build got the cached git repo into an odd state (such as leaving a git lockfile), so now we clone a new repo for every build from our local cached copy. The only operations performed in the cached repo is a git fetch --prune | |||||
| 2011-05-23 | Refactor _parse_results and enable debugging in the git tests | Jonathan "Duke" Leto | 1 | -5/+5 | |
| 2011-05-23 | Factor out repo cloning | Jonathan "Duke" Leto | 1 | -10/+24 | |
| 2011-05-23 | Factor out the actual build for each task into another function | Jonathan "Duke" Leto | 1 | -17/+22 | |
| 2011-05-23 | Factor out result parsing to another function | Jonathan "Duke" Leto | 1 | -12/+17 | |
| 2011-05-23 | Factor out git logic to separate function | Jonathan "Duke" Leto | 1 | -23/+28 | |
| 2011-05-22 | Add a test to verify we get the expected sha1 | Jonathan "Duke" Leto | 1 | -3/+4 | |
| 2011-05-22 | Silence noisy checkout output | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-05-22 | Mess around with test data | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-05-22 | Remove dep on Git::Repository | Jonathan "Duke" Leto | 1 | -2/+1 | |
| 2011-04-29 | Make the command-line arg of the builder --config to match jitterbug_db | Jonathan "Duke" Leto | 1 | -5/+5 | |
| 2011-04-27 | Prevent a use of uninitialized value warning | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-04-26 | Remove an unnecessary sleep | Jonathan "Duke" Leto | 1 | -3/+0 | |
| 2011-04-26 | Hopefully unbreak the reusing git repo feature | Jonathan "Duke" Leto | 1 | -4/+0 | |
| 2011-04-26 | Get rid of Git::Repository calls | Jonathan "Duke" Leto | 1 | -2/+0 | |
| 2011-04-21 | Allow the config file to specify per-project builder and builder_variables, ↵ | Jonathan "Duke" Leto | 1 | -8/+13 | |
| which override the global values | |||||
| 2011-02-23 | Use checkout instead of rebase, since we don't know which branch name to ↵ | Jonathan "Duke" Leto | 1 | -3/+3 | |
| rebase against | |||||
| 2011-02-23 | Explicity fetch and rebase to avoid configuration issues | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-02-23 | Add a useful comment | Jonathan "Duke" Leto | 1 | -0/+2 | |
| 2011-02-23 | Run the git commands in the correct repo | Jonathan "Duke" Leto | 1 | -0/+3 | |
| 2011-02-23 | Turn off debug statements by default | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-02-23 | Turn off debug statements by default | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-02-23 | Make reusing git repos actually work | Jonathan "Duke" Leto | 1 | -8/+16 | |
| This code is not pretty, but it works. Currently, Git::Repository is eschewed because it was giving odd errors. | |||||
| 2011-02-22 | Create a new repo for the first time, even if reuse_repo is true | Jonathan "Duke" Leto | 1 | -11/+16 | |
| 2011-02-22 | We really only need to fetch new commits, not pull or rebase them. rbuels++ | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-02-22 | Teach jitterbug about reusing git repos to save bandwidth | Jonathan "Duke" Leto | 1 | -8/+20 | |
| 2011-02-13 | that's why we want datetime | franck cuny | 1 | -1/+3 | |
| 2011-02-13 | use DateTime | franck cuny | 1 | -0/+1 | |
| 2011-02-01 | Teach jitterbug::Emailer how to send PASS emails | Jonathan "Duke" Leto | 1 | -8/+17 | |
| 2011-02-01 | Fix bug where perlbrew and email_on_pass where not detected | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-02-01 | Fix a bug with perlbrew default and give more details in the logs | Jonathan "Duke" Leto | 1 | -2/+7 | |
| 2011-02-01 | Add some debug info to help diagnose bugs | Jonathan "Duke" Leto | 1 | -0/+4 | |
| 2011-02-01 | Add ability to optionally send emails when the build passes | Jonathan "Duke" Leto | 1 | -1/+16 | |
| 2011-01-28 | Add a builder_variablse YAML key, which passed environment variables to the ↵ | Jonathan "Duke" Leto | 1 | -1/+2 | |
| builder | |||||
| 2011-01-13 | Load the on_failure class at runtime before instantiating it | Jonathan "Duke" Leto | 1 | -0/+1 | |
| 2011-01-12 | Allow specification of a perl module to handle build failure emails | Jonathan "Duke" Leto | 1 | -1/+8 | |
| 2011-01-11 | Make failure email more customizable, start new jitterbug::Emailer in perl | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-01-11 | Make build failure email more useful by including TAP output | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-01-11 | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 1 | -9/+9 | |
| 2011-01-11 | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 1 | -9/+9 | |
| 2011-01-10 | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-01-10 | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-01-08 | Add ability to disable perlbrew | Jonathan "Duke" Leto | 1 | -1/+3 | |
| This option comes in handy for those that want to run long test suites on just one version of Perl and/or those using local::lib (which doesn't play nice with perlbrew with XS modules). | |||||
| 2011-01-07 | Add debug info for a failed build event | Jonathan "Duke" Leto | 1 | -2/+4 | |
| 2011-01-07 | Die early if the config file does not exist and add some tests | Jonathan "Duke" Leto | 1 | -0/+2 | |
| 2011-01-05 | Find new tasks correctly | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-05 | Attempt to avoid a race condition and emit more debug info | Jonathan "Duke" Leto | 1 | -2/+9 | |
| 2011-01-05 | Properly bubble up errors from rmtree | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-01-05 | Add a few more simple tests | Jonathan "Duke" Leto | 1 | -0/+2 | |
| 2011-01-05 | Improve debug info and add some basic jitterbug::Builder tests | Jonathan "Duke" Leto | 1 | -6/+13 | |
| 2011-01-05 | Add some useful debug info for the logs | Jonathan "Duke" Leto | 1 | -0/+5 | |
| 2011-01-05 | Fix issue where previous build dir was not removed early enough | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-05 | Create a sleep method in jitterbug::Builder and fix a typo | Jonathan "Duke" Leto | 1 | -3/+10 | |
| 2011-01-05 | Print more useful info when it is needed | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-01-05 | Rewriting the builder as jitterbug::Builder | Sawyer X | 1 | -0/+124 | |
