aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Temporary commit before merging with Simon's modifications onFabrice Bellingard2011-04-203-0/+47
| | | | RuleFailure
* [SONAR-2327] Improve code of the DB requestFabrice Bellingard2011-04-201-51/+45
|
* [SONAR-2327] Rename methods to stick to Ruby conventionsFabrice Bellingard2011-04-201-9/+9
|
* [SONAR-2327] Add the commented_by param on the review search queryFabrice Bellingard2011-04-201-2/+3
|
* [SONAR-2327] Add more params to SQL query for reviews serviceFabrice Bellingard2011-04-201-7/+39
|
* [SONAR-1973] "Add comment" link should not be visible if user is notFabrice Bellingard2011-04-201-32/+34
| | | | authenticated
* [SONAR-1973] Fix a wrong linkFabrice Bellingard2011-04-201-137/+137
|
* [SONAR-2327] First implementation of the review serviceFabrice Bellingard2011-04-2010-83/+206
|
* [SONAR-1973] Add status and type constantsFabrice Bellingard2011-04-202-13/+27
|
* [SONAR-1973] Displays the comment in right DIV after a validationFabrice Bellingard2011-04-203-15/+15
| | | | fails
* [SONAR-1973] Update correctly the "Add" button visibilityFabrice Bellingard2011-04-203-17/+24
|
* [SONAR-1973] Adds select box for severityFabrice Bellingard2011-04-203-1/+24
|
* [SONAR-1973] Add security checks before saving reviews & commentsFabrice Bellingard2011-04-201-2/+26
|
* [SONAR-1973] Adds validation, improves form & removes unusedFabrice Bellingard2011-04-205-11/+4
| | | | "external_link"
* [SONAR-1973] Add validations on formsFabrice Bellingard2011-04-205-26/+40
|
* [SONAR-1973] Rename code elements to follow conventionsFabrice Bellingard2011-04-207-13/+8
|
* [SONAR-1973] Improve review&comment formsFabrice Bellingard2011-04-205-22/+35
|
* [SONAR-1973] Add/list reviews&commentsFabrice Bellingard2011-04-206-27/+79
|
* ReviewData changed into ReviewComment : OKFabrice Bellingard2011-04-207-27/+23
|
* TEMP commit before changing review_data into review_commentFabrice Bellingard2011-04-2011-22/+148
|
* [SONAR-1973] Add first model of review conceptFabrice Bellingard2011-04-203-29/+23
|
* [SONAR-1973] Add first model of review conceptFabrice Bellingard2011-04-203-0/+116
|
* SONAR-2371 SurefireSensor should not insert unit test measures when there is ↵Evgeny Mandrikov2011-04-204-18/+38
| | | | | | | | | no reports - UnitTestDecorator should save zero for unit test measure for project, when there is no values for summarizing and type of analysis is reuse reports or dynamic - Don't use pom.getPackaging() in AbstractSurefireParser
* SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate ↵Evgeny Mandrikov2011-04-192-16/+9
| | | | checksums for violations
* Fix support of SQLServersimonbrandhof2011-04-191-1/+1
|
* SONAR-2278 Improve exception handling of decoratorssimonbrandhof2011-04-192-8/+46
|
* Fix copyright headerssimonbrandhof2011-04-186-6/+6
|
* SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add ↵simonbrandhof2011-04-185-1/+735
| | | | DatabaseTestCase to sonar-testing-harness
* Fix loading of db dialect in ruby on railssimonbrandhof2011-04-1810-13/+42
|
* SONAR-2282 Show last lines of source code, even if they are blankEvgeny Mandrikov2011-04-181-1/+3
|
* SONAR-2249 Display Violation message with new lines in websimonbrandhof2011-04-172-1/+26
|
* SONAR-2293 support CR and CR/LF newlines in source viewers and web servicesimonbrandhof2011-04-173-8/+23
|
* SONAR-2115 : use StringBuilder.append() instead of String+Stringsimonbrandhof2011-04-171-5/+4
|
* fix SONAR-2295 : Line number representation in source code view are wrong ↵Freddy Mallet2011-04-173-11/+9
| | | | for files that use mixed line endings
* fix SONAR-2115 : Files with Windows end of lines are badly parsed by syntax ↵Freddy Mallet2011-04-163-38/+46
| | | | highlighter
* SONAR-1865 Dollars ($) are not accepted in java class namessimonbrandhof2011-04-152-14/+5
|
* Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd ↵Evgeny Mandrikov2011-04-155-20/+3
| | | | and findbugs plugins
* SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC ↵simonbrandhof2011-04-147-216/+81
| | | | datasource is loaded from JNDI
* SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ↵simonbrandhof2011-04-1411-64/+47
| | | | ruby on rails
* Remove maven-clover2-plugin from pluginManagement because we don't use it ↵Evgeny Mandrikov2011-04-131-5/+0
| | | | any more
* SONAR-2309 Error when browser locale is Hebrewsimonbrandhof2011-04-1274-2961/+8654
|
* SONAR-2284 upgrade to jruby 1.6.1simonbrandhof2011-04-121-1/+1
|
* SONAR-2329 NonUniqueResultException occurs when analyzing both a maven ↵simonbrandhof2011-04-124-9/+22
| | | | module and its parent
* Slight refactoring of squidsimonbrandhof2011-04-123-27/+14
|
* SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)simonbrandhof2011-04-1218-83/+96
|
* SONAR-2347 Add the column RULE_FAILURES.PERMANENT_IDsimonbrandhof2011-04-1222-91/+178
|
* SONAR-2349 New rule to detect empty Java filessimonbrandhof2011-04-123-5/+112
|
* Improve ProjectFileSystemEvgeny Mandrikov2011-04-127-35/+130
| | | | | | * Use ProjectFileSystem instead of DefaultProjectFileSystem in tests * Use InputFileUtils in DefaultProjectFileSystem * Add MavenProjectFileSystem
* SONAR-791 compare package declaration with physical directorysimonbrandhof2011-04-1175-305/+522
|
* API: add methods to InputFileUtilssimonbrandhof2011-04-112-16/+63
|