Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3060 Refactor new CPD algorithm | Evgeny Mandrikov | 2011-12-14 | 15 | -333/+463 |
| | | | | | | | | | * Fix violations * Remove duplications * Add Javadocs * Method SortedListsUtils#contains now uses iterators, so doesn't require RandomAccess list in order to work efficiently in terms of performance. | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-14 | 3 | -17/+67 |
| | | | | Proper recognition of JSNI methods (GWT). | ||||
* | SONAR-3058 downgrade to jetty 6.1.25 because of AJP regression | simonbrandhof | 2011-12-14 | 1 | -1/+4 |
| | |||||
* | SONAR-2973 improve the form that changes severity | simonbrandhof | 2011-12-14 | 12 | -126/+204 |
| | |||||
* | SONAR-2912 [Rename quality profile] Default value: put profile name | Fabrice Bellingard | 2011-12-13 | 1 | -1/+1 |
| | |||||
* | SONAR-2939 Rename "Functions distribution /complexity" metric | Fabrice Bellingard | 2011-12-13 | 1 | -2/+2 |
| | | | | | Original request: "On the complexity widget, rename "Functions distribution /complexity" in "Methods distribution /complexity" | ||||
* | SONAR-2399 In differential mode, display reviews until today | Fabrice Bellingard | 2011-12-13 | 5 | -5/+5 |
| | |||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 3 | -3/+31 |
| | | | | JSNI methods (GWT) should not be considered as commented-out code. | ||||
* | SONAR-2018 Improve rule for detection of commented-out code | Evgeny Mandrikov | 2011-12-13 | 8 | -80/+191 |
| | | | | | * Only one violation in one block of comment. * Proper recognition of Javadocs. | ||||
* | SONAR-1929 Modify the new DashboardTemplate API | Fabrice Bellingard | 2011-12-13 | 24 | -503/+535 |
| | | | | | - Replace the annotation-based one with a POJO one - Fix some issues based on Simon's feedback | ||||
* | Add utility class to simplify assertions in tests for checks | Evgeny Mandrikov | 2011-12-13 | 14 | -151/+183 |
| | | | | And update tests to use this new class. | ||||
* | SONAR-2973 fix the severity of violations if manually set by end-users | Simon Brandhof | 2011-12-12 | 10 | -9/+390 |
| | |||||
* | SONAR-3063 Implement the hotspots page as a dashboard | Fabrice Bellingard | 2011-12-12 | 17 | -931/+109 |
| | |||||
* | SONAR-1929 Add localization to name & description of dashboards | Fabrice Bellingard | 2011-12-12 | 4 | -1/+27 |
| | |||||
* | SONAR-1929 New extension point: dashboard template | Fabrice Bellingard | 2011-12-12 | 60 | -62/+2567 |
| | | | | | | | | | | | | - Create API - Make required DB modifications (on MyBatis side) * new 'loaded_template' table * new 'kee' column on 'dashboards' table - Create startup RegisterProvidedTemplates - Create 2 first implementations: * the main Dashboard * a simple Hotspot dashboard (will be done in another ticket) - Update migration scripts (remove creation of main dashboard) | ||||
* | Fix some violations | Simon Brandhof | 2011-12-12 | 13 | -45/+51 |
| | |||||
* | Improve DateUtils by using generics in ThreadLocal + rename some unit tests ↵ | Simon Brandhof | 2011-12-12 | 2 | -8/+11 |
| | | | | of DateUtilsTest | ||||
* | SONAR-3077 rename priority to severity in Rule#toString() | Simon Brandhof | 2011-12-12 | 1 | -33/+36 |
| | |||||
* | SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by ↵ | Simon Brandhof | 2011-12-12 | 31 | -401/+461 |
| | | | | REVIEWS.MANUAL_SEVERITY (boolean) | ||||
* | Rename some Ruby methods of Review.rb in order to respect convention namings | Simon Brandhof | 2011-12-12 | 5 | -267/+268 |
| | |||||
* | SONAR-3077 Don't use ReflectionToStringBuilder in Rule.toString() | Evgeny Mandrikov | 2011-12-10 | 1 | -1/+11 |
| | |||||
* | Fix MyBatis integration tests with MsSQL | Simon Brandhof | 2011-12-09 | 2 | -3/+3 |
| | |||||
* | Add DecoratorBarriers START_VIOLATION_PERSISTENCE and ↵ | Evgeny Mandrikov | 2011-12-09 | 3 | -20/+26 |
| | | | | END_OF_VIOLATION_PERSISTENCE | ||||
* | SONAR-3071 The settings page fails if a property has a null value | Simon Brandhof | 2011-12-09 | 2 | -91/+95 |
| | |||||
* | SONAR-3070 DateUtils should not parse badly formatted strings | Evgeny Mandrikov | 2011-12-09 | 2 | -15/+29 |
| | |||||
* | Fix integration tests of MyBatis on MsSQL. Table names must be lower-case. | Simon Brandhof | 2011-12-09 | 1 | -2/+2 |
| | |||||
* | Increase size of RULE_FAILURES.COMMITTER to 100 | Evgeny Mandrikov | 2011-12-08 | 3 | -3/+3 |
| | |||||
* | Add icons to the select box of the widget Most Violated Rules | Simon Brandhof | 2011-12-08 | 1 | -5/+5 |
| | |||||
* | SONAR-1974 only administrators can create new manual rules + Fix sort of ↵ | Simon Brandhof | 2011-12-08 | 7 | -63/+80 |
| | | | | severities in select-box | ||||
* | Remove useless comment from metrics_controller.rb | Simon Brandhof | 2011-12-08 | 1 | -5/+4 |
| | |||||
* | SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN) | Simon Brandhof | 2011-12-08 | 22 | -217/+284 |
| | | | | The name is not really sexy. If true, then the violation severity has been explicitly changed by user so it must not be reset when analyzing project. | ||||
* | SONAR-3057 Do not put a '+' if variation is zero in 'light' mode | Fabrice Bellingard | 2011-12-08 | 1 | -1/+5 |
| | |||||
* | SONAR-2795 Remove link on "Next" if page index is max (20) | Fabrice Bellingard | 2011-12-08 | 1 | -2/+2 |
| | |||||
* | Revert some changes in the CSS of code viewer | Simon Brandhof | 2011-12-08 | 1 | -16/+22 |
| | |||||
* | SONAR-1974 do not reload the page when the violation is created | Simon Brandhof | 2011-12-08 | 6 | -293/+320 |
| | |||||
* | Add RULE_FAILURES.COMMITTER | Evgeny Mandrikov | 2011-12-08 | 21 | -70/+133 |
| | | | | | Note that this field is experimental and should not be used by plugins, even if it can be accessed via API classes. | ||||
* | SONAR-2795 Paging at filters page | Fabrice Bellingard | 2011-12-08 | 1 | -2/+7 |
| | | | | | Display a maximum of 20 page links, which will prevent UI side effects (no need to have more than 20 links, people never go that far in pagination). | ||||
* | Add couple of functional tests for CPD | Evgeny Mandrikov | 2011-12-08 | 1 | -7/+144 |
| | |||||
* | Fix violations, increase coverage | Evgeny Mandrikov | 2011-12-08 | 7 | -125/+142 |
| | |||||
* | Try to fix DbUnit tests on MSSQL | simonbrandhof | 2011-12-07 | 2 | -7/+19 |
| | |||||
* | SONAR-3046 remove the links on the severity icons | simonbrandhof | 2011-12-07 | 1 | -4/+4 |
| | |||||
* | SONAR-3046 the link 'More' must contain the selected period and severity | simonbrandhof | 2011-12-07 | 2 | -4/+6 |
| | |||||
* | Add Idea file to .gitignore | simonbrandhof | 2011-12-07 | 1 | -0/+1 |
| | |||||
* | 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. |