aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db
Commit message (Collapse)AuthorAgeFilesLines
...
* | SONAR-8025 add LOB storage clause to CreateTableBuilder for OracleSébastien Lesaint2016-09-163-2/+81
| |
* | SONAR-8025 add CreateTableBuilderSébastien Lesaint2016-09-163-0/+470
| |
* | SONAR-8025 add BlobColumnDefSébastien Lesaint2016-09-162-0/+195
| |
* | SONAR-8025 rename BigDecimalColumnDef to BigIntegerColumnDefSébastien Lesaint2016-09-168-26/+26
| |
* | SONAR-8025 add DbTester#assertPrimaryKeySébastien Lesaint2016-09-161-2/+71
| |
* | SONAR-8025 add DbTester#executeDdlSébastien Lesaint2016-09-161-0/+10
| |
* | SONAR-8079 drop methods suffixed with "kee" in RuleRepositoryDtoSimon Brandhof2016-09-142-13/+7
| |
* | SONAR-8079 add RuleRepositoryDaoSimon Brandhof2016-09-149-2/+346
| |
* | SONAR-8079 create table rule_repositoriesSimon Brandhof2016-09-143-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 Lancelot2016-09-135-4/+30
|\|
| * SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-134-43/+72
| |
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-131-0/+13
| |
* | SONAR-7851 drop table ACTIVITIESSimon Brandhof2016-09-123-16/+2
| |
* | SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-129-295/+47
| |
* | SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-1215-9/+669
| |
* | SONAR-7851 copy activities to qprofile_changesSimon Brandhof2016-09-126-1/+232
| |
* | SONAR-7851 create table qprofile_changesSimon Brandhof2016-09-123-2/+15
| |
* | SONAR-8058 fix DB migration of views definition (wrong key)Sébastien Lesaint2016-09-092-2/+2
| |
* | SONAR-7676 remove PropertyDao#deleteById and add deleteByQuerySébastien Lesaint2016-09-094-59/+28
| | | | | | | | the later is used by Governance
* | fix some quality flaws and lacking coverageSébastien Lesaint2016-09-092-3/+3
| |
* | SONAR-7676 remove PropertyDto#idSébastien Lesaint2016-09-093-19/+8
| |
* | improve DbTester SQL utility methods exception stacktraceSébastien Lesaint2016-09-091-0/+7
| |
* | rewrite PropertiesMapper.findNotificationSubscribers without subselectSébastien Lesaint2016-09-091-5/+8
| |
* | SONAR-7676 PropertiesDao supports IS_EMPTY, TEXT_VALUE and CLOB_VALUESébastien Lesaint2016-09-0944-792/+1553
| |
* | add DbTest#select(DbSession, String)Sébastien Lesaint2016-09-091-0/+4
| |
* | SONAR-7676 removing dead code from Properties related classesSébastien Lesaint2016-09-094-85/+0
| | | | | | | | PropertiesDao, PropertiesMapper, Persistentsettings and their tests
* | SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-098-5/+524
| |
* | SONAR-7676 some modernization of PropertiesDao and PropertiesDaoTestSébastien Lesaint2016-09-096-420/+253
| |
* | Fix quality flawsJulien Lancelot2016-09-072-15/+10
| |
* | Fix Quality flawsSimon Brandhof2016-09-071-6/+0
| |
* | SONAR-7678 server-side stateless settingsSimon Brandhof2016-09-064-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_PROPERTIESSébastien Lesaint2016-09-057-3/+206
| |
* | SONAR-7675 add InternalPropertiesDaoSébastien Lesaint2016-09-059-5/+715
| |
* | properly handle connections in DbTester utility methodsSébastien Lesaint2016-09-051-23/+63
| |
* | SONAR-7675 add table INTERNAL_PROPERTIESSébastien Lesaint2016-09-053-1/+13
| |
* | Allow try-with-resources with SqlStatement in DB migrationsSimon Brandhof2016-09-052-4/+4
| |
* | SONAR-8004 WS settings/set handles property setTeryk Bellahsene2016-08-301-2/+6
| |
* | SONAR-7975 Return parentValue, parentValues and parentFieldsValuesJulien Lancelot2016-08-301-0/+39
| |
* | SONAR-7892 do not support upgrade from before SQ 5.6Sébastien Lesaint2016-08-301-1/+1
| |
* | SONAR-7844 merge migration creating and recreating CE_SCANNER_CONTEXTSébastien Lesaint2016-08-301-1/+0
| |
* | SONAR-7986 Remove property set values when removing property setJulien Lancelot2016-08-301-2/+6
| |
* | SONAR-7911 restore purge of CE_ACTIVITIES + purge CE_SCANNER_CONTEXTSébastien Lesaint2016-08-299-14/+102
| |
* | SONAR-7911 don't clean SCANNER_CONTEXT in purge of analysisSébastien Lesaint2016-08-294-37/+0
| |
* | SONAR-7844 ScannerContextDao => CeScannerContextDaoSébastien Lesaint2016-08-2910-67/+42
| |
* | SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-293-11/+11
| |
* | SONAR-7970 WS settings/set validates dataTeryk Bellahsene2016-08-262-0/+21
| |
* | SONAR-7986 Create /api/settings/reset WS to remove the value of a settingJulien Lancelot2016-08-261-0/+7
| |
* | SONAR-7844 re-enable some UTs disabled for H2Sébastien Lesaint2016-08-254-6/+14
| |
* | SONAR-7975 Return inherited values in /api/settings/values for modulesJulien Lancelot2016-08-254-7/+67
| |
* | SONAR-7969 Create /api/settings/values WSJulien Lancelot2016-08-256-40/+205
| |