summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Collapse)AuthorAgeFilesLines
* Add hibernate annotations for Attribute classattrAdrian Likins2010-01-124-6/+105
| | | | | | add Attribute test cases modify EntitlementPool and Product to use Attribute class
* Start sketching out the Enforcer interface.Devan Goodwin2010-01-124-0/+118
|
* Updating .project to what buildr generates.Devan Goodwin2010-01-121-21/+10
|
* Update the tomcat deploy script to use new buildr setup.Devan Goodwin2010-01-121-4/+4
|
* Add Attribute class.Devan Goodwin2010-01-123-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 Dolguikh2010-01-124-85/+46
| | | | passed in
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2010-01-122-114/+0
|\
| * remove our attempt at using python as our DDLjesus m. rodriguez2010-01-112-114/+0
| |
* | removed unused importsDmitri Dolguikh2010-01-1111-54/+33
|/
* renamed ConsumerInfo to ConsumerFactDmitri Dolguikh2010-01-088-33/+30
|
* let folks know to use buildr instead, of ant.jesus m. rodriguez2010-01-061-1/+9
|
* added schema generation task to buildrDmitri Dolguikh2010-01-041-2/+31
|
* brought in changes from masterDmitri Dolguikh2009-12-3132-77/+10
|
* move from code/src/ -> src/main/javajesus m. rodriguez2009-12-311-0/+0
|
* add GUICE dependenciesjesus m. rodriguez2009-12-311-2/+7
|
* Add a few missing buildr deps for testing.Devan Goodwin2009-12-311-1/+6
|
* move src to proper locationjesus m. rodriguez2009-12-311-0/+0
|
* moved new resource to proper locationjesus m. rodriguez2009-12-311-0/+0
|
* moved newly add code to src/main/java, updated depsjesus m. rodriguez2009-12-3110-4/+9
|
* test resourcesjesus m. rodriguez2009-12-312-0/+65
|
* add proper dependenciesjesus m. rodriguez2009-12-311-4/+16
|
* put the tests back in .test packagejesus m. rodriguez2009-12-3116-21/+30
|
* reorganize the tree for use with buildrjesus m. rodriguez2009-12-3140-10/+62
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-2210-16/+39
|\
| * Increment db sequences by one instead of 50.Devan Goodwin2009-12-189-9/+9
| | | | | | | | Nooo idea why Hibernate/JPA wants to default to 50 but anyhow.
| * Use difference sequences for each table.Devan Goodwin2009-12-1810-10/+28
| | | | | | | | Previously was only using one, which is a little strange.
| * Fix consumer type ID issue.Devan Goodwin2009-12-182-8/+13
| |
* | client and server certificates and tomcat's server.xml config file for ssl ↵Dmitri Dolguikh2009-12-224-0/+169
|/ | | | certificate-based authentication
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-1718-187/+360
|\ | | | | | | | | Conflicts: proxy/code/src/org/fedoraproject/candlepin/resource/test/EntitlementResourceTest.java
| * End-to-end consume an entitlement use case working.Devan Goodwin2009-12-166-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 Goodwin2009-12-145-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 Goodwin2009-12-142-1/+12
| |
| * Fix consumer creation API to take a type by label and look it up.Devan Goodwin2009-12-145-10/+26
| |
| * Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDevan Goodwin2009-12-142-4/+10
| |\
| * | Ensure entitlement increases current members in the pool.Devan Goodwin2009-12-141-0/+3
| | |
| * | Test entitlement expiry and single pool per product/owner.Devan Goodwin2009-12-113-17/+34
| | |
| * | Text entitlement max membership.Devan Goodwin2009-12-111-26/+34
| | |
| * | Implement simple entitlement consumption.Devan Goodwin2009-12-116-104/+181
| | | | | | | | | | | | Still needs some cleanup, testing, and edge case handling.
* | | updated tests to use guice, warp-persist and actual dbDmitri Dolguikh2009-12-1730-207/+319
| |/ |/|
* | @Ignore webapp based test for now. They probably need to move to a different ↵Adrian Likins2009-12-112-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 Goodwin2009-12-111-0/+3
|
* Add unique constraints on the consumed products table.Devan Goodwin2009-12-112-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 Goodwin2009-12-104-33/+59
|
* Re-add Consumer UUID field.Devan Goodwin2009-12-104-1/+18
| | | | | Will be important for allowing consumers to know if they're already "registered" with the entitlement server.
* fix typo in build propertiesAdrian Likins2009-12-101-1/+1
|
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-101-1/+3
|\
| * default test output format to xml for hudsonAdrian Likins2009-12-101-1/+3
| |
* | guice now properly injects dependencies into ResourcesDmitri Dolguikh2009-12-107-58/+52
|/
* use /usr/share/java by defaultjesus m. rodriguez2009-12-101-2/+1
|
* remove unused codejesus m. rodriguez2009-12-091-3/+0
|