Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support null values without jdbctypes in MyBatis | David Gageot | 2012-07-10 | 1 | -0/+3 |
| | |||||
* | Make sure MyBatis is not configured to use generated keys in batch inserts | David Gageot | 2012-07-10 | 1 | -2/+2 |
| | | | Fix for Oracle | ||||
* | Make sure MyBatis is not configured to use generated keys in batch inserts | David Gageot | 2012-07-10 | 1 | -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 Postgresql | Simon Brandhof | 2012-07-10 | 4 | -9/+8 |
| | |||||
* | Add missing H2 index on PROJECTS.ROOT_ID | Simon Brandhof | 2012-07-10 | 1 | -0/+2 |
| | |||||
* | H2 add indices | David Gageot | 2012-07-10 | 1 | -0/+98 |
| | |||||
* | SONAR-3437 Cleaner code and fix Oracle mapping | David Gageot | 2012-07-10 | 1 | -6/+4 |
| | |||||
* | SONAR-3437 Use MyBatis in batch mode | David Gageot | 2012-07-10 | 1 | -12/+38 |
| | |||||
* | Complete MyBatis ResourceDao | Simon Brandhof | 2012-07-09 | 12 | -37/+333 |
| | | | | | * new method insertOrUpdate() * new criteria in ResourceQuery | ||||
* | Add methods checkColumns() to dbunit helpers | Simon Brandhof | 2012-07-09 | 2 | -13/+41 |
| | |||||
* | SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert | David Gageot | 2012-07-09 | 2 | -0/+9 |
| | |||||
* | SONAR-3618 improve support of the Views plugin | Simon Brandhof | 2012-07-09 | 1 | -0/+22 |
| | |||||
* | Fix H2 type of RULE_NOTES.DATA and ACTIVE_RULE_NOTES.DATA | Simon Brandhof | 2012-07-08 | 1 | -2/+2 |
| | |||||
* | Fix ITS: Revert "SONAR-3618 improve support of the Views plugin" | David Gageot | 2012-07-08 | 1 | -22/+0 |
| | | | This reverts commit 4925839fd7c126f25c6352d6688b8fafd5cd81f0. | ||||
* | Add tests to MyBatis RoleMapper | Simon Brandhof | 2012-07-06 | 6 | -0/+137 |
| | |||||
* | SONAR-3618 improve support of the Views plugin | Simon Brandhof | 2012-07-06 | 1 | -0/+22 |
| | |||||
* | Unused import | David Gageot | 2012-07-06 | 1 | -1/+0 |
| | |||||
* | SONAR-3432 Support Regular expressions | David Gageot | 2012-07-06 | 4 | -9/+9 |
| | |||||
* | SONAR-1608 Add index on projects.root_id for better performances | Fabrice Bellingard | 2012-07-06 | 2 | -1/+2 |
| | | | | => when renaming project keys on large databases. | ||||
* | Add MyBatis RoleMapper for Oracle | Simon Brandhof | 2012-07-06 | 1 | -0/+39 |
| | |||||
* | H2 migration restore previous method to list db tables | David Gageot | 2012-07-05 | 1 | -1/+1 |
| | |||||
* | SONAR-3618 Support custom default permissions for non-project resources | Simon Brandhof | 2012-07-05 | 12 | -153/+27 |
| | |||||
* | SONAR-3618 move default permissions to PROPERTIES | Simon Brandhof | 2012-07-05 | 22 | -57/+771 |
| | | | | * add MyBatis mappers for GROUPS, GROUP_ROLES, USERS and USER_ROLES. | ||||
* | Fixes and improvements on H2 migration | David Gageot | 2012-07-04 | 28 | -183/+113 |
| | |||||
* | Simpler code | David Gageot | 2012-07-04 | 1 | -11/+6 |
| | |||||
* | SONAR-1608 Fix test | Fabrice Bellingard | 2012-07-04 | 1 | -1/+1 |
| | |||||
* | SONAR-1608 Display all impacts of bulk change in confirmation page | Fabrice Bellingard | 2012-07-04 | 3 | -16/+119 |
| | | | | + allow to replace any string of the key, not only the beginning. | ||||
* | More stable dao tests | David Gageot | 2012-07-04 | 3 | -46/+34 |
| | |||||
* | More stable dao tests | David Gageot | 2012-07-04 | 2 | -21/+20 |
| | |||||
* | Fix violations | Fabrice Bellingard | 2012-07-04 | 1 | -5/+10 |
| | |||||
* | Replacing Derby with H2 | David Gageot | 2012-07-03 | 19 | -500/+140 |
| | |||||
* | Remove unused constants | Simon Brandhof | 2012-07-02 | 1 | -6/+4 |
| | |||||
* | SONAR-1608 Make it possible to modify the key of projects | Fabrice Bellingard | 2012-06-29 | 12 | -0/+553 |
| | |||||
* | Resource Snapshot Mapper | David Gageot | 2012-06-28 | 11 | -81/+171 |
| | |||||
* | Support MyBatis ResultHandler for dependencies and resources | David Gageot | 2012-06-27 | 3 | -1/+42 |
| | |||||
* | Fix Mapper for Mysql | David Gageot | 2012-06-27 | 1 | -1/+1 |
| | |||||
* | Load dependency versions | David Gageot | 2012-06-25 | 4 | -4/+30 |
| | |||||
* | SONAR-3596 I18n can search for plugin bundles inside language packs | Fabrice Bellingard | 2012-06-21 | 4 | -19/+78 |
| | |||||
* | SONAR-2989 Support localization API in batch extensions | Fabrice Bellingard | 2012-06-21 | 2 | -6/+14 |
| | |||||
* | Add annotation to indicate that method will close stream | Evgeny Mandrikov | 2012-06-21 | 1 | -1/+3 |
| | |||||
* | SONAR-3516 Use common code to find version components | David Gageot | 2012-06-20 | 2 | -30/+6 |
| | |||||
* | SONAR-3516 Recognize x.y.z-RCi versions(cherry picked from commit ↵ | David Gageot | 2012-06-20 | 2 | -6/+19 |
| | | | | 328b6927d369b9872beeda3bbd515c4337db46ec) | ||||
* | Make it impossible to use AbstractDbUnitTestCase for iBatis tests | David Gageot | 2012-06-19 | 1 | -56/+22 |
| | |||||
* | Add MyBatis mapper for DEPENDENCIES | Simon Brandhof | 2012-06-19 | 8 | -0/+184 |
| | |||||
* | SONAR-3516 Check minimal sonar version required by installed plugins | David Gageot | 2012-06-18 | 6 | -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 tests | Simon Brandhof | 2012-06-12 | 2 | -2/+31 |
| | |||||
* | SONAR-3565 do not execute SQL DELETE requests if no rows to delete | Simon Brandhof | 2012-06-08 | 2 | -18/+12 |
| | |||||
* | SONAR-3565 do not lock METRICS and CHARACTERISTICS during purges | Simon Brandhof | 2012-06-08 | 5 | -91/+127 |
| | |||||
* | Upgrade version to 3.2-SNAPSHOT | Eric Hartmann | 2012-05-30 | 1 | -1/+1 |
| | |||||
* | Fix Oracle mapping for filters | David Gageot | 2012-05-30 | 1 | -1/+1 |
| |