Fix for loadCommitInfo.
[catagits/Gitalist.git] / t /
2009-11-17 Zachary Stevens Merge branch 'object-types'
2009-11-17 Zachary Stevens Add ::Tag and ::Tree.
2009-11-16 Dan Brook Added the blob_plain, blobdiff_plain and commitdiff_pla...
2009-11-16 Zachary Stevens Clear TODO from blobdiff tests, which is indeed impleme...
2009-11-15 Zachary Stevens Introduce ::Object::Commit.
2009-11-15 Zachary Stevens Marked tests for unimplemented actions as TODO.
2009-11-15 Zachary Stevens Delete tests for the old model, and add a few to the...
2009-11-14 Zachary Stevens Flesh out the testing configuration with expected keys.
2009-11-13 Zachary Stevens Make gpp instance a public attribute.
2009-11-12 Zachary Stevens Fixed tests.
2009-11-12 Zachary Stevens Removed unused methods on Project.
2009-11-12 Zachary Stevens Make Project->heads an attribute.
2009-11-12 Zachary Stevens Add a branch to the test repository.
2009-11-12 Dan Brook Fixed bug in where branch links were always pointing at
2009-11-11 Zachary Stevens Merge branch 'model-reorg' of git://github.com/bobtfish...
2009-11-11 Zachary Stevens Part 1 cleanup of ::Project.
2009-11-11 Tomas Doran Fix test
2009-11-11 Tomas Doran Fix test by using accessor, not breaking abstraction
2009-11-10 Zachary Stevens Default ::Object attributes tree_sha1 and comment to...
2009-11-10 Zachary Stevens Big cleanup of ::Repo.
2009-11-09 Tomas Doran Wholesale removal of the old model and compat code
2009-11-08 Zachary Stevens Migrated blob to new model, + fixes for some legacy...
2009-11-08 Zachary Stevens Migrated blobdiff to new model. Now works.
2009-11-08 Zachary Stevens Add a test for the blobdiff action.
2009-11-08 Zachary Stevens Migrate search and reflog to new model.
2009-11-08 Zachary Stevens Migrate shortlog to new model.
2009-11-08 Zachary Stevens Make app tests less noisy.
2009-11-08 Zachary Stevens Comprehensive legacy URI tests from spidering gitweb...
2009-11-08 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-08 Zachary Stevens Fixes to tests and Object's builders.
2009-11-07 Tomas Doran Fix test
2009-11-07 Zachary Stevens Add some tests for legacy URI compatibility, and fix...
2009-11-07 Tomas Doran Merge and cleanup
2009-11-07 Tomas Doran And add another failing test - we should 404 if the...
2009-11-07 Tomas Doran Summary fails on empty repositories, failing test..
2009-11-07 Tomas Doran Make the app testing work by default by pointing it...
2009-11-07 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-07 Zachary Stevens Add a few URI tests against the test repository.
2009-11-07 Zachary Stevens Converted the 'heads' action to the new model.
2009-11-07 Zachary Stevens Gave ::Project methods to return Objects, and several...
2009-11-06 Zachary Stevens Merge branch 'master' into model-reorg
2009-11-06 Zachary Stevens Move new model tests someplace they'll actually get...
2009-11-06 Zachary Stevens Fix Object->size.
2009-11-06 Zachary Stevens Gave Repo a method to return a Project.
2009-11-05 Zachary Stevens Index page fixes.
2009-11-05 Zachary Stevens Updated model_Git.t to reflect current reality.
2009-11-02 Tomas Doran Kill hard tabs, make tests which should be author side...
2009-11-01 Tomas Doran (t0m) That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran (t0m) Update to new package name
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 Zachary Stevens Added head_hash method to Project, and some test cleanups.
2009-11-01 Zachary Stevens Move nuts and bolts of git access out of the Project...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...
2009-11-01 Tomas Doran (t0m) That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran (t0m) Update to new package name
2009-11-01 Zachary Stevens Make Object aware of its containing repository, and...
2009-11-01 Zachary Stevens cleanups.
2009-11-01 Zachary Stevens Add list_tree method to Project, returning an array of
2009-11-01 broquaint Straightened up the model test and corresponding code.
2009-11-01 Zachary Stevens Added head_hash method to Project, and some test cleanups.
2009-11-01 Zachary Stevens Move nuts and bolts of git access out of the Project...
2009-11-01 Zachary Stevens Start work splitting out Gitalist::Model::Git into...
2009-10-31 Zachary Stevens Fixed cat_file and a test.
2009-10-29 broquaint Merge branch 'nice-blob'
2009-10-26 broquaint Now heads show up in the shortlog and the current head...
2009-10-23 broquaint Added some POD to the Git model and straightened out...
2009-10-07 broquaint Added other recent work + beginnings of commit action...
2009-10-07 broquaint Merge in master changes.
2009-09-29 Zachary Stevens Integrated repo and further tests from rafl's catalysed...
2009-09-27 Tomas Doran Throw a bit more Moose around, and copy config to model...
2009-09-27 Zachary Stevens Disable tests for the 'working' repo type.
2009-09-27 Zachary Stevens Add a dummy file so that the empty repo dir shows up.
2009-09-27 Zachary Stevens Add additional content to test repo dir (bare repo...
2009-09-26 Zachary Stevens Bundle a git repository for testing, add the required...
2009-08-26 Dan Brook Changed the dir structure so it looks a bit more distro...