Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 1 | -68/+0 |
| | |||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 1 | -6/+14 |
| | | | | and remove direct usages of MyBatis mapper | ||||
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 19 | -2523/+0 |
| | |||||
* | SONAR-8445 move SQ 5.6 create schema migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 4 | -744/+0 |
| | | | | and start some cleaning of migration related code in Ruby | ||||
* | SONAR-8445 move SQ 5.6.1 migration out of Ruby | Sébastien Lesaint | 2016-12-14 | 2 | -104/+1 |
| | |||||
* | SONAR-8445 move SQ 6.0 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 66 | -5800/+1 |
| | |||||
* | SONAR-8445 move SQ 6.1 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 14 | -1361/+1 |
| | |||||
* | SONAR-8445 move SQ 6.2 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 24 | -2075/+1 |
| | |||||
* | SONAR-8445 run DB migration of SQ 6.3 with Java | Sébastien Lesaint | 2016-12-14 | 4 | -241/+1 |
| | | | | | add Java toolkit to run DB migrations port last 3 DB migrations (ie. from current SQ 6.3) to this Java toolkit and make it run after Ruby migration | ||||
* | SONAR-5471 fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 2 | -2/+2 |
| | | | | | | Correct type is NUMBER(38,0) but not INTEGER Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 use v5.6 as version of initial schema | Simon Brandhof | 2016-12-13 | 7 | -216/+5 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle | Simon Brandhof | 2016-12-13 | 3 | -3/+15 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 Auto-incremented ID must start with 1 on all DB | Simon Brandhof | 2016-12-13 | 1 | -3/+3 |
| | | | | | | | - H2 was 1 in schema-h2.ddl but 0 in CreateTableBuilder - MSSQL was 1 in ruby but 0 in CreateTableBuilder Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 create initial schema (version 5.5) | Simon Brandhof | 2016-12-13 | 65 | -4870/+232 |
| | |||||
* | SONAR-5471 ability to have DEFAULT values on INT columns | Simon Brandhof | 2016-12-13 | 1 | -1/+6 |
| | |||||
* | SONAR-8534 delete ACTIVITY rows which don't have profileKey field | Simon Brandhof | 2016-12-13 | 1 | -4/+21 |
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-5471 refactor db migration 1315 in Java | Simon Brandhof | 2016-12-12 | 17 | -1/+706 |
| | |||||
* | SONAR-5471 add RenameTableBuilder | Simon Brandhof | 2016-12-12 | 1 | -0/+92 |
| | |||||
* | SONAR-5471 move creation of 5.6+ indices to Java migrations | Simon Brandhof | 2016-12-12 | 1 | -1/+1 |
| | |||||
* | SONAR-5471 support timestamp type | Simon Brandhof | 2016-12-12 | 1 | -0/+90 |
| | |||||
* | SONAR-5471 support default value in boolean and varchar columns | Simon Brandhof | 2016-12-12 | 9 | -12/+119 |
| | |||||
* | SONAR-5471 add DropIndexBuilder | Simon Brandhof | 2016-12-12 | 1 | -0/+98 |
| | |||||
* | SONAR-5471 create webhook_deliveries indices in java | Simon Brandhof | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | SONAR-5471 add CreateIndexBuilder | Simon Brandhof | 2016-12-12 | 1 | -0/+163 |
| | |||||
* | SONAR-5471 share validations of index/table/constraint names | Simon Brandhof | 2016-12-12 | 2 | -6/+28 |
| | |||||
* | SONAR-8464 Make column UUID of Events unique and non null | Teryk Bellahsene | 2016-12-05 | 2 | -1/+88 |
| | |||||
* | SONAR-8464 Populate UUID column of table EVENTS | Teryk Bellahsene | 2016-12-05 | 2 | -1/+96 |
| | |||||
* | SONAR-8467 Add UUID column to db table EVENTS | Teryk Bellahsene | 2016-12-05 | 2 | -1/+59 |
| | |||||
* | SONAR-8391 fix NPE when id is invalid in SNAPSHOTS.PATH | Simon Brandhof | 2016-11-17 | 1 | -5/+13 |
| | |||||
* | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 2 | -1/+75 |
| | |||||
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 2 | -1/+53 |
| | |||||
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 2 | -1/+53 |
| | |||||
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵ | Julien Lancelot | 2016-11-09 | 3 | -1/+154 |
| | | | | "widget_properties" | ||||
* | SONAR-8283 Migrate quality gates after removall of IT/overall coverage metrics | Julien Lancelot | 2016-10-26 | 2 | -1/+365 |
| | |||||
* | SONAR-8134 make column group_roles.organization_uuid not null | Simon Brandhof | 2016-10-13 | 2 | -1/+86 |
| | |||||
* | SONAR-8134 populate column group_roles.organization_uuid on upgrade | Simon Brandhof | 2016-10-13 | 2 | -1/+77 |
| | |||||
* | SONAR-8134 add column group_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 2 | -1/+58 |
| | | | | Column is currently empty. | ||||
* | Support organizations in user group web services | Simon Brandhof | 2016-10-13 | 1 | -1/+1 |
| | |||||
* | SONAR-8134 add column permission_templates.organization_uuid | Simon Brandhof | 2016-10-13 | 4 | -1/+220 |
| | |||||
* | SONAR-8134 add column user_roles.organization_uuid | Simon Brandhof | 2016-10-13 | 3 | -0/+218 |
| | |||||
* | SONAR-8134 make column groups.organization_uuid not null | Simon Brandhof | 2016-10-13 | 3 | -1/+175 |
| | |||||
* | SONAR-8134 add db column groups.organization_uuid | Simon Brandhof | 2016-10-13 | 1 | -0/+56 |
| | |||||
* | SONAR-8155 SONAR-8156 add root column to table USERS | Sébastien Lesaint | 2016-10-12 | 4 | -1/+305 |
| | |||||
* | Automatic merge from branch-6.1 | ssjenka | 2016-10-03 | 1 | -0/+9 |
|\ | | | | | | | | | * origin/branch-6.1: SONAR-8148 do not log data and decrease log level to debug | ||||
| * | SONAR-8148 do not log data and decrease log level to debug | Simon Brandhof | 2016-09-30 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'branch-6.1' into 'master' | Sébastien Lesaint | 2016-09-29 | 1 | -4/+7 |
|\| | |||||
| * | Merge branch 'branch-5.6' into 'branch-6.1' | Sébastien Lesaint | 2016-09-29 | 1 | -4/+7 |
| |\ | |||||
| | * | SONAR-8148 exception proof FeedFileSourcesBinaryData | Sébastien Lesaint | 2016-09-28 | 1 | -4/+7 |
| | | | |||||
* | | | SONAR-8099 add missing UT on CreateDefaultOrganization | Sébastien Lesaint | 2016-09-29 | 1 | -0/+144 |
| | | | |||||
* | | | SONAR-8173 delete existing permissions "shareDashboard" from db | Simon Brandhof | 2016-09-28 | 2 | -1/+74 |
| | | |