Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hibernate annotations for Attribute classattr | Adrian Likins | 2010-01-12 | 4 | -6/+105 |
| | | | | | | add Attribute test cases modify EntitlementPool and Product to use Attribute class | ||||
* | Start sketching out the Enforcer interface. | Devan Goodwin | 2010-01-12 | 4 | -0/+118 |
| | |||||
* | Updating .project to what buildr generates. | Devan Goodwin | 2010-01-12 | 1 | -21/+10 |
| | |||||
* | Update the tomcat deploy script to use new buildr setup. | Devan Goodwin | 2010-01-12 | 1 | -4/+4 |
| | |||||
* | Add Attribute class. | Devan Goodwin | 2010-01-12 | 3 | -36/+65 |
| | | | | | | Attributes will represent hints on Products and EntitlementPools indicating what conditions must be satisfied for the entitlement to be granted. | ||||
* | Consumer is now being created in ConsumerResource with all meta-data that is ↵ | Dmitri Dolguikh | 2010-01-12 | 4 | -85/+46 |
| | | | | passed in | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2010-01-12 | 2 | -114/+0 |
|\ | |||||
| * | remove our attempt at using python as our DDL | jesus m. rodriguez | 2010-01-11 | 2 | -114/+0 |
| | | |||||
* | | removed unused imports | Dmitri Dolguikh | 2010-01-11 | 11 | -54/+33 |
|/ | |||||
* | renamed ConsumerInfo to ConsumerFact | Dmitri Dolguikh | 2010-01-08 | 8 | -33/+30 |
| | |||||
* | let folks know to use buildr instead, of ant. | jesus m. rodriguez | 2010-01-06 | 1 | -1/+9 |
| | |||||
* | added schema generation task to buildr | Dmitri Dolguikh | 2010-01-04 | 1 | -2/+31 |
| | |||||
* | brought in changes from master | Dmitri Dolguikh | 2009-12-31 | 32 | -77/+10 |
| | |||||
* | move from code/src/ -> src/main/java | jesus m. rodriguez | 2009-12-31 | 1 | -0/+0 |
| | |||||
* | add GUICE dependencies | jesus m. rodriguez | 2009-12-31 | 1 | -2/+7 |
| | |||||
* | Add a few missing buildr deps for testing. | Devan Goodwin | 2009-12-31 | 1 | -1/+6 |
| | |||||
* | move src to proper location | jesus m. rodriguez | 2009-12-31 | 1 | -0/+0 |
| | |||||
* | moved new resource to proper location | jesus m. rodriguez | 2009-12-31 | 1 | -0/+0 |
| | |||||
* | moved newly add code to src/main/java, updated deps | jesus m. rodriguez | 2009-12-31 | 10 | -4/+9 |
| | |||||
* | test resources | jesus m. rodriguez | 2009-12-31 | 2 | -0/+65 |
| | |||||
* | add proper dependencies | jesus m. rodriguez | 2009-12-31 | 1 | -4/+16 |
| | |||||
* | put the tests back in .test package | jesus m. rodriguez | 2009-12-31 | 16 | -21/+30 |
| | |||||
* | reorganize the tree for use with buildr | jesus m. rodriguez | 2009-12-31 | 40 | -10/+62 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-22 | 10 | -16/+39 |
|\ | |||||
| * | Increment db sequences by one instead of 50. | Devan Goodwin | 2009-12-18 | 9 | -9/+9 |
| | | | | | | | | Nooo idea why Hibernate/JPA wants to default to 50 but anyhow. | ||||
| * | Use difference sequences for each table. | Devan Goodwin | 2009-12-18 | 10 | -10/+28 |
| | | | | | | | | Previously was only using one, which is a little strange. | ||||
| * | Fix consumer type ID issue. | Devan Goodwin | 2009-12-18 | 2 | -8/+13 |
| | | |||||
* | | client and server certificates and tomcat's server.xml config file for ssl ↵ | Dmitri Dolguikh | 2009-12-22 | 4 | -0/+169 |
|/ | | | | certificate-based authentication | ||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-17 | 18 | -187/+360 |
|\ | | | | | | | | | Conflicts: proxy/code/src/org/fedoraproject/candlepin/resource/test/EntitlementResourceTest.java | ||||
| * | End-to-end consume an entitlement use case working. | Devan Goodwin | 2009-12-16 | 6 | -14/+75 |
| | | | | | | | | | | Creation of the consumer still cannot accept a map of key/value pairs, but otherwise this appears to be working when hit from Python scripts. | ||||
| * | Fix consumer resource to work over REST interface. | Devan Goodwin | 2009-12-14 | 5 | -39/+74 |
| | | | | | | | | | | | | Having issues with getting data from Python test scripts through Jersey and into the Java. Currently this works but needs to have the ConsumerInfo re-added. | ||||
| * | Introduct db population script, update deploy script to create database. | Devan Goodwin | 2009-12-14 | 2 | -1/+12 |
| | | |||||
| * | Fix consumer creation API to take a type by label and look it up. | Devan Goodwin | 2009-12-14 | 5 | -10/+26 |
| | | |||||
| * | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Devan Goodwin | 2009-12-14 | 2 | -4/+10 |
| |\ | |||||
| * | | Ensure entitlement increases current members in the pool. | Devan Goodwin | 2009-12-14 | 1 | -0/+3 |
| | | | |||||
| * | | Test entitlement expiry and single pool per product/owner. | Devan Goodwin | 2009-12-11 | 3 | -17/+34 |
| | | | |||||
| * | | Text entitlement max membership. | Devan Goodwin | 2009-12-11 | 1 | -26/+34 |
| | | | |||||
| * | | Implement simple entitlement consumption. | Devan Goodwin | 2009-12-11 | 6 | -104/+181 |
| | | | | | | | | | | | | Still needs some cleanup, testing, and edge case handling. | ||||
* | | | updated tests to use guice, warp-persist and actual db | Dmitri Dolguikh | 2009-12-17 | 30 | -207/+319 |
| |/ |/| | |||||
* | | @Ignore webapp based test for now. They probably need to move to a different ↵ | Adrian Likins | 2009-12-11 | 2 | -4/+10 |
|/ | | | | | | | | target (either the python api test scripts, or a different ant target, etc) Make hudson happy hopefully. | ||||
* | Add missing @Inject on ConsumerResource. Fixes webapp deployment. | Devan Goodwin | 2009-12-11 | 1 | -0/+3 |
| | |||||
* | Add unique constraints on the consumed products table. | Devan Goodwin | 2009-12-11 | 2 | -2/+5 |
| | | | | | Kind of irrelevant as the set keeps items from being added multiple times, but just in case. | ||||
* | Hookup ConsumerResource create to database. | Devan Goodwin | 2009-12-10 | 4 | -33/+59 |
| | |||||
* | Re-add Consumer UUID field. | Devan Goodwin | 2009-12-10 | 4 | -1/+18 |
| | | | | | Will be important for allowing consumers to know if they're already "registered" with the entitlement server. | ||||
* | fix typo in build properties | Adrian Likins | 2009-12-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-10 | 1 | -1/+3 |
|\ | |||||
| * | default test output format to xml for hudson | Adrian Likins | 2009-12-10 | 1 | -1/+3 |
| | | |||||
* | | guice now properly injects dependencies into Resources | Dmitri Dolguikh | 2009-12-10 | 7 | -58/+52 |
|/ | |||||
* | use /usr/share/java by default | jesus m. rodriguez | 2009-12-10 | 1 | -2/+1 |
| | |||||
* | remove unused code | jesus m. rodriguez | 2009-12-09 | 1 | -3/+0 |
| |