Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | I don't like whitespace at the end of the line | jesus m. rodriguez | 2009-07-15 | 1 | -2/+2 | |
| | ||||||
* | added test list methods to determine best course of action for JSONifying lists | jesus m. rodriguez | 2009-07-14 | 6 | -3/+140 | |
| | ||||||
* | add JAXB annotations | jesus m. rodriguez | 2009-07-13 | 1 | -0/+6 | |
| | ||||||
* | add toString to User | jesus m. rodriguez | 2009-07-13 | 1 | -0/+7 | |
| | ||||||
* | create a ConsumerApi test and move the test method out of ApiTest | jesus m. rodriguez | 2009-07-13 | 2 | -14/+47 | |
| | ||||||
* | refactor UserApi to be based on BaseApi | jesus m. rodriguez | 2009-07-10 | 5 | -28/+37 | |
| | ||||||
* | change post to create, return json instead of plain text | jesus m. rodriguez | 2009-07-10 | 1 | -11/+10 | |
| | ||||||
* | change to ask for json | jesus m. rodriguez | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | small fix to remove a warning | jesus m. rodriguez | 2009-07-10 | 1 | -2/+2 | |
| | ||||||
* | more better xml annotations and making BaseApi more generic | Mike McCune | 2009-07-10 | 11 | -39/+99 | |
| | ||||||
* | add checkstyle in | jesus m. rodriguez | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | remove unused methods | jesus m. rodriguez | 2009-07-10 | 1 | -64/+0 | |
| | ||||||
* | added unit test for ObjectFactory | jesus m. rodriguez | 2009-07-10 | 2 | -9/+114 | |
| | ||||||
* | remove stringtree-json | jesus m. rodriguez | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | remove test Hello class. | jesus m. rodriguez | 2009-07-10 | 3 | -37/+1 | |
| | ||||||
* | fix the checkstyle errors | jesus m. rodriguez | 2009-07-10 | 1 | -2/+9 | |
| | ||||||
* | add json support to model objects & add userapi | jesus m. rodriguez | 2009-07-10 | 7 | -8/+34 | |
| | ||||||
* | get more debug information from jersey | jesus m. rodriguez | 2009-07-10 | 2 | -0/+13 | |
| | ||||||
* | adding the right version of jersey-json (1.1.0-ea) | jesus m. rodriguez | 2009-07-10 | 1 | -1/+1 | |
| | ||||||
* | json output! | Mike McCune | 2009-07-09 | 3 | -4/+7 | |
| | ||||||
* | adding some basic API stuff for our model classes | Mike McCune | 2009-07-09 | 15 | -35/+436 | |
| | | | | | Added a BaseApi class that allows some free basic code to other classes that want to be able to be manipulated with REST. | |||||
* | upgrade to jettison 1.1 | jesus m. rodriguez | 2009-07-09 | 1 | -1/+1 | |
| | ||||||
* | first cut at UserApi | jesus m. rodriguez | 2009-07-09 | 8 | -5/+150 | |
| | ||||||
* | need json jars | jesus m. rodriguez | 2009-07-09 | 1 | -10/+3 | |
| | ||||||
* | adding json required jars | jesus m. rodriguez | 2009-07-09 | 1 | -0/+2 | |
| | ||||||
* | remove the evil tab characters | jesus m. rodriguez | 2009-07-08 | 10 | -517/+517 | |
| | ||||||
* | change checkstyle rules | jesus m. rodriguez | 2009-07-08 | 1 | -1/+1 | |
| | ||||||
* | my deploy script. Needs major cleanage, but it's a start. | jesus m. rodriguez | 2009-07-07 | 1 | -0/+4 | |
| | ||||||
* | moved the scripts directory to buildconf since that is where they are used. | jesus m. rodriguez | 2009-06-26 | 4 | -2/+2 | |
| | ||||||
* | add comment about the init-param | jesus m. rodriguez | 2009-06-26 | 1 | -0/+1 | |
| | ||||||
* | first cut at an API layer and some auth | Mike McCune | 2009-06-26 | 9 | -8/+847 | |
| | ||||||
* | GET & POST methods work. | jesus m. rodriguez | 2009-06-26 | 3 | -0/+52 | |
| | | | | Use test-connection.py MSG to test the api interaction. | |||||
* | remove unused import | jesus m. rodriguez | 2009-06-26 | 1 | -5/+2 | |
| | ||||||
* | added missing jars | jesus m. rodriguez | 2009-06-26 | 2 | -7/+7 | |
| | ||||||
* | adding eclipse setup files | jesus m. rodriguez | 2009-06-26 | 6 | -0/+375 | |
| | ||||||
* | add gen-dot-classpath and cleanup hibernate tasks | jesus m. rodriguez | 2009-06-26 | 2 | -23/+90 | |
| | ||||||
* | add ant-contrib back | jesus m. rodriguez | 2009-06-26 | 1 | -1/+1 | |
| | ||||||
* | remove RhnCustomFormatter reference | jesus m. rodriguez | 2009-06-26 | 1 | -2/+0 | |
| | ||||||
* | uneeded import | Mike McCune | 2009-06-25 | 1 | -3/+0 | |
| | ||||||
* | adding java model code | Mike McCune | 2009-06-25 | 9 | -0/+745 | |
| | ||||||
* | change run.jar.dependencies to be only the jars we need | jesus m. rodriguez | 2009-06-25 | 1 | -3/+2 | |
| | ||||||
* | adding reveng to build.xml | Mike McCune | 2009-06-25 | 3 | -0/+56 | |
| | ||||||
* | cleanup of build files. | jesus m. rodriguez | 2009-06-25 | 5 | -31/+70 | |
| | | | | | | | | rename candlepin-home to candlepin.home. removed basedir from <project ...> entry so that it defaults to basedir of the build.xml file. This was needed because we switched to build.properties so what used to be set via property ... location= no longer worked. commented out currently unneeded jars from ivy.xml | |||||
* | handle jar entries that were commented out. | jesus m. rodriguez | 2009-06-25 | 1 | -4/+3 | |
| | ||||||
* | model generation in sqlalchemy | Mike McCune | 2009-06-25 | 2 | -0/+60 | |
| | ||||||
* | use ant.project.name instead of hardcoding candlepin everywhere. | jesus m. rodriguez | 2009-06-25 | 2 | -76/+76 | |
| | ||||||
* | change more rhn -> candlepin | jesus m. rodriguez | 2009-06-24 | 1 | -5/+5 | |
| | ||||||
* | put Hello in a package :) | jesus m. rodriguez | 2009-06-24 | 1 | -0/+2 | |
| | ||||||
* | fix buildjar path | jesus m. rodriguez | 2009-06-24 | 1 | -10/+10 | |
| | ||||||
* | remove ant-contrib definition of 'for' task | jesus m. rodriguez | 2009-06-24 | 1 | -5/+0 | |
| |