index
:
jitterbug
convert_capsule
devel
feature/dashboard
gh-pages
master
new_dancer
runner
test
topic/gh_76
cross language continuous integration for git
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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-15
Only put the short commit message in email subjects
Jonathan "Duke" Leto
1
-1
/
+3
2011-02-14
return empty list if project is not defined
franck cuny
1
-0
/
+1
2011-02-13
inside the hook, we check if we can add more than one task for this
franck cuny
3
-5
/
+20
2011-02-13
add configuration option to skip some branches; add tests for the Hook
franck cuny
1
-31
/
+80
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-13
column started_when: datetime when the build started
franck cuny
1
-2
/
+8
2011-02-13
prepare to update schema again
franck cuny
1
-1
/
+1
2011-02-01
Teach jitterbug::Emailer how to send PASS emails
Jonathan "Duke" Leto
2
-29
/
+40
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 b...
Jonathan "Duke" Leto
1
-1
/
+2
2011-01-24
display current build if any
franck cuny
1
-1
/
+2
2011-01-24
add version to our schema
franck cuny
1
-0
/
+2
2011-01-24
we want a find, not a search here
franck cuny
1
-1
/
+1
2011-01-24
add pending status to the schema (TODO: need a script to migrate the schema)
franck cuny
1
-0
/
+4
2011-01-24
load tasks and display them on the dashboard
franck cuny
1
-3
/
+28
2011-01-18
Get rid of uninitialized warning in the test suite
Jonathan "Duke" Leto
1
-1
/
+1
2011-01-18
Add ability to use test failure summary in failure email template
Jonathan "Duke" Leto
1
-3
/
+8
2011-01-18
Refactor jitterbug::Emailer to get rid of some warnings and improve tests
Jonathan "Duke" Leto
1
-12
/
+19
2011-01-13
Allow placeholders for project name and SHA1 in build failure emails
Jonathan "Duke" Leto
1
-0
/
+3
2011-01-13
Put commit message in subject of failure emails and improve body format
Jonathan "Duke" Leto
1
-1
/
+7
2011-01-13
Load the on_failure class at runtime before instantiating it
Jonathan "Duke" Leto
1
-0
/
+1
2011-01-12
Allow a header and footer for failure emails to be specified
Jonathan "Duke" Leto
1
-0
/
+6
2011-01-12
Allow specification of a perl module to handle build failure emails
Jonathan "Duke" Leto
1
-1
/
+8
2011-01-12
More tests for jitterbug::Emailer
Jonathan "Duke" Leto
1
-11
/
+15
2011-01-12
Fix some bugs in jitterbug::Emailer and add mocked test data
Jonathan "Duke" Leto
1
-2
/
+4
2011-01-12
Add some tests for jitterbug::Emailer
Jonathan "Duke" Leto
1
-2
/
+4
2011-01-11
Make failure email more customizable, start new jitterbug::Emailer in perl
Jonathan "Duke" Leto
2
-2
/
+45
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
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
2010-10-07
change level; remove debug string
franck cuny
2
-3
/
+2
2010-10-07
add webservice
franck cuny
1
-1
/
+1
2010-10-03
fix feed
franck cuny
1
-6
/
+8
2010-10-03
order fetch of last commits
franck cuny
1
-1
/
+1
2010-10-03
add gravatar; update layout
franck cuny
1
-1
/
+5
2010-10-03
update project listing
franck cuny
1
-24
/
+25
2010-10-03
use dbic
franck cuny
4
-36
/
+80
2010-10-03
add schema
franck cuny
1
-0
/
+6
2010-10-03
remove redis, use dbic instead
franck cuny
4
-25
/
+84
2010-09-26
rename hook to payload; return 200 when no data in payload
franck cuny
1
-11
/
+18
2010-09-26
use namespace for keys
franck cuny
1
-1
/
+5
2010-09-26
add author name to feed
franck cuny
1
-0
/
+1
2010-09-26
stupid fix ...
franck cuny
1
-1
/
+1
2010-09-26
don't display last update when no update is available
franck cuny
1
-6
/
+10
2010-09-26
fix error o nget
franck cuny
1
-7
/
+8
2010-09-26
sort by days
franck cuny
1
-1
/
+3
2010-09-26
more css; display a nicer list of projects on main page
franck cuny
1
-3
/
+24
2010-09-25
display builds by day + layout to toggle days
franck cuny
1
-1
/
+8
2010-09-25
sorted builds for feed
franck cuny
1
-21
/
+22
2010-09-25
sort commits; show under the appropriate box
franck cuny
1
-0
/
+2
2010-09-25
add permalink to test result in feed; api can return html for permalink
franck cuny
2
-7
/
+21
2010-09-25
load task, remove before_template
franck cuny
1
-6
/
+4
2010-09-25
plugin for before_template
franck cuny
1
-0
/
+17
2010-09-25
handle tasks
franck cuny
1
-0
/
+19
2010-09-24
load_plugin is deprecated, switch to 'use'
franck cuny
4
-16
/
+8
2010-09-24
no more load_plugin
Alexis Sukrieh
3
-12
/
+6
2010-09-24
without load_plugin
franck cuny
1
-3
/
+3
2010-09-24
load_plugin is not the way to go anymore
Alexis Sukrieh
1
-3
/
+3
2010-09-23
initial import
franck cuny
5
-0
/
+178