summaryrefslogtreecommitdiffstats
path: root/proxy/code
Commit message (Collapse)AuthorAgeFilesLines
...
* Map consumed products.Devan Goodwin2009-11-273-44/+84
|
* Map ConsumerInfo.Devan Goodwin2009-11-278-35/+124
| | | | | | The map of properties was quite a challenge to get mapped with JPA annotations, in the end had to fall back to some Hibernate specific annotations.
* Start testing Consumer and ConsumerType.Devan Goodwin2009-11-261-4/+19
|
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-2610-56/+46
| | | | | | | Having this object on the info rather than the consumer itself started looking incorrect. Type is likely required, info is not and by default may be empty. Feels very much like something that should be defined on the consumer itself.
* Begin mapping Consumer to database.Devan Goodwin2009-11-2613-100/+189
| | | | | | Implications to a lot of other areas outside the model. Currently one test still failing, will be fixed soon.
* 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
| | | | | Previous method of specifying what you'd like cleaned up wasn't working out so hot.
* 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
| | | | Seems like a more consistent way to do this.
* Annotate Owner object for database mapping.Devan Goodwin2009-11-246-65/+118
|
* Drop ApiHandler and ApiTest.Devan Goodwin2009-11-242-176/+0
| | | | Not used.
* Cleanup test transaction management.Devan Goodwin2009-11-242-23/+37
|
* Minor code cleanup.Devan Goodwin2009-11-233-8/+5
|
* call owner/$uuid (aka, OwnerResource.get())Adrian Likins2009-11-201-0/+13
|
* add test-ownerapy.pyAdrian Likins2009-11-201-0/+10
| | | | Just GET's the /owner/ url, since thats all /owner has
* pool api that reads from certificatejesus m. rodriguez2009-11-181-4/+8
|
* uploading and get of sat certjesus m. rodriguez2009-11-182-14/+38
|
* remove unused test-connection, fix userapijesus m. rodriguez2009-11-183-47/+13
|
* beginning of DELETE consumer/uuid/product/uuidjesus m. rodriguez2009-11-172-0/+32
|
* adding scripts to test entitlement and pool apijesus m. rodriguez2009-11-162-1/+5
|
* adding GET /products/ listjesus m. rodriguez2009-11-162-0/+69
|
* allow upload of cert and return list of available ent poolsjesus m. rodriguez2009-11-128-27/+192
|
* print out the data from the parsed certjesus m. rodriguez2009-11-111-0/+1
|
* allow upload of a certificatejesus m. rodriguez2009-11-113-0/+139
|
* 80 columns is the proper way of codingjesus m. rodriguez2009-11-112-3/+4
|
* add in the spacewalk certificate parsing library.jesus m. rodriguez2009-11-109-0/+1216
| | | | this should probably be made into a jar so others can use it.
* Test Product creation in database.Devan Goodwin2009-11-094-5/+125
|
* ConsumerType no longer inheits from BaseModel.Devan Goodwin2009-11-091-2/+1
| | | | | Phasing this out, baby steps. There's so little common to these objects it's not worth it. UUID will probably be dying too.
* javadoc the entitiesjesus m. rodriguez2009-11-095-8/+29
|
* Add EntityManagerFactory singleton.Devan Goodwin2009-11-063-23/+33
| | | | Should only ever be one of these.
* Begin mapping Product's to the db.Devan Goodwin2009-11-062-8/+38
|
* Complete ConsumerType db mapping.Devan Goodwin2009-11-061-2/+25
|
* Fix sample test for ConsumerType via EntityManager.Devan Goodwin2009-11-064-1/+42
|
* Add deps for Hibernate, Annotations, and EntityManager.Devan Goodwin2009-11-051-0/+21
|
* Switch unit tests to junit4.Devan Goodwin2009-11-0510-27/+64
|
* 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-0316-150/+204
|
* fix checkstyle errorsjesus m. rodriguez2009-11-0219-66/+206
|
* upgrade jersey from 1.1.0-ea -> 1.1.2-eajesus m. rodriguez2009-11-026-0/+0
|
* fix checkstylejesus m. rodriguez2009-09-1721-68/+131
|
* Fix unit testsjesus m. rodriguez2009-09-1716-129/+109
|
* test the list methodjesus m. rodriguez2009-09-141-23/+24
|
* test out submitting JSON to create test objects.jesus m. rodriguez2009-09-144-6/+35
|
* 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-1023-34/+39
|
* ugh fix compile errorjesus m. rodriguez2009-08-272-1/+5
|
* consumer api work (not done yet)jesus m. rodriguez2009-08-279-15/+137
|