aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-274-109/+4
* Fix typoSimon Brandhof2017-09-121-1/+1
* SONAR-9616 Migration populating main branch now set 'master' as nameJulien Lancelot2017-09-122-38/+51
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-125-1/+238
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-123-1/+5
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-127-2/+260
* Bring 6.6-SNAPSHOT backSimon Brandhof2017-09-121-1/+1
* Release 6.6-M1Simon Brandhof2017-09-121-1/+1
* Drop unused method SqlStatement#setBytes()Simon Brandhof2017-09-082-8/+0
* SONAR-9763 drop Oracle columns with SET UNUSEDSimon Brandhof2017-09-072-10/+10
* SONAR-9763 remove double join in DB migration 1267Simon Brandhof2017-09-072-12/+43
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-072-2/+2
* SONAR-9662 Create "plugins" tableJulien HENRY2017-09-076-3/+153
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-075-2/+125
* SONAR-9426 Move migration class into correct packageJulien Lancelot2017-09-054-3/+2
* SONAR-9577 Add missing unit test on migrationJulien Lancelot2017-09-052-0/+87
* SONAR-9426 Migrate users not having identity providerJulien Lancelot2017-09-055-1/+182
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-295-4/+251
* Improve DB migration 1267 on MySQLSimon Brandhof2017-08-251-3/+11
* Use VARCHAR2 on Oracle instead of VARCHARSimon Brandhof2017-08-245-7/+7
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-075-1/+187
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-075-1/+103
* SONAR-9507 ensure sonar.ce.workerCount doesn't exist in PropertiesSébastien Lesaint2017-07-175-1/+133
* Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
* fix quality flawsSébastien Lesaint2017-07-121-3/+5
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-063-1/+15
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-052-3/+3
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-059-4/+219
* Prepare for next development iterationSimon Brandhof2017-07-051-1/+1
* Release 6.5-M26.5-M2Simon Brandhof2017-07-051-1/+1
* SONAR-9444 make private at least one missing perm user or codeviewerSébastien Lesaint2017-06-292-31/+102
* SONAR-9356 Add column USERS.ONBOARDEDJulien Lancelot2017-06-2011-2/+398
* SONAR-9304 remove orphans from rules_profilesEric Hartmann2017-06-155-9/+10
* SONAR-9305 complete testsEric Hartmann2017-06-156-12/+12
* SONAR-9427 Improve performance on quality profile changelogEric Hartmann2017-06-1413-5/+519
* SONAR-9305 Built-in quality profiles should be updated automaticallySimon Brandhof2017-06-143-75/+16
* SONAR-9304 add integration testsSimon Brandhof2017-06-141-3/+3
* SONAR-9304 quality profile uuid with length of 255 charactersTeryk Bellahsene2017-06-149-20/+23
* SONAR-9304 move rules_profiles.last_used/user_updated_at to org_qprofilesSimon Brandhof2017-06-1411-27/+48
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-1411-2/+1077
* SONAR-9304 rename table qprofiles to org_qprofilesSimon Brandhof2017-06-1411-39/+152
* SONAR-9304 Create migration for QPROFILEEric Hartmann2017-06-145-2/+203
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-148-2/+290
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-148-2/+412
* SONAR-9302 built-in profiles must always be presentSimon Brandhof2017-06-145-3/+127
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-1412-4/+412
* SONAR-9324 add database migration purging developer dataSébastien Lesaint2017-06-095-2/+496
* Fix false-positives with randomly generated strings for DBSimon Brandhof2017-06-082-3/+4
* fix fix FP in SupportPrivateProjectInDefaultPermissionTemplateTestSébastien Lesaint2017-06-011-1/+1
* SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-0111-2/+330