summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/org/fedoraproject/candlepin/resource
Commit message (Expand)AuthorAgeFilesLines
* Start testing the CertificateResource.Devan Goodwin2009-12-053-9/+81
* Remove some println's from CertTest.Devan Goodwin2009-12-041-17/+17
* merge with dgoodwin's changesDmitri Dolguikh2009-12-0416-100/+92
* Guice configuration for testingDmitri Dolguikh2009-12-041-0/+17
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-042-4/+9
|\
| * Fix ant gen-schema to generate for PostgreSQL, not HSQLDB.Devan Goodwin2009-12-041-1/+1
| * Make consumer owner a required column.Devan Goodwin2009-12-031-3/+8
* | added guice ioc and support for transactions via warp-persistDmitri Dolguikh2009-12-041-3/+17
|/
* repositories no longer rely on hibernatesession, use entitymanager insteadDmitri Dolguikh2009-12-021-3/+2
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-026-10/+2
|\
| * Remove the now obsolete BaseModel class.Devan Goodwin2009-12-016-8/+1
| * Map the User class to the database.Devan Goodwin2009-12-011-2/+1
* | first stab at persisting of Consumer object in a real dbDmitri Dolguikh2009-12-021-14/+32
|/
* Map EntitlementPool class to database.Devan Goodwin2009-11-302-13/+16
* Consumer.type should be a required column.Devan Goodwin2009-11-271-1/+1
* Map ConsumerInfo.Devan Goodwin2009-11-271-2/+2
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-263-10/+17
* Begin mapping Consumer to database.Devan Goodwin2009-11-265-51/+74
* Map Product hierarchy, improve unit test db cleanup.Devan Goodwin2009-11-251-1/+1
* Drop Product UUID.Devan Goodwin2009-11-242-7/+4
* Annotate Owner object for database mapping.Devan Goodwin2009-11-241-1/+0
* Drop ApiHandler and ApiTest.Devan Goodwin2009-11-242-176/+0
* 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-121-3/+83
* 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-091-3/+3
* Switch unit tests to junit4.Devan Goodwin2009-11-057-19/+42
* stop printing out the cert, cause gnome-terminal to want to install fonts.jesus m. rodriguez2009-11-031-1/+1
* complete checkstyle fixesjesus m. rodriguez2009-11-0312-95/+147
* fix checkstyle errorsjesus m. rodriguez2009-11-028-34/+91
* fix checkstylejesus m. rodriguez2009-09-1715-62/+125
* Fix unit testsjesus m. rodriguez2009-09-1711-120/+87
* test the list methodjesus m. rodriguez2009-09-141-23/+24
* test out submitting JSON to create test objects.jesus m. rodriguez2009-09-142-5/+24
* more refactoringjesus m. rodriguez2009-09-146-32/+47
* rename *Api to *Resourcejesus m. rodriguez2009-09-1012-31/+31
* rename api -> resource packagejesus m. rodriguez2009-09-1019-0/+1739