Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | 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 | |
| | ||||||
* | complain if we call hsqldb | jesus m. rodriguez | 2009-11-05 | 1 | -1/+1 | |
| | ||||||
* | creates model schema | jesus m. rodriguez | 2009-11-05 | 1 | -4/+65 | |
| | ||||||
* | Switch unit tests to junit4. | Devan Goodwin | 2009-11-05 | 11 | -28/+67 | |
| | ||||||
* | initial cut at schema | jesus m. rodriguez | 2009-11-04 | 2 | -34/+26 | |
| | ||||||
* | remove ^M from file | jesus m. rodriguez | 2009-11-03 | 1 | -4/+4 | |
| | ||||||
* | 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 | |
| | ||||||
* | remove call to non-existent target | jesus m. rodriguez | 2009-11-03 | 1 | -1/+0 | |
| | ||||||
* | 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 | 7 | -4/+4 | |
| | ||||||
* | removing old status page | jesus m. rodriguez | 2009-11-02 | 1 | -18/+0 | |
| | ||||||
* | fix checkstyle | jesus m. rodriguez | 2009-09-17 | 25 | -72/+135 | |
| | ||||||
* | 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 | 10 | -18/+149 | |
| | ||||||
* | fixed up urls | jesus m. rodriguez | 2009-08-27 | 1 | -2/+23 | |
| | ||||||
* | add test client for consumers | jesus m. rodriguez | 2009-08-27 | 1 | -0/+15 | |
| | ||||||
* | use json instead of a string | jesus m. rodriguez | 2009-08-27 | 1 | -2/+14 | |
| | ||||||
* | use correct urls | jesus m. rodriguez | 2009-08-27 | 1 | -2/+3 | |
| | ||||||
* | adding ConsumerType object and more better 'matching' algorithm | Mike McCune | 2009-08-10 | 10 | -31/+326 | |
| | ||||||
* | adding delete methods (not functional in rest yet) | Mike McCune | 2009-07-31 | 7 | -26/+107 | |
| | ||||||
* | test commit | Mike McCune | 2009-07-31 | 1 | -3/+0 | |
| | ||||||
* | test commit | Mike McCune | 2009-07-31 | 1 | -0/+9 | |
| | ||||||
* | fixing entitlementAPI | Mike McCune | 2009-07-31 | 2 | -9/+25 | |
| | ||||||
* | adding test for TestApi | jesus m. rodriguez | 2009-07-30 | 1 | -0/+49 | |
| |