[root]/continuum-webapp/src/main/java/org/apache/maven/continuum/web/action
admin
(3 files, 421 lines)
component
(4 files, 793 lines)
notifier
(17 files, 2421 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 526 (100.0%) | 13080 (100.0%) | 24.8 |
evenisse | 322 (61.2%) | 7079 (54.1%) | 21.9 |
oching | 21 (4.0%) | 2306 (17.6%) | 109.8 |
jmcconnell | 64 (12.2%) | 2135 (16.3%) | 33.3 |
carlos | 103 (19.6%) | 1160 (8.9%) | 11.2 |
brett | 2 (0.4%) | 186 (1.4%) | 93.0 |
kenney | 9 (1.7%) | 115 (0.9%) | 12.7 |
epunzalan | 4 (0.8%) | 97 (0.7%) | 24.2 |
handyande | 1 (0.2%) | 2 (0.0%) | 2.0 |
[CONTINUUM-1155] Allow user to choose if he want to use scm credential from cache when he add a new project
33 lines of code changed in:
That should be continuum working on the latest container too, though there may still be a few role-hint tweaks needed
2 lines of code changed in:
added continuum-group-project-administrator to the rename chunk for responding correctly to project group renaming
1 lines of code changed in:
[CONTINUUM-1202] Build only projects in current group
1 lines of code changed in:
Fix some security issues
1 lines of code changed in:
Replace all doInput() by input()
9 lines of code changed in:
o Replace all input() methods by the correct name(doInput())
o Don't allow execute/doDefault/doInput method so security checks will be done correctly
24 lines of code changed in:
Fix some security issues.
23 lines of code changed in:
Remove more SecureAction implementation
85 lines of code changed in:
Remove more SecureAction implementation
128 lines of code changed in:
o Remove duplicated code in ContinuumActionSupport
o Rename all isAuthorized* methods by check*Authorization
o Remove some unneeded SecureAction implementation (need more work)
768 lines of code changed in:
o Fix NPE when user try to release an empty group
o Print release error messages instead of exception
10 lines of code changed in:
PR: CONTINUUM-1147
Added isAuthorized* methods in ContinuumActionSupport for checking authorization in action classes with
different
permissions.
Implemented SecureAction in some of the action classes that has a specific permission. Also added 'modify-project-notifier' operation in ProjectDeveloperDynamicRoleProfile.
2306 lines of code changed in:
sped up the pg user bean a little bit and verified the use of the correct cache in the members page
1 lines of code changed in:
[CONTINUUM-1169] Fix m2 uploads on linux
8 lines of code changed in:
[CONTINUUM-1160] Fix 'Add project' feature from project group page
9 lines of code changed in:
[CONTINUUM-1155]
added configuration to force the use of scm cache... currently leaning towards the use of svn cache while cvs cache is always used when available
16 lines of code changed in:
[CONTINUUM-1164] Use the correct getProjectGroup methods as we need projects
1 lines of code changed in:
Fix some jdo calls for performance improvment
7 lines of code changed in:
[CONTINUUM-1115] selecting a project to build returns you to the project group page
Submitted by: Teodoro Cue Jr.
48 lines of code changed in:
(155 more)