o Adding missing commits list.
6 lines of code changed in:
Fixing CONTINUUM-735: XmlRpc does not expose getBuildOutput.
Submitted by Andrew Williams. Thanks for your work!
o Added getBuildOutput
o Removed all scm related code and replace with the now-compliant new code (according to the .mdo)
o Tidy intents and remove extra debug
o Fix continuum_cli.py to work with all my changes so far, removing old code that has been replaced
54 lines of code changed in:
o Cleaning up XML files.
1382 lines of code changed in:
o Excluding unnecessary jdbc dependency.
o Adding svn:ignore for the new -release directory.
20 lines of code changed in:
o Cleaning up some IDEA warnings.
100 lines of code changed in:
o Adding some security stuff.
130 lines of code changed in:
o Removing the default project group getter from the Continuum interface.
o When adding projects in the test cases and if the project doesn't already
have a project group add it to a default project group. Note that this is not
the same default group thing that was in the Continuum interface.
o When storing the project, put the stored object back into the context to make
sure that the object is persistable later (the object put back will be a
detached JDO object).
62 lines of code changed in:
o Set a default target to make the build.xml Ant 1.5 compatible.
1 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.
355 lines of code changed in:
o Storing new project groups that's found while building projects.
162 lines of code changed in:
o Using continuum-test.
20 lines of code changed in:
o Putting the backup file in the right place.
1 lines of code changed in:
o Cleaning up action execution.
64 lines of code changed in:
Doing some refactoring, making all methods in the Store return the object added
instead of it's key.
380 lines of code changed in:
o Fetching the object before using it.
7 lines of code changed in:
o Removing some debugging output and silencing some IDEA inspection comments.
10 lines of code changed in:
o Removing logging.
0 lines of code changed in:
o Removing commented out part.
1 lines of code changed in:
o Removing the generation of the JDO store.
o Adding a list of ContinuumProjectGroup objects to the
ContinuumProjectBuildingResult. Not really hooked up all over yet.
o Adding some code to the MavenTwoContinuumProjectBuilder for creating the
project groups.
o Adding getProjectGroupByName().
Cleanup in the DefaultContinuum component:
- Collapsed the addMavenXXProject( url ) methods to
executeAddProjectsFromMetadataActivity().
271 lines of code changed in:
o Just to make sure that there is at least a single test in this test case.
5 lines of code changed in:
(231 more)