about summary refs log tree commit diff
path: root/views (unfollow)
Commit message (Expand)AuthorFilesLines
2011-05-04Make css for dashboard friendlier to small screensJonathan "Duke" Leto1-2/+2
2011-05-02Add a test for requesting a nonexistent taskJonathan "Duke" Leto2-1/+14
2011-05-02Show 'running now' if the task has not yet completedJonathan "Duke" Leto1-0/+2
2011-04-29Tell the manifest that our readme is markdownJonathan "Duke" Leto1-1/+1
2011-04-29Add more docs about the config fileJonathan "Duke" Leto1-0/+9
2011-04-29Make the command-line arg of the builder --config to match jitterbug_dbJonathan "Duke" Leto2-7/+7
2011-04-29Make the builder do a 'use lib lib' so we don't have toJonathan "Duke" Leto1-0/+1
2011-04-29Add more docs about the build_process config keyJonathan "Duke" Leto1-0/+23
2011-04-29Add the beginning of docs about configuring JitterbugJonathan "Duke" Leto1-0/+19
2011-04-28ignore some module::build detritusJonathan "Duke" Leto1-0/+1
2011-04-28Show the author of the latest commit on the dashboard, fixes #40Jonathan "Duke" Leto2-2/+4
2011-04-28Add a link from the project page back to the dashboard, fixes #39Jonathan "Duke" Leto1-1/+1
2011-04-27Prevent a use of uninitialized value warningJonathan "Duke" Leto1-1/+1
2011-04-27Make jitterbug::Test look for jitterbug.db in the correct place and TODO anot...Jonathan "Duke" Leto2-6/+8
2011-04-27Fix readme markdown and add note about using cpanm to install depsJonathan "Duke" Leto1-6/+7
2011-04-27tell github our readme is markdownJonathan "Duke" Leto1-0/+0
2011-04-27update READMEJonathan "Duke" Leto1-11/+16
2011-04-27Add a more detailed example config file and a custom rakudo build scriptJonathan "Duke" Leto2-0/+63
2011-04-26Remove an unnecessary sleepJonathan "Duke" Leto1-3/+0
2011-04-26Hopefully unbreak the reusing git repo featureJonathan "Duke" Leto1-4/+0
2011-04-26Get rid of Git::Repository callsJonathan "Duke" Leto1-2/+0
2011-04-21Allow the config file to specify per-project builder and builder_variables, w...Jonathan "Duke" Leto1-8/+13
2011-03-14Add a dep on DateTime::Format::SQLiteJonathan "Duke" Leto1-0/+1
2011-02-23Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto4-1/+9
2011-02-23Add on_failure_to_email and on_pass_to_email config keysJonathan "Duke" Leto4-1/+9
2011-02-23Use checkout instead of rebase, since we don't know which branch name to reba...Jonathan "Duke" Leto1-3/+3
2011-02-23Explicity fetch and rebase to avoid configuration issuesJonathan "Duke" Leto1-1/+3
2011-02-23Don't try to embed TAP output into current pageJonathan "Duke" Leto1-0/+2
2011-02-23Add a useful commentJonathan "Duke" Leto1-0/+2
2011-02-23Run the git commands in the correct repoJonathan "Duke" Leto1-0/+3
2011-02-23Turn off debug statements by defaultJonathan "Duke" Leto1-1/+1
2011-02-23Turn off debug statements by defaultJonathan "Duke" Leto1-1/+1
2011-02-23Make reusing git repos actually workJonathan "Duke" Leto2-8/+18
2011-02-22Create a new repo for the first time, even if reuse_repo is trueJonathan "Duke" Leto1-11/+16
2011-02-22We really only need to fetch new commits, not pull or rebase them. rbuels++Jonathan "Duke" Leto1-2/+2
2011-02-22update manifestJonathan "Duke" Leto1-2/+13
2011-02-22Teach jitterbug about reusing git repos to save bandwidthJonathan "Duke" Leto2-8/+21
2011-02-22Declare DBIx::Class::DeploymentHandler as a dependencyJonathan "Duke" Leto1-0/+1
2011-02-15Only put the short commit message in email subjectsJonathan "Duke" Leto2-2/+6
2011-02-14return empty list if project is not definedfranck cuny1-0/+1
2011-02-14use jitterbug::Testfranck cuny3-45/+17
2011-02-14generate a db and set some stuff in configfranck cuny1-4/+38
2011-02-14fix script namefranck cuny1-1/+1
2011-02-14one more testfranck cuny1-1/+2
2011-02-14start to add tests on viewsfranck cuny1