aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration
Commit message (Expand)AuthorAgeFilesLines
* Improve reliability of SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-05-051-5/+5
* 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
* 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
* SONAR-8960 Fix migration when same metric is used with period and wthout periodJulien Lancelot2017-04-202-38/+75
* SONAR-9085 Clean orphan rows in GROUPS_USERSJulien Lancelot2017-04-135-2/+193
* SONAR-9019 Populate ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-135-2/+281
* SONAR-9019 Add ORGANIZATIONS.DEFAULT_GROUP_ID columnJulien Lancelot2017-04-135-2/+121
* SONAR-9019 Set organization members into members groupsJulien Lancelot2017-04-135-2/+294
* SONAR-9019 Create "members" groups on existing organizationsJulien Lancelot2017-04-135-2/+486
* SONAR-9014 Associate all users to 'sonar-users' groupJulien Lancelot2017-04-135-2/+228
* SONAR-9014 Delete 'sonar.defaultGroup' setting from databaseJulien Lancelot2017-04-135-2/+141
* SONAR-9014 Restore sonar-users groupJulien Lancelot2017-04-135-2/+642
* Merge branch 'branch-6.3'Sébastien Lesaint2017-04-119-3/+254
|\
| * SONAR-9086 make index on ORGANIZATIONS.KEE uniqueSébastien Lesaint2017-04-107-1/+252
| * Set development version 6.3-SNAPSHOTSimon Brandhof2017-03-141-1/+1
| * Release 6.36.3Simon Brandhof2017-03-141-1/+1
| * Back to development version 6.3-SNAPSHOTSimon Brandhof2017-03-061-1/+1
| * Publish 6.3-RC4Simon Brandhof2017-03-031-1/+1
| * Set version 6.3-SNAPSHOTSimon Brandhof2017-02-221-1/+1
| * Publish version 6.3-RC3Simon Brandhof2017-02-221-1/+1
* | fix quality flawsSébastien Lesaint2017-04-041-1/+1
* | rename Collectors to MoreCollectorsSébastien Lesaint2017-04-0311-20/+20
* | SONAR-8857 fix quality flawsDaniel Schwarz2017-03-242-5/+7
* | SONAR-8867 drop metadata columns from table RULESSébastien Lesaint2017-03-235-2/+127
* | SONAR-8897 add H2 support in DropColumnsBuilderSébastien Lesaint2017-03-2314-40/+76
* | SONAR-8867 populate table RULES_METADATASébastien Lesaint2017-03-235-2/+494
* | SONAR-8867 create table RULES_METADATASébastien Lesaint2017-03-235-7/+174
* | SONAR-8931 extend size of LOADED_TEMPLATES.TEMPLATE_TYPESébastien Lesaint2017-03-2314-2/+604
* | SONAR-8857 make ws/api/qualityprofiles/search support organizationsDaniel Schwarz2017-03-2312-6/+213
* | SONAR-8910 Populate organization membersJulien Lancelot2017-03-215-2/+476
* | SONAR-8902 Create Table ORGANIZATION_MEMBERSTeryk Bellahsene2017-03-215-2/+113
* | SONAR-8857 add organisation uuid to quality profile database tableDaniel Schwarz2017-03-0317-3/+536
* | SONAR-8838 Limit to 500 characters DB column TAGS of PROJECTSTeryk Bellahsene2017-02-282-2/+2
* | SONAR-8847 Set COPY_COMPONENT_UUID of local viewsJulien Lancelot2017-02-285-2/+355
* | SONAR-8838 Add DB column TAGS to PROJECTS tableTeryk Bellahsene2017-02-288-1/+248
* | SONAR-8435 log "SonarQube is up" if all processes are operationalSébastien Lesaint2017-02-241-1/+2
* | Drop unused Surefire config for skipping testsSimon Brandhof2017-02-191-14/+0
* | Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-192-9/+27
* | split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17121-779/+407
* | Fix integer type of user and group idsSimon Brandhof2017-02-164-25/+28