aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add .idea directories to .gitignoresimonbrandhof2011-12-071-0/+1
|
* Rename view drilldown/_severity.erb to _severity.html.erbsimonbrandhof2011-12-071-0/+0
|
* SONAR-1974 add a page to manage manual rulessimonbrandhof2011-12-0714-79/+204
| | | | | Manual rules allow users to create their own violations directly from UI. These rules can also be defined 'on the fly' while creating violations.
* SONAR-1974 add all the available rules in the form to create violationssimonbrandhof2011-12-077-37/+74
|
* Remove unused Javascript codesimonbrandhof2011-12-071-37/+0
|
* SONAR-2399 Make the differential mode work on Derby and "More" linksFabrice Bellingard2011-12-074-5/+21
|
* SONAR-3057 Use appropriate colors for measuresFabrice Bellingard2011-12-072-14/+16
| | | | Differential measures on violation & duplication related metrics should be displayed with red or green colors.
* SONAR-2891 Breadcrumb is not valid in the page DependenciesFabrice Bellingard2011-12-071-1/+1
|
* SONAR-3037 Remove the + sign before the number of skipped testsFabrice Bellingard2011-12-071-1/+1
|
* SONAR-3036 upgrade to the latest version of protovis-msiesimonbrandhof2011-12-073-7/+17
|
* SONAR-1974 fix the select-box to filter by rules in violations viewersimonbrandhof2011-12-071-55/+63
|
* SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim ↵simonbrandhof2011-12-072-4/+42
| | | | values
* Fix iBatis ReviewMapper.xml for MsSQLsimonbrandhof2011-12-071-3/+3
|
* SONAR-3060 Use new CPD algorithmEvgeny Mandrikov2011-12-072-2/+3
|
* SONAR-3060 Add new CPD algorithm based on suffix treeEvgeny Mandrikov2011-12-0719-481/+1977
|
* SONAR-1974 improve UI+error handlingsimonbrandhof2011-12-0611-37/+60
|
* SONAR-2399 Improvements on review widgetsFabrice Bellingard2011-12-067-9/+47
|
* Fix compatibility of DbUnit with Oracle (lack of boolean type)Simon Brandhof2011-12-063-5/+26
|
* Fix creation of Oracle sequences in integration tests of MyBatisSimon Brandhof2011-12-061-2/+4
|
* SONAR-1974 add the form to create its own violationssimonbrandhof2011-12-0613-184/+238
|
* Try to fix Oracle testsSimon Brandhof2011-12-062-12/+20
|
* Improve rendering of source codesimonbrandhof2011-12-052-6/+5
| | | | | | * remove top and bottom borders from all the line numbers * remove top and bottom borders from groups of violations * remove the margin before source code. It can be mixed up with real whitespaces or tabulations in source code
* SONAR-3056 do not select line numbers when copying source codesimonbrandhof2011-12-051-7/+12
|
* SONAR-3055 API: remove the attribute "classes" of the annotations ↵Simon Brandhof2011-12-057-61/+8
| | | | @DependsUpon and @DependedUpon
* SONAR-1974 do not disable the rules of the repository "review" at startupSimon Brandhof2011-12-053-24/+44
|
* SONAR-1974 automatically close reviews that relate to resolved manual violationsSimon Brandhof2011-12-055-57/+186
|
* Remove INFO logs in unit tests and fix Oracle testsSimon Brandhof2011-12-052-5/+2
|
* Fix some violationsSimon Brandhof2011-12-052-46/+44
|
* SONAR-2018 Add rule to detect commented-out lines of codeEvgeny Mandrikov2011-12-059-2/+154
|
* SONAR-1974 inject manual violations into batchsimonbrandhof2011-12-049-64/+262
|
* Fix drilldown page in order to accept the parameter period=0simonbrandhof2011-12-042-6/+6
|
* SONAR-3052 add dependency on Guava 10simonbrandhof2011-12-046-13/+12
|
* SONAR-1974 fix a conflict of column names in the WS /api/violationssimonbrandhof2011-12-041-3/+3
|
* Add log to debug integration tests with OracleSimon Brandhof2011-12-021-2/+4
|
* Add missing header + remove hibernate logs when executing unit testsSimon Brandhof2011-12-022-0/+27
|
* Fix DaoTestCase for OracleSimon Brandhof2011-12-023-29/+66
| | | | We didn't succeed in using java.sql.DatabaseMetaData#getTables() on Oracle.
* Table names are not correctly loaded in DaoTestCaseSimon Brandhof2011-12-021-1/+1
|
* Add logs to DaoTestCase in order to list the TRUNCATE commandsSimon Brandhof2011-12-022-4/+8
| | | | + Unit tests must log with level INFO
* SONAR-1974 add missing changeSimon Brandhof2011-12-021-1/+0
|
* SONAR-1974 support creation of manual violations in the web service /api/reviewsSimon Brandhof2011-12-023-66/+84
|
* Improve exception handling of web app when the requested resource does not existSimon Brandhof2011-12-0210-227/+216
|
* Fix typo in RuleDaoTestSimon Brandhof2011-12-021-1/+1
|
* The field "period_index" of the ruby component Api::DashboardConfiguration ↵Simon Brandhof2011-12-021-3/+2
| | | | should be nil when undefined, but not 0
* Rollback incorrect change in sonar.css due to the merge with the branch ↵Simon Brandhof2011-12-021-154/+354
| | | | release-2.12
* SONAR-1974 refactor tables RULE_FAILURES and REVIEWSSimon Brandhof2011-12-0244-598/+1275
| | | | | | | * Rollback the previous changes on RULE_FAILURES : SNAPSHOT_ID NULLABLE and new column RESOURCE_ID * Add the columns REVIEWS.RULE_ID (nullable) and MANUAL_VIOLATION (boolean) * Add experimental MyBatis mapper for reviews * Add the fields manualViolation (boolean) and permanentId to org.sonar.api.rules.Violation
* Allow criteria with null values in DatabaseSession#getResults(Class, ↵Simon Brandhof2011-12-011-7/+14
| | | | Object... criteria)
* Escape the value of sonar.jdbc.schema on OracleSimon Brandhof2011-12-012-2/+2
|
* SONAR-2819 Upgrade to PMD 4.3Evgeny Mandrikov2011-11-3013-34/+58
| | | | | | | | | | | | | | New rules in PMD 4.3: * DontCallThreadRun * GuardDebugLogging New rules in PMD 4.2.6: * GenericsNaming * AvoidCatchingGenericException * AvoidLosingExceptionInformation * AvoidLiteralsInIfCondition * UseConcurrentHashMap * DoNotHardCodeSDCard
* SONAR-3046 change the title when a period is selected + improve links on ↵Simon Brandhof2011-11-303-68/+76
| | | | violation drilldown
* SONAR-3045 Guess the property sonar.jdbc.driverClassNameSimon Brandhof2011-11-3012-128/+217
|