Adding cache definitions temporarily, until i can get plexus-maven-plugin:merge-descriptors working.
98 lines of code changed in:
Adding rbac cache to continuum-webapp
56 lines of code changed in:
[CONTINUUM-1024] Test that a new admin get all rights on all projects
Submitted by: Marvin King
39 lines of code changed in:
[CONTINUUM-1021] Fix input method return
1 lines of code changed in:
CONTINUUM-1023 applied the change, but also went through and cleaned up the other entries in the global results so they are all uniform now.
18 lines of code changed in:
Remove guest info, it isn't needed in configuration
35 lines of code changed in:
Don't try to load a module if the module name is empty
16 lines of code changed in:
Fix test, we need to set the profile id
1 lines of code changed in:
fix tests
23 lines of code changed in:
Format failure
3 lines of code changed in:
add tests for missing profiles/schedules on a build definition
18 lines of code changed in:
add code to backup/restore the continuum database
2643 lines of code changed in:
make the group administrator role assignable
0 lines of code changed in:
Fix latest tests, all works fine now
4 lines of code changed in:
Add projects groups list in add maven1 project screen
54 lines of code changed in:
2 lines of code changed in:
Add more UI tests
688 lines of code changed in:
Clean some properties
22 lines of code changed in:
1 lines of code changed in:
removed the deprecated continuumUser, permission and security objects.
1 lines of code changed in:
1 lines of code changed in:
6 lines of code changed in:
[CONTINUUM-965] Define mail paramaters with jndi
22 lines of code changed in:
Remove duplicated properties
0 lines of code changed in:
Hide projects table if it is empty
2 lines of code changed in:
move the sandbox out of trunk
0 lines of code changed in:
more clean up
104 lines of code changed in:
move currently unused modules to the sandbox until they can be properly integrated into trunk
0 lines of code changed in:
when I reverted the change for the build ordering I nuked the bit about how the project groups were able to populate in the build by schedule, so I changed the way I used to to it so we can retain the across group project ordering and its now consolidated in a small method in the store that aggregates the two method calls to produce a correct list of projects actived by the schedule
51 lines of code changed in:
38 lines of code changed in:
Add missing action
122 lines of code changed in:
4 lines of code changed in:
Don't show project notifiers table if it is empty
18 lines of code changed in:
Don't show project build definitions table if it is empty
4 lines of code changed in:
-Remove unneeded column title
-center columns
7 lines of code changed in:
Add missing jsp
63 lines of code changed in:
[CONTINUUM-1014] Few patches from acegi branch
- base url autoconfiguration
- projectGroup choice in add maven2 project page
- add maven2 project link in project group page
Submitted by: Lester Ecarma
897 lines of code changed in:
[CONTINUUM-1013] updated function invocations to reflect changes in maven-web-ui-tests
Submitted by: Marvin King
7 lines of code changed in:
[CONTINUUM-1012] added web-ui test for account security policies
Submitted by: Marvin King
252 lines of code changed in:
add cause
1 lines of code changed in:
[CONTINUUM-1010] Add ability to view list of users with permissions to a project group.
Submitted by: Lester Ecarma
365 lines of code changed in:
5 lines of code changed in:
Uniformize wagon versions
6 lines of code changed in:
[CONTINUUM-1011] Fix NPE in DefaultMavenBuilderHelper and remove some deprecated methods
165 lines of code changed in:
1 lines of code changed in:
Fix tabs
15 lines of code changed in:
Fix tab styles
0 lines of code changed in:
[CONTINUUM-1004] Daily Continuum Log File rotation
Submitted by: Allan Ramirez
50 lines of code changed in:
[CONTINUUM-529] Don't use maven for scm url resolution. Support now modules with module name != artifactId without scm tag in this module.
73 lines of code changed in:
reverting the build projects on a schedule to the way it was around version 406895 before I mangled it up with my project group work
30 lines of code changed in:
Add missing requirement
3 lines of code changed in:
Remove unused ProjectGroup
0 lines of code changed in:
Fix properties
3 lines of code changed in:
Fix web UI test
1 lines of code changed in:
0 lines of code changed in:
Fix image
1 lines of code changed in:
1 lines of code changed in:
Fix jsp
2 lines of code changed in:
Fix action so project rendering is correct when you call projectView from projectGroupSummary
1 lines of code changed in:
Add missing properties
3 lines of code changed in:
3 lines of code changed in:
Fix mail template
4 lines of code changed in:
Remove some other directories with clean plugin
4 lines of code changed in:
Fix xml
3 lines of code changed in:
1 lines of code changed in:
Add changesSinceLastSuccess to mail notification
42 lines of code changed in:
Fix order
23 lines of code changed in:
Split dependency to 3 columns (groupId/artifactId/version)
7 lines of code changed in:
[CONTINUUM-232] Build when a dependency has been changed
33 lines of code changed in:
added a little bit of reporting to indicate the user information is being read from the setting.xml if that option is being used.
2 lines of code changed in:
working through a new strategy of loading up projects that require authentication, since the CreateProjectsFromMetadata class is where we deal with authentication and the mungedUrl https format I figured this is also the place to pull information from the settings.xml file should it exist and attempt to use that as well. This moves around something that I patched in last week from john didion that didn't sit well with me after looking at it a day or two, so I removed that and have it worked out this way now. I also added in the MavenTwoContinuumProjectBuilder that if we get a scm username/password from the calling code (create action here) then we will persist that into the database for each project. I'll add that to the MavenOne builder once I have all this sorted out, but I think the builders and executors could stand a bit of flow refactoring, but there is a jira ticket for that, to move them together under the same package space.
129 lines of code changed in:
resolved some issues with component linkage from the switch I made yesterday to using the plexus-maven-plugin. turns out a couple of the components really needed to have their role-hint='default' removed. Also uncovered an action that I missed somehow, and it is setup right now. removed some private methods from the initializer as well that aren't used anymore while I was sorting through what was not working right.
15 lines of code changed in:
[CONTINUUM-232] Build when a dependency has been changed
170 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.
341 lines of code changed in:
[CONTINUUM-232] Build when a dependency has been changed, only for dependencies that are a continuum project
390 lines of code changed in:
Add some TODO
11 lines of code changed in:
Format
217 lines of code changed in:
[CONTINUUM-978] Add Schedules tests
Submitted by: Marvin King
382 lines of code changed in:
Call the first continuum page before to start tests
13 lines of code changed in:
[CONTINUUM-975] Remove error message when the form isn't submitted.
2 lines of code changed in:
[CONTINUUM-977] Add web UI tests for "Add m1 & m2 projects" pages
Submitted by: Maria Odea Ching
461 lines of code changed in:
Add a profile for UI integration tests
10 lines of code changed in:
continuum-566 added buildNumber to the mail template
1 lines of code changed in:
added activation dependency, it appears that WorkingCopyAction brings in this dependency so it ought to be marked as such, thanks to graham for noticing this
6 lines of code changed in:
oops, added postgres and knocked ou derby by mistake
2 lines of code changed in:
align with latest plexus-security configuration mechanism
update the pom.xml with a dependency on commons-lang v 2.1 til we get it coming in correctly transitively
22 lines of code changed in:
Updating pom's to reduce occurances of duplicate artifacts in continuum-webapp due to war:overlay
6 lines of code changed in:
if there is a cycle detected on a scheduled build of a project group then all projects would be built unordered, no just the projects in that project group, so fix it so that only those projects in that project group would be built unsorted
10 lines of code changed in:
added a simple project sorter test making sure parents are sorted correctly
142 lines of code changed in:
Use constants
10 lines of code changed in:
Don't rebuild model and depend on binary
5 lines of code changed in:
Use the new maven-web-ui-tests module from shared
221 lines of code changed in:
make pom executable
13 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.
82 lines of code changed in:
turn off jdo for the project state
1 lines of code changed in:
remove the java file from the model project and generate via modello like all the others
64 lines of code changed in:
Fix authorization check
40 lines of code changed in:
Redirect buildProjectGroup to projectGroupSummary with the projectGroupId
4 lines of code changed in:
all new schedules should be active
7 lines of code changed in: