| Commit message (Expand) | Author | Age | Files | Lines |
| * | cleaning up UI | franck cuny | 2011-02-13 | 1 | -9/+11 |
| * | import schema modifications | franck cuny | 2011-02-13 | 28 | -0/+2336 |
| * | don't ignore sql files | franck cuny | 2011-02-13 | 1 | -1/+0 |
| * | use YAML instead of YAML::Syck | franck cuny | 2011-02-13 | 2 | -17/+2 |
| * | Merge branch 'devel' | franck cuny | 2011-02-13 | 33 | -84/+2587 |
| |\ |
|
| | * | Merge branch 'feature/stack_builds' into develdevel | franck cuny | 2011-02-13 | 5 | -75/+271 |
| | |\ |
|
| | | * | add more tests | franck cuny | 2011-02-13 | 1 | -1/+43 |
| | | * | inside the hook, we check if we can add more than one task for this | franck cuny | 2011-02-13 | 3 | -5/+20 |
| | | * | add configuration option to skip some branches; add tests for the Hook | franck cuny | 2011-02-13 | 2 | -73/+209 |
| | | * | that's why we want datetime | franck cuny | 2011-02-13 | 1 | -1/+3 |
| | | * | use DateTime | franck cuny | 2011-02-13 | 1 | -0/+1 |
| | |/ |
|
| | * | resolve merge conflict | franck cuny | 2011-02-13 | 30 | -10/+2317 |
| | |\ |
|
| | | * | update templates to show informations about running tasks | franck cuny | 2011-02-13 | 3 | -1/+5 |
| | | * | column started_when: datetime when the build started | franck cuny | 2011-02-13 | 1 | -2/+8 |
| | | * | prepare to update schema again | franck cuny | 2011-02-13 | 1 | -1/+1 |
| | | * | display current build if any | franck cuny | 2011-01-24 | 2 | -2/+12 |
| | | * | add sql schema for various version | franck cuny | 2011-01-24 | 18 | -0/+518 |
| | | * | don't ignore .sql files | franck cuny | 2011-01-24 | 5 | -2/+1665 |
| | | * | script to migrate/upgrade dbix schema | franck cuny | 2011-01-24 | 1 | -0/+70 |
| | | * | add version to our schema | franck cuny | 2011-01-24 | 1 | -0/+2 |
| | | * | update templates and css | franck cuny | 2011-01-24 | 3 | -5/+9 |
| | | * | we want a find, not a search here | franck cuny | 2011-01-24 | 1 | -1/+1 |
| | | * | add pending status to the schema (TODO: need a script to migrate the schema) | franck cuny | 2011-01-24 | 1 | -0/+4 |
| | | * | load tasks and display them on the dashboard | franck cuny | 2011-01-24 | 1 | -3/+28 |
| * | | | Make jitterbug::Test use the current perl interp | Jonathan "Duke" Leto | 2011-02-10 | 1 | -3/+1 |
| * | | | sigh I hate it when I commit the debug code | ben hengst | 2011-02-10 | 1 | -1/+1 |
| * | | | there data struct matches | ben hengst | 2011-02-10 | 1 | -4/+20 |
| * | | | auto-build the test db if its not built yet | ben hengst | 2011-02-10 | 2 | -1/+20 |
| * | | | Fix manifest | Jonathan "Duke" Leto | 2011-02-04 | 1 | -1/+0 |
| * | | | Teach jitterbug how to run Ruby Rakefile tests | Jonathan "Duke" Leto | 2011-02-04 | 1 | -0/+2 |
| * | | | Teach jitterbug::Emailer how to send PASS emails | Jonathan "Duke" Leto | 2011-02-01 | 4 | -31/+56 |
| * | | | Make build-pass.sh executable | Jonathan "Duke" Leto | 2011-02-01 | 1 | -0/+0 |
| * | | | Fix bug where perlbrew and email_on_pass where not detected | Jonathan "Duke" Leto | 2011-02-01 | 1 | -2/+2 |
| * | | | Fix a bug with perlbrew default and give more details in the logs | Jonathan "Duke" Leto | 2011-02-01 | 1 | -2/+7 |
| * | | | Add some debug info to help diagnose bugs | Jonathan "Duke" Leto | 2011-02-01 | 1 | -0/+4 |
| * | | | Correct name of build pass script | Jonathan "Duke" Leto | 2011-02-01 | 1 | -1/+1 |
| * | | | Add ability to optionally send emails when the build passes | Jonathan "Duke" Leto | 2011-02-01 | 3 | -1/+37 |
| * | | | Teach capsule.sh about plain Makefile-based projects | Jonathan "Duke" Leto | 2011-01-31 | 1 | -0/+3 |
| * | | | Capture all build output in the logfile, since it is usually useful | Jonathan "Duke" Leto | 2011-01-31 | 1 | -8/+8 |
| * | | | Add a builder_variablse YAML key, which passed environment variables to the b... | Jonathan "Duke" Leto | 2011-01-28 | 5 | -8/+14 |
| |/ / |
|
| * | | Merge branch 'refactor_builder' | Jonathan "Duke" Leto | 2011-01-19 | 8 | -41/+348 |
| |\ \ |
|
| | * | | Fix a jitterbug::Emailer test | Jonathan "Duke" Leto | 2011-01-19 | 1 | -1/+1 |
| | * | | Try not to ire the SpamCop Elder Gods | Jonathan "Duke" Leto | 2011-01-19 | 1 | -1/+1 |
| | * | | Add support for building+testing Parrot VM and Rakudo Perl 6 | Jonathan "Duke" Leto | 2011-01-18 | 1 | -4/+8 |
| | * | | Add support for testing some Parrot and Perl 6 projects | Jonathan "Duke" Leto | 2011-01-18 | 1 | -0/+6 |
| | * | | Get rid of uninitialized warning in the test suite | Jonathan "Duke" Leto | 2011-01-18 | 1 | -1/+1 |
| | * | | Add ability to use test failure summary in failure email template | Jonathan "Duke" Leto | 2011-01-18 | 2 | -4/+72 |
| | * | | Refactor jitterbug::Emailer to get rid of some warnings and improve tests | Jonathan "Duke" Leto | 2011-01-18 | 2 | -15/+66 |
| | * | | Allow placeholders for project name and SHA1 in build failure emails | Jonathan "Duke" Leto | 2011-01-13 | 1 | -0/+3 |
| | * | | Put commit message in subject of failure emails and improve body format | Jonathan "Duke" Leto | 2011-01-13 | 1 | -1/+7 |
| | * | | Load the on_failure class at runtime before instantiating it | Jonathan "Duke" Leto | 2011-01-13 | 1 | -0/+1 |
| | * | | Allow a header and footer for failure emails to be specified | Jonathan "Duke" Leto | 2011-01-12 | 2 | -0/+8 |
| | * | | Allow specification of a perl module to handle build failure emails | Jonathan "Duke" Leto | 2011-01-12 | 1 | -1/+8 |
| | * | | More jitterbug::Emailer tests | Jonathan "Duke" Leto | 2011-01-12 | 1 | -2/+6 |
| | * | | More tests for jitterbug::Emailer | Jonathan "Duke" Leto | 2011-01-12 | 2 | -17/+34 |
| | * | | Add Test::MockObject as a dep | Jonathan "Duke" Leto | 2011-01-12 | 1 | -0/+1 |
| | * | | Fix some bugs in jitterbug::Emailer and add mocked test data | Jonathan "Duke" Leto | 2011-01-12 | 2 | -4/+18 |
| | * | | Add some tests for jitterbug::Emailer | Jonathan "Duke" Leto | 2011-01-12 | 2 | -2/+21 |
| | * | | Make failure email more customizable, start new jitterbug::Emailer in perl | Jonathan "Duke" Leto | 2011-01-11 | 5 | -8/+86 |
| | * | | Make build failure email more useful by including TAP output | Jonathan "Duke" Leto | 2011-01-11 | 2 | -7/+14 |
| | * | | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 2011-01-11 | 2 | -15/+10 |
| | * | | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 2011-01-10 | 3 | -2/+6 |
| | * | | Use a stringified version object, because it is prettier | Jonathan "Duke" Leto | 2011-01-09 | 1 | -2/+2 |
| | * | | Attempt grab perl version correctly | Jonathan "Duke" Leto | 2011-01-09 | 1 | -4/+4 |
| | * | | Function must be defined before it is used | Jonathan "Duke" Leto | 2011-01-09 | 1 | -21/+21 |
| | * | | Add ability to disable perlbrew | Jonathan "Duke" Leto | 2011-01-08 | 3 | -15/+28 |
| * | | | Attempt to fix the mangled build failure email bug | Jonathan "Duke" Leto | 2011-01-11 | 2 | -15/+10 |
| * | | | Add the ability to CC an email when builds fail | Jonathan "Duke" Leto | 2011-01-10 | 3 | -2/+6 |
| |/ / |
|
| * | | Add debug info for a failed build event | Jonathan "Duke" Leto | 2011-01-07 | 1 | -2/+4 |
| * | | Use cpanm --installdeps . for Module::Build projects | Jonathan "Duke" Leto | 2011-01-07 | 1 | -1/+2 |
| * | | Die early if the config file does not exist and add some tests | Jonathan "Duke" Leto | 2011-01-07 | 2 | -5/+20 |
| * | | Rename builder test | Jonathan "Duke" Leto | 2011-01-07 | 1 | -0/+0 |
| * | | Docs for builder.pl | Jonathan "Duke" Leto | 2011-01-06 | 1 | -1/+10 |
| * | | Tell Module::Build to be verbose | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+1 |
| * | | Find new tasks correctly | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+2 |
| * | | Attempt to avoid a race condition and emit more debug info | Jonathan "Duke" Leto | 2011-01-05 | 1 | -2/+9 |
| * | | Properly bubble up errors from rmtree | Jonathan "Duke" Leto | 2011-01-05 | 1 | -2/+2 |
| * | | Update deps to require Test::Most | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+1 |
| * | | Add a few more simple tests | Jonathan "Duke" Leto | 2011-01-05 | 4 | -5/+53 |
| * | | Improve debug info and add some basic jitterbug::Builder tests | Jonathan "Duke" Leto | 2011-01-05 | 2 | -6/+28 |
| * | | Add some useful debug info for the logs | Jonathan "Duke" Leto | 2011-01-05 | 1 | -0/+5 |
| * | | Fix issue where previous build dir was not removed early enough | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+2 |
| * | | Create a sleep method in jitterbug::Builder and fix a typo | Jonathan "Duke" Leto | 2011-01-05 | 1 | -3/+10 |
| * | | Print more useful info when it is needed | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+3 |
| * | | Add a compile check test for jitterbug::Builder | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+2 |
| * | | Correct test count | Jonathan "Duke" Leto | 2011-01-05 | 1 | -1/+0 |
| * | | Rewriting the builder as jitterbug::Builder | Sawyer X | 2011-01-05 | 2 | -74/+127 |
| * | | Add some debug output to capsule.sh | Jonathan "Duke" Leto | 2011-01-04 | 1 | -0/+7 |
| * | | Correct mail program invocation to work on Debian systems | Jonathan "Duke" Leto | 2011-01-04 | 1 | -1/+1 |
| * | | Add App::perlbrew and Dist::Zilla as dependencies | Jonathan "Duke" Leto | 2011-01-04 | 1 | -0/+2 |
| * | | Fix syntax error in capsule.sh | Jonathan "Duke" Leto | 2011-01-04 | 1 | -1/+1 |
| * | | update manifests and .gitignore | Jonathan "Duke" Leto | 2011-01-03 | 3 | -4/+5 |
| * | | Make capsule.sh prefer Build.PL | Jonathan "Duke" Leto | 2011-01-03 | 1 | -0/+4 |
| * | | Convert jitterbug to use Module::Build | Jonathan "Duke" Leto | 2011-01-03 | 6 | -33/+115 |
| * | | update .gitignore | Jonathan "Duke" Leto | 2011-01-03 | 1 | -0/+1 |
| * | | Describe deploy_schema in the README | Jonathan "Duke" Leto | 2011-01-03 | 1 | -2/+6 |
| * | | add the beginning of installation steps for jitterbug | Jonathan "Duke" Leto | 2011-01-03 | 1 | -0/+21 |
| * | | update .gitignore | Jonathan "Duke" Leto | 2011-01-03 | 1 | -1/+4 |
| * | | Add a README | Jonathan "Duke" Leto | 2011-01-03 | 1 | -0/+4 |
| |/ |
|
| * | update capsule | franck cuny | 2010-10-08 | 1 | -4/+1 |
| * | layout | franck cuny | 2010-10-08 | 1 | -11/+11 |
| * | config as arg | franck cuny | 2010-10-08 | 1 | -1/+2 |
| * | fix makefile | franck cuny | 2010-10-07 | 1 | -2/+2 |
| * | use new connect_info; add interval | franck cuny | 2010-10-07 | 1 | -4/+3 |
| * | update builder | franck cuny | 2010-10-07 | 1 | -1/+1 |
| * | test | franck cuny | 2010-10-07 | 1 | -0/+1 |
| * | change level; remove debug string | franck cuny | 2010-10-07 | 2 | -3/+2 |
| * | test, then rewrite tests | franck cuny | 2010-10-07 | 2 | -51/+52 |
| * | add webservice | franck cuny | 2010-10-07 | 1 | -1/+1 |
| * | move js to a file | franck cuny | 2010-10-03 | 4 | -21/+18 |
| * | fix feed | franck cuny | 2010-10-03 | 2 | -8/+9 |
| * | update css; hide previous days | franck cuny | 2010-10-03 | 2 | -14/+11 |
| * | timestamp | franck cuny | 2010-10-03 | 1 | -1/+1 |
| * | update layout | franck cuny | 2010-10-03 | 2 | -23/+18 |
| * | order fetch of last commits | franck cuny | 2010-10-03 | 1 | -1/+1 |
| * | add gravatar; update layout | franck cuny | 2010-10-03 | 3 | -14/+32 |
| * | script to import frmo redis; more data to tests | franck cuny | 2010-10-03 | 2 | -0/+423 |
| * | update makefile | franck cuny | 2010-10-03 | 1 | -0/+1 |
| * | update config, view, tests | franck cuny | 2010-10-03 | 5 | -44/+60 |
| * | update scripts to use dbic; chmod build-failed | franck cuny | 2010-10-03 | 2 | -61/+52 |
| * | update project listing | franck cuny | 2010-10-03 | 1 | -24/+25 |
| * | use dbic | franck cuny | 2010-10-03 | 4 | -36/+80 |
| * | add schema | franck cuny | 2010-10-03 | 1 | -0/+6 |
| * | script to deploy new schema | franck cuny | 2010-10-03 | 1 | -0/+14 |
| * | remove redis, use dbic instead | franck cuny | 2010-10-03 | 4 | -25/+84 |
| * | update makefile | franck cuny | 2010-10-03 | 1 | -3/+5 |
| * | update ignore | franck cuny | 2010-10-02 | 1 | -1/+3 |
| * | move build script to conf | franck cuny | 2010-09-27 | 3 | -15/+25 |
| * | ho, I hate bash | franck cuny | 2010-09-27 | 1 | -1/+1 |
| * | skip these tests, need to find something better | franck cuny | 2010-09-27 | 2 | -50/+51 |
| * | update style | franck cuny | 2010-09-27 | 1 | -0/+2 |
| * | ALL perls version | franck cuny | 2010-09-26 | 1 | -1/+1 |
| * | mail author when build fail | franck cuny | 2010-09-26 | 3 | -25/+26 |
| * | display total of repositories | franck cuny | 2010-09-26 | 1 | -1/+1 |
| * | update and add tests | franck cuny | 2010-09-26 | 3 | -4/+67 |
| * | works with dzil too | franck cuny | 2010-09-26 | 1 | -4/+10 |
| * | rename hook to payload; return 200 when no data in payload | franck cuny | 2010-09-26 | 1 | -11/+18 |
| * | use namespace for keys | franck cuny | 2010-09-26 | 2 | -2/+7 |
| * | add author name to feed | franck cuny | 2010-09-26 | 1 | -0/+1 |
| * | add TODO | franck cuny | 2010-09-26 | 1 | -0/+7 |
| * | stupid fix ... | franck cuny | 2010-09-26 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:franckcuny/jitterbug | franck cuny | 2010-09-26 | 1 | -1/+1 |
| |\ |
|
| | * | FIX use lib | Alexis Sukrieh | 2010-09-26 | 1 | -1/+1 |
| * | | don't display last update when no update is available | franck cuny | 2010-09-26 | 2 | -7/+13 |
| |/ |
|
| * | fix error o nget | franck cuny | 2010-09-26 | 1 | -7/+8 |
| * | xslate was missing | franck cuny | 2010-09-26 | 1 | -9/+10 |
| * | fix test | franck cuny | 2010-09-26 | 1 | -1/+1 |
| * | update Makefile | franck cuny | 2010-09-26 | 1 | -13/+19 |
| * | sort by days | franck cuny | 2010-09-26 | 2 | -2/+4 |
| * | more css; display a nicer list of projects on main page | franck cuny | 2010-09-26 | 3 | -20/+72 |
| * | display builds by day + layout to toggle days | franck cuny | 2010-09-25 | 3 | -26/+37 |
| * | toggle tests's result | franck cuny | 2010-09-25 | 3 | -3/+3 |
| * | more css cleanup | franck cuny | 2010-09-25 | 2 | -2/+9 |
| * | update layout | franck cuny | 2010-09-25 | 4 | -18/+25 |
| * | sorted builds for feed | franck cuny | 2010-09-25 | 1 | -21/+22 |
| * | sort commits; show under the appropriate box | franck cuny | 2010-09-25 | 4 | -5/+8 |
| * | augment width | franck cuny | 2010-09-25 | 2 | -5/+5 |
| * | new layout | franck cuny | 2010-09-25 | 8 | -27/+203 |
| * | merge | franck cuny | 2010-09-25 | 0 | -0/+0 |
| |\ |
|
| | * | merge with franck | Alexis Sukrieh | 2010-09-24 | 0 | -0/+0 |
| | |\ |
|
| | * | | no more load_plugin | Alexis Sukrieh | 2010-09-24 | 3 | -12/+6 |
| * | | | layout and css | franck cuny | 2010-09-25 | 4 | -24/+60 |
| * | | | add permalink to test result in feed; api can return html for permalink | franck cuny | 2010-09-25 | 2 | -7/+21 |
| * | | | load task, remove before_template | franck cuny | 2010-09-25 | 1 | -6/+4 |
| * | | | plugin for before_template | franck cuny | 2010-09-25 | 1 | -0/+17 |
| * | | | handle tasks | franck cuny | 2010-09-25 | 2 | -0/+20 |
| * | | | merge | franck cuny | 2010-09-24 | 0 | -0/+0 |
| |\ \ \
| | |/
| |/| |
|
| | * | | without load_plugin | franck cuny | 2010-09-24 | 1 | -3/+3 |
| | |/ |
|
| | * | load_plugin is not the way to go anymore | Alexis Sukrieh | 2010-09-24 | 1 | -3/+3 |
| * | | load_plugin is deprecated, switch to 'use' | franck cuny | 2010-09-24 | 4 | -16/+8 |
| |/ |
|
| * | initial import | franck cuny | 2010-09-23 | 28 | -0/+683 |
| * | ignore logs | franck cuny | 2010-09-23 | 1 | -0/+1 |