[root]/continuum-api/src/main/java/org/apache/maven/continuum/configuration
Fix license header from my previous commit
0 lines of code changed in:
Update license
128 lines of code changed in:
move the company information to be configured from a POM in the repository
0 lines of code changed in:
Merge with branch rev. 406599
6 lines of code changed in:
o applicationHome is now accessible for configuration screens
o Check if working directory, build output directory and base url aren't null
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:
Add a configuration screen as the first page of web interface until user configure Continuum.
User can setup all parameter that we have in configurationService and create his login/password (admin account)
6 lines of code changed in:
Add missing file
40 lines of code changed in:
o Break configurationService dependency in ContinuumStore
o Start to refactor configurationService to store conf in database instead of configuration.xml
42 lines of code changed in:
Move DefaultConfigurationService to continuum-core
0 lines of code changed in:
[CONTINUUM-274] Implement a basic login/identification mechanism
[CONTINUUM-281] Add guest account handling (It can be modify in configuration file)
28 lines of code changed in:
write company name and url in configuration file
10 lines of code changed in:
[CONTINUUM-280] configurable company logo, name and url
80 lines of code changed in:
remove old profile stuff - we'll be storing that in the DB now. It wasn't used yet.
2 lines of code changed in:
separate store
70 lines of code changed in:
merge the test branch to the trunk
14 lines of code changed in:
o getting the initializer going and working on integrating the new model
11 lines of code changed in:
o Removing the generation of the JDO store.
o Adding a list of ContinuumProjectGroup objects to the
ContinuumProjectBuildingResult. Not really hooked up all over yet.
o Adding some code to the MavenTwoContinuumProjectBuilder for creating the
project groups.
o Adding getProjectGroupByName().
Cleanup in the DefaultContinuum component:
- Collapsed the addMavenXXProject( url ) methods to
executeAddProjectsFromMetadataActivity().
20 lines of code changed in:
set svn props
3 lines of code changed in:
o Creating continuum-test to be able to reuse common stuff for testing.
- Moving ContinuumUtils and ConfigurationService to continuum-api
o Attempting to move the build output directories under target/ instead of
under the current working directory.
106 lines of code changed in: