summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/org
Commit message (Collapse)AuthorAgeFilesLines
* Add a Certificate model and test cases.HEADcert_modelAdrian Likins2009-12-074-1/+181
|
* 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-072-3/+12
| | | | | | | 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-056-9/+120
|
* 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-0433-133/+120
|
* Guice configuration for testingDmitri Dolguikh2009-12-041-0/+17
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-0415-43/+134
|\
| * Fix ant gen-schema to generate for PostgreSQL, not HSQLDB.Devan Goodwin2009-12-041-1/+1
| |
| * 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-035-54/+154
| |\ | | | | | | | | | | | | 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-022-12/+42
|/
* 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-307-29/+68
|
* Consumer.type should be a required column.Devan Goodwin2009-11-275-5/+26
|
* Map consumed products.Devan Goodwin2009-11-273-44/+84
|
* Map ConsumerInfo.Devan Goodwin2009-11-278-35/+124
| | | | | | The map of properties was quite a challenge to get mapped with JPA annotations, in the end had to fall back to some Hibernate specific annotations.
* Start testing Consumer and ConsumerType.Devan Goodwin2009-11-261-4/+19
|
* Move ConsumerType from ConsumerInfo to Consumer itself.Devan Goodwin2009-11-2610-56/+46
| | | | | | | Having this object on the info rather than the consumer itself started looking incorrect. Type is likely required, info is not and by default may be empty. Feels very much like something that should be defined on the consumer itself.
* Begin mapping Consumer to database.Devan Goodwin2009-11-2613-100/+189
| | | | | | Implications to a lot of other areas outside the model. Currently one test still failing, will be fixed soon.
* Test Product hierarchy cascading.Devan Goodwin2009-11-251-5/+30
|
* Fix a ProductTest.Devan Goodwin2009-11-251-2/+2
|
* Clean DB objects after every test.Devan Goodwin2009-11-253-43/+57
| | | | | Previous method of specifying what you'd like cleaned up wasn't working out so hot.
* Map Product hierarchy, improve unit test db cleanup.Devan Goodwin2009-11-256-16/+98
|
* Drop Product UUID.Devan Goodwin2009-11-247-44/+12
|
* Move Product annotations onto fields instead of getters.Devan Goodwin2009-11-242-14/+20
| | | | Seems like a more consistent way to do this.
* Annotate Owner object for database mapping.Devan Goodwin2009-11-246-65/+118
|
* Drop ApiHandler and ApiTest.Devan Goodwin2009-11-242-176/+0
| | | | Not used.
* Cleanup test transaction management.Devan Goodwin2009-11-242-23/+37
|
* Minor code cleanup.Devan Goodwin2009-11-232-6/+4
|
* uploading and get of sat certjesus m. rodriguez2009-11-181-7/+23
|
* remove unused test-connection, fix userapijesus m. rodriguez2009-11-181-2/+5
|