Directory continuum-core/src/test/resources/org/apache/maven/continuum/

Directory Created:
2005-05-02 18:17
Total Files:
1
Deleted Files:
0
Lines of Code:
233

Browse with ViewVC

[root]/continuum-core/src/test/resources/org/apache/maven/continuum

                                     buildcontroller (2 files, 60 lines)

                                     buildqueue (1 files, 65 lines)

                                     configuration (1 files, 36 lines)

                                     core (0 files, 0 lines)

                                     network (1 files, 40 lines)

                                     notification (1 files, 74 lines)

                                         mail (1 files, 87 lines)

                                     store (0 files, 0 lines)

Lines of Code

continuum-core/src/test/resources/org/apache/maven/continuum/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 18 (100.0%) 291 (100.0%) 16.1
jmcconnell 3 (16.7%) 140 (48.1%) 46.6
evenisse 7 (38.9%) 70 (24.1%) 10.0
joakime 2 (11.1%) 43 (14.8%) 21.5
jvanzyl 2 (11.1%) 24 (8.2%) 12.0
trygvis 4 (22.2%) 14 (4.8%) 3.5

Most Recent Commits

jmcconnell 2007-02-05 20:02

added restrictive role granting functionality and the Project Group Administrator role. If you are a PGA for a project then you have the ability to assign those roles associated with that project group to other users

11 lines of code changed in:

evenisse 2007-01-04 16:50

Fix license header from my previous commit

0 lines of code changed in:

evenisse 2007-01-04 14:35

Update license

38 lines of code changed in:

evenisse 2006-12-08 15:14

Reactivate allowed protocol validator

19 lines of code changed in:

joakime 2006-12-07 04:08

Enabling memory based role profiles to prevent jndi lookup during test runs.

0 lines of code changed in:

joakime 2006-12-06 22:16

Various cleanup of continuum build issues introduced by latest p-sec changes.



43 lines of code changed in:

evenisse 2006-12-06 22:00

Fix xml

3 lines of code changed in:

jmcconnell 2006-12-06 18:13

fixing up a couple of issues with the latest plexus-security update

8 lines of code changed in:

jmcconnell 2006-10-12 21:01

merging the integration-rbac branch to trunk as per the vote last week.

121 lines of code changed in:

evenisse 2006-09-07 21:06

Re-add test that check ContinuumException isn't wrapped again.

5 lines of code changed in:

trygvis 2006-01-05 20:24

o Adding some security stuff.

3 lines of code changed in:

evenisse 2005-10-06 11:59

[CONTINUUM-325] Refactor configurationService tor store conf in database instead of configuration.xml

0 lines of code changed in:

evenisse 2005-09-29 20:03

o Break configurationService dependency in ContinuumStore

o Start to refactor configurationService to store conf in database instead of configuration.xml

5 lines of code changed in:

jvanzyl 2005-07-22 16:13

o getting the initializer going and working on integrating the new model

9 lines of code changed in:

trygvis 2005-07-08 11:06

o Setting svn:eol-style=native and svn:keywords="Author Date Id Revision".

0 lines of code changed in:

jvanzyl 2005-06-02 19:46

o adding the workflow engine

15 lines of code changed in:

trygvis 2005-05-18 21:34

o Setting svn:keywords=Id on all Java, XML and Velocity files.

0 lines of code changed in:

trygvis 2005-05-02 18:17

Fixes CONTINUUM-60: checkout in background

o The background check outs are implemented with a CheckOutProjectTask and

COPTExecutor reading from the check out TaskQueue.

o Adding two more states: "checking out" and "updating".

o Adding a "project state guard" that's consulted by the ContinuumStore to

ensure that the project is in a legal state at all times. This might not be

the ideal solution to this problem but it's good enough for now.

o Updated some test to use the utility methods from

ModelloJPoxContinuumStoreTest to create projects it's a bit more complicated

now with the extra state transitions required to create a "new" project.

o Updating the integration tests as the tests have to wait for the check out to

complete before continuing.

o Cleaned up the exception handling in Continuum a bit, making all exception

instanciation go through a method to be able to centralize all logging. This

implies that the core will log every exception it throws.

o Removed all logging from the ContinuumXmlRpc interface as the core does it

now. The XML RPC clients will still get any exceptions returned as before.

11 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT