Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop unused Surefire config for skipping tests | Simon Brandhof | 2017-02-19 | 1 | -14/+0 |
| | |||||
* | Clean-up sonar-testing-harness dependencies | Simon Brandhof | 2017-02-19 | 2 | -9/+27 |
| | | | | and decrease usages of Hamcrest | ||||
* | split sonar-db into server/sonar-db-core and server/sonar-db-dao | Sébastien Lesaint | 2017-02-17 | 121 | -779/+407 |
| | |||||
* | Fix integer type of user and group ids | Simon Brandhof | 2017-02-16 | 4 | -25/+28 |
| | | | | | User IDs are INTEGER in database. The java classes are fixed to replace long by int. | ||||
* | Automatic merge from branch-6.3 | ssjenka | 2017-02-16 | 5 | -2/+250 |
|\ | | | | | | | | | | | * origin/branch-6.3: SONAR-8647 Correctly detect isFavorite in filter SONAR-8746 Remove measures related to periods 2 to 5 | ||||
| * | SONAR-8746 Remove measures related to periods 2 to 5 | Julien Lancelot | 2017-02-15 | 5 | -2/+250 |
| | | |||||
* | | Prepare for next development iteration | Simon Brandhof | 2017-02-14 | 1 | -1/+1 |
|/ | |||||
* | Fix license headers | Simon Brandhof | 2017-02-10 | 2 | -4/+4 |
| | |||||
* | SONAR-8761 db migration to unset root flag of existing users | Simon Brandhof | 2017-02-10 | 5 | -3/+154 |
| | |||||
* | SONAR-8752 add column ORGANIZATIONS.USER_ID | Sébastien Lesaint | 2017-02-10 | 5 | -1/+118 |
| | |||||
* | SONAR-8637 Update POM parent version | Teryk Bellahsene | 2017-02-10 | 412 | -856/+824 |
| | |||||
* | SONAR-8208 SONAR-8610 SONAR-8758 Delete useless settings from db | Julien Lancelot | 2017-02-10 | 5 | -1/+243 |
| | |||||
* | SONAR-8755 make default organization guarded | Sébastien Lesaint | 2017-02-10 | 5 | -2/+196 |
| | | | | so that it can only be deleted by root | ||||
* | SONAR-8754 support guarded in OrganizationDto and OrganizationDao | Sébastien Lesaint | 2017-02-10 | 2 | -31/+88 |
| | |||||
* | SONAR-8754 add column ORGANIZATIONS.GUARDED | Sébastien Lesaint | 2017-02-10 | 11 | -2/+397 |
| | |||||
* | SONAR-8586 fix wrong query plan by injecting fake data on H2 | Sébastien Lesaint | 2017-02-02 | 4 | -3/+88 |
| | | | | into table PROJECT_MEASURES | ||||
* | SONAR-8690 populate DEFAULT_PERM_TEMPLATE_* columns from PROPERTIES | Sébastien Lesaint | 2017-01-27 | 8 | -4/+403 |
| | |||||
* | SONAR-8690 add columns ORGANIZATIONS.default_perm_template_* | Sébastien Lesaint | 2017-01-27 | 5 | -2/+122 |
| | |||||
* | SONAR-8675 drop table resource_index | Simon Brandhof | 2017-01-25 | 5 | -2/+119 |
| | |||||
* | SONAR-8474 add index on PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 5 | -2/+144 |
| | |||||
* | SONAR-8474 add non nullable column PROJECTS.ORGANIZATION_UUID | Sébastien Lesaint | 2017-01-16 | 16 | -5/+729 |
| | | | | | | | | | 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-8585 configure NLS_SORT param on Oracle client sessions | Simon Brandhof | 2017-01-05 | 2 | -24/+11 |
| | |||||
* | SONAR-8445 drop field DatabaseVersion.LAST_VERSION | Sébastien Lesaint | 2016-12-16 | 7 | -95/+91 |
| | | | | | | replace usages of this field by either MigrationSteps.getMaxMigrationNumber() or DatabaseVersion.getStatus() also, change return type of DatabaseVersion.getVersion from int to Optional<Long> MigrationStep configuration is now avaiable at level2, in both web and CE container (because it is used by DatabaseVersion class) | ||||
* | SONAR-8445 move DatabaseVersion to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 4 | -3/+156 |
| | |||||
* | add constant for minimum number of components in ComponentContainer | Sébastien Lesaint | 2016-12-16 | 2 | -5/+3 |
| | |||||
* | SONAR-8445 add a DAO for SCHEMA_MIGRATIONS | Sébastien Lesaint | 2016-12-16 | 2 | -2/+2 |
| | | | | and remove direct usages of MyBatis mapper | ||||
* | SONAR-8445 move DataChange subclasses from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 48 | -92/+743 |
| | |||||
* | SONAR-8445 move def and sql builder classes to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 125 | -242/+4811 |
| | |||||
* | SONAR-8445 move package charset from sonar-db to sonar-db-migration | Sébastien Lesaint | 2016-12-16 | 21 | -0/+1838 |
| | |||||
* | SONAR-8445 a bit of Ruby code cleaning + fix quality flaws | Sébastien Lesaint | 2016-12-16 | 1 | -1/+1 |
| | |||||
* | SONAR-8445 do auto upgrade on fresh install without Ruby | Sébastien Lesaint | 2016-12-14 | 2 | -0/+228 |
| | |||||
* | SONAR-8445 move SQ 5.6 create schema migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 11 | -1/+1429 |
| | | | | 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 | 8 | -1/+292 |
| | |||||
* | SONAR-8445 move SQ 6.0 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 194 | -1/+12247 |
| | |||||
* | SONAR-8445 move SQ 6.1 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 49 | -1/+2724 |
| | |||||
* | SONAR-8445 support multiple migrations referencing same MigrationStep | Sébastien Lesaint | 2016-12-14 | 5 | -6/+121 |
| | | | | includes add support for support components per DbVersion | ||||
* | SONAR-8445 move SQ 6.2 migrations out of Ruby | Sébastien Lesaint | 2016-12-14 | 75 | -2/+4113 |
| | |||||
* | SONAR-8445 run DB migration of SQ 6.3 with Java | Sébastien Lesaint | 2016-12-14 | 55 | -0/+2977 |
| | | | | | 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 | 10 | -0/+730 |
| | | | | interface DataChange is dropped and BaseDataChange renamed to DataChange | ||||
* | SONAR-8445 move DatabaseMigration to sonar-db-migration | Sébastien Lesaint | 2016-12-14 | 7 | -0/+321 |
| | | | | 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 | -0/+264 |
| | |||||
* | SONAR-8445 create maven module sonar-db-migration | Sébastien Lesaint | 2016-12-14 | 2 | -0/+60 |