aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The profiles that have been deleted in the past by administrators should be re-created.
* 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
| | | | Only characters with supported encoding should be used by DB tests.
* 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
|
* SONAR-9328 clean orphans in MANUAL_MEASURESSébastien Lesaint2017-06-015-2/+299
|
* SONAR-9328 clean orphans from table PROPERTIESSébastien Lesaint2017-06-015-2/+287
|
* SONAR-9435 add db migration to clean orphans in PROJECT_LINKSSébastien Lesaint2017-06-015-2/+247
|
* SONAR-9326 ensure ISSUES.PROJECT_UUID is consistent with componentSébastien Lesaint2017-06-015-2/+258
|
* Fix false-positive in SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-06-011-1/+1
|
* SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-3114-2/+599
|
* SONAR-9028 add DB migrations cleaning USER_ROLES and GROUP_ROLESSébastien Lesaint2017-05-318-2/+620
|
* Automatic merge from branch-6.4ssjenka2017-05-302-1/+4
|\ | | | | | | | | * origin/branch-6.4: SONAR-8902 fix creation of table organization_members on Oracle
| * SONAR-8902 fix creation of table organization_members on OracleSimon Brandhof2017-05-302-1/+4
| |
| * Set version 6.4-SNAPSHOTSimon Brandhof2017-05-291-1/+1
| |
| * Release 6.4-RC36.4-RC3Simon Brandhof2017-05-291-1/+1
| |
| * Back to 6.4-SNAPSHOTSimon Brandhof2017-05-221-1/+1
| |
| * Release 6.4-RC26.4-RC2Simon Brandhof2017-05-221-1/+1
| |
| * Reuse version 6.4-SNAPSHOTSimon Brandhof2017-05-181-1/+1
| |
| * 6.4-RC16.4-RC1Simon Brandhof2017-05-161-1/+1
| |
* | SONAR-9028 remove table authors from DBSébastien Lesaint2017-05-268-1/+199
| |
* | Prepare for next development version 6.5-SNAPSHOTSimon Brandhof2017-05-161-1/+1
|/
* SONAR-9197 add index to active_rule_parametersSimon Brandhof2017-05-125-2/+108
| | | | in order to support big volume when organizations are enabled
* SONAR-9192 ensure no perm template has useless permissions to AnyOneSébastien Lesaint2017-05-125-2/+266
|
* Improve reliability of SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-05-051-5/+5
| | | | | There were some false-positives due to generated random values that are not unique.
* SONAR-9136 rename to DefaultOrganizationUuidProviderSébastien Lesaint2017-04-2725-56/+53
|
* SONAR-9136 replace AnyOne by default group in default templateSébastien Lesaint2017-04-275-2/+490
|
* SONAR-9090 make projects privates based on permissionsSébastien Lesaint2017-04-275-2/+799
|
* SONAR-9088 add column “ORGANIZATIONS.NEW_PROJECTS_PRIVATE”Daniel Schwarz2017-04-2711-2/+329
|
* SONAR-9087 add PROJECTS.PRIVATE non null columnSébastien Lesaint2017-04-2711-2/+473
|
* SONAR-9087 make PROJECTS.PROJECT_UUID not nullableSébastien Lesaint2017-04-278-4/+874
|
* SONAR-9087 AlterColumnsBuilder must validate table nameSébastien Lesaint2017-04-271-1/+2
|
* SONAR-8985 SONAR-9040 populates CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-272-4/+3
|
* SONAR-8985 SONAR-9040 add CE_ACTIVITY.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-278-1/+299
| | | | and populate them
* SONAR-9040 make CE_QUEUE.EXECUTION_COUNT not nullableSébastien Lesaint2017-04-276-4/+158
|
* SONAR-8985 SONAR-9040 add CE_QUEUE.WORKER_UUID and EXECUTION_COUNTSébastien Lesaint2017-04-274-0/+121
|
* SONAR-8957 Add migration to remove template permissions linked to removed usersJulien Lancelot2017-04-205-2/+213
|