about summary refs log tree commit diff
path: root/sql/PostgreSQL (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-05-23Unbreak capsule.shJonathan "Duke" Leto1-8/+6
2011-05-23Fix syntax errorJonathan "Duke" Leto1-1/+1
2011-05-23Call git fetch from the correct directoryJonathan "Duke" Leto1-6/+7
2011-05-23Make sure the cached repo dir exists and clone from the correct cached dirJonathan "Duke" Leto1-2/+4
2011-05-23Attempt to fix cloning againJonathan "Duke" Leto1-1/+1
2011-05-23Fix link properlyJonathan "Duke" Leto1-1/+1
2011-05-23Fix link to detailed outputJonathan "Duke" Leto1-1/+1
2011-05-23Import catfileJonathan "Duke" Leto1-0/+1
2011-05-23Attempt to fix cloningJonathan "Duke" Leto1-2/+2
2011-05-23Refactor and alter git repo caching strategyJonathan "Duke" Leto1-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-23Refactor _parse_results and enable debugging in the git testsJonathan "Duke" Leto2-6/+6
2011-05-23Fix builder testJonathan "Duke" Leto1-2/+2
2011-05-23Use jitterbug::Emails instead of the shell scripts in our testsJonathan "Duke" Leto1-2/+2
2011-05-23Factor out repo cloningJonathan "Duke" Leto1-10/+24
2011-05-23Factor out the actual build for each task into another functionJonathan "Duke" Leto1-17/+22
2011-05-23Factor out result parsing to another functionJonathan "Duke" Leto1-12/+17
2011-05-23Factor out git logic to separate functionJonathan "Duke" Leto1-23/+28
2011-05-22Teach capsule about HARNESS_TIMERJonathan "Duke" Leto1-6/+8
2011-05-22Add a test to verify we get the expected sha1Jonathan "Duke" Leto3-7/+20
2011-05-22Update index route tests to be less fragile, since we now have tests that ↵Jonathan "Duke" Leto1-2/+2
create repos and trigger builds
2011-05-22Silence noisy checkout outputJonathan "Duke" Leto1-1/+3
2011-05-22remove a cached build dir before the testJonathan "Duke" Leto1-0/+4
2011-05-22Add a test file for git cloningJonathan "Duke" Leto4-23/+80
2011-05-22Try adding a git repo for testing againJonathan "Duke" Leto46-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-22Mess around with test dataJonathan "Duke" Leto10-19/+6
2011-05-22Make hook test data refer to the new git repo