aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move derby logs generated during unit tests to target/simonbrandhof2011-04-282-1/+8
|
* Ignore plugins/sonar-core-plugin/derby.log generated during unit testssimonbrandhof2011-04-282-91/+1
|
* Remove System.out.printlnEvgeny Mandrikov2011-04-281-1/+0
|
* Fix loading of locale in chartssimonbrandhof2011-04-282-2/+2
|
* Increase timeout of CommandExecutorTest for slow boxessimonbrandhof2011-04-281-2/+2
|
* SONAR-2202 Calculate variations on quality model measuressimonbrandhof2011-04-285-79/+186
|
* SONAR-2384 append target='_blank' when building an hyperlinkFreddy Mallet2011-04-272-4/+6
|
* Fix scheduling of ViolationDecoratorsimonbrandhof2011-04-274-4/+8
| | | | ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database.
* Fix some ruby warnings (don't put space before argument parentheses)simonbrandhof2011-04-271-5/+5
|
* SONAR-2386 Web service should return lineId for violation only if value existsEvgeny Mandrikov2011-04-281-2/+2
|
* Fix vertical alignment of severity iconssimonbrandhof2011-04-2712-0/+0
|
* Add header to comparison of quality profilessimonbrandhof2011-04-274-118/+130
|
* Ensure that cost to fix violation cannot be set to negative or NaN valueEvgeny Mandrikov2011-04-282-5/+25
|
* Merge branch 'master' of github.com:SonarSource/sonarFreddy Mallet2011-04-273-5/+5
|\
| * SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵Evgeny Mandrikov2011-04-273-5/+5
| | | | | | | | info level
* | SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannelFreddy Mallet2011-04-272-5/+5
|/
* SONAR-2386 Define contract for lineId in ViolationEvgeny Mandrikov2011-04-275-5/+121
| | | | | Value can be null or greater than zero, so setter must log warning if not null and less than 1. It will throw an exception in future releases.
* SONAR-2266 ProjectFileSystem should return only existing source and test ↵Evgeny Mandrikov2011-04-276-8/+44
| | | | directories
* Fix violationsEvgeny Mandrikov2011-04-272-3/+2
|
* SONAR-2369 User list is not correctly sorted in the Groups pagesimonbrandhof2011-04-275-7/+7
|
* SONAR-2323 Remove logs specific to Mavensimonbrandhof2011-04-273-3/+3
|
* Write valid HTML : a tag is badly closedsimonbrandhof2011-04-271-1/+1
|
* SONAR-2179 the 'bulk change' option of quality profiles fail when there are ↵simonbrandhof2011-04-271-2/+3
| | | | too many selected rules
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-274-4/+32
|
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-273-8/+55
|
* SONAR-2382 Highlight selected line in source panelsimonbrandhof2011-04-273-23/+33
|
* SONAR-2382 Display source in review detailsimonbrandhof2011-04-273-1/+250
|
* SONAR-2298 Rename MavenProjectBuilder to ProjectBuilderEvgeny Mandrikov2011-04-268-12/+11
|
* SONAR-2327 Provide a new "Reviews" serviceFabrice Bellingard2011-04-2612-10/+186
|
* SONAR-1973 Rework action link positionsFabrice Bellingard2011-04-262-4/+12
|
* Fix rendering of age (variable {count} not interpreted)simonbrandhof2011-04-2642-25/+3411
|
* Merge branch 'master' of github.com:SonarSource/sonarFreddy Mallet2011-04-261-5/+0
|\
| * Do not feed RULE_FAILURES.PERMANENT_ID when rendering violationssimonbrandhof2011-04-261-5/+0
| |
* | SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵Freddy Mallet2011-04-264-9/+16
|/ | | | method and make the HtmlEmphasisChannel handle sentence
* SONAR-2382 Complete review web servicesimonbrandhof2011-04-2612-63/+136
|
* SONAR-1973 Fix bug in DB requestFabrice Bellingard2011-04-261-3/+3
|
* SONAR-2327 add help on markdownsimonbrandhof2011-04-262-11/+39
|
* SONAR-2327 split actions for resource viewer and reviews pagesimonbrandhof2011-04-2626-567/+400
|
* SONAR-2298 Add support for multi-modules for non-Maven projectsEvgeny Mandrikov2011-04-2622-541/+683
| | | | | | | | | | | | | | | | * Use ProjectDefinition in ProjectTree instead of MavenProject * Allow to specify extensions for project's container via ProjectDefinition, so MavenProject not passed directly to batch in mojos * ProjectDefinition should store all information in properties * Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which works not only for Maven projects * Add DefaultProjectClasspath, which works not only for Maven projects * Enable ProjectLinksSensor only for Maven
* SONAR-2371 UnitTestDecorator should not save anything if tests measure ↵Evgeny Mandrikov2011-04-252-8/+50
| | | | already exists
* Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny)Freddy Mallet2011-04-241-1/+1
|
* SONAR-2358 Add unit testEvgeny Mandrikov2011-04-242-2/+11
|
* SONAR-2384 Add support for html list and fix javadoc by escaping html tagsFreddy Mallet2011-04-247-6/+101
|
* Add some javadoc to the Sonar Markdown moduleFreddy Mallet2011-04-237-1/+51
|
* Sonar Channel : Add license header to package-info.java fileFreddy Mallet2011-04-231-0/+19
|
* Add some javadoc to the Sonar Channel moduleFreddy Mallet2011-04-234-4/+52
|
* Merge branch 'master' of github.com:SonarSource/sonarFreddy Mallet2011-04-2312-15/+71
|\
| * SONAR-2384 Support markdown in review commentssimonbrandhof2011-04-2312-15/+71
| |
* | SONAR-2358 Reapply patch 'Mechanism to calculate checksums for violations is ↵Freddy Mallet2011-04-231-15/+7
|/ | | | unstable'
* SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into ↵Freddy Mallet2011-04-236-4/+47
| | | | <code>printf()</code>