| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2012-01-24 | Try to get stuff working with Dancer 1.3x, but still nagged by a few failing ↵new_dancer | Jonathan "Duke" Leto | 3 | -3/+4 | |
| tests in t/002_index_route.t | |||||
| 2011-05-23 | Refactor _parse_results and enable debugging in the git tests | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-05-23 | Fix builder test | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-05-23 | Use jitterbug::Emails instead of the shell scripts in our tests | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-05-22 | Add a test to verify we get the expected sha1 | Jonathan "Duke" Leto | 1 | -3/+9 | |
| 2011-05-22 | Update index route tests to be less fragile, since we now have tests that ↵ | Jonathan "Duke" Leto | 1 | -2/+2 | |
| create repos and trigger builds | |||||
| 2011-05-22 | remove a cached build dir before the test | Jonathan "Duke" Leto | 1 | -0/+4 | |
| 2011-05-22 | Add a test file for git cloning | Jonathan "Duke" Leto | 3 | -7/+61 | |
| 2011-05-22 | Try adding a git repo for testing again | Jonathan "Duke" Leto | 46 | -0/+117 | |
| Git thinks we are trying to use submodules, so fake it out by renaming the .git directory to ._git_ . It will need to be renamed to .git during test runs. | |||||
| 2011-05-22 | Mess around with test data | Jonathan "Duke" Leto | 8 | -18/+4 | |
| 2011-05-22 | Make hook test data refer to the new git repo for testing | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-05-22 | Add a bare git repo for testing | Jonathan "Duke" Leto | 7 | -0/+14 | |
| 2011-05-22 | Use catfile for portability | Jonathan "Duke" Leto | 1 | -1/+3 | |
| 2011-05-22 | Rename our hook data YAML to be more descriptive | Jonathan "Duke" Leto | 2 | -1/+1 | |
| 2011-05-22 | Do not use a global temp directory in our tests | Jonathan "Duke" Leto | 4 | -4/+4 | |
| 2011-05-09 | add a new route to the API to list all tasks | franck cuny | 1 | -2/+16 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-05-09 | add a new route to the API to delete a task | franck cuny | 1 | -1/+24 | |
| Signed-off-by: franck cuny <franck@lumberjaph.net> | |||||
| 2011-05-02 | Add a test for requesting a nonexistent task | Jonathan "Duke" Leto | 1 | -0/+13 | |
| 2011-04-29 | Make the command-line arg of the builder --config to match jitterbug_db | Jonathan "Duke" Leto | 1 | -2/+2 | |
| 2011-04-27 | Make jitterbug::Test look for jitterbug.db in the correct place and TODO ↵ | Jonathan "Duke" Leto | 2 | -6/+8 | |
| another test to make the test suite pass | |||||
| 2011-02-23 | Add on_failure_to_email and on_pass_to_email config keys | Jonathan "Duke" Leto | 2 | -0/+4 | |
| These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature. | |||||
| 2011-02-23 | Add on_failure_to_email and on_pass_to_email config keys | Jonathan "Duke" Leto | 2 | -0/+4 | |
| These keys can be used to override where pass/fail emails go. If they are defined, emails are sent to the specified email. If not, they go to the commit author. This feature is sponsored by IRC insultbots and the letters B, A, C, E and K. No bits where harmed in the making of this feature. | |||||
| 2011-02-15 | Only put the short commit message in email subjects | Jonathan "Duke" Leto | 1 | -1/+3 | |
| The full commit message will still be in the body of the email. | |||||
| 2011-02-14 | use jitterbug::Test | franck cuny | 3 | -45/+17 | |
| 2011-02-14 | generate a db and set some stuff in config | franck cuny | 1 | -4/+38 | |
| 2011-02-14 | fix script name | franck cuny | 1 | -1/+1 | |
| 2011-02-14 | one more test | franck cuny | 1 | -1/+2 | |
| 2011-02-14 | start to add tests on views | franck cuny | 1 | -11/+42 | |
| 2011-02-13 | add more tests | franck cuny | 1 | -1/+43 | |
| 2011-02-13 | add configuration option to skip some branches; add tests for the Hook | franck cuny | 1 | -42/+129 | |
| 2011-02-10 | Make jitterbug::Test use the current perl interp | Jonathan "Duke" Leto | 1 | -3/+1 | |
| 2011-02-10 | sigh I hate it when I commit the debug code | ben hengst | 1 | -1/+1 | |
| 2011-02-10 | there data struct matches | ben hengst | 1 | -4/+20 | |
| 2011-02-10 | auto-build the test db if its not built yet | ben hengst | 2 | -1/+20 | |
| 2011-02-01 | Teach jitterbug::Emailer how to send PASS emails | Jonathan "Duke" Leto | 2 | -2/+16 | |
| 2011-01-28 | Add a builder_variablse YAML key, which passed environment variables to the ↵ | Jonathan "Duke" Leto | 2 | -3/+5 | |
| builder | |||||
| 2011-01-19 | Fix a jitterbug::Emailer test | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-01-19 | Try not to ire the SpamCop Elder Gods | Jonathan "Duke" Leto | 1 | -1/+1 | |
| 2011-01-18 | Add ability to use test failure summary in failure email template | Jonathan "Duke" Leto | 1 | -1/+64 | |
| 2011-01-18 | Refactor jitterbug::Emailer to get rid of some warnings and improve tests | Jonathan "Duke" Leto | 1 | -3/+47 | |
| 2011-01-12 | More jitterbug::Emailer tests | Jonathan "Duke" Leto | 1 | -2/+6 | |
| 2011-01-12 | More tests for jitterbug::Emailer | Jonathan "Duke" Leto | 1 | -6/+19 | |
| 2011-01-12 | Fix some bugs in jitterbug::Emailer and add mocked test data | Jonathan "Duke" Leto | 1 | -2/+14 | |
| 2011-01-12 | Add some tests for jitterbug::Emailer | Jonathan "Duke" Leto | 1 | -0/+17 | |
| 2011-01-11 | Make failure email more customizable, start new jitterbug::Emailer in perl | Jonathan "Duke" Leto | 1 | -5/+37 | |
| 2011-01-07 | Die early if the config file does not exist and add some tests | Jonathan "Duke" Leto | 1 | -5/+18 | |
| 2011-01-07 | Rename builder test | Jonathan "Duke" Leto | 1 | -0/+0 | |
| 2011-01-05 | Add a few more simple tests | Jonathan "Duke" Leto | 2 | -4/+50 | |
| 2011-01-05 | Improve debug info and add some basic jitterbug::Builder tests | Jonathan "Duke" Leto | 1 | -0/+15 | |
| 2011-01-05 | Add a compile check test for jitterbug::Builder | Jonathan "Duke" Leto | 1 | -1/+2 | |
| 2011-01-05 | Correct test count | Jonathan "Duke" Leto | 1 | -1/+0 | |
| 2010-10-07 | test | franck cuny | 1 | -0/+1 | |
| 2010-10-07 | test, then rewrite tests | franck cuny | 2 | -51/+52 | |
| 2010-10-03 | script to import frmo redis; more data to tests | franck cuny | 1 | -0/+382 | |
| 2010-10-03 | update config, view, tests | franck cuny | 2 | -30/+32 | |
| 2010-09-27 | skip these tests, need to find something better | franck cuny | 2 | -50/+51 | |
| 2010-09-26 | update and add tests | franck cuny | 3 | -4/+67 | |
| 2010-09-26 | fix test | franck cuny | 1 | -1/+1 | |
| 2010-09-23 | initial import | franck cuny | 4 | -0/+102 | |
