summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* Support null values without jdbctypes in MyBatisDavid Gageot2012-07-101-0/+3
|
* Make sure MyBatis is not configured to use generated keys in batch insertsDavid Gageot2012-07-101-2/+2
| | | Fix for Oracle
* Make sure MyBatis is not configured to use generated keys in batch insertsDavid Gageot2012-07-101-0/+18
| | | | | Some databases support using generated keys (mysql), some don't (Postgresql), some make you think they do (Derby). With this check we make sure that we catch this kind of error as early as possible
* Fix unit test on PostgresqlSimon Brandhof2012-07-104-9/+8
|
* Add missing H2 index on PROJECTS.ROOT_IDSimon Brandhof2012-07-101-0/+2
|
* H2 add indicesDavid Gageot2012-07-101-0/+98
|
* SONAR-3437 Cleaner code and fix Oracle mappingDavid Gageot2012-07-101-6/+4
|
* SONAR-3437 Use MyBatis in batch modeDavid Gageot2012-07-101-12/+38
|
* Complete MyBatis ResourceDaoSimon Brandhof2012-07-0912-37/+333
| | | | | * new method insertOrUpdate() * new criteria in ResourceQuery
* Add methods checkColumns() to dbunit helpersSimon Brandhof2012-07-092-13/+41
|
* SONAR-3437 Use MyBatis instead of Hibernate to improve batch insertDavid Gageot2012-07-092-0/+9
|
* SONAR-3618 improve support of the Views pluginSimon Brandhof2012-07-091-0/+22
|
* Fix H2 type of RULE_NOTES.DATA and ACTIVE_RULE_NOTES.DATASimon Brandhof2012-07-081-2/+2
|
* Fix ITS: Revert "SONAR-3618 improve support of the Views plugin"David Gageot2012-07-081-22/+0
| | | This reverts commit 4925839fd7c126f25c6352d6688b8fafd5cd81f0.
* Add tests to MyBatis RoleMapperSimon Brandhof2012-07-066-0/+137
|
* SONAR-3618 improve support of the Views pluginSimon Brandhof2012-07-061-0/+22
|
* Unused importDavid Gageot2012-07-061-1/+0
|
* SONAR-3432 Support Regular expressionsDavid Gageot2012-07-064-9/+9
|
* SONAR-1608 Add index on projects.root_id for better performancesFabrice Bellingard2012-07-062-1/+2
| | | | => when renaming project keys on large databases.
* Add MyBatis RoleMapper for OracleSimon Brandhof2012-07-061-0/+39
|
* H2 migration restore previous method to list db tablesDavid Gageot2012-07-051-1/+1
|
* SONAR-3618 Support custom default permissions for non-project resourcesSimon Brandhof2012-07-0512-153/+27
|
* SONAR-3618 move default permissions to PROPERTIESSimon Brandhof2012-07-0522-57/+771
| | | | * add MyBatis mappers for GROUPS, GROUP_ROLES, USERS and USER_ROLES.
* Fixes and improvements on H2 migrationDavid Gageot2012-07-0428-183/+113
|
* Simpler codeDavid Gageot2012-07-041-11/+6
|
* SONAR-1608 Fix testFabrice Bellingard2012-07-041-1/+1
|
* SONAR-1608 Display all impacts of bulk change in confirmation pageFabrice Bellingard2012-07-043-16/+119
| | | | + allow to replace any string of the key, not only the beginning.
* More stable dao testsDavid Gageot2012-07-043-46/+34
|
* More stable dao testsDavid Gageot2012-07-042-21/+20
|
* Fix violationsFabrice Bellingard2012-07-041-5/+10
|
* Replacing Derby with H2David Gageot2012-07-0319-500/+140
|
* Remove unused constantsSimon Brandhof2012-07-021-6/+4
|
* SONAR-1608 Make it possible to modify the key of projectsFabrice Bellingard2012-06-2912-0/+553
|
* Resource Snapshot MapperDavid Gageot2012-06-2811-81/+171
|
* Support MyBatis ResultHandler for dependencies and resourcesDavid Gageot2012-06-273-1/+42
|
* Fix Mapper for MysqlDavid Gageot2012-06-271-1/+1
|
* Load dependency versionsDavid Gageot2012-06-254-4/+30
|
* SONAR-3596 I18n can search for plugin bundles inside language packsFabrice Bellingard2012-06-214-19/+78
|
* SONAR-2989 Support localization API in batch extensionsFabrice Bellingard2012-06-212-6/+14
|
* Add annotation to indicate that method will close streamEvgeny Mandrikov2012-06-211-1/+3
|
* SONAR-3516 Use common code to find version componentsDavid Gageot2012-06-202-30/+6
|
* SONAR-3516 Recognize x.y.z-RCi versions(cherry picked from commit ↵David Gageot2012-06-202-6/+19
| | | | 328b6927d369b9872beeda3bbd515c4337db46ec)
* Make it impossible to use AbstractDbUnitTestCase for iBatis testsDavid Gageot2012-06-191-56/+22
|
* Add MyBatis mapper for DEPENDENCIESSimon Brandhof2012-06-198-0/+184
|
* SONAR-3516 Check minimal sonar version required by installed pluginsDavid Gageot2012-06-186-64/+151
| | | | | | Plugin manifest declares the minimal required version of sonar. This version is verified at server startup. It prevents plugins from failing for API incompatibility reasons. Startup fails with a meaningful message.
* Add some testsSimon Brandhof2012-06-122-2/+31
|
* SONAR-3565 do not execute SQL DELETE requests if no rows to deleteSimon Brandhof2012-06-082-18/+12
|
* SONAR-3565 do not lock METRICS and CHARACTERISTICS during purgesSimon Brandhof2012-06-085-91/+127
|
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Fix Oracle mapping for filtersDavid Gageot2012-05-301-1/+1
|