[root]/continuum-xmlrpc/src/test/java/org/apache/maven/continuum/xmlrpc
more role hints
1 lines of code changed in:
Update license
28 lines of code changed in:
rename ContinuumProject to Project
1 lines of code changed in:
remove some unused fields to push towards new model
1 lines of code changed in:
replacement model and tests. Have commented out some tests that address the old model in the core until I can migrate it in
9 lines of code changed in:
o Cleaning up a bit, preparing for next round of changes.
- Removing scmUrl from the project construction in the test cases.
o Adding actions to validate and store the project groups.
1 lines of code changed in:
o Using continuum-test.
16 lines of code changed in:
Doing some refactoring, making all methods in the Store return the object added
instead of it's key.
4 lines of code changed in:
o Setting svn:eol-style=native and svn:keywords="Author Date Id Revision".
0 lines of code changed in:
o Overall cleanup of the core. Removing the state field from ContinuumProject.
This should effectively resolve CONTINUUM-170: "project can get stuck in the
updating state" as there is no state to get stuck in. Still probably need
better error handling so I'm leaving it open.
o Adding a simple test for the XmlRpc interface to make easier to test it.
o Fixing CONTINUUM-168: "Store should only deal in terms of model entities".
189 lines of code changed in:
Cleanup and overhaul of Continuum that was possible after the latest JDO and
JPOX changes.
o Removing ContinuumProject.configuration. This had a pretty big impact a few
places but made stuff much cleaner. Removed *lots* of Properties imports :)
o Made the XML-RPC interface deal in terms of MavenOneProject, MavenTwoProject,
AntProject and ShellProject objects instead of ContinuumProject objects.
o Reenabling all integration tests.
33 lines of code changed in:
o Adding support for populating a bean from a Hashtable.
36 lines of code changed in:
o Setting svn:keywords=Id on all Java, XML and Velocity files.
0 lines of code changed in: