Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Improve test output. | Devan Goodwin | 2009-11-23 | 1 | -47/+44 | |
| | ||||||
* | build.xml: Remove unused macro. | Devan Goodwin | 2009-11-20 | 1 | -19/+0 | |
| | ||||||
* | build.xml cleanup. | Devan Goodwin | 2009-11-20 | 1 | -18/+4 | |
| | ||||||
* | More build.xml pruning, and merging the buildconf/build-*.xml files in. | Devan Goodwin | 2009-11-20 | 3 | -183/+140 | |
| | | | | | Having it all in one place alleviates some concern over where things are defined when searching, and hopefully will make it easier to pear down. | |||||
* | Purge cruise control and code coverage from build.xml. | Devan Goodwin | 2009-11-20 | 1 | -78/+1 | |
| | | | | This was copy pasted and not something we use. | |||||
* | 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 | |
| | ||||||
* | init the taskdefs | jesus m. rodriguez | 2009-11-16 | 1 | -1/+1 | |
| | ||||||
* | removed useless line | jesus m. rodriguez | 2009-11-13 | 1 | -2/+0 | |
| | ||||||
* | test commit | jesus m. rodriguez | 2009-11-13 | 1 | -2/+3 | |
| | ||||||
* | 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 | |
| | ||||||
* | move common jars to common.jar.dependencies to avoid duplication. | jesus m. rodriguez | 2009-11-11 | 1 | -11/+12 | |
| | ||||||
* | sort ivy dependencies so it's easier to see | jesus m. rodriguez | 2009-11-11 | 1 | -64/+12 | |
| | ||||||
* | 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 | |
| | ||||||
* | bring in beanutils for use with the certificate stuff | jesus m. rodriguez | 2009-11-11 | 1 | -1/+1 | |
| | ||||||
* | add in the spacewalk certificate parsing library. | jesus m. rodriguez | 2009-11-10 | 11 | -4/+1220 | |
| | | | | this should probably be made into a jar so others can use it. | |||||
* | ignore reports directory from buildr | jesus m. rodriguez | 2009-11-10 | 1 | -0/+1 | |
| | ||||||
* | ignore the target output directory | jesus m. rodriguez | 2009-11-10 | 1 | -0/+1 | |
| | ||||||
* | adding eclipse project files | jesus m. rodriguez | 2009-11-10 | 4 | -0/+37 | |
| | ||||||
* | adding .project file, and updating .gitignore | jesus m. rodriguez | 2009-11-10 | 2 | -3/+23 | |
| | ||||||
* | 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 | |
| | ||||||
* | move hibernate taskdefs to build-tasksdefs.xml | jesus m. rodriguez | 2009-11-09 | 2 | -1/+3 | |
| | ||||||
* | Fix ant testing. | Devan Goodwin | 2009-11-09 | 2 | -4/+5 | |
| | ||||||
* | Fix ant build deps. | Devan Goodwin | 2009-11-09 | 1 | -2/+2 | |
| | | | | Didn't realize this was broken due to some kind of caching. | |||||
* | Cleanup some dead ant build.xml code. | Devan Goodwin | 2009-11-06 | 1 | -10/+4 | |
| | | | | There could be a LOT more. We currently have 750 lines of build XML. :( | |||||
* | Pass persistenceUnit property in when running unit tests. | Devan Goodwin | 2009-11-06 | 1 | -0/+1 | |
| | ||||||
* | 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 | 2 | -8/+26 | |
| | ||||||
* | Functional schema generation for PostgreSQL. | Devan Goodwin | 2009-11-06 | 2 | -8/+22 | |
| | ||||||
* | Fixes for schema generation. | Devan Goodwin | 2009-11-06 | 2 | -11/+11 | |
| | | | | (still not fully functional, just getting there) | |||||
* | 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 | 2 | -5/+33 | |
| | ||||||
* | forgot #!/usr/bin/python | jesus m. rodriguez | 2009-11-05 | 1 | -1/+2 | |
| | ||||||
* | make executable | jesus m. rodriguez | 2009-11-05 | 1 | -0/+0 | |
| |