Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8613 add filter on keys to OrganizationDao.selectByQuery | Sébastien Lesaint | 2017-01-16 | 3 | -3/+76 | |
| | ||||||
* | SONAR-8595 remove ComponentDto.organizationKey | Sébastien Lesaint | 2017-01-16 | 1 | -10/+0 | |
| | | | | remove join on table ORGANIZATIONS in ComponentMapper.xml which was used to populate this field | |||||
* | SONAR-8613 add OrganizationDao.selectByUuids | Sébastien Lesaint | 2017-01-16 | 2 | -0/+12 | |
| | ||||||
* | SONAR-8595 ComponentDao.selectByUuids returns organization's key | Sébastien Lesaint | 2017-01-16 | 1 | -0/+10 | |
| | | | | | by joining on ORGANIZATIONS table add organizationKey (read-only) to ComponentDto | |||||
* | SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 1 | -0/+14 | |
| | | | | | | | | | hardcode CE and ComponentService to persist components into default organization hardcode WS api/components/bulk_update_key to work on default organization hardcode WS api/projects/create to create project into default organization hardcode WS api/ce/submit to create project into default organization fix UTs to set this new non nullable column | |||||
* | SONAR-7300 Deprecate and rewrite api/properties/index in Java | Julien Lancelot | 2017-01-10 | 2 | -0/+6 | |
| | ||||||
* | SONAR-8585 configure NLS_SORT param on Oracle client sessions | Simon Brandhof | 2017-01-05 | 1 | -0/+8 | |
| | ||||||
* | SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS | Julien Lancelot | 2016-12-30 | 1 | -3/+3 | |
| | ||||||
* | SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove | Teryk Bellahsene | 2016-12-29 | 1 | -1/+3 | |
| | ||||||
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 1 | -61/+4 | |
| | ||||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 8 | -19/+92 | |
| | | | | and remove direct usages of MyBatis mapper | |||||
* | sort DAO classes in DaoModule alphabetically | Sébastien Lesaint | 2016-12-16 | 1 | -13/+17 | |
| | ||||||
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 7 | -660/+0 | |
| | ||||||
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 20 | -1985/+0 | |
| | ||||||
* | SONAR-8445 move package charset from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 11 | -854/+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 | 1 | -24/+0 | |
| | ||||||
* | SONAR-7293 Replace Ruby WS api/issues/delete_comment by Java WS | Julien Lancelot | 2016-12-15 | 1 | -11/+5 | |
| | ||||||
* | SONAR-7294 Replace Ruby WS api/issues/edit_comment | Julien Lancelot | 2016-12-15 | 2 | -11/+4 | |
| | ||||||
* | SONAR-7292 IssueChangeDao#selectCommentByKey now returns a dto | Julien Lancelot | 2016-12-15 | 1 | -1/+6 | |
| | ||||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | SONAR-8445 move SQ 5.6 create schema migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 7 | -1322/+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 | 3 | -98/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.0 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 78 | -4386/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.1 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 20 | -1054/+1 | |
| | ||||||
* | SONAR-8445 move SQ 6.2 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 26 | -1602/+1 | |
| | ||||||
* | SONAR-8445 run DB migration of SQ 6.3 with Java | Sébastien Lesaint | 2016-12-14 | 5 | -190/+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-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 | 2 | -2/+5 | |
| | ||||||
* | 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 | 1 | -12/+7 | |
| | ||||||
* | SONAR-5471 fix type of INTEGER columns on Oracle | Simon Brandhof | 2016-12-13 | 1 | -1/+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 | 8 | -377/+227 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle | Simon Brandhof | 2016-12-13 | 50 | -250/+279 | |
| | | | | 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 | -2/+2 | |
| | | | | | | | - 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 | 81 | -6295/+1040 | |
| | ||||||
* | SONAR-5471 ability to have DEFAULT values on INT columns | Simon Brandhof | 2016-12-13 | 1 | -2/+9 | |
| | ||||||
* | SONAR-8467 Create WS api/project_analyses/search | Teryk Bellahsene | 2016-12-13 | 2 | -0/+8 | |
| | ||||||
* | SONAR-8534 delete ACTIVITY rows which don't have profileKey field | Simon Brandhof | 2016-12-13 | 1 | -5/+9 | |
| | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-7291 Extract transition methods from IssueService to TransitionService | Julien Lancelot | 2016-12-12 | 1 | -4/+3 | |
| | ||||||
* | SONAR-5471 refactor db migration 1315 in Java | Simon Brandhof | 2016-12-12 | 3 | -2/+60 | |
| | ||||||
* | SONAR-5471 add RenameTableBuilder | Simon Brandhof | 2016-12-12 | 2 | -2/+87 | |
| | ||||||
* | SONAR-5471 move creation of 5.6+ indices to Java migrations | Simon Brandhof | 2016-12-12 | 29 | -23/+1063 | |
| | ||||||
* | SONAR-5471 support timestamp type | Simon Brandhof | 2016-12-12 | 1 | -0/+85 | |
| | ||||||
* | SONAR-5471 support default value in boolean and varchar columns | Simon Brandhof | 2016-12-12 | 13 | -15/+74 | |
| | ||||||
* | SONAR-5471 add DropIndexBuilder | Simon Brandhof | 2016-12-12 | 1 | -0/+75 | |
| | ||||||
* | SONAR-5471 create webhook_deliveries indices in java | Simon Brandhof | 2016-12-12 | 1 | -3/+24 | |
| |