summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add a Certificate model and test cases.HEADcert_modelAdrian Likins2009-12-074-1/+181
* added curator class for Owner modelmasterDmitri Dolguikh2009-12-071-0/+16
* Change consumer hierarchy to use join column instead of join table.Devan Goodwin2009-12-072-7/+67
* Change consumer -> consumer info relationship.Devan Goodwin2009-12-073-4/+13
* Start testing the CertificateResource.Devan Goodwin2009-12-058-15/+122
* Add new Guice jars to build/test process.Devan Goodwin2009-12-042-2/+4
* Fix ivy.xml refs to some new dependency versions.Devan Goodwin2009-12-041-6/+6
* yet another file I missedDmitri Dolguikh2009-12-041-0/+11
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-042-18/+18
|\
| * Switch ivy repo to a new temporary location.Devan Goodwin2009-12-041-1/+1
| * Remove some println's from CertTest.Devan Goodwin2009-12-041-17/+17
* | updated build dependenciesDmitri Dolguikh2009-12-041-0/+10
|/
* merge with dgoodwin's changesDmitri Dolguikh2009-12-0436-137/+121
* Guice configuration for testingDmitri Dolguikh2009-12-041-0/+17
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0417-60/+157
|\
| * Fix ant gen-schema to generate for PostgreSQL, not HSQLDB.Devan Goodwin2009-12-043-18/+24
| * Remove some TODOs, no longer relevant.Devan Goodwin2009-12-031-2/+0
| * Make owner -> user bi-directional relationship.Devan Goodwin2009-12-035-4/+34
| * Make owner -> consumer bi-directional relationship.Devan Goodwin2009-12-034-23/+52
| * Make consumer owner a required column.Devan Goodwin2009-12-035-10/+16
| * Small cleanup of the Consumer -> ConsumerInfo relationship.Devan Goodwin2009-12-033-4/+8
| * add fk's for cp_consumer_products and cp_consumer_entitlementsAdrian Likins2009-12-031-2/+4
| * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/candlepinAdrian Likins2009-12-036-57/+155
| |\
| * | add annotations for ForeignKeys, so the names are quite as ugly as theAdrian Likins2009-12-036-1/+23
* | | added guice ioc and support for transactions via warp-persistDmitri Dolguikh2009-12-044-23/+50
| |/ |/|
* | Map Consumer entitlements.Devan Goodwin2009-12-035-37/+95
* | Fix bad Consumer to Product mapping.Devan Goodwin2009-12-022-8/+20
* | Map Consumer hierarchy.Devan Goodwin2009-12-023-15/+43
|/
* repositories no longer rely on hibernatesession, use entitymanager insteadDmitri Dolguikh2009-12-024-17/+23
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0214-162/+103
|\
| * Remove the now obsolete BaseModel class.Devan Goodwin2009-12-019-142/+15
| * Map the User class to the database.Devan Goodwin2009-12-014-11/+88
| * Cleanup some unused imports.Devan Goodwin2009-12-014-9/+0
* | first stab at persisting of Consumer object in a real dbDmitri Dolguikh2009-12-026-19/+103
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-015-34/+151
|\
| * Remove Entitlement.childEntitlements.Devan Goodwin2009-12-012-27/+1
| * Map Entitlement, add some non-nullable columns, etc.Devan Goodwin2009-12-015-13/+156
* | added run and debug launcher to run tests from under eclipseDmitri Dolguikh2009-12-011-0/+21
|/
* Map EntitlementPool class to database.Devan Goodwin2009-11-308-29/+72
* Consumer.type should be a required column.Devan Goodwin2009-11-275-5/+26
* Map consumed products.Devan Goodwin2009-11-273-44/+84
* Map ConsumerInfo.Devan Goodwin2009-11-278-35/+124
* Start testing Consumer and ConsumerType.Devan Goodwin2009-11-261-4/+19
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-2610-56/+46
* Begin mapping Consumer to database.Devan Goodwin2009-11-2613-100/+189
* Test Product hierarchy cascading.Devan Goodwin2009-11-251-5/+30
* Fix a ProductTest.Devan Goodwin2009-11-251-2/+2
* Clean DB objects after every test.Devan Goodwin2009-11-253-43/+57
* Map Product hierarchy, improve unit test db cleanup.Devan Goodwin2009-11-256-16/+98
* Drop Product UUID.Devan Goodwin2009-11-247-44/+12