[root]/continuum-core/src/main/resources/META-INF/plexus
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 77 (100.0%) | 1120 (100.0%) | 14.5 |
trygvis | 27 (35.1%) | 363 (32.4%) | 13.4 |
jvanzyl | 13 (16.9%) | 261 (23.3%) | 20.0 |
brett | 8 (10.4%) | 251 (22.4%) | 31.3 |
evenisse | 21 (27.3%) | 143 (12.8%) | 6.8 |
jmcconnell | 5 (6.5%) | 95 (8.5%) | 19.0 |
kenney | 1 (1.3%) | 3 (0.3%) | 3.0 |
carlos | 1 (1.3%) | 3 (0.3%) | 3.0 |
handyande | 1 (1.3%) | 1 (0.1%) | 1.0 |
That should be continuum working on the latest container too, though there may still be a few role-hint tweaks needed
1 lines of code changed in:
Fix license header from my previous commit
0 lines of code changed in:
Update license
38 lines of code changed in:
revert r.482160
1 lines of code changed in:
1 lines of code changed in:
continuum-758 converted continuum-core over to use the plexus-maven-plugin where it can in generation of the components.xml and then a merge with the components can can't be totally configured that way. This tore a lot of the meat out of the existing components.xml and should make working with the settings we need to manage with it a lot easier. I commented where the components that are in continuum-core that couldn't be configured with the plugin in the components.xml file that we are merging in.
5 lines of code changed in:
continuum-992 John Didion submitted a patch to continuum-core that adds the ability for the projects during the mapping process to make sure of the settings.xml file server declaration for retrieving the scm username and password, which I think is a pretty good way to go about this. this was handy since I was about to dig in and look at doing this same thing but putting the username and password that are passed in that scm down into this method and using, which might still happen but this addresses the immediate issue of scm user/password being available there. I'll look at maybe applying this up at that top screen as well as an allowable method of attaching scm info to the pom that might be added to the Add m2 project link.
3 lines of code changed in:
continuum-553 build definitions now have the build fresh option, when this is toggled then when the build triggers it removed the contents of the working directory and checks out from source control every build, this is off by default
13 lines of code changed in:
merging the integration-rbac branch to trunk as per the vote last week.
14 lines of code changed in:
o Fix mail generation. The velocity component descriptor must be in application.xml instead of components.xml of continuum-core because in this case, it's the one declared in plexus-velocity that is used.
o Bump plexus-velocity version that reduce logging
0 lines of code changed in:
[CONTINUUM-727] Merged rev# 437500-439056 from https://svn.apache.org/repos/asf/maven/continuum/branches/release-integration
3 lines of code changed in:
Added 'maxJobExecutionTime' field to Schedule;
Updated edit/show schedule pages (and label properties) for this new field;
DefaultContinuum now sets the max job execution time on the Task,
retrieved from schedule for the given buildId;
(Also removed never-executing code from DefaultContinuum and fixed an NPE).
Added a CancelBuildAction and made it available from the StateCell, displayed
in build history/build overviews.
TODO: When a build is cancelled, it the build number is incorrect
(either 0 or the highest one, depending on when it's cancelled).
3 lines of code changed in:
my first pass through with project grouping which required a fair amount of changes to -api -core -store to support the concepts already in place in the -model. the -webapp parts are basically working, the triggered builds are still building everything across the board but support for fixing that is in place to be wired in. Whole slew of changes but brett and jason were both cool with my getting this big commit out of the way so I could continue on the same path without this looming.
60 lines of code changed in:
Merge with branch rev. 406599
45 lines of code changed in:
Don't add link 'Build Now' if project is in checkout queue.
5 lines of code changed in:
Define the last update date in update command for getting only changes since this date in scmresult
3 lines of code changed in:
1 lines of code changed in:
[CONTINUUM-176] [CONTINUUM-342] Allow to add pom projects
2 lines of code changed in:
[CONTINUUM-325] Refactor configurationService tor store conf in database instead of configuration.xml
0 lines of code changed in:
[CONTINUUM-275] implement user/permissions in store
Rename User in continuum model to ContinuumUser due to an sql error with derby when continuum insert new user (ERROR 42X01: Syntax error:...)
13 lines of code changed in:
(56 more)