Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get ivy to work from local dir | jesus m. rodriguez | 2009-12-09 | 2 | -1/+10 | |
| | ||||||
* | checkstyle: fix @return tag | jesus m. rodriguez | 2009-12-09 | 1 | -1/+7 | |
| | ||||||
* | checkstyle: name refactoring | jesus m. rodriguez | 2009-12-09 | 1 | -6/+3 | |
| | ||||||
* | checkstyle: remove _ from variable names, use camelCase | jesus m. rodriguez | 2009-12-09 | 1 | -6/+5 | |
| | ||||||
* | checkstyle: unused import | jesus m. rodriguez | 2009-12-09 | 1 | -2/+0 | |
| | ||||||
* | checkstyle: more header fixes | jesus m. rodriguez | 2009-12-09 | 2 | -2/+2 | |
| | ||||||
* | checkstyle: header fail, static not ALLCAPS, needed private ctor. | jesus m. rodriguez | 2009-12-09 | 1 | -4/+22 | |
| | ||||||
* | checkstyle: header fail | jesus m. rodriguez | 2009-12-09 | 1 | -1/+2 | |
| | ||||||
* | checkstyle: whitespace around equals | jesus m. rodriguez | 2009-12-09 | 4 | -7/+7 | |
| | ||||||
* | checkstyle: fix @param tags | jesus m. rodriguez | 2009-12-09 | 6 | -6/+7 | |
| | ||||||
* | checkstyle: add header | jesus m. rodriguez | 2009-12-09 | 2 | -2/+28 | |
| | ||||||
* | checkstyle: line longer than 92 characters shortened. | jesus m. rodriguez | 2009-12-09 | 3 | -7/+10 | |
| | ||||||
* | checkstyle: add Red Hat header | jesus m. rodriguez | 2009-12-09 | 1 | -0/+17 | |
| | ||||||
* | checkstyle: fix whitespace around = | jesus m. rodriguez | 2009-12-09 | 2 | -6/+7 | |
| | ||||||
* | checkstyle fix part deux | jesus m. rodriguez | 2009-12-09 | 8 | -67/+95 | |
| | ||||||
* | checkstyle fixes | jesus m. rodriguez | 2009-12-09 | 5 | -7/+57 | |
| | ||||||
* | Stop creating/dropping db schema in production. (oops) | Devan Goodwin | 2009-12-09 | 1 | -3/+2 | |
| | | | | | | | | Also assuming PostgreSQL user of "candlepin" with no password. Using a pg_hba.conf like: local all all trust host all all 127.0.0.1/32 trust | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Devan Goodwin | 2009-12-08 | 1 | -1/+8 | |
|\ | ||||||
| * | guice injector is now being initialized with jpa persisence in servlet ↵ | Dmitri Dolguikh | 2009-12-08 | 1 | -1/+8 | |
| | | | | | | | | environment | |||||
* | | Add postgresql run dep. | Devan Goodwin | 2009-12-08 | 1 | -2/+2 | |
|/ | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-08 | 7 | -7/+258 | |
|\ | ||||||
| * | Merge branch 'master' into cert_model | Adrian Likins | 2009-12-08 | 5 | -4/+68 | |
| |\ | ||||||
| * | | cert owner was populated by addProducts, move that code into addOwner | Adrian Likins | 2009-12-08 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | so we can use it to create a cert blob. Needs to change when auth comes into play anyway. | |||||
| * | | get to the real error, comment out broke debug | Adrian Likins | 2009-12-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Attempt to save the cert blob via the CertificateCurator and the model | Adrian Likins | 2009-12-08 | 2 | -2/+20 | |
| | | | ||||||
| * | | Merge branch 'master' into cert_model | Adrian Likins | 2009-12-08 | 7 | -29/+76 | |
| |\ \ | ||||||
| * | | | Add CertificateCurator | Adrian Likins | 2009-12-08 | 1 | -0/+8 | |
| | | | | ||||||
| * | | | Merge branch 'master' into cert_model | Adrian Likins | 2009-12-08 | 15 | -161/+273 | |
| |\ \ \ | ||||||
| * | | | | Couple of test cases for Certificate model | Adrian Likins | 2009-12-07 | 1 | -2/+44 | |
| | | | | | ||||||
| * | | | | Delete Certificate data before Owner data | Adrian Likins | 2009-12-07 | 1 | -4/+6 | |
| | | | | | ||||||
| * | | | | Add a Certificate model and test cases.HEADcert_model | Adrian Likins | 2009-12-07 | 4 | -1/+181 | |
| | | | | | ||||||
* | | | | | updated servlet guice configuration to use JPA | Dmitri Dolguikh | 2009-12-08 | 1 | -0/+4 | |
| |_|_|/ |/| | | | ||||||
* | | | | updated web.xml to use the correct guice configuration | Dmitri Dolguikh | 2009-12-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | and another build dependency - servlet-api.jar | Dmitri Dolguikh | 2009-12-08 | 2 | -1/+2 | |
| | | | | ||||||
* | | | | build updates: forgot to include dependency on guice-servlet | Dmitri Dolguikh | 2009-12-08 | 2 | -1/+3 | |
| | | | | ||||||
* | | | | updated build.properties to include jersey-guice dependencies | Dmitri Dolguikh | 2009-12-08 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | guice integration with jersey | Dmitri Dolguikh | 2009-12-08 | 4 | -5/+64 | |
| |_|/ |/| | | ||||||
* | | | Forgot commons-codec in test jar deps. | Devan Goodwin | 2009-12-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Use owner from cert during upload, or create if new. | Devan Goodwin | 2009-12-08 | 2 | -13/+17 | |
| | | | ||||||
* | | | Complete CertificateResource db-ification. | Devan Goodwin | 2009-12-08 | 6 | -17/+60 | |
| |/ |/| | ||||||
* | | Fix broken compile. | Devan Goodwin | 2009-12-08 | 4 | -12/+20 | |
| | | ||||||
* | | Disabling test until we're ready for it. | Devan Goodwin | 2009-12-08 | 1 | -2/+2 | |
| | | ||||||
* | | Rename *Repository to *Curator. | Devan Goodwin | 2009-12-08 | 9 | -43/+43 | |
| | | | | | | | | | | | | Repository is expected to be too confusing with other projects and concepts, decided to go with a more unique name for our objects we use to interact with the domain model. | |||||
* | | Moving towards creation of products/pools during cert upload. | Devan Goodwin | 2009-12-08 | 4 | -78/+69 | |
| | | ||||||
* | | Test certificate resource created entitlement pools. (currently fails) | Devan Goodwin | 2009-12-08 | 3 | -1/+88 | |
| | | ||||||
* | | OwnerTest now uses db | Dmitri Dolguikh | 2009-12-07 | 3 | -30/+56 | |
|/ | ||||||
* | added curator class for Owner modelmaster | Dmitri Dolguikh | 2009-12-07 | 1 | -0/+16 | |
| | ||||||
* | Change consumer hierarchy to use join column instead of join table. | Devan Goodwin | 2009-12-07 | 2 | -7/+67 | |
| | ||||||
* | Change consumer -> consumer info relationship. | Devan Goodwin | 2009-12-07 | 3 | -4/+13 | |
| | | | | | | | Previously was using the PrimaryKeyJoinColumn where the consumer and it's info both had exactly the same ID. This made it appear as if the info was disjoint in an ERD however. Changing to a more normal join column. | |||||
* | Start testing the CertificateResource. | Devan Goodwin | 2009-12-05 | 8 | -15/+122 | |
| |