o adding ID constants to each of the builders and using them Continuum
component.
5 lines of code changed in:
o Using the new task queue to execute the builds.
176 lines of code changed in:
o Setting the correct mail archive links
3 lines of code changed in:
o Adding configuration.
3 lines of code changed in:
upgrade version to snapshot
4 lines of code changed in:
pass args
1 lines of code changed in:
o Committing the forgotten model.
25 lines of code changed in:
o Finalizing CONTINUUM-60.
o Added tests to the integration test.
o Removing "ContinuumBuildResult.updatedFiles", it's replaced with the UpdateScmResult.
204 lines of code changed in:
Fixing CONTINUUM-90: "Store the SCM results"
o Added data objects for CheckOutScmResult and UpdateScmResult that closely
mirrors the equals results in maven-scm.
o When checking out and updating the project the results are stored with the
project or build respectively.
141 lines of code changed in:
o Setting the correct version.
1 lines of code changed in:
o Setting the correct version.
1 lines of code changed in:
o Fixing docs, all text has to be within a <p> block.
16 lines of code changed in:
typo
0 lines of code changed in:
correct the tag
2 lines of code changed in:
note about scm urls
11 lines of code changed in:
o Now working on alpha-2.
17 lines of code changed in:
fix typo
1 lines of code changed in:
5 lines of code changed in:
cleanup
5 lines of code changed in:
cleanup
9 lines of code changed in:
fix IRC channel
1 lines of code changed in:
o Preparing for the 1.0-alpha-1 release.
12 lines of code changed in:
o Making cure the correct plexus-utils is used.
1 lines of code changed in:
o Setting the default port to 8080.
1 lines of code changed in:
o Cleaning before building.
1 lines of code changed in:
1 lines of code changed in:
o Removing the custom code segments in the model, wasn't worth it.
o Fixing a bug in removeProject, making sure not to delete null build results.
o Logging the working directory when executing a command.
o Added getChangedFilesForBuild() to the store, application interface and
scalars available to the ProjectBuild view.
88 lines of code changed in:
o Adding a script to update the exploded webapp from ../*/target/*.jar.
0 lines of code changed in:
o Rearranging the order of the buttons in the project list.
9 lines of code changed in:
o Handling empty stdout and stderr.
12 lines of code changed in:
o Supporting reading state from both projects and builds.
11 lines of code changed in:
o Showing the build state instead of the project state when iterating the builds.
1 lines of code changed in:
o Setting the correct SCM URL and organization.
4 lines of code changed in:
Fixing a issue with removing projects.
o When persisting the changed file list the object has to be JDO persistable so
the list now contains ScmFile objects instead of Strings.
o Changed the build controller to add ScmFile objects instead of Strings.
o Added removeProject() to the continuum Python module.
o After the integration test has executed the tests on a project it removed them.
o Ignoring compiled Python files.
39 lines of code changed in:
o Not running update by default, but this can be specified on the command line.
o Running clean:clean by default.
1 lines of code changed in:
o Improving readability.
5 lines of code changed in:
fix typo
3 lines of code changed in:
o Adding missing license.
16 lines of code changed in:
o fixing typo
1 lines of code changed in:
2 lines of code changed in:
o Committing updates.
3 lines of code changed in:
7 lines of code changed in:
o show the files that have changed
11 lines of code changed in:
o make sure a POM is actually listed
2 lines of code changed in:
6 lines of code changed in:
o allow jetty port to be parameterized
1 lines of code changed in:
o adding jetty.port property
14 lines of code changed in:
o Adding port configuration to the Jetty service.
1 lines of code changed in:
o Using the correct groupId.
1 lines of code changed in:
o Adding a script to build all of Continuum.
11 lines of code changed in:
o Changing to the Maven 2 alpha 1 version.
0 lines of code changed in:
preparing for a test release
6 lines of code changed in:
31 lines of code changed in:
o Removing some debugging output.
0 lines of code changed in:
o Made the ContinuumStateContentGenerator use the correct constant for the
"Building" state and switched all the other ones to the correct
ContinuumProjectState constant.
Fixing a issue in the ProjectBuild template where the build result was empty:
o Added getBuildResultForBuild() to Continuum.
o Added the buildResult to the view context.
52 lines of code changed in:
6 lines of code changed in:
o Moving the configuration of the socket listeners to the application configuration.
35 lines of code changed in:
o Adding a note about the application has to be started and stopped before configuring Continuum.
0 lines of code changed in:
1 lines of code changed in:
o use the state content generator as a pull tool
7 lines of code changed in:
o adding a date tool from vel tools and using it in the build display
templates.
16 lines of code changed in:
21 lines of code changed in:
10 lines of code changed in:
o adding getBuild( id ) to the Continuum interface
25 lines of code changed in:
7 lines of code changed in:
o use the scm validator
7 lines of code changed in:
remove unused files
0 lines of code changed in:
test move should have history
0 lines of code changed in:
test add should have history
0 lines of code changed in:
o create an action that can make arbitrary calls into the application model.
the action is configured with the role of the application model and a series
of calls. each call has an id (cid) and an expression to use when calling
the application model. so you just need to specify the cid in the webapp
and the expression will be looked up and executed using the request
parameters.
So i can do something like
http://...?action=cam&cid=buildProject
and
continuum.buildProject(#id)
will be executed.
No java code required!
25 lines of code changed in:
46 lines of code changed in:
o making small templates to list the build results and an
individual build. i have some limitations with formica at
the moment so this is faster.
12 lines of code changed in:
making upper case
21 lines of code changed in:
0 lines of code changed in:
o this is where i collected my issues as JIRA is too slow or wasn't workingy
22 lines of code changed in:
removing debug info
0 lines of code changed in:
o content generator now applies to an element so that it can be used in
summary views and item views.
1 lines of code changed in:
o remove the login page for now, not really needed at this point
o remove the codehaus references :-)
2 lines of code changed in:
o make the phases/goals field required
1 lines of code changed in:
o make sure configuration is updated when updating a shell project
10 lines of code changed in:
o make sure the configuration is updated when updating an ant project
13 lines of code changed in:
10 lines of code changed in:
o use the proper type when adding a shell project
1 lines of code changed in:
o adding method which take an url in the form of a string
o check for null when adding shell project argumentsy
0 lines of code changed in:
14 lines of code changed in:
68 lines of code changed in:
extending the continuum form
4 lines of code changed in:
adding forms directory
3 lines of code changed in:
o parameterizing the localization directory and the velocity templates
directory
2 lines of code changed in:
o i will put the dev vs production settings in a different file shortly but
i'm paramterizing them here for now. ideally i would like to provide a
command line switch or better yet have a profile which encapsulates
everything about a particular mode of work
0 lines of code changed in:
o adding content generator for the continuum status
7 lines of code changed in:
o don't need the jetty configuration
0 lines of code changed in:
0 lines of code changed in:
o More docs.
2 lines of code changed in:
o Adding documentation on how to add and build projects.
0 lines of code changed in:
o Adding clean when building the application.
0 lines of code changed in:
o Adding a script for making the binary bundle.
1 lines of code changed in:
o Adding some checks for content in stdout and stderr.
2 lines of code changed in:
o Adding some docs.
0 lines of code changed in:
o Adding the forgotten ITs.
o Changed the temp directory that the IT uses from 'test-ci' to 'target'.
282 lines of code changed in:
o Adding some checks for content in stdout and stderr.
0 lines of code changed in:
o Removing IDEA files
o Setting ignores.
0 lines of code changed in:
o Adding -web back to the modules set.
1 lines of code changed in:
o moving to trunk
314 lines of code changed in: