aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/main/java/org/sonar/db/version/DatabaseVersion.java
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8445 move DatabaseVersion to sonar-db-migrationSébastien Lesaint2016-12-161-155/+0
* SONAR-8445 add a DAO for SCHEMA_MIGRATIONSSébastien Lesaint2016-12-161-15/+12
* SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in JavaSébastien Lesaint2016-12-141-1/+1
* SONAR-8464 Make column UUID of Events unique and non nullTeryk Bellahsene2016-12-051-1/+1
* SONAR-8464 Populate UUID column of table EVENTSTeryk Bellahsene2016-12-051-1/+1
* SONAR-8467 Add UUID column to db table EVENTSTeryk Bellahsene2016-12-051-1/+1
* SONAR-8353 create table webhook_deliveriesSimon Brandhof2016-11-141-2/+3
* SONAR-8377 Drop issue filters tablesJulien Lancelot2016-11-101-3/+3
* SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites"Julien Lancelot2016-11-091-3/+3
* SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", "widget_...Julien Lancelot2016-11-091-7/+7
* SONAR-8283 Migrate quality gates after removall of IT/overall coverage metricsJulien Lancelot2016-10-261-1/+1
* SONAR-8134 add organization uuid to unique index of table GROUP_ROLESSébastien Lesaint2016-10-201-1/+1
* SONAR-8134 make column group_roles.organization_uuid not nullSimon Brandhof2016-10-131-1/+1
* SONAR-8134 populate column group_roles.organization_uuid on upgradeSimon Brandhof2016-10-131-1/+1
* SONAR-8134 add column group_roles.organization_uuidSimon Brandhof2016-10-131-1/+1
* Support organizations in user group web servicesSimon Brandhof2016-10-131-1/+1
* SONAR-8134 add column permission_templates.organization_uuidSimon Brandhof2016-10-131-1/+1
* SONAR-8134 prepare support of organizations in permission template DAOSimon Brandhof2016-10-131-1/+1
* SONAR-8134 add db column groups.organization_uuidSimon Brandhof2016-10-131-1/+1
* SONAR-8155 SONAR-8156 add root column to table USERSSébastien Lesaint2016-10-121-1/+1
* SONAR-8173 delete existing permissions "shareDashboard" from dbSimon Brandhof2016-09-281-1/+1
* SONAR-8099 create default organization when migrating to SQ 6.2Sébastien Lesaint2016-09-281-1/+1
* SONAR-8095 add table ORGANIZATIONSSébastien Lesaint2016-09-231-3/+3
* SONAR-7988 support migrations on old table activitiesSimon Brandhof2016-09-161-0/+12
* SONAR-8079 create table rule_repositoriesSimon Brandhof2016-09-141-1/+2
* SONAR-7851 drop table ACTIVITIESSimon Brandhof2016-09-121-2/+1
* SONAR-7851 copy activities to qprofile_changesSimon Brandhof2016-09-121-1/+1
* SONAR-7851 create table qprofile_changesSimon Brandhof2016-09-121-2/+3
* SONAR-7676 refactor table PROPERTIES to boolean+varchar+clob columnsSébastien Lesaint2016-09-091-1/+1
* SONAR-8058 move views.def from PROPERTIES to INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-1/+1
* SONAR-7675 add table INTERNAL_PROPERTIESSébastien Lesaint2016-09-051-1/+2
* SONAR-7892 do not support upgrade from before SQ 5.6Sébastien Lesaint2016-08-301-1/+1
* SONAR-7844 rename to CE_SCANNER_CONTEXT + task_uuid as PKSébastien Lesaint2016-08-291-4/+3
* SONAR-7844 add table SCANNER_CONTEXTSébastien Lesaint2016-08-221-1/+2
* SONAR-7842 add error columns to CE_ACTIVITYSébastien Lesaint2016-08-181-1/+1
* SONAR-7842 rename table CE_TASK_DATA to CE_TASK_INPUTSébastien Lesaint2016-08-181-2/+2
* SONAR_7958 add column PROJECTS.B_UUID_PATHSébastien Lesaint2016-08-101-1/+1
* SONAR-7903 Drop pending tasksSimon Brandhof2016-08-051-1/+1
* SONAR-7903 persist analysis reports in dbSimon Brandhof2016-08-051-1/+2
* SONAR-7917 Drop is_global from DB table dashboardsTeryk Bellahsene2016-07-281-1/+1
* SONAR-7917 Delete project dashboard data in DBTeryk Bellahsene2016-07-281-1/+1
* SONAR-7786 Create index measures_analysis_metric earlierSimon Brandhof2016-07-191-1/+1
* SONAR-7700 use "B columns" strategy for update of PROJECTSSimon Brandhof2016-07-111-1/+1
* SONAR-7705 add migration to kill tree errors in snapshots and projectsSébastien Lesaint2016-07-081-1/+1
* SONAR-7780 Drop column PROJECT_MEASURES.SNAPSHOT_IDSimon Brandhof2016-07-061-1/+1
* SONAR-7807 drop SNAPSHOTS tree columnsSimon Brandhof2016-07-061-1/+1
* SONAR-7780 Fix migration of PROJECTS.UUID_PATHSimon Brandhof2016-07-041-1/+1
* SONAR-7780 table PROJECT_MEASURES should use analysis UUIDSimon Brandhof2016-06-291-1/+1
* SONAR-7794 Populate DB column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-1/+1
* SONAR-7794 add column RULES_PROFILES.USER_UPDATED_ATTeryk Bellahsene2016-06-291-1/+1