| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 48 (100.0%) | 828 (100.0%) | 17.2 |
| dierk | 11 (22.9%) | 322 (38.9%) | 29.2 |
| Graeme Rocher | 27 (56.3%) | 314 (37.9%) | 11.6 |
| nebolsin | 1 (2.1%) | 125 (15.1%) | 125.0 |
| brownj | 7 (14.6%) | 50 (6.0%) | 7.1 |
| marcpalmer | 1 (2.1%) | 16 (1.9%) | 16.0 |
| jrudolph | 1 (2.1%) | 1 (0.1%) | 1.0 |
FormTagLibTest excluded to isolated VM to prevent from OutOfMemory error. Also improved build script to not run isolated tests (FormTagLibTests,ClassReloadingTests etc) when -Dtest=MyClass is specified.
125 lines of code changed in:
fork vm for MessageTagTests to avoid OOME
3 lines of code changed in:
fix for GRAILS-843
32 lines of code changed in:
GRAILS-799
Add some unit tests for HTML and Javascript codecs
16 lines of code changed in:
GRAILS-797 - Increased JVM max memory from 256 MB to 512 MB to overcome out-of-memory error
1 lines of code changed in:
fix for GRAILS-780 and GRAILS-792
2 lines of code changed in:
fix for GRAILS-668
30 lines of code changed in:
included manifest in jar
11 lines of code changed in:
add support for an option test system property. if specified the property defines a particular test to run.
Examples:
ant -Dtest=ApplicationTagLib test
ant -Dtest=ApplicationTagLib test-report
If test is not specified then all tests will run.
12 lines of code changed in:
reorganize test failure logic so reports are generated even if unit tests fail
8 lines of code changed in:
fix for GRAILS-444
11 lines of code changed in:
fix for GRAILS-444. Refactored codebase and build so that different jars are produced for gorm, crud, web and core
131 lines of code changed in:
test-report depends on test now instead of run-test
1 lines of code changed in:
GRAILS-330
add test-report ant target to generate html report for unit test results
10 lines of code changed in:
fix for GRAILS-499 and multiple other issues related to using per instance meta classes (such as unit test mocking)
2 lines of code changed in:
GRAILS-462 add breakiterator=true
2 lines of code changed in:
added http://www.springframework.org/docs/api to the list of javadoc link homes
1 lines of code changed in:
XML files not added to path on build server
1 lines of code changed in:
Implemented plugin manager and migrated controller runtime configuration code to plugin architecture
7 lines of code changed in:
fixed missing conf dir in build
5 lines of code changed in:
(16 more)