summaryrefslogtreecommitdiffstats
path: root/proxy/code
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Attempt to save the cert blob via the CertificateCurator and the modelAdrian Likins2009-12-082-2/+20
| | |
| * | Merge branch 'master' into cert_modelAdrian Likins2009-12-085-28/+74
| |\ \
| * | | Add CertificateCuratorAdrian Likins2009-12-081-0/+8
| | | |
| * | | Merge branch 'master' into cert_modelAdrian Likins2009-12-0815-161/+273
| |\ \ \
| * | | | Couple of test cases for Certificate modelAdrian Likins2009-12-071-2/+44
| | | | |
| * | | | Delete Certificate data before Owner dataAdrian Likins2009-12-071-4/+6
| | | | |
| * | | | Add a Certificate model and test cases.HEADcert_modelAdrian Likins2009-12-074-1/+181
| | | | |
* | | | | updated servlet guice configuration to use JPADmitri Dolguikh2009-12-081-0/+4
| |_|_|/ |/| | |
* | | | updated web.xml to use the correct guice configurationDmitri Dolguikh2009-12-081-1/+1
| | | |
* | | | guice integration with jerseyDmitri Dolguikh2009-12-083-5/+57
| |_|/ |/| |
* | | Use owner from cert during upload, or create if new.Devan Goodwin2009-12-082-13/+17
| | |
* | | Complete CertificateResource db-ification.Devan Goodwin2009-12-085-17/+59
| |/ |/|
* | Fix broken compile.Devan Goodwin2009-12-084-12/+20
| |
* | Disabling test until we're ready for it.Devan Goodwin2009-12-081-2/+2
| |
* | Rename *Repository to *Curator.Devan Goodwin2009-12-089-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 Goodwin2009-12-084-78/+69
| |
* | Test certificate resource created entitlement pools. (currently fails)Devan Goodwin2009-12-083-1/+88
| |
* | OwnerTest now uses dbDmitri Dolguikh2009-12-073-30/+56
|/
* added curator class for Owner modelmasterDmitri Dolguikh2009-12-071-0/+16
|
* Change consumer hierarchy to use join column instead of join table.Devan Goodwin2009-12-072-7/+67
|
* Change consumer -> consumer info relationship.Devan Goodwin2009-12-073-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 Goodwin2009-12-057-11/+122
|
* yet another file I missedDmitri Dolguikh2009-12-041-0/+11
|
* Remove some println's from CertTest.Devan Goodwin2009-12-041-17/+17
|
* merge with dgoodwin's changesDmitri Dolguikh2009-12-0436-137/+121
|
* Guice configuration for testingDmitri Dolguikh2009-12-041-0/+17
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0416-45/+150
|\
| * Fix ant gen-schema to generate for PostgreSQL, not HSQLDB.Devan Goodwin2009-12-042-3/+17
| |
| * Remove some TODOs, no longer relevant.Devan Goodwin2009-12-031-2/+0
| |
| * Make owner -> user bi-directional relationship.Devan Goodwin2009-12-035-4/+34
| |
| * Make owner -> consumer bi-directional relationship.Devan Goodwin2009-12-034-23/+52
| | | | | | | | | | Though you aparently still have to add the object references on both sides. :(
| * Make consumer owner a required column.Devan Goodwin2009-12-035-10/+16
| |
| * Small cleanup of the Consumer -> ConsumerInfo relationship.Devan Goodwin2009-12-033-4/+8
| |
| * add fk's for cp_consumer_products and cp_consumer_entitlementsAdrian Likins2009-12-031-2/+4
| |
| * Merge branch 'master' of ssh://alikins@git.fedorahosted.org/git/candlepinAdrian Likins2009-12-036-57/+155
| |\ | | | | | | | | | | | | Conflicts: proxy/code/src/org/fedoraproject/candlepin/model/Consumer.java
| * | add annotations for ForeignKeys, so the names are quite as ugly as theAdrian Likins2009-12-036-1/+23
| | | | | | | | | | | | | | | autogenerated ones which are something along the lines of "FKEF232442242"
* | | added guice ioc and support for transactions via warp-persistDmitri Dolguikh2009-12-044-23/+50
| |/ |/|
* | Map Consumer entitlements.Devan Goodwin2009-12-035-37/+95
| |
* | Fix bad Consumer to Product mapping.Devan Goodwin2009-12-022-8/+20
| | | | | | | | Should be ManyToMany, not OneToMany. Doh!
* | Map Consumer hierarchy.Devan Goodwin2009-12-023-15/+43
|/
* repositories no longer rely on hibernatesession, use entitymanager insteadDmitri Dolguikh2009-12-024-17/+23
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0214-162/+103
|\
| * Remove the now obsolete BaseModel class.Devan Goodwin2009-12-019-142/+15
| |
| * Map the User class to the database.Devan Goodwin2009-12-014-11/+88
| |
| * Cleanup some unused imports.Devan Goodwin2009-12-014-9/+0
| |
* | first stab at persisting of Consumer object in a real dbDmitri Dolguikh2009-12-025-15/+99
|/
* Remove Entitlement.childEntitlements.Devan Goodwin2009-12-012-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 Goodwin2009-12-015-13/+156
|
* Map EntitlementPool class to database.Devan Goodwin2009-11-308-29/+72
|
* Consumer.type should be a required column.Devan Goodwin2009-11-275-5/+26
|