Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .idea directories to .gitignore | simonbrandhof | 2011-12-07 | 1 | -0/+1 |
| | |||||
* | Rename view drilldown/_severity.erb to _severity.html.erb | simonbrandhof | 2011-12-07 | 1 | -0/+0 |
| | |||||
* | SONAR-1974 add a page to manage manual rules | simonbrandhof | 2011-12-07 | 14 | -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 violations | simonbrandhof | 2011-12-07 | 7 | -37/+74 |
| | |||||
* | Remove unused Javascript code | simonbrandhof | 2011-12-07 | 1 | -37/+0 |
| | |||||
* | SONAR-2399 Make the differential mode work on Derby and "More" links | Fabrice Bellingard | 2011-12-07 | 4 | -5/+21 |
| | |||||
* | SONAR-3057 Use appropriate colors for measures | Fabrice Bellingard | 2011-12-07 | 2 | -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 Dependencies | Fabrice Bellingard | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | SONAR-3037 Remove the + sign before the number of skipped tests | Fabrice Bellingard | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | SONAR-3036 upgrade to the latest version of protovis-msie | simonbrandhof | 2011-12-07 | 3 | -7/+17 |
| | |||||
* | SONAR-1974 fix the select-box to filter by rules in violations viewer | simonbrandhof | 2011-12-07 | 1 | -55/+63 |
| | |||||
* | SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim ↵ | simonbrandhof | 2011-12-07 | 2 | -4/+42 |
| | | | | values | ||||
* | Fix iBatis ReviewMapper.xml for MsSQL | simonbrandhof | 2011-12-07 | 1 | -3/+3 |
| | |||||
* | SONAR-3060 Use new CPD algorithm | Evgeny Mandrikov | 2011-12-07 | 2 | -2/+3 |
| | |||||
* | SONAR-3060 Add new CPD algorithm based on suffix tree | Evgeny Mandrikov | 2011-12-07 | 19 | -481/+1977 |
| | |||||
* | SONAR-1974 improve UI+error handling | simonbrandhof | 2011-12-06 | 11 | -37/+60 |
| | |||||
* | SONAR-2399 Improvements on review widgets | Fabrice Bellingard | 2011-12-06 | 7 | -9/+47 |
| | |||||
* | Fix compatibility of DbUnit with Oracle (lack of boolean type) | Simon Brandhof | 2011-12-06 | 3 | -5/+26 |
| | |||||
* | Fix creation of Oracle sequences in integration tests of MyBatis | Simon Brandhof | 2011-12-06 | 1 | -2/+4 |
| | |||||
* | SONAR-1974 add the form to create its own violations | simonbrandhof | 2011-12-06 | 13 | -184/+238 |
| | |||||
* | Try to fix Oracle tests | Simon Brandhof | 2011-12-06 | 2 | -12/+20 |
| | |||||
* | Improve rendering of source code | simonbrandhof | 2011-12-05 | 2 | -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 code | simonbrandhof | 2011-12-05 | 1 | -7/+12 |
| | |||||
* | SONAR-3055 API: remove the attribute "classes" of the annotations ↵ | Simon Brandhof | 2011-12-05 | 7 | -61/+8 |
| | | | | @DependsUpon and @DependedUpon | ||||
* | SONAR-1974 do not disable the rules of the repository "review" at startup | Simon Brandhof | 2011-12-05 | 3 | -24/+44 |
| | |||||
* | SONAR-1974 automatically close reviews that relate to resolved manual violations | Simon Brandhof | 2011-12-05 | 5 | -57/+186 |
| | |||||
* | Remove INFO logs in unit tests and fix Oracle tests | Simon Brandhof | 2011-12-05 | 2 | -5/+2 |
| | |||||
* | Fix some violations | Simon Brandhof | 2011-12-05 | 2 | -46/+44 |
| | |||||
* | SONAR-2018 Add rule to detect commented-out lines of code | Evgeny Mandrikov | 2011-12-05 | 9 | -2/+154 |
| | |||||
* | SONAR-1974 inject manual violations into batch | simonbrandhof | 2011-12-04 | 9 | -64/+262 |
| | |||||
* | Fix drilldown page in order to accept the parameter period=0 | simonbrandhof | 2011-12-04 | 2 | -6/+6 |
| | |||||
* | SONAR-3052 add dependency on Guava 10 | simonbrandhof | 2011-12-04 | 6 | -13/+12 |
| | |||||
* | SONAR-1974 fix a conflict of column names in the WS /api/violations | simonbrandhof | 2011-12-04 | 1 | -3/+3 |
| | |||||
* | Add log to debug integration tests with Oracle | Simon Brandhof | 2011-12-02 | 1 | -2/+4 |
| | |||||
* | Add missing header + remove hibernate logs when executing unit tests | Simon Brandhof | 2011-12-02 | 2 | -0/+27 |
| | |||||
* | Fix DaoTestCase for Oracle | Simon Brandhof | 2011-12-02 | 3 | -29/+66 |
| | | | | We didn't succeed in using java.sql.DatabaseMetaData#getTables() on Oracle. | ||||
* | Table names are not correctly loaded in DaoTestCase | Simon Brandhof | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | Add logs to DaoTestCase in order to list the TRUNCATE commands | Simon Brandhof | 2011-12-02 | 2 | -4/+8 |
| | | | | + Unit tests must log with level INFO | ||||
* | SONAR-1974 add missing change | Simon Brandhof | 2011-12-02 | 1 | -1/+0 |
| | |||||
* | SONAR-1974 support creation of manual violations in the web service /api/reviews | Simon Brandhof | 2011-12-02 | 3 | -66/+84 |
| | |||||
* | Improve exception handling of web app when the requested resource does not exist | Simon Brandhof | 2011-12-02 | 10 | -227/+216 |
| | |||||
* | Fix typo in RuleDaoTest | Simon Brandhof | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | The field "period_index" of the ruby component Api::DashboardConfiguration ↵ | Simon Brandhof | 2011-12-02 | 1 | -3/+2 |
| | | | | should be nil when undefined, but not 0 | ||||
* | Rollback incorrect change in sonar.css due to the merge with the branch ↵ | Simon Brandhof | 2011-12-02 | 1 | -154/+354 |
| | | | | release-2.12 | ||||
* | SONAR-1974 refactor tables RULE_FAILURES and REVIEWS | Simon Brandhof | 2011-12-02 | 44 | -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 Brandhof | 2011-12-01 | 1 | -7/+14 |
| | | | | Object... criteria) | ||||
* | Escape the value of sonar.jdbc.schema on Oracle | Simon Brandhof | 2011-12-01 | 2 | -2/+2 |
| | |||||
* | SONAR-2819 Upgrade to PMD 4.3 | Evgeny Mandrikov | 2011-11-30 | 13 | -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 Brandhof | 2011-11-30 | 3 | -68/+76 |
| | | | | violation drilldown | ||||
* | SONAR-3045 Guess the property sonar.jdbc.driverClassName | Simon Brandhof | 2011-11-30 | 12 | -128/+217 |
| |