Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-3773 keep the existing default roles of views during migration | Simon Brandhof | 2012-09-12 | 1 | -0/+12 |
| | |||||
* | SONAR-3542 activerecord should not keep a physical Oracle connection | Simon Brandhof | 2012-09-11 | 7 | -17/+6 |
| | |||||
* | SONAR-3688 improve message | Simon Brandhof | 2012-07-24 | 1 | -9/+24 |
| | |||||
* | SONAR-3688 Improve log when loading a plugin that is not compiled for Java 5 | Simon Brandhof | 2012-07-23 | 1 | -5/+7 |
| | |||||
* | Fix Oracle ActiveRecord adapter | Simon Brandhof | 2012-07-17 | 1 | -1/+1 |
| | |||||
* | Remove more duplication | David Gageot | 2012-07-17 | 6 | -86/+31 |
| | |||||
* | Remove some duplication | David Gageot | 2012-07-17 | 6 | -55/+62 |
| | |||||
* | Fix sonar.showSql | Simon Brandhof | 2012-07-17 | 1 | -39/+11 |
| | |||||
* | Fix warnings. | David Gageot | 2012-07-17 | 1 | -10/+10 |
| | |||||
* | Revert "Remove warning" | David Gageot | 2012-07-17 | 1 | -8/+8 |
| | | | | This reverts commit a15e8577ff0f4b9e88cdf78e6aaed3ebd6259c50. | ||||
* | SONAR-3664 Log sonar/plugins versions and sha1 at startup | David Gageot | 2012-07-16 | 2 | -0/+11 |
| | |||||
* | Remove warning | David Gageot | 2012-07-16 | 1 | -8/+8 |
| | |||||
* | Dead code | David Gageot | 2012-07-16 | 1 | -5/+0 |
| | |||||
* | Fix measure data not being evicted anymore | David Gageot | 2012-07-16 | 1 | -0/+3 |
| | |||||
* | Try to fix postgresql unit test | Simon Brandhof | 2012-07-16 | 1 | -1/+0 |
| | |||||
* | Try to fix support of bulk insert of properties with postgresql | Simon Brandhof | 2012-07-15 | 1 | -0/+1 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2012-07-15 | 1 | -9/+5 |
| | |||||
* | SONAR-3633 improve the management of server-side settings | Simon Brandhof | 2012-07-13 | 4 | -25/+54 |
| | | | | | | * do not save default resource permissions in a db migration but in a server-side extension * new component to save settings from server-side components. It will have to be used by ruby app later. | ||||
* | Add logs | David Gageot | 2012-07-12 | 1 | -1/+1 |
| | |||||
* | Add ResourceDao#getResource(ResourceQuery query) | Simon Brandhof | 2012-07-12 | 1 | -1/+13 |
| | |||||
* | Merge PurgeMapper and PurgeVendorMapper with new MyBatis mechanism | David Gageot | 2012-07-12 | 9 | -92/+43 |
| | |||||
* | Improve and refactor the ResourcePermissions component | Simon Brandhof | 2012-07-12 | 2 | -0/+20 |
| | |||||
* | SONAR-3645 Forgot to merge an Oracle mapper and to remove dead code | David Gageot | 2012-07-11 | 2 | -29/+57 |
| | |||||
* | SONAR-2965 FIX enforce validation query on DataSource | David Gageot | 2012-07-11 | 1 | -1/+1 |
| | |||||
* | SONAR-3645 merge mapper xml files for oracle | David Gageot | 2012-07-11 | 27 | -457/+136 |
| | |||||
* | SONAR-3645 remove useless jdbc types in MyBatis mappers | David Gageot | 2012-07-11 | 28 | -72/+72 |
| | |||||
* | SONAR-3437 merge Mappers | David Gageot | 2012-07-11 | 1 | -0/+1 |
| | |||||
* | SONAR-2965 enforce validation query on DataSource | David Gageot | 2012-07-11 | 7 | -0/+29 |
| | |||||
* | Fix support of sonar.showSqlResults with MyBatis 3.1 | Simon Brandhof | 2012-07-11 | 2 | -71/+51 |
| | |||||
* | 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 | 1 | -1/+0 |
| | |||||
* | 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 | 7 | -36/+249 |
| | | | | | * new method insertOrUpdate() * new criteria in ResourceQuery | ||||
* | SONAR-3437 Use MyBatis instead of Hibernate to improve batch insert | David Gageot | 2012-07-09 | 1 | -0/+8 |
| | |||||
* | 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. | ||||
* | 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-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 |
| | |||||
* | SONAR-3618 Support custom default permissions for non-project resources | Simon Brandhof | 2012-07-05 | 6 | -73/+25 |
| | |||||
* | SONAR-3618 move default permissions to PROPERTIES | Simon Brandhof | 2012-07-05 | 14 | -57/+588 |
| | | | | * add MyBatis mappers for GROUPS, GROUP_ROLES, USERS and USER_ROLES. | ||||
* | Fixes and improvements on H2 migration | David Gageot | 2012-07-04 | 1 | -14/+19 |
| | |||||
* | Simpler code | David Gageot | 2012-07-04 | 1 | -11/+6 |
| |