Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Add new Guice jars to build/test process. | Devan Goodwin | 2009-12-04 | 2 | -2/+4 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Fix ivy.xml refs to some new dependency versions. | Devan Goodwin | 2009-12-04 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | yet another file I missed | Dmitri Dolguikh | 2009-12-04 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-04 | 2 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Switch ivy repo to a new temporary location. | Devan Goodwin | 2009-12-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just need to get ahold of Jesus to add deps to the official one. | |||||
| * | | | | | | | | | | | | | | Remove some println's from CertTest. | Devan Goodwin | 2009-12-04 | 1 | -17/+17 | |
| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | updated build dependencies | Dmitri Dolguikh | 2009-12-04 | 1 | -0/+10 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | 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 | 17 | -60/+157 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Fix ant gen-schema to generate for PostgreSQL, not HSQLDB. | Devan Goodwin | 2009-12-04 | 3 | -18/+24 | |
| | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |