[root]/continuum-xmlrpc/src/main/java/org/apache/maven/continuum/xmlrpc
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 83 (100.0%) | 1642 (100.0%) | 19.7 |
trygvis | 51 (61.4%) | 1338 (81.5%) | 26.2 |
evenisse | 11 (13.3%) | 131 (8.0%) | 11.9 |
brett | 13 (15.7%) | 99 (6.0%) | 7.6 |
jvanzyl | 5 (6.0%) | 70 (4.3%) | 14.0 |
handyande | 1 (1.2%) | 2 (0.1%) | 2.0 |
dandiep | 1 (1.2%) | 2 (0.1%) | 2.0 |
kenney | 1 (1.2%) | 0 (0.0%) | 0.0 |
Don't send objects we can't referrence...
2 lines of code changed in:
Update license
56 lines of code changed in:
Refactored the DefaultBuildController to have better exception
handling. Cleaned up the code and added a BuildContext bean to store
all build related information so it can be passed around to the different methods.
The rest is code cleanup:
* Remove unused code (private methods that were not called, unused variables, unused imports)
* Recorganize declarations of local variables to their proper scope
* Fix possible NPE's
* Remove bogus null/non-null checks.
0 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
14 lines of code changed in:
[CONTINUUM-732] Add build results in xmlrpc interface and add dependencies to the python code in continuum-core-it
Sumitted by: Andrew Williams
44 lines of code changed in:
[CONTINUUM-367] Fix call of getprojects() through xml-rpc
7 lines of code changed in:
[CONTINUUM-367] Fix exception when calling getprojects() through xml-rpc
1 lines of code changed in:
make ids consistent, re-enable mail test, fix old use of "forced"
7 lines of code changed in:
switch to trigger instead of forced flag
3 lines of code changed in:
rename ContinuumProject to Project
35 lines of code changed in:
merge maven2 project into main project
fix some issues with not creating projects correctly
4 lines of code changed in:
merge maven project into main project
5 lines of code changed in:
merge ant project into main project
5 lines of code changed in:
nuke ContinuumBuild
1 lines of code changed in:
eliminate shell project class from model
5 lines of code changed in:
move over to classes in the new package where they are identical
34 lines of code changed in:
o Copying the ModelloJPoxContinuumStoreTest to AbstractContinuumTest and made
both the Modello and JDO test cases extend this class.
o Adding ContinuumObjectNotFoundException.
o Centralizing the lookup of ContinuumStore to make it easier to switch out the
implementation.
o Removing empty test configuration files.
o Fixing a bug in the Maven 1 project builder where a project would get added
to the project building result even if the builder threw a exception.
o Fixing a bug in DefaultContinuum where a Maven 1 project would be added even
if there was warnings while building the project.
2 lines of code changed in:
[CONTINUUM-193]. Collapse CheckOutScmResult and UpdateScmResult in ScmResult.
8 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 Removing old commented out code.
1 lines of code changed in:
(24 more)