aline build definition removal with the other two confirmed removal processes and remove a couple of extra actions I didn't really need
21 lines of code changed in:
added confirm step to schedule removal
33 lines of code changed in:
added confirm step to project group removal
29 lines of code changed in:
Add log4j config for tests
26 lines of code changed in:
Upgrade jpox maven plugin to use jpox 1.1.1
1 lines of code changed in:
Upgrade parent pom
3 lines of code changed in:
Upgrade to jpox 1.1.1
10 lines of code changed in:
found a simpler way of getting the needed object in the jsp tag, whole lot more general, turns out we could easily just snag the container from the application context of the actioncontext
12 lines of code changed in:
o Fix web.xml for servlet-api 2.4 so it works now with jetty 5.1 too
o Fix taglib declaration of extremecomponents
23 lines of code changed in:
fixed some schedule issues where the delete scehdule was not wired up and the edit/save functionality didn't work right
20 lines of code changed in:
Make the redirect relative
1 lines of code changed in:
Add continuum-webapp in dependencyManagement
6 lines of code changed in:
[CONTINUUM-753] fix build number info in xmlrpc interface
[CONTINUUM-754] fix build number on the build details page (now obsolete with WW stuff)
[CONTINUUM-808] fix local time use in xmlrpc interface
Submitted by: Andrew Williams
8 lines of code changed in:
applied CONTINUUN-819 and CONTINUUM-309 and modified a bit to get working with latest trunk, thanks much
1143 lines of code changed in:
ratchet down the logging level a bit more
1 lines of code changed in:
turn off debug on webwork
1 lines of code changed in:
Reformat
21 lines of code changed in:
Reduce visibility of continuum object
178 lines of code changed in:
continuum-828 fix the flow from adding projects to chaining to the groupSummary page as opposed to the old summary page.
5 lines of code changed in:
Remove snapshot usage in test poms so we won't need to update them if snapshot aren't in repo
17 lines of code changed in:
Updated parent pom for notifiers as 1.0-alpha-2-SNAPSHOT isn't
in the local repo, DefaultContinuumTest fails.
1 lines of code changed in:
2 lines of code changed in:
Enabled the notifiers in the test projects and added some unit tests
for parents and dependencies.
70 lines of code changed in:
menu bar is an example of isAuthorized taglib now, when you log in as admin the administration buttons appear
25 lines of code changed in:
user and user group pages functional now
169 lines of code changed in:
all the basic components we need to put the 1.0.3 security model into place for trunk with the ww refactor, some views still need to be completed for users and user groups and most of the UI still needs to have its bits wrapped with the jsp tag for authorization, but the necessary parts are in place, login and logout work as well..and the creation of the first user from the initialization process is back in place.
760 lines of code changed in:
Add copyright
16 lines of code changed in:
Fix svn Id keyword
3 lines of code changed in:
Removed ununused / redundant code.
9 lines of code changed in:
make / direct you straight to the summary page
1 lines of code changed in:
fixed up the group summary page with more meaningful data, two parts are stubbed out as I hope kenney's work with build scheduling will make it easy to get the needed information
43 lines of code changed in:
reworked the group summary page so it is more of an actually summary which links off to the projectGroupSummary which gives the detailed information about the particular project group. Left placeholders in spots on the front summary page as we will probably need to create another model object for rendering that those project group tables since they are a different aggregation of information then we have atm.
275 lines of code changed in:
fixed up schedules, adding new schedules was broken so I consolidated the add and edit actions into a singular save method on the scheduleAction
164 lines of code changed in:
fixed some build definition navigation issues coupled with a bug in group definition updates, added a test case for it too
97 lines of code changed in:
remove a bit of spammy logging
4 lines of code changed in:
added remove project group and build project group functionality
95 lines of code changed in:
[CONTINUUM-747] Continuum can't add a project with pom in https with authentication
72 lines of code changed in:
fixing up an Integer - int issue
2 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.
2198 lines of code changed in:
Reverted part of 432420, wrong branch
9 lines of code changed in:
Remove continuum initialization from action, need another way to do it
11 lines of code changed in:
[CONTINUUM-776] improve error messages
2 lines of code changed in:
[CONTINUUM-776] More error handling
84 lines of code changed in:
Handle FileNotFound exceptions
6 lines of code changed in:
Fix test broken in latest changes
1 lines of code changed in:
Use static var
4 lines of code changed in:
Log user errors for debug purposes
7 lines of code changed in:
Show errors during project adding
16 lines of code changed in:
Improve project adding error logging
22 lines of code changed in:
Fixed call to wrong method
1 lines of code changed in:
Add required field error for add project action
1 lines of code changed in:
Refactor add project actions to remove duplication
191 lines of code changed in:
[CONTINUUM-777] Handle filesystem problems when adding a pom
2 lines of code changed in:
[CONTINUUM-818] ContinuumObjectNotFoundException is thrown by the buildResult.action if a project isn't built yet.
4 lines of code changed in:
Fixed indentation.
16 lines of code changed in:
Upgraded web.xml to servlet spec 2.4 (the servlet-api already is 2.4).
This fixes various jstl and webwork problems when evaluating expressions
in tomcat.
Updated all c:url's to use ww:url (mostly actions), and use ww:param to set
projectId parameters e.a.
Removed unused/unnessesary projectName getters/setters from BuildResultsListAction
and use continuum to get the project name from a projectId in WorkingCopyAction.
(Actions should just need the ID, not a projectName parameter in the URL to render stuff).
TODO: test the notifier list - tried to add a notifier but that gave an NPE.
69 lines of code changed in:
Use <c:url because of the url completion, but not c:param (for now).
<c:*> tags don't evaluate the expressions, somehow. Not sure why this doesn't
work..
This problem also exists in schedules.jsp (and probably other places).
Added a workaround for the main page for now.
2 lines of code changed in:
Fix projectView url - the <c:param's value isn't interpolated, but should be...? (this one is shorter anyway ;)
3 lines of code changed in:
[CONTINUUM-777] Handle errors when adding new projects
Submitted By: Joakim Erdfelt
191 lines of code changed in:
Add javadocs
24 lines of code changed in:
[CONTINUUM-777] Handle errors when adding new projects
238 lines of code changed in:
Don't wrap ContinuumException again
18 lines of code changed in:
ExceptionLoggingInterceptor is now a plexus component
1 lines of code changed in:
[CONTINUUM-779] Make actions throw exceptions not handled to be intercepted later by webwork interceptors
185 lines of code changed in:
[CONTINUUM-778] Show internal error page on unhandled exceptions.
Submitted By: Nap Ramirez
7 lines of code changed in:
rename the configuration file
368 lines of code changed in:
we are generating a component descriptor, not a plexus descriptor now
0 lines of code changed in:
Generated descriptor is now default: components.xml.
Moved plexus/plexus.xml to resources/META-INF/plexus since it's
no longer modified.
0 lines of code changed in:
Refactored the DefaultBuildController to have better exception
handling. Cleaned up the code and added a BuildContext bean to store
all build related information so it can be passed around to the different methods.
The rest is code cleanup:
* Remove unused code (private methods that were not called, unused variables, unused imports)
* Recorganize declarations of local variables to their proper scope
* Fix possible NPE's
* Remove bogus null/non-null checks.
581 lines of code changed in:
reverted 430090: now merging to plexus.xml instead of components.xml again.
Added label/bundle property for the 'Show Project Groups' menu item
3 lines of code changed in:
Minor cleanups
3 lines of code changed in:
Update DTD ref so the xwork.xml validates
1 lines of code changed in:
Add missing file
60 lines of code changed in:
[CONTINUUM-717] show internal error page on unhandled exceptions
Submitted by Jesse McConnell
13 lines of code changed in:
[CONTINUUM-810] link up checking of continuum configuration to the actions
Submitted by: Jesse McConnell
122 lines of code changed in:
[CONTINUUM-284] Generate view model classes
29 lines of code changed in:
The merged component descriptor must be in components.xml instead of plexus.xml
1 lines of code changed in:
Remove default property
0 lines of code changed in:
rollback latest changes
12 lines of code changed in:
o moved to the sandbox
0 lines of code changed in:
o adding python code used for old integration tests, andy i know you're using this for trac so you can work with it here and make
whatever you like of it.
6 lines of code changed in:
[CONTINUUM-284] Add group display on front page
Submitted by: Jesse McConnell
339 lines of code changed in:
disable broken test, put continuum on a different port, remove unneeded jetty repo
16 lines of code changed in:
Use proper comment character in property file
69 lines of code changed in:
[CONTINUUM-788] apply changes to proposed site layout (l&f still needs to be updated) - files missing from previous commit
Submitted by: Jesse McConnell
3 lines of code changed in:
[CONTINUUM-806] use the new xwork integration
21 lines of code changed in:
use the new name of the Jetty plugin
1 lines of code changed in:
o put the trunk version of xwork integration back
1 lines of code changed in:
o new version doesn't work easily so just use jetty6 prefix until the repo metadata is corrected
1 lines of code changed in:
Revert rename of action to fix test
50 lines of code changed in:
o the name of the plugin has changed
2 lines of code changed in:
Fix exception swallowing and javadocs
10 lines of code changed in:
Use naming conventions
105 lines of code changed in: