aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-2706 Change migration script ID after rebase from masterFabrice Bellingard2012-05-142-1/+2
* SONAR-2541 Replace "review_data" table by "data" column on "reviews"Fabrice Bellingard2012-05-147-16/+51
* SONAR-2541 Add the sonar-reviews-plugin with JiraLinkReviewActionFabrice Bellingard2012-05-1414-13/+341
* SONAR-2541 Add extension point LinkReviewActionFabrice Bellingard2012-05-143-1/+13
* Fix warningsDavid Gageot2012-05-141-10/+8
* FIX dashboards with a favourite filter should not be activatedDavid Gageot2012-05-111-2/+1
* SONAR-3460 and SONAR-3464 Migration for filters and global dashboardsDavid Gageot2012-05-114-16/+22
* SONAR-1927 Fix Widget Oracle mappingDavid Gageot2012-05-101-1/+1
* SONAR-1927 Add resource_id to widgetsDavid Gageot2012-05-098-6/+27
* SONAR-1927 Dashboards are global instead of detachedDavid Gageot2012-05-048-16/+16
* SONAR-1927 Global dashboardsDavid Gageot2012-05-029-16/+39
* Code cleaning : Possible null valuesDavid Gageot2012-04-271-1/+3
* Code cleaning : Add @Override annotationsDavid Gageot2012-04-273-0/+21
* Code cleaning : Methods overriding equals() should override hashCode()David Gageot2012-04-271-1/+1
* Remove warningsDavid Gageot2012-04-274-23/+31
* Rename version 2.15 to 3.0Simon Brandhof2012-04-118-9/+9
* Fix PropertiesDao when updating a property with a null valueSimon Brandhof2012-04-105-2/+8
* Fix some quality flawsSimon Brandhof2012-04-051-4/+4
* SONAR-3319 Add missing caseFabrice Bellingard2012-04-052-9/+41
* Fix upgrade from version 2.13 with OracleSimon Brandhof2012-04-042-1/+2
* Fix MyBatis tests for Oracle (PropertiesDaoTest + ResourceIndexerDaoTest)Simon Brandhof2012-04-046-17/+17
* Complete MyBatis mapper for PROPERTIES : add insert and update operationsSimon Brandhof2012-04-0410-19/+180
* Fix compatibility with java 5Simon Brandhof2012-04-031-2/+0
* Fix MyBatis AuthorMapper for OracleSimon Brandhof2012-04-031-2/+2
* Fix some quality flawsSimon Brandhof2012-04-031-1/+0
* Fix some quality flawsSimon Brandhof2012-04-021-33/+44
* Do not filter qualifier when executing ResourceIndexerDao#indexResource()Simon Brandhof2012-04-023-16/+62
* Improve the way to add the new primary key RESOURCE_INDEX#ID.Simon Brandhof2012-04-026-37/+73
* Add primary key to the table RESOURCE_INDEXSimon Brandhof2012-04-018-12/+90
* Remove unused importSimon Brandhof2012-03-301-2/+0
* Add AuthorDao#countDeveloperLogins()Simon Brandhof2012-03-307-10/+46
* Purge measures where PERSON_ID is not nullSimon Brandhof2012-03-303-2/+21
* fix quality flawSimon Brandhof2012-03-291-4/+4
* Purge the table AUTHORSSimon Brandhof2012-03-293-1/+10
* Add MyBatis mapper to select rows from PROJECTSSimon Brandhof2012-03-298-9/+181
* SONAR-3287 Update UI to adapt labels to deletable resourceFabrice Bellingard2012-03-292-2/+2
* SONAR-3359 Set default description for existing manual rulesFabrice Bellingard2012-03-292-1/+2
* Fix AuthorMapperEvgeny Mandrikov2012-03-293-11/+11
* Improve logging of exception during server-side picocontainer startupSimon Brandhof2012-03-271-2/+2
* Add MyBatis stuff for table AUTHORSEvgeny Mandrikov2012-03-2712-0/+321
* Refactor the table AUTHORSSimon Brandhof2012-03-273-3/+7
* Fix violationsFabrice Bellingard2012-03-271-2/+2
* SONAR-3352 Change boolean columns to non-nullable in migration scriptFabrice Bellingard2012-03-267-59/+6
* SONAR-3352 Fix issue linked to nullable boolean columnsFabrice Bellingard2012-03-266-9/+64
* Fix some quality flawsSimon Brandhof2012-03-231-6/+8
* SONAR-3224 API: support Ruby on Rails applicationsSimon Brandhof2012-03-223-7/+7
* SONAR-3319 Extract code used for backward compatibility into a methodFabrice Bellingard2012-03-151-3/+13
* SONAR-3334 Drop the table RULES_CATEGORIESSimon Brandhof2012-03-155-10/+5
* Do not use deprecated rule categories (column MEASURES.RULES_CATEGORY_ID, tab...Simon Brandhof2012-03-1512-24/+0
* Fix some quality flawsSimon Brandhof2012-03-143-2/+10