aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/main/java/org/sonar
Commit message (Expand)AuthorAgeFilesLines
* Revert "Migrate drop of PR columns for Next"Duarte Meneses2017-10-094-79/+7
* SONAR-9881 complete the list of properties to be purgedSimon Brandhof2017-10-081-5/+10
* SONAR-9881 Purge unused settings in databaseSimon Brandhof2017-10-042-1/+66
* Migrate drop of PR columns for NextDuarte Meneses2017-10-044-8/+79
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-043-24/+7
* SONAR-1330 Create table QPROFILE_EDIT_GROUPSJulien Lancelot2017-10-022-0/+83
* SONAR-1330 Create table QPROFILE_EDIT_USERSJulien Lancelot2017-10-022-0/+83
* Add db column ce_activity.error_typeSimon Brandhof2017-09-282-1/+48
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-272-48/+1
* Fix typoSimon Brandhof2017-09-121-1/+1
* SONAR-9616 Migration populating main branch now set 'master' as nameJulien Lancelot2017-09-121-8/+5
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-122-0/+68
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-122-1/+4
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-124-1/+189
* Drop unused method SqlStatement#setBytes()Simon Brandhof2017-09-082-8/+0
* SONAR-9763 drop Oracle columns with SET UNUSEDSimon Brandhof2017-09-071-9/+9
* SONAR-9763 remove double join in DB migration 1267Simon Brandhof2017-09-071-11/+24
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-071-1/+1
* SONAR-9662 Create "plugins" tableJulien HENRY2017-09-073-2/+84
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-072-1/+47
* SONAR-9426 Move migration class into correct packageJulien Lancelot2017-09-052-2/+1
* SONAR-9426 Migrate users not having identity providerJulien Lancelot2017-09-052-0/+57
* SONAR-8979 Drop leak period setting values on viewsJulien Lancelot2017-08-292-1/+51
* Improve DB migration 1267 on MySQLSimon Brandhof2017-08-251-3/+11
* Use VARCHAR2 on Oracle instead of VARCHARSimon Brandhof2017-08-241-1/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-072-1/+87
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-074-0/+102
* SONAR-9507 ensure sonar.ce.workerCount doesn't exist in PropertiesSébastien Lesaint2017-07-172-0/+39
* fix quality flawsSébastien Lesaint2017-07-121-3/+5
* SONAR-9481 Make operations on QProfiles resilient to ES errorsEric Hartmann2017-07-061-0/+10
* SONAR-9480 make WS operations on rules resilient to Elasticsearch errorsEric Hartmann2017-07-051-2/+2
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-054-3/+116
* SONAR-9444 make private at least one missing perm user or codeviewerSébastien Lesaint2017-06-291-8/+19
* SONAR-9356 Add column USERS.ONBOARDEDJulien Lancelot2017-06-204-1/+149
* SONAR-9304 remove orphans from rules_profilesEric Hartmann2017-06-152-5/+6
* SONAR-9305 complete testsEric Hartmann2017-06-156-12/+12
* SONAR-9427 Improve performance on quality profile changelogEric Hartmann2017-06-147-4/+244
* SONAR-9305 Built-in quality profiles should be updated automaticallySimon Brandhof2017-06-142-74/+15
* SONAR-9304 add integration testsSimon Brandhof2017-06-141-3/+3
* SONAR-9304 quality profile uuid with length of 255 charactersTeryk Bellahsene2017-06-142-4/+7
* SONAR-9304 move rules_profiles.last_used/user_updated_at to org_qprofilesSimon Brandhof2017-06-144-7/+21
* SONAR-9304 Compress rules_profiles for built-in profilesTeryk Bellahsene2017-06-144-1/+316
* SONAR-9304 rename table qprofiles to org_qprofilesSimon Brandhof2017-06-144-20/+73
* SONAR-9304 Create migration for QPROFILEEric Hartmann2017-06-142-1/+60
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-143-1/+163
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-143-1/+208
* SONAR-9302 built-in profiles must always be presentSimon Brandhof2017-06-142-2/+47
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-145-2/+143
* SONAR-9324 add database migration purging developer dataSébastien Lesaint2017-06-092-1/+110
* SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-014-1/+140