Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | 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 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | get ivy to work from local dir | jesus m. rodriguez | 2009-12-09 | 2 | -1/+10 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: fix @return tag | jesus m. rodriguez | 2009-12-09 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: name refactoring | jesus m. rodriguez | 2009-12-09 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: remove _ from variable names, use camelCase | jesus m. rodriguez | 2009-12-09 | 1 | -6/+5 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: unused import | jesus m. rodriguez | 2009-12-09 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: more header fixes | jesus m. rodriguez | 2009-12-09 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: header fail, static not ALLCAPS, needed private ctor. | jesus m. rodriguez | 2009-12-09 | 1 | -4/+22 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: header fail | jesus m. rodriguez | 2009-12-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: whitespace around equals | jesus m. rodriguez | 2009-12-09 | 4 | -7/+7 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: fix @param tags | jesus m. rodriguez | 2009-12-09 | 6 | -6/+7 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: add header | jesus m. rodriguez | 2009-12-09 | 2 | -2/+28 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: line longer than 92 characters shortened. | jesus m. rodriguez | 2009-12-09 | 3 | -7/+10 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: add Red Hat header | jesus m. rodriguez | 2009-12-09 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle: fix whitespace around = | jesus m. rodriguez | 2009-12-09 | 2 | -6/+7 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle fix part deux | jesus m. rodriguez | 2009-12-09 | 8 | -67/+95 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | checkstyle fixes | jesus m. rodriguez | 2009-12-09 | 5 | -7/+57 | |
| | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Stop creating/dropping db schema in production. (oops) | Devan Goodwin | 2009-12-09 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also assuming PostgreSQL user of "candlepin" with no password. Using a pg_hba.conf like: local all all trust host all all 127.0.0.1/32 trust | |||||
* | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Devan Goodwin | 2009-12-08 | 1 | -1/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | guice injector is now being initialized with jpa persisence in servlet ↵ | Dmitri Dolguikh | 2009-12-08 | 1 | -1/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment | |||||
* | | | | | | | | | | | | | | | Add postgresql run dep. | Devan Goodwin | 2009-12-08 | 1 | -2/+2 | |
|/ / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepin | Dmitri Dolguikh | 2009-12-08 | 7 | -7/+258 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into cert_model | Adrian Likins | 2009-12-08 | 5 | -4/+68 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | cert owner was populated by addProducts, move that code into addOwner | Adrian Likins | 2009-12-08 | 1 | -10/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | so we can use it to create a cert blob. Needs to change when auth comes into play anyway. | |||||
| * | | | | | | | | | | | | | | | get to the real error, comment out broke debug | Adrian Likins | 2009-12-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | Attempt to save the cert blob via the CertificateCurator and the model | Adrian Likins | 2009-12-08 | 2 | -2/+20 | |
| | | | | | | | | | | | | | | | |