aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJulien Lancelot2018-11-19283-308/+355
* SONAR-10409 Update too long keys of permission templatesEric Hartmann2018-02-143-1/+119
* SONAR-10407 Fix upgrade of too long permision_templates keysEric Hartmann2018-02-132-9/+110
* SONAR-10215 clean corrupted view default perm template in 6.4Sébastien Lesaint2018-01-161-6/+11
* SONAR-10210 Fix performance hotspot in DB migration #1267Simon Brandhof2017-12-201-2/+1
* SONAR-9863 Drop old licensesJulien Lancelot2017-11-013-1/+92
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-203-1/+116
* SONAR-9880 Fix missing migrationsJulien Lancelot2017-10-195-3/+3
* SONAR-10000 optimize DB migrations on resource_indexSimon Brandhof2017-10-1912-529/+1
* SONAR-9527 Implement cleanup of deactivated usersEric Hartmann2017-10-183-1/+248
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-173-1/+54
* SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIESEric Hartmann2017-10-178-1/+317
* Fix package of class CopyDeprecatedServerIdSimon Brandhof2017-10-161-1/+0
* SONAR-9863 replace old "permanent server ID" by the new oneSimon Brandhof2017-10-164-1/+145
* Revert "Migrate drop of PR columns for Next"Duarte Meneses2017-10-095-65/+6
* SONAR-9881 Purge unused settings in databaseSimon Brandhof2017-10-043-1/+107
* Migrate drop of PR columns for NextDuarte Meneses2017-10-045-6/+65
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-043-10/+5
* SONAR-1330 Create table QPROFILE_EDIT_GROUPSJulien Lancelot2017-10-023-1/+67
* SONAR-1330 Create table QPROFILE_EDIT_USERSJulien Lancelot2017-10-023-1/+67
* Add db column ce_activity.error_typeSimon Brandhof2017-09-283-1/+77
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-272-61/+3
* SONAR-9616 Migration populating main branch now set 'master' as nameJulien Lancelot2017-09-121-30/+46
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-123-1/+170
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-0/+1
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-123-1/+71
* SONAR-9763 drop Oracle columns with SET UNUSEDSimon Brandhof2017-09-071-1/+1
* SONAR-9763 remove double join in DB migration 1267Simon Brandhof2017-09-071-1/+19
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-071-1/+1
* SONAR-9662 Create "plugins" tableJulien HENRY2017-09-073-1/+69
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-073-1/+78
* SONAR-9426 Move migration class into correct packageJulien Lancelot2017-09-052-1/+1
* SONAR-9577 Add missing unit test on migrationJulien Lancelot2017-09-052-0/+87
* SONAR-9426 Migrate users not having identity providerJulien Lancelot2017-09-053-1/+125
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-293-3/+200
* Use VARCHAR2 on Oracle instead of VARCHARSimon Brandhof2017-08-244-6/+6
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-073-0/+100
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-071-1/+1
* SONAR-9507 ensure sonar.ce.workerCount doesn't exist in PropertiesSébastien Lesaint2017-07-173-1/+94
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-062-1/+5
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-051-1/+1
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-055-1/+103
* SONAR-9444 make private at least one missing perm user or codeviewerSébastien Lesaint2017-06-291-23/+83
* SONAR-9356 Add column USERS.ONBOARDEDJulien Lancelot2017-06-207-1/+249
* SONAR-9304 remove orphans from rules_profilesEric Hartmann2017-06-153-4/+4
* SONAR-9427 Improve performance on quality profile changelogEric Hartmann2017-06-146-1/+275
* SONAR-9305 Built-in quality profiles should be updated automaticallySimon Brandhof2017-06-141-1/+1
* SONAR-9304 quality profile uuid with length of 255 charactersTeryk Bellahsene2017-06-147-16/+16
* SONAR-9304 move rules_profiles.last_used/user_updated_at to org_qprofilesSimon Brandhof2017-06-147-20/+27
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-147-1/+761