aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-database
Commit message (Collapse)AuthorAgeFilesLines
* fix up component declJesse McConnell2007-04-111-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527686 13f79535-47bb-0310-9956-ffa450edef68
* Fixing RepositoryDAO and tests.Joakim Erdfelt2007-04-112-4/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527676 13f79535-47bb-0310-9956-ffa450edef68
* Work towards compilable webappJoakim Erdfelt2007-04-117-42/+114
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@527650 13f79535-47bb-0310-9956-ffa450edef68
* * More unit testing of the archiva-database.Joakim Erdfelt2007-04-096-24/+284
| | | | | | | | | * Added CompoundKey tag to help JdoAccess process compound keys more intelligently. * Updates to keys to honor CompoundKey identity. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@526927 13f79535-47bb-0310-9956-ffa450edef68
* * Implemented ArtifactDAOJoakim Erdfelt2007-04-0911-94/+462
| | | | | | | | * Fixed Query / Constraints when using dates (and other parameterized objects) git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@526879 13f79535-47bb-0310-9956-ffa450edef68
* * Adding boilerplate for DatabaseUpdater.Joakim Erdfelt2007-04-0915-221/+948
| | | | | | | | * Splitting ArchivaDAO into sub-DAO's to aide in maintenance. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@526822 13f79535-47bb-0310-9956-ffa450edef68
* Updating with changes surrounding model, and database schema, changeJoakim Erdfelt2007-04-052-77/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@525951 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup of pom multimodule heirarchy after directory moves.Joakim Erdfelt2007-03-221-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521491 13f79535-47bb-0310-9956-ffa450edef68
* Boilerplate unit testing with hsqldb for other devs ...Joakim Erdfelt2007-03-221-7/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@521303 13f79535-47bb-0310-9956-ffa450edef68
* Changing to hsqldb for unit testing.Joakim Erdfelt2007-03-214-14/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@520921 13f79535-47bb-0310-9956-ffa450edef68
* More work against model/database unit testing.Joakim Erdfelt2007-03-217-74/+239
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@520899 13f79535-47bb-0310-9956-ffa450edef68
* Furthor work against BidirectionalLayoutJoakim Erdfelt2007-03-152-31/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@518797 13f79535-47bb-0310-9956-ffa450edef68
* Partial work against jpox database refactoring.Joakim Erdfelt2007-03-1515-1160/+912
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/branches/archiva-jpox-database-refactor@518686 13f79535-47bb-0310-9956-ffa450edef68
* Fixing broken code.Joakim Erdfelt2007-02-271-5/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512450 13f79535-47bb-0310-9956-ffa450edef68
* artifact persistence workJoakim Erdfelt2007-02-2710-12/+625
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512448 13f79535-47bb-0310-9956-ffa450edef68
* remove reference to object factory, it won't solve the problem at handJesse McConnell2007-02-271-7/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512418 13f79535-47bb-0310-9956-ffa450edef68
* added missing xml file, added methods to determine if database exists or ↵Jesse McConnell2007-02-278-61/+203
| | | | | | not, fixed up test cases for db initialization and removal git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512366 13f79535-47bb-0310-9956-ffa450edef68
* remove the original IbatisMemoryStore and Jesse McConnell2007-02-276-97/+317
| | | | | | | | | its interface, switch impl over to joakims Repository Metadata database set and start getting an abstract helper class that helps manage the MetadataKey git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512340 13f79535-47bb-0310-9956-ffa450edef68
* a bit more realistic test using actual metadata objects and testing getting ↵Jesse McConnell2007-02-266-21/+81
| | | | | | the key from the key table, and we can actually directly influence performance by monkeying in xml files for sql..ibatis is pretty slick git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512053 13f79535-47bb-0310-9956-ffa450edef68
* added definitions for other tables and fixed up naming conventionsJesse McConnell2007-02-264-22/+48
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512034 13f79535-47bb-0310-9956-ffa450edef68
* working ibatis example with two tables, only one being used in the test case ↵Jesse McConnell2007-02-2612-2/+399
| | | | | | though git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@512002 13f79535-47bb-0310-9956-ffa450edef68
* Adding stub for initial ibatis support.Joakim Erdfelt2007-02-262-0/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511933 13f79535-47bb-0310-9956-ffa450edef68
* Adding archiva-database stubJoakim Erdfelt2007-02-261-0/+63
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@511898 13f79535-47bb-0310-9956-ffa450edef68