Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10965 Update Organizations#subscription not nullable | Eric Hartmann | 2018-07-24 | 5 | -1/+122 |
| | |||||
* | Add security hotspot admin for project creators in default templates | Janos Gyerik | 2018-07-20 | 5 | -1/+180 |
| | |||||
* | Fix migration #2209 on MySQL and MsSQL | Eric Hartmann | 2018-07-18 | 1 | -5/+13 |
| | |||||
* | SONAR-11021 Add a migration for SonarCloud | Eric Hartmann | 2018-07-17 | 5 | -0/+434 |
| | |||||
* | SONAR-10986 Extend RulesDefinitions API to support security standards (#466) | Janos Gyerik | 2018-07-17 | 4 | -0/+132 |
| | |||||
* | Fix incorrect SQL for MySQL and MsSQL | Eric Hartmann | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | SONAR-10944 Add subscription flag to organizations | Julien Lancelot | 2018-07-11 | 7 | -0/+461 |
| | | | | | | | | * Create migrations to add and populate ORGANIZATIONS#SUBSCRIPTION * Handle subscription in insert/update/select of OrganizationDto * Upgrade/Downgrade update organization subscription * Return subscription flag in api/organizations/search * Create new organization as FREE | ||||
* | SONAR-10914 fix DB migration PurgeOrphansForCE | Sébastien Lesaint | 2018-07-04 | 2 | -95/+122 |
| | |||||
* | SONAR-10887 Add the new permission to existing users/groups | Julien HENRY | 2018-07-04 | 13 | -1/+655 |
| | |||||
* | SONAR-10868 Migration is blue/green compatible | Julien HENRY | 2018-07-04 | 1 | -1/+2 |
| | |||||
* | SONAR-10868 Add issues.from_hotspot for security hotspots | Janos Gyerik | 2018-07-04 | 4 | -0/+139 |
| | |||||
* | SONAR-10813 Add missing @SupportsBlueGreen on migration | Julien Lancelot | 2018-06-29 | 1 | -0/+2 |
| | |||||
* | SONAR-10812 Application with branches | Julien Lancelot | 2018-06-29 | 8 | -1/+345 |
| | |||||
* | Do not deploy the artifacts used only internally | Simon Brandhof | 2018-06-19 | 1 | -16/+1 |
| | |||||
* | SONARCLOUD-75 Mark 3 migrations as blue/green compatible | Simon Brandhof | 2018-06-14 | 3 | -0/+22 |
| | |||||
* | SONARCLOUD-75 Support DB migrations compatible with blue/green deployment | Simon Brandhof | 2018-06-14 | 3 | -9/+117 |
| | |||||
* | SONARCLOUD-75 Replace Stream by List in MigrationSteps | Simon Brandhof | 2018-06-14 | 9 | -45/+47 |
| | |||||
* | Fix malformed license headers | Janos Gyerik | 2018-06-14 | 4 | -76/+3 |
| | |||||
* | SONAR-10691 remove coupling of migrations with ElasticsearchClient | Simon Brandhof | 2018-06-12 | 4 | -57/+16 |
| | |||||
* | SONAR-10597 Drop the ES index 'users' | Eric Hartmann | 2018-06-12 | 1 | -0/+2 |
| | |||||
* | SONAR-10691 Introduce ES drop in DB migration | Eric Hartmann | 2018-06-12 | 4 | -1/+105 |
| | |||||
* | SONAR-10663 Prevent duplicate rule parameters in the database (#341) | Janos Gyerik | 2018-06-11 | 8 | -1/+294 |
| | |||||
* | SONAR-10416 Fix incorrect usage of Database | Eric Hartmann | 2018-06-11 | 1 | -4/+1 |
| | |||||
* | SONAR-10416 Add a migration to purge orphans of CE tables | Eric Hartmann | 2018-06-07 | 5 | -1/+327 |
| | |||||
* | SONAR-10430 speed-up DB migration | Simon Brandhof | 2018-05-28 | 1 | -2/+5 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-10430 add FILE_SOURCES.LINE_COUNT | Sébastien Lesaint | 2018-05-28 | 11 | -1/+406 |
| | |||||
* | SONAR-19597 Set USERS.UUID length to 255 instead of 40 | Julien Lancelot | 2018-05-28 | 15 | -22/+28 |
| | | | | As USERS.UUID will be fed by login during the migration, this column cannot be smaller than login's length. | ||||
* | SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUID | Julien Lancelot | 2018-05-23 | 5 | -1/+133 |
| | |||||
* | SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUID | Julien Lancelot | 2018-05-23 | 5 | -1/+122 |
| | |||||
* | SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUID | Julien Lancelot | 2018-05-23 | 5 | -2/+123 |
| | | | | | | | | * SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUD in DB * SONAR-10597 Update rules ws to use user note uuid * SONAR-10597 Add ITs to check rule note after login update | ||||
* | SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 5 | -1/+119 |
| | | | | | | | | | | | | | | | | * SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUD in DB * SONAR-10597 Update api/custom_measures/create to use user uuid * SONAR-10597 Update api/custom_measures/update to use user uuid * SONAR-10597 Remove CustomMeasureDao#selectOrFail * SONAR-10597 Update api/custom_measures/search to use user uuid * SONAR-10597 Clean up no more needed code * SONAR-10597 Add ITs to check manual measure after login update | ||||
* | SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 5 | -1/+139 |
| | | | | | | | | | | | | | | | | | | * SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUD in DB * SONAR-10597 Update UserTokenDao to return user uuid * SONAR-10597 Fix api/user_tokens/generate to correctly use user uuid * SONAR-10597 Fix api/user_tokens/revoke to correctly use user uuid * SONAR-10597 Fix authentication by token to correctly use user uuid * SONAR-10597 Fix api/user_tokens/search to correctly use user uuid * SONAR-10597 Fix api/users/search to correctly use user uuid * SONAR-10597 Add ITs to check user tokens after login update | ||||
* | SONAR-10597 Update QPROFILE_CHANGES#USER_LOGIN to USER_UUID | Julien Lancelot | 2018-05-23 | 5 | -1/+113 |
| | | | | | | | | | | | | | | | * SONAR-10597 Refactor ChangelogActionTest Improve unit tests to really check JSON response Add some tests on not covered use cases * SONAR-10597 Rename QPROFILE_CHANGES#USER_LOGIN to USER_UUID * SONAR-10597 Fix ChangelogAction to not return user uuid * SONAR-10597 Add ITs to check qProfile changes after login update * SONAR-10597 Set user uuid instead of login when saving qprofile changes | ||||
* | SONAR-10597 Use user UUID for ISSUES#ASSIGNEE | Guillaume Jambet | 2018-05-23 | 3 | -2/+39 |
| | | | | | | | | | | * SONAR-10597 add getUuid() on user Session * SONAR-10597 renames ISSUES.ASSIGNEE to ASSIGNEE_UUID * SONAR-10597 use assigneeUuid when assigning an Issue from ws * SONAR-10597 use assigneeUuid when assigning an Issue from ce * SONAR-10597 use assigneeUuid in issue search * SONAR-10597 use assigneeUuid in batch issue * SONAR-10597 Ignoring Tests failing in IssueChange | ||||
* | SONAR-10598 Display warning page when detecting login update during ↵ | Julien Lancelot | 2018-05-23 | 12 | -3/+477 |
| | | | | | | | | | | | authentication * SONAR-10598 Refactor UserIdentityAuthenticator#authenticate to use a ParameterObject * SONAR-10598 Redirect user when login is updated and update personal org * SONAR-10598 Improve update of personal organization key * SONAR-10598 Improve IT stability related to generation of provider ID * SONAR-10598 Add USERS#ORGANIZATION_UUID * SONAR-10598 Replace usage of Organizaions#UserId by Users#OrganizationUuid | ||||
* | SONAR-10599 Synchronize login during authentication | Julien Lancelot | 2018-05-23 | 20 | -1/+944 |
| | |||||
* | SONAR-10597 Introduce UUID in table USERS | Guillaume Jambet | 2018-05-23 | 8 | -1/+341 |
| | |||||
* | SONAR-10517 Create table project_mappings | Julien HENRY | 2018-05-16 | 5 | -1/+172 |
| | | | | | | * Migration * Add DAO * Purge on project deletion | ||||
* | SONAR-10666 Prevent users to migrate from a version < 6.7 | Simon Brandhof | 2018-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | Make drop of db table re-entrant | Simon Brandhof | 2018-05-14 | 10 | -150/+74 |
| | | | | | | | | That allows to speed-up Oracle migrations by removing the call to DatabaseUtils.tableExists(), which is super slow if many tables are accessible to the JDBC user. Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | ||||
* | SONAR-10647 Apply feedback | Duarte Meneses | 2018-05-09 | 1 | -1/+2 |
| | |||||
* | SONAR-10647 Compare lines of code taking into account significant code | Duarte Meneses | 2018-05-09 | 5 | -1/+115 |
| | |||||
* | SONAR-10515 ALM App Install table + DAO | Julien HENRY | 2018-04-26 | 5 | -2/+181 |
| | | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs | ||||
* | SONAR-10544 Apply feedback | Duarte Meneses | 2018-04-26 | 3 | -3/+3 |
| | |||||
* | SONAR-10544 Process external rules | Duarte Meneses | 2018-04-26 | 1 | -3/+1 |
| | |||||
* | SONAR-10544 remove DESCRIPTION_URL column from RULES table | Guillaume Jambet | 2018-04-26 | 3 | -9/+1 |
| | |||||
* | SONAR-10544 save externally defined Rules if needed | Guillaume Jambet | 2018-04-26 | 1 | -0/+4 |
| | |||||
* | SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES table | Guillaume Jambet | 2018-04-26 | 5 | -3/+138 |
| | |||||
* | Fix quality flaws | Eric Hartmann | 2018-04-17 | 1 | -1/+0 |
| | |||||
* | SONAR-6949 Implements bcrypt hash for password | Eric Hartmann | 2018-04-17 | 3 | -4/+6 |
| | | | | | | | Extract hash mechanism into a single class LocalAuthentication Implements SHA1 (deprecated) and bcrypt hash Set bcrypt as default Update the hash of a user during authentication if hash method was SHA1 |