summaryrefslogtreecommitdiffstats
path: root/proxy
Commit message (Collapse)AuthorAgeFilesLines
...
* get ivy to work from local dirjesus m. rodriguez2009-12-092-1/+10
|
* checkstyle: fix @return tagjesus m. rodriguez2009-12-091-1/+7
|
* checkstyle: name refactoringjesus m. rodriguez2009-12-091-6/+3
|
* checkstyle: remove _ from variable names, use camelCasejesus m. rodriguez2009-12-091-6/+5
|
* checkstyle: unused importjesus m. rodriguez2009-12-091-2/+0
|
* checkstyle: more header fixesjesus m. rodriguez2009-12-092-2/+2
|
* checkstyle: header fail, static not ALLCAPS, needed private ctor.jesus m. rodriguez2009-12-091-4/+22
|
* checkstyle: header failjesus m. rodriguez2009-12-091-1/+2
|
* checkstyle: whitespace around equalsjesus m. rodriguez2009-12-094-7/+7
|
* checkstyle: fix @param tagsjesus m. rodriguez2009-12-096-6/+7
|
* checkstyle: add headerjesus m. rodriguez2009-12-092-2/+28
|
* checkstyle: line longer than 92 characters shortened.jesus m. rodriguez2009-12-093-7/+10
|
* checkstyle: add Red Hat headerjesus m. rodriguez2009-12-091-0/+17
|
* checkstyle: fix whitespace around =jesus m. rodriguez2009-12-092-6/+7
|
* checkstyle fix part deuxjesus m. rodriguez2009-12-098-67/+95
|
* checkstyle fixesjesus m. rodriguez2009-12-095-7/+57
|
* Stop creating/dropping db schema in production. (oops)Devan Goodwin2009-12-091-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/candlepinDevan Goodwin2009-12-081-1/+8
|\
| * guice injector is now being initialized with jpa persisence in servlet ↵Dmitri Dolguikh2009-12-081-1/+8
| | | | | | | | environment
* | Add postgresql run dep.Devan Goodwin2009-12-081-2/+2
|/
* Merge branch 'master' of ssh://git.fedorahosted.org/git/candlepinDmitri Dolguikh2009-12-087-7/+258
|\
| * Merge branch 'master' into cert_modelAdrian Likins2009-12-085-4/+68
| |\
| * | cert owner was populated by addProducts, move that code into addOwnerAdrian Likins2009-12-081-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 debugAdrian Likins2009-12-081-1/+1
| | |
| * | 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-087-29/+76
| |\ \
| * | | 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
| | | |
* | | | and another build dependency - servlet-api.jarDmitri Dolguikh2009-12-082-1/+2
| | | |
* | | | build updates: forgot to include dependency on guice-servletDmitri Dolguikh2009-12-082-1/+3
| | | |
* | | | updated build.properties to include jersey-guice dependenciesDmitri Dolguikh2009-12-081-1/+1
| | | |
* | | | guice integration with jerseyDmitri Dolguikh2009-12-084-5/+64
| |_|/ |/| |
* | | Forgot commons-codec in test jar deps.Devan Goodwin2009-12-081-1/+1
| | |
* | | Use owner from cert during upload, or create if new.Devan Goodwin2009-12-082-13/+17
| | |
* | | Complete CertificateResource db-ification.Devan Goodwin2009-12-086-17/+60
| |/ |/|
* | 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-058-15/+122
|