April 2005 Commit Log

Number of Commits:
104
Number of Active Developers:
3
jvanzyl 2005-04-30 19:58

o adding ID constants to each of the builders and using them Continuum

component.

5 lines of code changed in:

trygvis 2005-04-29 18:54

o Using the new task queue to execute the builds.

176 lines of code changed in:

trygvis 2005-04-29 18:50

o Setting the correct mail archive links

3 lines of code changed in:

trygvis 2005-04-29 15:14

o Adding configuration.

3 lines of code changed in:

brett 2005-04-28 19:34

upgrade version to snapshot

4 lines of code changed in:

  • continuum-model: pom.xml (+4 -1)
brett 2005-04-28 08:27

pass args

1 lines of code changed in:

trygvis 2005-04-28 08:27

o Committing the forgotten model.

25 lines of code changed in:

trygvis 2005-04-27 22:06

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:

trygvis 2005-04-27 13:47

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:

trygvis 2005-04-27 13:06

o Setting the correct version.

1 lines of code changed in:

trygvis 2005-04-27 12:22

o Setting the correct version.

1 lines of code changed in:

trygvis 2005-04-27 12:21

o Fixing docs, all text has to be within a <p> block.

16 lines of code changed in:

jvanzyl 2005-04-26 17:33

typo

0 lines of code changed in:

  • continuum-site/src/site/xdoc: index.xml (new)
jvanzyl 2005-04-26 16:12

correct the tag

2 lines of code changed in:

jvanzyl 2005-04-26 16:08

note about scm urls

11 lines of code changed in:

trygvis 2005-04-26 13:37

o Now working on alpha-2.

17 lines of code changed in:

brett 2005-04-26 08:26

fix typo

1 lines of code changed in:

jvanzyl 2005-04-26 05:34

5 lines of code changed in:

jvanzyl 2005-04-26 05:28

cleanup

5 lines of code changed in:

jvanzyl 2005-04-26 05:20

cleanup

9 lines of code changed in:

brett 2005-04-26 04:54

fix IRC channel

1 lines of code changed in:

  • continuum-site/src/site/xdoc: about.fml (+1 -1)
trygvis 2005-04-26 00:39

o Preparing for the 1.0-alpha-1 release.

12 lines of code changed in:

trygvis 2005-04-25 11:52

o Making cure the correct plexus-utils is used.

1 lines of code changed in:

trygvis 2005-04-25 11:51

o Setting the default port to 8080.

1 lines of code changed in:

trygvis 2005-04-23 13:39

o Cleaning before building.

1 lines of code changed in:

trygvis 2005-04-23 02:29

1 lines of code changed in:

trygvis 2005-04-22 12:00

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:

trygvis 2005-04-22 11:47

o Adding a script to update the exploded webapp from ../*/target/*.jar.

0 lines of code changed in:

trygvis 2005-04-22 11:46

o Rearranging the order of the buttons in the project list.

9 lines of code changed in:

trygvis 2005-04-21 21:30

o Handling empty stdout and stderr.

12 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuild.vm (+12 -2)
trygvis 2005-04-21 20:46

o Supporting reading state from both projects and builds.

11 lines of code changed in:

trygvis 2005-04-21 20:43

o Showing the build state instead of the project state when iterating the builds.

1 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuilds.vm (+1 -1)
trygvis 2005-04-21 20:08

o Setting the correct SCM URL and organization.

4 lines of code changed in:

trygvis 2005-04-21 15:10

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:

trygvis 2005-04-21 14:49

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:

  • continuum-plexus-application: build.sh (+1 -1)
trygvis 2005-04-21 14:41

o Improving readability.

5 lines of code changed in:

brett 2005-04-21 04:06

fix typo

3 lines of code changed in:

trygvis 2005-04-21 01:41

o Adding missing license.

16 lines of code changed in:

jvanzyl 2005-04-20 20:32

o fixing typo

1 lines of code changed in:

jvanzyl 2005-04-20 19:54

2 lines of code changed in:

  • continuum-web/src/main/resources/templates/layouts: Index.vm (+2 -2)
  • continuum-web/src/main/resources/templates/navigations: DefaultBottom.vm (changed)
trygvis 2005-04-20 19:51

o Committing updates.

3 lines of code changed in:

jvanzyl 2005-04-20 06:23

7 lines of code changed in:

jvanzyl 2005-04-20 05:30

o show the files that have changed

11 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuild.vm (+11)
jvanzyl 2005-04-20 01:28

o make sure a POM is actually listed

2 lines of code changed in:

jvanzyl 2005-04-20 00:29

6 lines of code changed in:

jvanzyl 2005-04-19 22:32

o allow jetty port to be parameterized

1 lines of code changed in:

jvanzyl 2005-04-19 22:32

o adding jetty.port property

14 lines of code changed in:

trygvis 2005-04-19 22:25

o Adding port configuration to the Jetty service.

1 lines of code changed in:

trygvis 2005-04-19 22:08

o Using the correct groupId.

1 lines of code changed in:

  • continuum-core: pom.xml (+1 -1)
trygvis 2005-04-19 21:48

o Adding a script to build all of Continuum.

11 lines of code changed in:

trygvis 2005-04-19 21:42

o Changing to the Maven 2 alpha 1 version.

0 lines of code changed in:

  • continuum-core: pom.xml (changed)
jvanzyl 2005-04-19 21:20

preparing for a test release

6 lines of code changed in:

jvanzyl 2005-04-19 19:30

31 lines of code changed in:

trygvis 2005-04-19 18:40

o Removing some debugging output.

0 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuild.vm (-4)
trygvis 2005-04-19 18:38

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:

jvanzyl 2005-04-19 16:54

6 lines of code changed in:

trygvis 2005-04-19 16:47

o Moving the configuration of the socket listeners to the application configuration.

35 lines of code changed in:

trygvis 2005-04-19 16:42

o Adding a note about the application has to be started and stopped before configuring Continuum.

0 lines of code changed in:

jvanzyl 2005-04-19 06:50

1 lines of code changed in:

jvanzyl 2005-04-19 06:26

o use the state content generator as a pull tool

7 lines of code changed in:

  • continuum-web/src/main/resources/META-INF/plexus: components.xml (+6)
  • continuum-web/src/main/resources/templates/screens: ProjectBuilds.vm (+1 -1)
jvanzyl 2005-04-19 06:13

o adding a date tool from vel tools and using it in the build display

templates.

16 lines of code changed in:

jvanzyl 2005-04-19 05:55

21 lines of code changed in:

jvanzyl 2005-04-19 05:17

10 lines of code changed in:

jvanzyl 2005-04-19 04:36

o adding getBuild( id ) to the Continuum interface

25 lines of code changed in:

jvanzyl 2005-04-19 04:25

7 lines of code changed in:

jvanzyl 2005-04-19 04:08

o use the scm validator

7 lines of code changed in:

brett 2005-04-19 03:08

remove unused files

0 lines of code changed in:

brett 2005-04-19 03:05

test move should have history

0 lines of code changed in:

brett 2005-04-19 03:04

test add should have history

0 lines of code changed in:

jvanzyl 2005-04-19 02:07

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:

jvanzyl 2005-04-19 00:03

46 lines of code changed in:

jvanzyl 2005-04-18 23:46

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:

jvanzyl 2005-04-18 22:02

making upper case

21 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: ProjectBuilds.vm (new 21)
jvanzyl 2005-04-18 21:55

0 lines of code changed in:

  • continuum-web/src/main/resources/templates/screens: Index.vm (new)
jvanzyl 2005-04-18 16:03

o this is where i collected my issues as JIRA is too slow or wasn't workingy

22 lines of code changed in:

jvanzyl 2005-04-18 07:24

removing debug info

0 lines of code changed in:

jvanzyl 2005-04-18 07:02

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:

jvanzyl 2005-04-18 06:05

o remove the login page for now, not really needed at this point

o remove the codehaus references :-)

2 lines of code changed in:

  • continuum-web/src/main/resources/META-INF/plexus: components.xml (+2)
  • continuum-web/src/main/resources/templates/layouts: Index.vm (new)
jvanzyl 2005-04-18 05:41

o make the phases/goals field required

1 lines of code changed in:

jvanzyl 2005-04-18 05:37

o make sure configuration is updated when updating a shell project

10 lines of code changed in:

jvanzyl 2005-04-18 05:33

o make sure the configuration is updated when updating an ant project

13 lines of code changed in:

jvanzyl 2005-04-18 04:57

10 lines of code changed in:

jvanzyl 2005-04-18 04:16

o use the proper type when adding a shell project

1 lines of code changed in:

jvanzyl 2005-04-18 03:59

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:

jvanzyl 2005-04-17 23:47

14 lines of code changed in:

jvanzyl 2005-04-17 22:56

68 lines of code changed in:

jvanzyl 2005-04-17 22:44

extending the continuum form

4 lines of code changed in:

jvanzyl 2005-04-17 18:23

adding forms directory

3 lines of code changed in:

jvanzyl 2005-04-17 18:22

o parameterizing the localization directory and the velocity templates

directory

2 lines of code changed in:

jvanzyl 2005-04-17 18:21

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:

jvanzyl 2005-04-17 05:53

o adding content generator for the continuum status

7 lines of code changed in:

jvanzyl 2005-04-16 17:44

o don't need the jetty configuration

0 lines of code changed in:

jvanzyl 2005-04-16 07:20

0 lines of code changed in:

trygvis 2005-04-15 15:39

o More docs.

2 lines of code changed in:

trygvis 2005-04-15 14:21

o Adding documentation on how to add and build projects.

0 lines of code changed in:

trygvis 2005-04-15 11:08

o Adding clean when building the application.

0 lines of code changed in:

  • continuum-plexus-application: build.sh (new)
trygvis 2005-04-13 16:14

o Adding a script for making the binary bundle.

1 lines of code changed in:

trygvis 2005-04-12 13:56

o Adding some checks for content in stdout and stderr.

2 lines of code changed in:

  • continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates: common.vm (+2 -2)
trygvis 2005-04-12 13:49

o Adding some docs.

0 lines of code changed in:

trygvis 2005-04-12 12:37

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:

trygvis 2005-04-12 11:05

o Adding some checks for content in stdout and stderr.

0 lines of code changed in:

  • continuum-core/src/main/resources/org/apache/maven/continuum/notification/mail/templates: common.vm (new)
trygvis 2005-04-12 11:05

o Removing IDEA files

o Setting ignores.

0 lines of code changed in:

trygvis 2005-04-11 15:33

o Adding -web back to the modules set.

1 lines of code changed in:

jvanzyl 2005-04-11 04:04

o moving to trunk

314 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT