Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | SONAR-8025 add LOB storage clause to CreateTableBuilder for Oracle | Sébastien Lesaint | 2016-09-16 | 3 | -2/+81 | |
| | | ||||||
* | | SONAR-8025 add CreateTableBuilder | Sébastien Lesaint | 2016-09-16 | 3 | -0/+470 | |
| | | ||||||
* | | SONAR-8025 add BlobColumnDef | Sébastien Lesaint | 2016-09-16 | 2 | -0/+195 | |
| | | ||||||
* | | SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDef | Sébastien Lesaint | 2016-09-16 | 8 | -26/+26 | |
| | | ||||||
* | | SONAR-8025 add DbTester#assertPrimaryKey | Sébastien Lesaint | 2016-09-16 | 1 | -2/+71 | |
| | | ||||||
* | | SONAR-8025 add DbTester#executeDdl | Sébastien Lesaint | 2016-09-16 | 1 | -0/+10 | |
| | | ||||||
* | | SONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDto | Simon Brandhof | 2016-09-14 | 2 | -13/+7 | |
| | | ||||||
* | | SONAR-8079 add RuleRepositoryDao | Simon Brandhof | 2016-09-14 | 9 | -2/+346 | |
| | | ||||||
* | | SONAR-8079 create table rule_repositories | Simon Brandhof | 2016-09-14 | 3 | -2/+10 | |
| | | | | | | | | | | | | Goal is to remove the in-memory cache RuleRepositories. It is not populated on web "followers" (cluster mode) and makes WS api/rules/app and api/rules/repositories fail. | |||||
* | | Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97' | Julien Lancelot | 2016-09-13 | 5 | -4/+30 | |
|\| | ||||||
| * | SONAR-7961 Fix association when project is associated to many profiles | Julien Lancelot | 2016-09-13 | 4 | -43/+72 | |
| | | ||||||
| * | SONAR-7961 Refactoring of add_project and remove_project actions | Julien Lancelot | 2016-09-13 | 1 | -0/+13 | |
| | | ||||||
* | | SONAR-7851 drop table ACTIVITIES | Simon Brandhof | 2016-09-12 | 3 | -16/+2 | |
| | | ||||||
* | | SONAR-7851 drop ActivityDao | Simon Brandhof | 2016-09-12 | 9 | -295/+47 | |
| | | ||||||
* | | SONAR-7851 add QProfileChangeDao | Simon Brandhof | 2016-09-12 | 15 | -9/+669 | |
| | | ||||||
* | | SONAR-7851 copy activities to qprofile_changes | Simon Brandhof | 2016-09-12 | 6 | -1/+232 | |
| | | ||||||
* | | SONAR-7851 create table qprofile_changes | Simon Brandhof | 2016-09-12 | 3 | -2/+15 | |
| | | ||||||
* | | SONAR-8058 fix DB migration of views definition (wrong key) | Sébastien Lesaint | 2016-09-09 | 2 | -2/+2 | |
| | | ||||||
* | | SONAR-7676 remove PropertyDao#deleteById and add deleteByQuery | Sébastien Lesaint | 2016-09-09 | 4 | -59/+28 | |
| | | | | | | | | the later is used by Governance | |||||
* | | fix some quality flaws and lacking coverage | Sébastien Lesaint | 2016-09-09 | 2 | -3/+3 | |
| | | ||||||
* | | SONAR-7676 remove PropertyDto#id | Sébastien Lesaint | 2016-09-09 | 3 | -19/+8 | |
| | | ||||||
* | | improve DbTester SQL utility methods exception stacktrace | Sébastien Lesaint | 2016-09-09 | 1 | -0/+7 | |
| | | ||||||
* | | rewrite PropertiesMapper.findNotificationSubscribers without subselect | Sébastien Lesaint | 2016-09-09 | 1 | -5/+8 | |
| | | ||||||
* | | SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUE | Sébastien Lesaint | 2016-09-09 | 44 | -792/+1553 | |
| | | ||||||
* | | add DbTest#select(DbSession, String) | Sébastien Lesaint | 2016-09-09 | 1 | -0/+4 | |
| | | ||||||
* | | SONAR-7676 removing dead code from Properties related classes | Sébastien Lesaint | 2016-09-09 | 4 | -85/+0 | |
| | | | | | | | | PropertiesDao, PropertiesMapper, Persistentsettings and their tests | |||||
* | | SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columns | Sébastien Lesaint | 2016-09-09 | 8 | -5/+524 | |
| | | ||||||
* | | SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTest | Sébastien Lesaint | 2016-09-09 | 6 | -420/+253 | |
| | | ||||||
* | | Fix quality flaws | Julien Lancelot | 2016-09-07 | 2 | -15/+10 | |
| | | ||||||
* | | Fix Quality flaws | Simon Brandhof | 2016-09-07 | 1 | -6/+0 | |
| | | ||||||
* | | SONAR-7678 server-side stateless settings | Simon Brandhof | 2016-09-06 | 4 | -10/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Settings class becomes abstract as multiple implementations are used. Can't become an interface for binary backward-compatibility of API * tests should use MapSettings, an in-memory implementation of Settings * web server uses a thread-specific cache of settings when processing HTTP requests * web server does not have a cache of settings during startup, except for the system settings loaded from sonar.properties * Compute Engine uses a thread-specific cache of settings when processing a task. Cache is clear at end of task. * some useless methods of PersistentSettings are removed | |||||
* | | SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIES | Sébastien Lesaint | 2016-09-05 | 7 | -3/+206 | |
| | | ||||||
* | | SONAR-7675 add InternalPropertiesDao | Sébastien Lesaint | 2016-09-05 | 9 | -5/+715 | |
| | | ||||||
* | | properly handle connections in DbTester utility methods | Sébastien Lesaint | 2016-09-05 | 1 | -23/+63 | |
| | | ||||||
* | | SONAR-7675 add table INTERNAL_PROPERTIES | Sébastien Lesaint | 2016-09-05 | 3 | -1/+13 | |
| | | ||||||
* | | Allow try-with-resources with SqlStatement in DB migrations | Simon Brandhof | 2016-09-05 | 2 | -4/+4 | |
| | | ||||||
* | | SONAR-8004 WS settings/set handles property set | Teryk Bellahsene | 2016-08-30 | 1 | -2/+6 | |
| | | ||||||
* | | SONAR-7975 Return parentValue, parentValues and parentFieldsValues | Julien Lancelot | 2016-08-30 | 1 | -0/+39 | |
| | | ||||||
* | | SONAR-7892 do not support upgrade from before SQ 5.6 | Sébastien Lesaint | 2016-08-30 | 1 | -1/+1 | |
| | | ||||||
* | | SONAR-7844 merge migration creating and recreating CE_SCANNER_CONTEXT | Sébastien Lesaint | 2016-08-30 | 1 | -1/+0 | |
| | | ||||||
* | | SONAR-7986 Remove property set values when removing property set | Julien Lancelot | 2016-08-30 | 1 | -2/+6 | |
| | | ||||||
* | | SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXT | Sébastien Lesaint | 2016-08-29 | 9 | -14/+102 | |
| | | ||||||
* | | SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysis | Sébastien Lesaint | 2016-08-29 | 4 | -37/+0 | |
| | | ||||||
* | | SONAR-7844 ScannerContextDao => CeScannerContextDao | Sébastien Lesaint | 2016-08-29 | 10 | -67/+42 | |
| | | ||||||
* | | SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PK | Sébastien Lesaint | 2016-08-29 | 3 | -11/+11 | |
| | | ||||||
* | | SONAR-7970 WS settings/set validates data | Teryk Bellahsene | 2016-08-26 | 2 | -0/+21 | |
| | | ||||||
* | | SONAR-7986 Create /api/settings/reset WS to remove the value of a setting | Julien Lancelot | 2016-08-26 | 1 | -0/+7 | |
| | | ||||||
* | | SONAR-7844 re-enable some UTs disabled for H2 | Sébastien Lesaint | 2016-08-25 | 4 | -6/+14 | |
| | | ||||||
* | | SONAR-7975 Return inherited values in /api/settings/values for modules | Julien Lancelot | 2016-08-25 | 4 | -7/+67 | |
| | | ||||||
* | | SONAR-7969 Create /api/settings/values WS | Julien Lancelot | 2016-08-25 | 6 | -40/+205 | |
| | |