aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuerySimon Brandhof2011-12-142-7/+2
| * SONAR-2984 review widgets must not fail if reviews have no commentsSimon Brandhof2011-12-142-130/+134
| * SONAR-3984 allow to delete all the commentsSimon Brandhof2011-12-142-59/+59
| * SONAR-3086 improve the detail of a reviewSimon Brandhof2011-12-1413-91/+184
| * SONAR-3086 Improve usability of review formsSimon Brandhof2011-12-1412-95/+182
| * SONAR-3086 Improve usability of review formsSimon Brandhof2011-12-149-133/+190
* | SONAR-1929 Improve the Dashboard template APIFabrice Bellingard2011-12-148-28/+37
|/
* Sonar Persistence API refactoringFabrice Bellingard2011-12-1479-454/+460
* SONAR-1929 Fix problem migration (I18n API not initialized)Fabrice Bellingard2011-12-142-9/+16
* Fix testEvgeny Mandrikov2011-12-141-1/+1
* SONAR-1929 Fix problem with MyBatis on OracleFabrice Bellingard2011-12-146-14/+26
* Fix violationsFabrice Bellingard2011-12-141-18/+22
* SONAR-3060 Refactor new CPD algorithmEvgeny Mandrikov2011-12-1415-333/+463
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-143-17/+67
* SONAR-3058 downgrade to jetty 6.1.25 because of AJP regressionsimonbrandhof2011-12-141-1/+4
* SONAR-2973 improve the form that changes severitysimonbrandhof2011-12-1412-126/+204
* SONAR-2912 [Rename quality profile] Default value: put profile nameFabrice Bellingard2011-12-131-1/+1
* SONAR-2939 Rename "Functions distribution /complexity" metricFabrice Bellingard2011-12-131-2/+2
* SONAR-2399 In differential mode, display reviews until todayFabrice Bellingard2011-12-135-5/+5
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-133-3/+31
* SONAR-2018 Improve rule for detection of commented-out codeEvgeny Mandrikov2011-12-138-80/+191
* SONAR-1929 Modify the new DashboardTemplate APIFabrice Bellingard2011-12-1324-503/+535
* Add utility class to simplify assertions in tests for checksEvgeny Mandrikov2011-12-1314-151/+183
* SONAR-2973 fix the severity of violations if manually set by end-usersSimon Brandhof2011-12-1210-9/+390
* SONAR-3063 Implement the hotspots page as a dashboardFabrice Bellingard2011-12-1217-931/+109
* SONAR-1929 Add localization to name & description of dashboardsFabrice Bellingard2011-12-124-1/+27
* SONAR-1929 New extension point: dashboard templateFabrice Bellingard2011-12-1260-62/+2567
* Fix some violationsSimon Brandhof2011-12-1213-45/+51
* Improve DateUtils by using generics in ThreadLocal + rename some unit tests o...Simon Brandhof2011-12-122-8/+11
* SONAR-3077 rename priority to severity in Rule#toString()Simon Brandhof2011-12-121-33/+36
* SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERI...Simon Brandhof2011-12-1231-401/+461
* Rename some Ruby methods of Review.rb in order to respect convention namingsSimon Brandhof2011-12-125-267/+268
* SONAR-3077 Don't use ReflectionToStringBuilder in Rule.toString()Evgeny Mandrikov2011-12-101-1/+11
* Fix MyBatis integration tests with MsSQLSimon Brandhof2011-12-092-3/+3
* Add DecoratorBarriers START_VIOLATION_PERSISTENCE and END_OF_VIOLATION_PERSIS...Evgeny Mandrikov2011-12-093-20/+26
* SONAR-3071 The settings page fails if a property has a null valueSimon Brandhof2011-12-092-91/+95
* SONAR-3070 DateUtils should not parse badly formatted stringsEvgeny Mandrikov2011-12-092-15/+29
* Fix integration tests of MyBatis on MsSQL. Table names must be lower-case.Simon Brandhof2011-12-091-2/+2
* Increase size of RULE_FAILURES.COMMITTER to 100Evgeny Mandrikov2011-12-083-3/+3
* Add icons to the select box of the widget Most Violated RulesSimon Brandhof2011-12-081-5/+5
* SONAR-1974 only administrators can create new manual rules + Fix sort of seve...Simon Brandhof2011-12-087-63/+80
* Remove useless comment from metrics_controller.rbSimon Brandhof2011-12-081-5/+4
* SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)Simon Brandhof2011-12-0822-217/+284
* SONAR-3057 Do not put a '+' if variation is zero in 'light' modeFabrice Bellingard2011-12-081-1/+5
* SONAR-2795 Remove link on "Next" if page index is max (20)Fabrice Bellingard2011-12-081-2/+2
* Revert some changes in the CSS of code viewerSimon Brandhof2011-12-081-16/+22
* SONAR-1974 do not reload the page when the violation is createdSimon Brandhof2011-12-086-293/+320
* Add RULE_FAILURES.COMMITTEREvgeny Mandrikov2011-12-0821-70/+133
* SONAR-2795 Paging at filters pageFabrice Bellingard2011-12-081-2/+7
* Add couple of functional tests for CPDEvgeny Mandrikov2011-12-081-7/+144