summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/org
Commit message (Expand)AuthorAgeFilesLines
* Guice configuration for testingDmitri Dolguikh2009-12-041-0/+17
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0415-43/+134
|\
| * Fix ant gen-schema to generate for PostgreSQL, not HSQLDB.Devan Goodwin2009-12-041-1/+1
| * 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-035-54/+154
| |\
| * | 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-022-12/+42
|/
* 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-025-15/+99
|/
* Remove Entitlement.childEntitlements.Devan Goodwin2009-12-012-27/+1
* Map Entitlement, add some non-nullable columns, etc.Devan Goodwin2009-12-015-13/+156
* Map EntitlementPool class to database.Devan Goodwin2009-11-307-29/+68
* 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
* Move Product annotations onto fields instead of getters.Devan Goodwin2009-11-242-14/+20
* Annotate Owner object for database mapping.Devan Goodwin2009-11-246-65/+118
* Drop ApiHandler and ApiTest.Devan Goodwin2009-11-242-176/+0
* Cleanup test transaction management.Devan Goodwin2009-11-242-23/+37
* Minor code cleanup.Devan Goodwin2009-11-232-6/+4
* uploading and get of sat certjesus m. rodriguez2009-11-181-7/+23
* remove unused test-connection, fix userapijesus m. rodriguez2009-11-181-2/+5
* beginning of DELETE consumer/uuid/product/uuidjesus m. rodriguez2009-11-171-0/+29
* adding GET /products/ listjesus m. rodriguez2009-11-161-0/+58
* allow upload of cert and return list of available ent poolsjesus m. rodriguez2009-11-123-4/+147
* print out the data from the parsed certjesus m. rodriguez2009-11-111-0/+1
* allow upload of a certificatejesus m. rodriguez2009-11-111-0/+85
* Test Product creation in database.Devan Goodwin2009-11-094-5/+125
* ConsumerType no longer inheits from BaseModel.Devan Goodwin2009-11-091-2/+1
* javadoc the entitiesjesus m. rodriguez2009-11-095-8/+29