]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-2662 Create a pagination helper
Fabrice Bellingard [Mon, 19 Dec 2011 07:30:37 +0000 (08:30 +0100)]
SONAR-2662 Create a pagination helper

It is currently used for the review listing page, but it can
normally be used elsewhere.

12 years agoSONAR-2662 Create action plans which are a set of manual reviews
Fabrice Bellingard [Sun, 18 Dec 2011 16:47:40 +0000 (17:47 +0100)]
SONAR-2662 Create action plans which are a set of manual reviews

- Improve progress bar
- Display the list of reviews in a separate page which is still in
  the context of the project

12 years agoSONAR-2662 Create action plans which are a set of manual reviews
Fabrice Bellingard [Fri, 16 Dec 2011 11:37:11 +0000 (12:37 +0100)]
SONAR-2662 Create action plans which are a set of manual reviews

- Create the service to manage action plans

12 years agoSONAR-3101 fix the Collapse link
simonbrandhof [Sun, 18 Dec 2011 11:25:20 +0000 (12:25 +0100)]
SONAR-3101 fix the Collapse link

Refactoring: define the constant ResourceHelper::DUPLICATION_SNIPPET_DEFAULT_NB_OF_LINES=6

12 years agoMove org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor DialectRepos...
Simon Brandhof [Fri, 16 Dec 2011 18:39:40 +0000 (19:39 +0100)]
Move org.sonar.jpa.dialect to org.sonar.persistence.dialect and refactor DialectRepository

12 years agoSONAR-983 create table RESOURCE_INDEX
Simon Brandhof [Fri, 16 Dec 2011 18:16:25 +0000 (19:16 +0100)]
SONAR-983 create table RESOURCE_INDEX

The related myBatis classes are in the package org.sonar.persistence.resource

12 years agoMinor refactoring on ruby variable names
Simon Brandhof [Fri, 16 Dec 2011 16:03:13 +0000 (17:03 +0100)]
Minor refactoring on ruby variable names

12 years agoFix the URL /widget
Simon Brandhof [Fri, 16 Dec 2011 15:42:21 +0000 (16:42 +0100)]
Fix the URL /widget

12 years agoSONAR-1929 add ability for administrators to delete dashboards registered programmati...
Simon Brandhof [Fri, 16 Dec 2011 14:18:15 +0000 (15:18 +0100)]
SONAR-1929 add ability for administrators to delete dashboards registered programmatically by plugins

+ SONAR-3103 Do not allow to unshare dashboard when it's used as a default dashboard

12 years agoSONAR-3101 "Duplications" tab shows incorrect lines
Simon Brandhof [Fri, 16 Dec 2011 13:12:44 +0000 (14:12 +0100)]
SONAR-3101 "Duplications" tab shows incorrect lines

12 years agoSONAR-3099 Search of reviews by id must ignore other criteria
Simon Brandhof [Fri, 16 Dec 2011 12:10:46 +0000 (13:10 +0100)]
SONAR-3099 Search of reviews by id must ignore other criteria

12 years agoSONAR-1929 do not register dashboards which name already exits
Simon Brandhof [Fri, 16 Dec 2011 12:08:40 +0000 (13:08 +0100)]
SONAR-1929 do not register dashboards which name already exits

+ remove the useless column DASHBOARDS.KEE

12 years agoSONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web
Simon Brandhof [Fri, 16 Dec 2011 08:01:02 +0000 (09:01 +0100)]
SONAR-1929 move the package org.sonar.api.web.dashboard to org.sonar.api.web

No need anymore of a dedicated package

12 years agoSONAR-1929 minor refactoring + add some tests
Simon Brandhof [Fri, 16 Dec 2011 07:32:48 +0000 (08:32 +0100)]
SONAR-1929 minor refactoring + add some tests

12 years agoFix typo in conf/sonar.properties
Simon Brandhof [Fri, 16 Dec 2011 07:16:32 +0000 (08:16 +0100)]
Fix typo in conf/sonar.properties

12 years agoFix violation, add test
Evgeny Mandrikov [Thu, 15 Dec 2011 19:28:52 +0000 (23:28 +0400)]
Fix violation, add test

12 years agoFix violations
Evgeny Mandrikov [Thu, 15 Dec 2011 18:35:23 +0000 (22:35 +0400)]
Fix violations

12 years agoSONAR-3060 Improve new CPD algorithm
Evgeny Mandrikov [Thu, 15 Dec 2011 10:02:49 +0000 (14:02 +0400)]
SONAR-3060 Improve new CPD algorithm

* Remove recursive part of algorithm to avoid StackOverflowError
* Fix violations

12 years agoSONAR-1929 refactor the extension point to define dashboards
Simon Brandhof [Thu, 15 Dec 2011 17:44:21 +0000 (18:44 +0100)]
SONAR-1929 refactor the extension point to define dashboards

12 years agoSONAR-1929 refactoring of the extension point Dashboard
Simon Brandhof [Thu, 15 Dec 2011 16:00:18 +0000 (17:00 +0100)]
SONAR-1929 refactoring of the extension point Dashboard

12 years agoSONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgets
Simon Brandhof [Thu, 15 Dec 2011 15:28:55 +0000 (16:28 +0100)]
SONAR-3034 API: default value of WidgetProperty is not injected in Ruby widgets

The column WIDGET_PROPERTIES.VALUE_TYPE is removed because it duplicates the Java extensions.

12 years agoSONAR-2795 Add pagination over 20, with "First" and "Last" links.
Fabrice Bellingard [Wed, 14 Dec 2011 18:15:36 +0000 (19:15 +0100)]
SONAR-2795 Add pagination over 20, with "First" and "Last" links.

12 years agorename the constant ReviewDto.STATUS_OPENED to STATUS_OPEN
Simon Brandhof [Wed, 14 Dec 2011 18:11:56 +0000 (19:11 +0100)]
rename the constant ReviewDto.STATUS_OPENED to STATUS_OPEN

12 years agoSONAR-3086 do not strikethrough rule name when review is resolved
Simon Brandhof [Wed, 14 Dec 2011 18:07:05 +0000 (19:07 +0100)]
SONAR-3086 do not strikethrough rule name when review is resolved

12 years agoMerge remote branch 'upstream/master'
Fabrice Bellingard [Wed, 14 Dec 2011 17:18:23 +0000 (18:18 +0100)]
Merge remote branch 'upstream/master'

12 years agoSONAR-1929 Improve the Dashboard template API
Fabrice Bellingard [Wed, 14 Dec 2011 17:17:47 +0000 (18:17 +0100)]
SONAR-1929 Improve the Dashboard template API

Use of enum instead of simple String constants.

12 years agoDecrease visibility of some methods of org.sonar.persistence.review.ReviewQuery
Simon Brandhof [Wed, 14 Dec 2011 16:41:48 +0000 (17:41 +0100)]
Decrease visibility of some methods of org.sonar.persistence.review.ReviewQuery

12 years agoSONAR-2984 review widgets must not fail if reviews have no comments
Simon Brandhof [Wed, 14 Dec 2011 16:37:08 +0000 (17:37 +0100)]
SONAR-2984 review widgets must not fail if reviews have no comments

12 years agoSONAR-3984 allow to delete all the comments
Simon Brandhof [Wed, 14 Dec 2011 16:15:11 +0000 (17:15 +0100)]
SONAR-3984 allow to delete all the comments

12 years agoSONAR-3086 improve the detail of a review
Simon Brandhof [Wed, 14 Dec 2011 15:53:02 +0000 (16:53 +0100)]
SONAR-3086 improve the detail of a review

12 years agoSONAR-3086 Improve usability of review forms
Simon Brandhof [Wed, 14 Dec 2011 14:00:07 +0000 (15:00 +0100)]
SONAR-3086 Improve usability of review forms

12 years agoSONAR-3086 Improve usability of review forms
Simon Brandhof [Wed, 14 Dec 2011 11:38:27 +0000 (12:38 +0100)]
SONAR-3086 Improve usability of review forms

12 years agoSonar Persistence API refactoring
Fabrice Bellingard [Wed, 14 Dec 2011 15:45:32 +0000 (16:45 +0100)]
Sonar Persistence API refactoring

- Class mapped to tables should now be named "MyTableDto"
- DTOs, DAOs and Mappers of a same concern should be packed in a
  single package, allowing to use package visibility amongst them.

=> org.sonar.persistence has been reorganized following those rules.

12 years agoSONAR-1929 Fix problem migration (I18n API not initialized)
Fabrice Bellingard [Wed, 14 Dec 2011 14:44:00 +0000 (15:44 +0100)]
SONAR-1929 Fix problem migration (I18n API not initialized)

12 years agoFix test
Evgeny Mandrikov [Wed, 14 Dec 2011 14:29:18 +0000 (18:29 +0400)]
Fix test

12 years agoSONAR-1929 Fix problem with MyBatis on Oracle
Fabrice Bellingard [Wed, 14 Dec 2011 13:59:45 +0000 (14:59 +0100)]
SONAR-1929 Fix problem with MyBatis on Oracle

12 years agoFix violations
Fabrice Bellingard [Wed, 14 Dec 2011 09:27:35 +0000 (10:27 +0100)]
Fix violations

12 years agoSONAR-3060 Refactor new CPD algorithm
Evgeny Mandrikov [Thu, 8 Dec 2011 14:13:54 +0000 (18:13 +0400)]
SONAR-3060 Refactor new CPD algorithm

* 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.

12 years agoSONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov [Wed, 14 Dec 2011 00:50:19 +0000 (04:50 +0400)]
SONAR-2018 Improve rule for detection of commented-out code

Proper recognition of JSNI methods (GWT).

12 years agoSONAR-3058 downgrade to jetty 6.1.25 because of AJP regression
simonbrandhof [Wed, 14 Dec 2011 05:27:15 +0000 (06:27 +0100)]
SONAR-3058 downgrade to jetty 6.1.25 because of AJP regression

12 years agoSONAR-2973 improve the form that changes severity
simonbrandhof [Tue, 13 Dec 2011 15:44:57 +0000 (16:44 +0100)]
SONAR-2973 improve the form that changes severity

12 years agoSONAR-2912 [Rename quality profile] Default value: put profile name
Fabrice Bellingard [Tue, 13 Dec 2011 17:28:14 +0000 (18:28 +0100)]
SONAR-2912 [Rename quality profile] Default value: put profile name

12 years agoSONAR-2939 Rename "Functions distribution /complexity" metric
Fabrice Bellingard [Tue, 13 Dec 2011 17:21:02 +0000 (18:21 +0100)]
SONAR-2939 Rename "Functions distribution /complexity" metric

Original request: "On the complexity widget, rename "Functions
distribution /complexity" in "Methods distribution /complexity"

12 years agoSONAR-2399 In differential mode, display reviews until today
Fabrice Bellingard [Tue, 13 Dec 2011 17:08:36 +0000 (18:08 +0100)]
SONAR-2399 In differential mode, display reviews until today

12 years agoSONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov [Tue, 13 Dec 2011 16:58:33 +0000 (20:58 +0400)]
SONAR-2018 Improve rule for detection of commented-out code

JSNI methods (GWT) should not be considered as commented-out code.

12 years agoSONAR-2018 Improve rule for detection of commented-out code
Evgeny Mandrikov [Tue, 13 Dec 2011 14:10:57 +0000 (18:10 +0400)]
SONAR-2018 Improve rule for detection of commented-out code

* Only one violation in one block of comment.
* Proper recognition of Javadocs.

12 years agoSONAR-1929 Modify the new DashboardTemplate API
Fabrice Bellingard [Tue, 13 Dec 2011 14:40:00 +0000 (15:40 +0100)]
SONAR-1929 Modify the new DashboardTemplate API

- Replace the annotation-based one with a POJO one
- Fix some issues based on Simon's feedback

12 years agoAdd utility class to simplify assertions in tests for checks
Evgeny Mandrikov [Tue, 13 Dec 2011 13:27:40 +0000 (17:27 +0400)]
Add utility class to simplify assertions in tests for checks

And update tests to use this new class.

12 years agoSONAR-2973 fix the severity of violations if manually set by end-users
Simon Brandhof [Mon, 12 Dec 2011 17:20:31 +0000 (18:20 +0100)]
SONAR-2973 fix the severity of violations if manually set by end-users

12 years agoSONAR-3063 Implement the hotspots page as a dashboard
Fabrice Bellingard [Mon, 12 Dec 2011 16:56:02 +0000 (17:56 +0100)]
SONAR-3063 Implement the hotspots page as a dashboard

12 years agoSONAR-1929 Add localization to name & description of dashboards
Fabrice Bellingard [Mon, 12 Dec 2011 15:45:05 +0000 (16:45 +0100)]
SONAR-1929 Add localization to name & description of dashboards

12 years agoSONAR-1929 New extension point: dashboard template
Fabrice Bellingard [Mon, 12 Dec 2011 15:13:03 +0000 (16:13 +0100)]
SONAR-1929 New extension point: dashboard template

- 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)

12 years agoFix some violations
Simon Brandhof [Mon, 12 Dec 2011 10:51:24 +0000 (11:51 +0100)]
Fix some violations

12 years agoImprove DateUtils by using generics in ThreadLocal + rename some unit tests of DateUt...
Simon Brandhof [Mon, 12 Dec 2011 10:09:39 +0000 (11:09 +0100)]
Improve DateUtils by using generics in ThreadLocal + rename some unit tests of DateUtilsTest

12 years agoSONAR-3077 rename priority to severity in Rule#toString()
Simon Brandhof [Mon, 12 Dec 2011 10:04:03 +0000 (11:04 +0100)]
SONAR-3077 rename priority to severity in Rule#toString()

12 years agoSONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERITY ...
Simon Brandhof [Mon, 12 Dec 2011 09:43:33 +0000 (10:43 +0100)]
SONAR-2973 replace RULE_FAILURES_OVERRIDDEN_SEVERITY by REVIEWS.MANUAL_SEVERITY (boolean)

12 years agoRename some Ruby methods of Review.rb in order to respect convention namings
Simon Brandhof [Fri, 9 Dec 2011 14:41:02 +0000 (15:41 +0100)]
Rename some Ruby methods of Review.rb in order to respect convention namings

12 years agoSONAR-3077 Don't use ReflectionToStringBuilder in Rule.toString()
Evgeny Mandrikov [Fri, 9 Dec 2011 20:34:17 +0000 (00:34 +0400)]
SONAR-3077 Don't use ReflectionToStringBuilder in Rule.toString()

12 years agoFix MyBatis integration tests with MsSQL
Simon Brandhof [Fri, 9 Dec 2011 14:16:03 +0000 (15:16 +0100)]
Fix MyBatis integration tests with MsSQL

12 years agoAdd DecoratorBarriers START_VIOLATION_PERSISTENCE and END_OF_VIOLATION_PERSISTENCE
Evgeny Mandrikov [Fri, 9 Dec 2011 10:37:03 +0000 (14:37 +0400)]
Add DecoratorBarriers START_VIOLATION_PERSISTENCE and END_OF_VIOLATION_PERSISTENCE

12 years agoSONAR-3071 The settings page fails if a property has a null value
Simon Brandhof [Fri, 9 Dec 2011 11:27:39 +0000 (12:27 +0100)]
SONAR-3071 The settings page fails if a property has a null value

12 years agoSONAR-3070 DateUtils should not parse badly formatted strings
Evgeny Mandrikov [Fri, 9 Dec 2011 10:11:46 +0000 (14:11 +0400)]
SONAR-3070 DateUtils should not parse badly formatted strings

12 years agoFix integration tests of MyBatis on MsSQL. Table names must be lower-case.
Simon Brandhof [Fri, 9 Dec 2011 09:03:58 +0000 (10:03 +0100)]
Fix integration tests of MyBatis on MsSQL. Table names must be lower-case.

12 years agoIncrease size of RULE_FAILURES.COMMITTER to 100
Evgeny Mandrikov [Thu, 8 Dec 2011 18:13:47 +0000 (22:13 +0400)]
Increase size of RULE_FAILURES.COMMITTER to 100

12 years agoAdd icons to the select box of the widget Most Violated Rules
Simon Brandhof [Thu, 8 Dec 2011 18:04:22 +0000 (19:04 +0100)]
Add icons to the select box of the widget Most Violated Rules

12 years agoSONAR-1974 only administrators can create new manual rules + Fix sort of severities...
Simon Brandhof [Thu, 8 Dec 2011 18:03:53 +0000 (19:03 +0100)]
SONAR-1974 only administrators can create new manual rules + Fix sort of severities in select-box

12 years agoRemove useless comment from metrics_controller.rb
Simon Brandhof [Thu, 8 Dec 2011 18:02:36 +0000 (19:02 +0100)]
Remove useless comment from metrics_controller.rb

12 years agoSONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)
Simon Brandhof [Thu, 8 Dec 2011 18:01:39 +0000 (19:01 +0100)]
SONAR-2973 add the column RULE_FAILURES.OVERRIDDEN_SEVERITY (BOOLEAN)

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.

12 years agoSONAR-3057 Do not put a '+' if variation is zero in 'light' mode
Fabrice Bellingard [Thu, 8 Dec 2011 17:59:02 +0000 (18:59 +0100)]
SONAR-3057 Do not put a '+' if variation is zero in 'light' mode

12 years agoSONAR-2795 Remove link on "Next" if page index is max (20)
Fabrice Bellingard [Thu, 8 Dec 2011 17:39:51 +0000 (18:39 +0100)]
SONAR-2795 Remove link on "Next" if page index is max (20)

12 years agoRevert some changes in the CSS of code viewer
Simon Brandhof [Thu, 8 Dec 2011 13:55:19 +0000 (14:55 +0100)]
Revert some changes in the CSS of code viewer

12 years agoSONAR-1974 do not reload the page when the violation is created
Simon Brandhof [Thu, 8 Dec 2011 13:54:27 +0000 (14:54 +0100)]
SONAR-1974 do not reload the page when the violation is created

12 years agoAdd RULE_FAILURES.COMMITTER
Evgeny Mandrikov [Thu, 8 Dec 2011 11:27:47 +0000 (15:27 +0400)]
Add RULE_FAILURES.COMMITTER

Note that this field is experimental and should not be used by plugins,
even if it can be accessed via API classes.

12 years agoSONAR-2795 Paging at filters page
Fabrice Bellingard [Thu, 8 Dec 2011 11:29:34 +0000 (12:29 +0100)]
SONAR-2795 Paging at filters page

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).

12 years agoAdd couple of functional tests for CPD
Evgeny Mandrikov [Thu, 8 Dec 2011 05:49:04 +0000 (09:49 +0400)]
Add couple of functional tests for CPD

12 years agoFix violations, increase coverage
Evgeny Mandrikov [Wed, 7 Dec 2011 12:08:53 +0000 (16:08 +0400)]
Fix violations, increase coverage

12 years agoTry to fix DbUnit tests on MSSQL
simonbrandhof [Wed, 7 Dec 2011 21:19:37 +0000 (22:19 +0100)]
Try to fix DbUnit tests on MSSQL

12 years agoSONAR-3046 remove the links on the severity icons
simonbrandhof [Wed, 7 Dec 2011 20:59:15 +0000 (21:59 +0100)]
SONAR-3046 remove the links on the severity icons

12 years agoSONAR-3046 the link 'More' must contain the selected period and severity
simonbrandhof [Wed, 7 Dec 2011 20:33:01 +0000 (21:33 +0100)]
SONAR-3046 the link 'More' must contain the selected period and severity

12 years agoAdd Idea file to .gitignore
simonbrandhof [Wed, 7 Dec 2011 20:32:24 +0000 (21:32 +0100)]
Add Idea file to .gitignore

12 years agoAdd .idea directories to .gitignore
simonbrandhof [Wed, 7 Dec 2011 18:41:05 +0000 (19:41 +0100)]
Add .idea directories to .gitignore

12 years agoRename view drilldown/_severity.erb to _severity.html.erb
simonbrandhof [Wed, 7 Dec 2011 18:35:32 +0000 (19:35 +0100)]
Rename view drilldown/_severity.erb to _severity.html.erb

12 years agoSONAR-1974 add a page to manage manual rules
simonbrandhof [Wed, 7 Dec 2011 17:57:05 +0000 (18:57 +0100)]
SONAR-1974 add a page to manage manual rules

Manual rules allow users to create their own violations directly from UI. These rules can
also be defined 'on the fly' while creating violations.

12 years agoSONAR-1974 add all the available rules in the form to create violations
simonbrandhof [Wed, 7 Dec 2011 15:41:58 +0000 (16:41 +0100)]
SONAR-1974 add all the available rules in the form to create violations

12 years agoRemove unused Javascript code
simonbrandhof [Wed, 7 Dec 2011 13:31:30 +0000 (14:31 +0100)]
Remove unused Javascript code

12 years agoSONAR-2399 Make the differential mode work on Derby and "More" links
Fabrice Bellingard [Wed, 7 Dec 2011 16:39:49 +0000 (17:39 +0100)]
SONAR-2399 Make the differential mode work on Derby and "More" links

12 years agoSONAR-3057 Use appropriate colors for measures
Fabrice Bellingard [Wed, 7 Dec 2011 16:02:40 +0000 (17:02 +0100)]
SONAR-3057 Use appropriate colors for measures

Differential measures on violation & duplication related metrics
should be displayed with red or green colors.

12 years agoSONAR-2891 Breadcrumb is not valid in the page Dependencies
Fabrice Bellingard [Wed, 7 Dec 2011 14:05:23 +0000 (15:05 +0100)]
SONAR-2891 Breadcrumb is not valid in the page Dependencies

12 years agoSONAR-3037 Remove the + sign before the number of skipped tests
Fabrice Bellingard [Wed, 7 Dec 2011 13:49:59 +0000 (14:49 +0100)]
SONAR-3037 Remove the + sign before the number of skipped tests

12 years agoSONAR-3036 upgrade to the latest version of protovis-msie
simonbrandhof [Wed, 7 Dec 2011 12:01:10 +0000 (13:01 +0100)]
SONAR-3036 upgrade to the latest version of protovis-msie

12 years agoSONAR-1974 fix the select-box to filter by rules in violations viewer
simonbrandhof [Wed, 7 Dec 2011 10:51:42 +0000 (11:51 +0100)]
SONAR-1974 fix the select-box to filter by rules in violations viewer

12 years agoSONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim values
simonbrandhof [Wed, 7 Dec 2011 10:33:07 +0000 (11:33 +0100)]
SONAR-3062 API: org.sonar.api.config.Settings#getStringArray() should trim values

12 years agoFix iBatis ReviewMapper.xml for MsSQL
simonbrandhof [Wed, 7 Dec 2011 10:27:50 +0000 (11:27 +0100)]
Fix iBatis ReviewMapper.xml for MsSQL

12 years agoSONAR-3060 Use new CPD algorithm
Evgeny Mandrikov [Tue, 6 Dec 2011 23:37:03 +0000 (03:37 +0400)]
SONAR-3060 Use new CPD algorithm

12 years agoSONAR-3060 Add new CPD algorithm based on suffix tree
Evgeny Mandrikov [Tue, 6 Dec 2011 22:37:47 +0000 (02:37 +0400)]
SONAR-3060 Add new CPD algorithm based on suffix tree

12 years agoSONAR-1974 improve UI+error handling
simonbrandhof [Tue, 6 Dec 2011 22:26:33 +0000 (23:26 +0100)]
SONAR-1974 improve UI+error handling

12 years agoSONAR-2399 Improvements on review widgets
Fabrice Bellingard [Tue, 6 Dec 2011 17:48:09 +0000 (18:48 +0100)]
SONAR-2399 Improvements on review widgets

12 years agoFix compatibility of DbUnit with Oracle (lack of boolean type)
Simon Brandhof [Tue, 6 Dec 2011 17:04:22 +0000 (18:04 +0100)]
Fix compatibility of DbUnit with Oracle (lack of boolean type)

12 years agoFix creation of Oracle sequences in integration tests of MyBatis
Simon Brandhof [Tue, 6 Dec 2011 16:07:32 +0000 (17:07 +0100)]
Fix creation of Oracle sequences in integration tests of MyBatis

12 years agoSONAR-1974 add the form to create its own violations
simonbrandhof [Tue, 6 Dec 2011 16:01:12 +0000 (17:01 +0100)]
SONAR-1974 add the form to create its own violations