Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to version 2.9-SNAPSHOT | simonbrandhof | 2011-05-13 | 38 | -38/+38 |
| | |||||
* | Fix security issue in /reviews/show URL | simonbrandhof | 2011-05-12 | 1 | -1/+5 |
| | |||||
* | Fix error log in webapp | simonbrandhof | 2011-05-12 | 1 | -0/+4 |
| | |||||
* | Fix display of source code in review detail | simonbrandhof | 2011-05-12 | 1 | -1/+1 |
| | | | | The problem occurs when the review relates to a violation tracked over time. | ||||
* | Add comment in conf/sonar.properties for Oracle installation | simonbrandhof | 2011-05-12 | 1 | -1/+3 |
| | |||||
* | Fix NPE: register ReviewUnmarshaller | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+1 |
| | |||||
* | Add Javadocs for CoreMetrics | Evgeny Mandrikov | 2011-05-11 | 1 | -0/+25 |
| | |||||
* | Temporarily downgrade version to 2.8-SNAPSHOT | simonbrandhof | 2011-05-10 | 38 | -38/+38 |
| | |||||
* | Fix CommandExecutorTest.java test on Windows | simonbrandhof | 2011-05-10 | 1 | -1/+3 |
| | |||||
* | Upgrade Javadoc maven plugin | simonbrandhof | 2011-05-10 | 1 | -2/+1 |
| | |||||
* | Improve versions of samples | simonbrandhof | 2011-05-10 | 4 | -12/+8 |
| | |||||
* | Upgrade version to 2.9-SNAPSHOT | simonbrandhof | 2011-05-09 | 38 | -38/+38 |
| | |||||
* | Release 2.8-RC2 | simonbrandhof | 2011-05-09 | 38 | -38/+38 |
| | |||||
* | Fix compatibility with Oracle | simonbrandhof | 2011-05-09 | 3 | -9/+12 |
| | |||||
* | Try to fix CommandExecutorTest on Windows | simonbrandhof | 2011-05-09 | 1 | -1/+1 |
| | |||||
* | Fix IE7 bug | simonbrandhof | 2011-05-09 | 1 | -0/+1 |
| | |||||
* | Do not display violations viewer on modules/directories if there are no ↵ | simonbrandhof | 2011-05-06 | 2 | -7/+6 |
| | | | | violations | ||||
* | SONAR-1973 Fix bug on submit button | Fabrice Bellingard | 2011-05-06 | 2 | -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 boxes | simonbrandhof | 2011-05-06 | 1 | -1/+0 |
| | |||||
* | Remove the script deploy-docs.sh | simonbrandhof | 2011-05-06 | 1 | -9/+0 |
| | |||||
* | Fix dev profile | simonbrandhof | 2011-05-06 | 7 | -7/+7 |
| | |||||
* | Fix cobertura plugin to remove warning about lineId | Evgeny Mandrikov | 2011-05-06 | 2 | -6/+58 |
| | |||||
* | Replace -Ddev by -Pdev to increase build duration | simonbrandhof | 2011-05-05 | 5 | -38/+8 |
| | |||||
* | SONAR-2298 Fix bug, when root project not a first one in Maven reactor | Evgeny Mandrikov | 2011-05-06 | 6 | -10/+13 |
| | | | | This situation shouldn't lead to partial analysis. | ||||
* | Fix 2 issues on drilldown pages | simonbrandhof | 2011-05-05 | 1 | -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 tests | simonbrandhof | 2011-05-05 | 1 | -5/+5 |
| | |||||
* | SONAR-2344 Remove the warning 'experimental service' | simonbrandhof | 2011-05-05 | 1 | -5/+0 |
| | |||||
* | Improve the web services 'violations' and 'reviews' | simonbrandhof | 2011-05-05 | 7 | -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 analysis | simonbrandhof | 2011-05-05 | 1 | -1/+1 |
| | |||||
* | Rename the class MarkdownEngine to Markdown | simonbrandhof | 2011-05-05 | 4 | -75/+75 |
| | |||||
* | Merge remote branch 'upstream/master' | Fabrice Bellingard | 2011-05-05 | 35 | -952/+124 |
|\ | |||||
| * | Reduce technical debt | simonbrandhof | 2011-05-05 | 26 | -63/+124 |
| | | |||||
| * | Delete unused GWT classes | simonbrandhof | 2011-05-05 | 9 | -889/+0 |
| | | |||||
* | | SONAR-2381 Fix error in Review WS client | Fabrice Bellingard | 2011-05-05 | 2 | -2/+2 |
|/ | |||||
* | Remove some dead code | simonbrandhof | 2011-05-05 | 5 | -24/+1 |
| | |||||
* | SONAR-2357 Add samples to build + improve samples for rules | simonbrandhof | 2011-05-05 | 3 | -4/+19 |
| | |||||
* | Edited samples/README.txt via GitHub | Simon Brandhof | 2011-05-05 | 1 | -1/+6 |
| | |||||
* | SONAR-2357 Add sample of PMD extensions | simonbrandhof | 2011-05-05 | 8 | -0/+250 |
| | |||||
* | Fix ruby warning on deprecated i18n label | simonbrandhof | 2011-05-05 | 1 | -13/+13 |
| | |||||
* | SONAR-2357 add a sample for Checkstyle extensions | simonbrandhof | 2011-05-04 | 10 | -2/+189 |
| | |||||
* | SONAR-2357 Improve samples of plugins | simonbrandhof | 2011-05-04 | 9 | -35/+157 |
| | |||||
* | Reduce duplication by moving part of configuration of maven-assembly-plugin ↵ | Evgeny Mandrikov | 2011-05-05 | 3 | -18/+11 |
| | | | | to parent POM | ||||
* | Improve plugin samples | simonbrandhof | 2011-05-04 | 20 | -0/+568 |
| | |||||
* | Remove the switch button of comparison of Q profiles | simonbrandhof | 2011-05-04 | 2 | -3/+0 |
| | |||||
* | SONAR-2371 Add Javadoc for Tests metric | Evgeny Mandrikov | 2011-05-04 | 1 | -2/+11 |
| | |||||
* | SONAR-2371 Rework UnitTestDecorator and SurefireSensor | Evgeny Mandrikov | 2011-05-04 | 5 | -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 default | Fabrice Bellingard | 2011-05-04 | 8 | -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 NullPointerException | simonbrandhof | 2011-05-04 | 3 | -6/+12 |
| | |||||
* | SONAR-2409 Remove ability to use deprecated property 'branch' | Evgeny Mandrikov | 2011-05-04 | 3 | -24/+1 |
| | |||||
* | SONAR-2249 Display Violation message with new lines in web | simonbrandhof | 2011-05-04 | 5 | -13/+17 |
| | | | | New method Api::Utils.split_newlines(input) in order to split a string by newlines, whatever the encoding of return carriage. |