Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8445 delete unused resources from deleted unit test | Sébastien Lesaint | 2016-12-16 | 7 | -43/+0 | |
| | ||||||
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 39 | -4508/+0 | |
| | ||||||
* | SONAR-8445 move package charset from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 21 | -1839/+0 | |
| | ||||||
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flaws | Sébastien Lesaint | 2016-12-16 | 1 | -53/+0 | |
| | ||||||
* | SONAR-7292 Remove useless code in IssueChangeDao | Julien Lancelot | 2016-12-15 | 2 | -83/+0 | |
| | ||||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 2 | -13/+8 | |
| | ||||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 3 | -15/+7 | |
| | ||||||
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dto | Julien Lancelot | 2016-12-15 | 3 | -7/+57 | |
| | ||||||
* | SONAR-7292 Move IssueTesting to sonar-db for IssueDto and keep ↵ | Julien Lancelot | 2016-12-15 | 1 | -0/+61 | |
| | | | | IssueDocTesting for IssueDoc | |||||
* | SONAR-8468 Create WS api/project_analyses/delete | Teryk Bellahsene | 2016-12-14 | 4 | -11/+20 | |
| | ||||||
* | SONAR-8445 move SQ 5.6 create schema migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 13 | -2113/+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 | 6 | -219/+2 | |
| | ||||||
* | SONAR-8445 move SQ 6.0 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 190 | -12156/+2 | |
| | ||||||
* | SONAR-8445 move SQ 6.1 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 45 | -2541/+2 | |
| | ||||||
* | SONAR-8445 move SQ 6.2 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 73 | -4068/+2 | |
| | ||||||
* | SONAR-8445 run DB migration of SQ 6.3 with Java | Sébastien Lesaint | 2016-12-14 | 12 | -466/+2 | |
| | | | | | 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-8445 fork BaseDataChange and DdlChange in sonar-db-migration | Sébastien Lesaint | 2016-12-14 | 3 | -4/+4 | |
| | | | | interface DataChange is dropped and BaseDataChange renamed to DataChange | |||||
* | SONAR-8445 move DatabaseMigration to sonar-db-migration | Sébastien Lesaint | 2016-12-14 | 1 | -70/+0 | |
| | | | | also, split state (which must be stored at platform level 2 because we need to keep state until SQ is shutdown) from migration code, which doesn't need to be kept in memory once Platform is out of safe mode | |||||
* | SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in Java | Sébastien Lesaint | 2016-12-14 | 6 | -16/+44 | |
| | ||||||
* | Fix some Quality flaws | Simon Brandhof | 2016-12-14 | 5 | -12/+47 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-7290 Rewrite api/issues/changelog in Java | Julien Lancelot | 2016-12-13 | 5 | -42/+98 | |
| | ||||||
* | SONAR-5471 fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 3 | -3/+4 | |
| | | | | | | 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 | 18 | -595/+232 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle | Simon Brandhof | 2016-12-13 | 53 | -253/+294 | |
| | | | | 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 | 2 | -5/+5 | |
| | | | | | | | - 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> | |||||
* | Fix Quality flaws | Simon Brandhof | 2016-12-13 | 9 | -5/+20 | |
| | ||||||
* | SONAR-5471 create initial schema (version 5.5) | Simon Brandhof | 2016-12-13 | 321 | -16518/+1321 | |
| | ||||||
* | SONAR-5471 ability to have DEFAULT values on INT columns | Simon Brandhof | 2016-12-13 | 2 | -3/+15 | |
| | ||||||
* | SONAR-8467 Create WS api/project_analyses/search | Teryk Bellahsene | 2016-12-13 | 5 | -0/+45 | |
| | ||||||
* | SONAR-8534 delete ACTIVITY rows which don't have profileKey field | Simon Brandhof | 2016-12-13 | 2 | -9/+30 | |
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-7291 Extract transition methods from IssueService to TransitionService | Julien Lancelot | 2016-12-12 | 3 | -4/+47 | |
| | ||||||
* | SONAR-5471 refactor db migration 1315 in Java | Simon Brandhof | 2016-12-12 | 21 | -3/+766 | |
| | ||||||
* | SONAR-5471 add RenameTableBuilder | Simon Brandhof | 2016-12-12 | 3 | -2/+179 | |
| | ||||||
* | SONAR-5471 move creation of 5.6+ indices to Java migrations | Simon Brandhof | 2016-12-12 | 30 | -24/+1064 | |
| | ||||||
* | SONAR-5471 support timestamp type | Simon Brandhof | 2016-12-12 | 2 | -0/+175 | |
| | ||||||
* | SONAR-5471 support default value in boolean and varchar columns | Simon Brandhof | 2016-12-12 | 22 | -27/+193 | |
| | ||||||
* | SONAR-5471 add DropIndexBuilder | Simon Brandhof | 2016-12-12 | 3 | -1/+190 | |
| | ||||||
* | SONAR-5471 create webhook_deliveries indices in java | Simon Brandhof | 2016-12-12 | 2 | -3/+26 | |
| | ||||||
* | SONAR-5471 add CreateIndexBuilder | Simon Brandhof | 2016-12-12 | 3 | -2/+315 | |
| | ||||||
* | SONAR-5471 share validations of index/table/constraint names | Simon Brandhof | 2016-12-12 | 6 | -26/+94 | |
| | ||||||
* | SONAR-8466 Create WS api/project_analyses/update_event | Teryk Bellahsene | 2016-12-09 | 5 | -5/+32 | |
| | ||||||
* | SONAR-8464 Allow events name and category to be null | Julien Lancelot | 2016-12-08 | 3 | -5/+22 | |
| | ||||||
* | SONAR-8465 Create WS api/project_analyses/delete_event | Teryk Bellahsene | 2016-12-08 | 8 | -8/+58 | |
| | ||||||
* | SONAR-8464 Create WS api/project_analyses/create_event | Teryk Bellahsene | 2016-12-07 | 14 | -7/+303 | |
| | ||||||
* | Fix quality flaw | Julien Lancelot | 2016-12-07 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'branch-6.2' | Sébastien Lesaint | 2016-12-06 | 3 | -28/+5 | |
|\ | ||||||
| * | SONAR-8442 do not do a select to keep ce_activity.is_key up to date | Sébastien Lesaint | 2016-12-06 | 3 | -28/+5 | |
| | | ||||||
* | | SONAR-8450 Extract logic to get qgate from project in QualityGateFinder | Julien Lancelot | 2016-12-06 | 2 | -0/+30 | |
| | | ||||||
* | | SONAR-8450 Cleanup ComponentNavigationActionTest | Julien Lancelot | 2016-12-05 | 1 | -0/+6 | |
| | | ||||||
* | | SONAR-8464 Make column UUID of Events unique and non null | Teryk Bellahsene | 2016-12-05 | 11 | -4/+162 | |
| | |