aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade version to 2.9-SNAPSHOTsimonbrandhof2011-05-0938-38/+38
|
* Release 2.8-RC2simonbrandhof2011-05-0938-38/+38
|
* Fix compatibility with Oraclesimonbrandhof2011-05-093-9/+12
|
* Try to fix CommandExecutorTest on Windowssimonbrandhof2011-05-091-1/+1
|
* Fix IE7 bugsimonbrandhof2011-05-091-0/+1
|
* Do not display violations viewer on modules/directories if there are no ↵simonbrandhof2011-05-062-7/+6
| | | | violations
* SONAR-1973 Fix bug on submit buttonFabrice Bellingard2011-05-062-4/+4
| | | | If two reviews or false-positive were edited at the same time, the submit buttons would not behave correctly as they had the same name.
* Improve the test CommandExecutorTest#shouldStopWithTimeout for slow boxessimonbrandhof2011-05-061-1/+0
|
* Remove the script deploy-docs.shsimonbrandhof2011-05-061-9/+0
|
* Fix dev profilesimonbrandhof2011-05-067-7/+7
|
* Fix cobertura plugin to remove warning about lineIdEvgeny Mandrikov2011-05-062-6/+58
|
* Replace -Ddev by -Pdev to increase build durationsimonbrandhof2011-05-055-38/+8
|
* SONAR-2298 Fix bug, when root project not a first one in Maven reactorEvgeny Mandrikov2011-05-066-10/+13
| | | | This situation shouldn't lead to partial analysis.
* Fix 2 issues on drilldown pagessimonbrandhof2011-05-051-6/+10
| | | | | SONAR-2411 Filter out best values for packages and modules in drilldown SONAR-2413 Empty variations in measure drilldown pages
* SONAR-2319 Add some HTML ids for integration testssimonbrandhof2011-05-051-5/+5
|
* SONAR-2344 Remove the warning 'experimental service'simonbrandhof2011-05-051-5/+0
|
* Improve the web services 'violations' and 'reviews'simonbrandhof2011-05-057-12/+27
| | | | | | | SONAR-2249 always use unix newline (LF) in violation messages SONAR-2382 always use unix newlines (LF) in review comments (plain output) SONAR-2382 use upper-case constants for output parameter SONAR-2382 replace the XML node <user> by <author>
* Exclude samples from analysissimonbrandhof2011-05-051-1/+1
|
* Rename the class MarkdownEngine to Markdownsimonbrandhof2011-05-054-75/+75
|
* Merge remote branch 'upstream/master'Fabrice Bellingard2011-05-0535-952/+124
|\
| * Reduce technical debtsimonbrandhof2011-05-0526-63/+124
| |
| * Delete unused GWT classessimonbrandhof2011-05-059-889/+0
| |
* | SONAR-2381 Fix error in Review WS clientFabrice Bellingard2011-05-052-2/+2
|/
* Remove some dead codesimonbrandhof2011-05-055-24/+1
|
* SONAR-2357 Add samples to build + improve samples for rulessimonbrandhof2011-05-053-4/+19
|
* Edited samples/README.txt via GitHubSimon Brandhof2011-05-051-1/+6
|
* SONAR-2357 Add sample of PMD extensionssimonbrandhof2011-05-058-0/+250
|
* Fix ruby warning on deprecated i18n labelsimonbrandhof2011-05-051-13/+13
|
* SONAR-2357 add a sample for Checkstyle extensionssimonbrandhof2011-05-0410-2/+189
|
* SONAR-2357 Improve samples of pluginssimonbrandhof2011-05-049-35/+157
|
* Reduce duplication by moving part of configuration of maven-assembly-plugin ↵Evgeny Mandrikov2011-05-053-18/+11
| | | | to parent POM
* Improve plugin samplessimonbrandhof2011-05-0420-0/+568
|
* Remove the switch button of comparison of Q profilessimonbrandhof2011-05-042-3/+0
|
* SONAR-2371 Add Javadoc for Tests metricEvgeny Mandrikov2011-05-041-2/+11
|
* SONAR-2371 Rework UnitTestDecorator and SurefireSensorEvgeny Mandrikov2011-05-045-52/+31
| | | | | | | * UnitTestDecorator should not save zero value for tests metric * SurefireSensor should save zero when no reports and project do not contain any modules
* SONAR-2381, SONAR-2382 Web services return comment in HTML by defaultFabrice Bellingard2011-05-048-27/+64
| | | | | | | Available for the Violation and Review WS: - parameter 'output' on the request - if set to 'html', comments are returned in HTML - otherwise comments are returned as raw text - Java WS client updated consequently
* SONAR-2301 ClassComplexityCheck NullPointerExceptionsimonbrandhof2011-05-043-6/+12
|
* SONAR-2409 Remove ability to use deprecated property 'branch'Evgeny Mandrikov2011-05-043-24/+1
|
* SONAR-2249 Display Violation message with new lines in websimonbrandhof2011-05-045-13/+17
| | | | New method Api::Utils.split_newlines(input) in order to split a string by newlines, whatever the encoding of return carriage.
* Remove unused ruby codesimonbrandhof2011-05-0411-793/+0
|
* SONAR-2346 Failing with Current container state was: CONSTRUCTEDsimonbrandhof2011-05-041-1/+7
|
* SONAR-1973 Remove the '#' from the review IDs in the UIFabrice Bellingard2011-05-044-4/+4
|
* Prepare for next development iterationEvgeny Mandrikov2011-05-0337-37/+37
|
* Prepare 2.8-RC1Evgeny Mandrikov2011-05-0337-37/+37
|
* SONAR-2275 Remove Checkstyle "Design For Extension" rule from "Sun checks" ↵Evgeny Mandrikov2011-05-021-4/+0
| | | | profile
* SONAR-2327 Fix problem with Derby for SQL requestFabrice Bellingard2011-05-021-4/+6
|
* SONAR-1973, SONAR-2327 Fix minor UI issuesFabrice Bellingard2011-05-025-6/+9
|
* SONAR-2176 Default value for rule parameter should be updated in database if ↵Evgeny Mandrikov2011-04-292-2/+7
| | | | was updated in repository
* SONAR-2327 Fix a problem on the permalink pageFabrice Bellingard2011-04-293-2/+11
|
* SONAR-2327, SONAR-1973 Improve security checksFabrice Bellingard2011-04-291-21/+21
|