Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | 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 | 5 | -28/+74 | |
| |\ \ | ||||||
| * | | | 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 | |
| | | | | ||||||
* | | | | guice integration with jersey | Dmitri Dolguikh | 2009-12-08 | 3 | -5/+57 | |
| |_|/ |/| | | ||||||
* | | | 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 | 5 | -17/+59 | |
| |/ |/| | ||||||
* | | 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 | 7 | -11/+122 | |
| | ||||||
* | yet another file I missed | Dmitri Dolguikh | 2009-12-04 | 1 | -0/+11 | |
| | ||||||
* | Remove some println's from CertTest. | Devan Goodwin | 2009-12-04 | 1 | -17/+17 | |
| | ||||||
* | merge with dgoodwin's changes | Dmitri Dolguikh | 2009-12-04 | 36 | -137/+121 | |
| | ||||||
* | Guice configuration for testing | Dmitri Dolguikh | 2009-12-04 | 1 | -0/+17 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-04 | 16 | -45/+150 | |
|\ | ||||||
| * | Fix ant gen-schema to generate for PostgreSQL, not HSQLDB. | Devan Goodwin | 2009-12-04 | 2 | -3/+17 | |
| | | ||||||
| * | Remove some TODOs, no longer relevant. | Devan Goodwin | 2009-12-03 | 1 | -2/+0 | |
| | | ||||||
| * | Make owner -> user bi-directional relationship. | Devan Goodwin | 2009-12-03 | 5 | -4/+34 | |
| | | ||||||
| * | Make owner -> consumer bi-directional relationship. | Devan Goodwin | 2009-12-03 | 4 | -23/+52 | |
| | | | | | | | | | | Though you aparently still have to add the object references on both sides. :( | |||||
| * | Make consumer owner a required column. | Devan Goodwin | 2009-12-03 | 5 | -10/+16 | |
| | | ||||||
| * | Small cleanup of the Consumer -> ConsumerInfo relationship. | Devan Goodwin | 2009-12-03 | 3 | -4/+8 | |
| | | ||||||
| * | add fk's for cp_consumer_products and cp_consumer_entitlements | Adrian Likins | 2009-12-03 | 1 | -2/+4 | |
| | | ||||||
| * | Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/candlepin | Adrian Likins | 2009-12-03 | 6 | -57/+155 | |
| |\ | | | | | | | | | | | | | Conflicts: proxy/code/src/org/fedoraproject/candlepin/model/Consumer.java | |||||
| * | | add annotations for ForeignKeys, so the names are quite as ugly as the | Adrian Likins | 2009-12-03 | 6 | -1/+23 | |
| | | | | | | | | | | | | | | | autogenerated ones which are something along the lines of "FKEF232442242" | |||||
* | | | added guice ioc and support for transactions via warp-persist | Dmitri Dolguikh | 2009-12-04 | 4 | -23/+50 | |
| |/ |/| | ||||||
* | | Map Consumer entitlements. | Devan Goodwin | 2009-12-03 | 5 | -37/+95 | |
| | | ||||||
* | | Fix bad Consumer to Product mapping. | Devan Goodwin | 2009-12-02 | 2 | -8/+20 | |
| | | | | | | | | Should be ManyToMany, not OneToMany. Doh! | |||||
* | | Map Consumer hierarchy. | Devan Goodwin | 2009-12-02 | 3 | -15/+43 | |
|/ | ||||||
* | repositories no longer rely on hibernatesession, use entitymanager instead | Dmitri Dolguikh | 2009-12-02 | 4 | -17/+23 | |
| | ||||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-02 | 14 | -162/+103 | |
|\ | ||||||
| * | Remove the now obsolete BaseModel class. | Devan Goodwin | 2009-12-01 | 9 | -142/+15 | |
| | | ||||||
| * | Map the User class to the database. | Devan Goodwin | 2009-12-01 | 4 | -11/+88 | |
| | | ||||||
| * | Cleanup some unused imports. | Devan Goodwin | 2009-12-01 | 4 | -9/+0 | |
| | | ||||||
* | | first stab at persisting of Consumer object in a real db | Dmitri Dolguikh | 2009-12-02 | 5 | -15/+99 | |
|/ | ||||||
* | Remove Entitlement.childEntitlements. | Devan Goodwin | 2009-12-01 | 2 | -27/+1 | |
| | | | | | Don't think we'll need an entitlement hierarchy. Entitlements already map to pools which map to products, these are in a hierarchy already. | |||||
* | Map Entitlement, add some non-nullable columns, etc. | Devan Goodwin | 2009-12-01 | 5 | -13/+156 | |
| | ||||||
* | Map EntitlementPool class to database. | Devan Goodwin | 2009-11-30 | 8 | -29/+72 | |
| | ||||||
* | Consumer.type should be a required column. | Devan Goodwin | 2009-11-27 | 5 | -5/+26 | |
| |