summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Improve test output.Devan Goodwin2009-11-231-47/+44
|
* build.xml: Remove unused macro.Devan Goodwin2009-11-201-19/+0
|
* build.xml cleanup.Devan Goodwin2009-11-201-18/+4
|
* More build.xml pruning, and merging the buildconf/build-*.xml files in.Devan Goodwin2009-11-203-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 Goodwin2009-11-201-78/+1
| | | | This was copy pasted and not something we use.
* 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
|
* init the taskdefsjesus m. rodriguez2009-11-161-1/+1
|
* removed useless linejesus m. rodriguez2009-11-131-2/+0
|
* test commitjesus m. rodriguez2009-11-131-2/+3
|
* 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
|
* move common jars to common.jar.dependencies to avoid duplication.jesus m. rodriguez2009-11-111-11/+12
|
* sort ivy dependencies so it's easier to seejesus m. rodriguez2009-11-111-64/+12
|
* 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
|
* bring in beanutils for use with the certificate stuffjesus m. rodriguez2009-11-111-1/+1
|
* add in the spacewalk certificate parsing library.jesus m. rodriguez2009-11-1011-4/+1220
| | | | this should probably be made into a jar so others can use it.
* ignore reports directory from buildrjesus m. rodriguez2009-11-101-0/+1
|
* ignore the target output directoryjesus m. rodriguez2009-11-101-0/+1
|
* adding eclipse project filesjesus m. rodriguez2009-11-104-0/+37
|
* adding .project file, and updating .gitignorejesus m. rodriguez2009-11-102-3/+23
|
* 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
|
* move hibernate taskdefs to build-tasksdefs.xmljesus m. rodriguez2009-11-092-1/+3
|
* Fix ant testing.Devan Goodwin2009-11-092-4/+5
|
* Fix ant build deps.Devan Goodwin2009-11-091-2/+2
| | | | Didn't realize this was broken due to some kind of caching.
* Cleanup some dead ant build.xml code.Devan Goodwin2009-11-061-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 Goodwin2009-11-061-0/+1
|
* 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-062-8/+26
|
* Functional schema generation for PostgreSQL.Devan Goodwin2009-11-062-8/+22
|
* Fixes for schema generation.Devan Goodwin2009-11-062-11/+11
| | | | (still not fully functional, just getting there)
* Fix sample test for ConsumerType via EntityManager.Devan Goodwin2009-11-064-1/+42
|
* Add deps for Hibernate, Annotations, and EntityManager.Devan Goodwin2009-11-052-5/+33
|
* forgot #!/usr/bin/pythonjesus m. rodriguez2009-11-051-1/+2
|
* make executablejesus m. rodriguez2009-11-051-0/+0
|