Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Map consumed products. | Devan Goodwin | 2009-11-27 | 3 | -44/+84 | |
| | ||||||
* | Map ConsumerInfo. | Devan Goodwin | 2009-11-27 | 8 | -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 Goodwin | 2009-11-26 | 1 | -4/+19 | |
| | ||||||
* | Move ConsumerType from ConsumerInfo to Consumer itself. | Devan Goodwin | 2009-11-26 | 10 | -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 Goodwin | 2009-11-26 | 13 | -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 Goodwin | 2009-11-25 | 1 | -5/+30 | |
| | ||||||
* | Fix a ProductTest. | Devan Goodwin | 2009-11-25 | 1 | -2/+2 | |
| | ||||||
* | Clean DB objects after every test. | Devan Goodwin | 2009-11-25 | 3 | -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 Goodwin | 2009-11-25 | 6 | -16/+98 | |
| | ||||||
* | Drop Product UUID. | Devan Goodwin | 2009-11-24 | 7 | -44/+12 | |
| | ||||||
* | Move Product annotations onto fields instead of getters. | Devan Goodwin | 2009-11-24 | 2 | -14/+20 | |
| | | | | Seems like a more consistent way to do this. | |||||
* | Annotate Owner object for database mapping. | Devan Goodwin | 2009-11-24 | 6 | -65/+118 | |
| | ||||||
* | Drop ApiHandler and ApiTest. | Devan Goodwin | 2009-11-24 | 2 | -176/+0 | |
| | | | | Not used. | |||||
* | Cleanup test transaction management. | Devan Goodwin | 2009-11-24 | 2 | -23/+37 | |
| | ||||||
* | Minor code cleanup. | Devan Goodwin | 2009-11-23 | 3 | -8/+5 | |
| | ||||||
* | call owner/$uuid (aka, OwnerResource.get()) | Adrian Likins | 2009-11-20 | 1 | -0/+13 | |
| | ||||||
* | add test-ownerapy.py | Adrian Likins | 2009-11-20 | 1 | -0/+10 | |
| | | | | Just GET's the /owner/ url, since thats all /owner has | |||||
* | pool api that reads from certificate | jesus m. rodriguez | 2009-11-18 | 1 | -4/+8 | |
| | ||||||
* | uploading and get of sat cert | jesus m. rodriguez | 2009-11-18 | 2 | -14/+38 | |
| | ||||||
* | remove unused test-connection, fix userapi | jesus m. rodriguez | 2009-11-18 | 3 | -47/+13 | |
| | ||||||
* | beginning of DELETE consumer/uuid/product/uuid | jesus m. rodriguez | 2009-11-17 | 2 | -0/+32 | |
| | ||||||
* | adding scripts to test entitlement and pool api | jesus m. rodriguez | 2009-11-16 | 2 | -1/+5 | |
| | ||||||
* | adding GET /products/ list | jesus m. rodriguez | 2009-11-16 | 2 | -0/+69 | |
| | ||||||
* | allow upload of cert and return list of available ent pools | jesus m. rodriguez | 2009-11-12 | 8 | -27/+192 | |
| | ||||||
* | print out the data from the parsed cert | jesus m. rodriguez | 2009-11-11 | 1 | -0/+1 | |
| | ||||||
* | allow upload of a certificate | jesus m. rodriguez | 2009-11-11 | 3 | -0/+139 | |
| | ||||||
* | 80 columns is the proper way of coding | jesus m. rodriguez | 2009-11-11 | 2 | -3/+4 | |
| | ||||||
* | add in the spacewalk certificate parsing library. | jesus m. rodriguez | 2009-11-10 | 9 | -0/+1216 | |
| | | | | this should probably be made into a jar so others can use it. | |||||
* | Test Product creation in database. | Devan Goodwin | 2009-11-09 | 4 | -5/+125 | |
| | ||||||
* | ConsumerType no longer inheits from BaseModel. | Devan Goodwin | 2009-11-09 | 1 | -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 entities | jesus m. rodriguez | 2009-11-09 | 5 | -8/+29 | |
| | ||||||
* | Add EntityManagerFactory singleton. | Devan Goodwin | 2009-11-06 | 3 | -23/+33 | |
| | | | | Should only ever be one of these. | |||||
* | Begin mapping Product's to the db. | Devan Goodwin | 2009-11-06 | 2 | -8/+38 | |
| | ||||||
* | Complete ConsumerType db mapping. | Devan Goodwin | 2009-11-06 | 1 | -2/+25 | |
| | ||||||
* | Fix sample test for ConsumerType via EntityManager. | Devan Goodwin | 2009-11-06 | 4 | -1/+42 | |
| | ||||||
* | Add deps for Hibernate, Annotations, and EntityManager. | Devan Goodwin | 2009-11-05 | 1 | -0/+21 | |
| | ||||||
* | Switch unit tests to junit4. | Devan Goodwin | 2009-11-05 | 10 | -27/+64 | |
| | ||||||
* | stop printing out the cert, cause gnome-terminal to want to install fonts. | jesus m. rodriguez | 2009-11-03 | 1 | -1/+1 | |
| | ||||||
* | complete checkstyle fixes | jesus m. rodriguez | 2009-11-03 | 16 | -150/+204 | |
| | ||||||
* | fix checkstyle errors | jesus m. rodriguez | 2009-11-02 | 19 | -66/+206 | |
| | ||||||
* | upgrade jersey from 1.1.0-ea -> 1.1.2-ea | jesus m. rodriguez | 2009-11-02 | 6 | -0/+0 | |
| | ||||||
* | fix checkstyle | jesus m. rodriguez | 2009-09-17 | 21 | -68/+131 | |
| | ||||||
* | Fix unit tests | jesus m. rodriguez | 2009-09-17 | 16 | -129/+109 | |
| | ||||||
* | test the list method | jesus m. rodriguez | 2009-09-14 | 1 | -23/+24 | |
| | ||||||
* | test out submitting JSON to create test objects. | jesus m. rodriguez | 2009-09-14 | 4 | -6/+35 | |
| | ||||||
* | more refactoring | jesus m. rodriguez | 2009-09-14 | 6 | -32/+47 | |
| | ||||||
* | rename *Api to *Resource | jesus m. rodriguez | 2009-09-10 | 12 | -31/+31 | |
| | ||||||
* | rename api -> resource package | jesus m. rodriguez | 2009-09-10 | 23 | -34/+39 | |
| | ||||||
* | ugh fix compile error | jesus m. rodriguez | 2009-08-27 | 2 | -1/+5 | |
| | ||||||
* | consumer api work (not done yet) | jesus m. rodriguez | 2009-08-27 | 9 | -15/+137 | |
| |