Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11268 replace Jenkins by Cirrus CI | Simon Brandhof | 2018-09-19 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11196 Minimal Oracle driver is now 12.2 | Eric Hartmann | 2018-09-07 | 2 | -12/+23 | |
| | | | | In order to use Connection#getSchema | |||||
* | Use the underlying connection to determine schema | Eric Hartmann | 2018-09-07 | 3 | -14/+54 | |
| | ||||||
* | Upgrade DBCP | Eric Hartmann | 2018-09-07 | 10 | -38/+271 | |
| | ||||||
* | Delete webhooks and webhook deliveries only once (#667) | Julien Lancelot | 2018-08-30 | 1 | -0/+1 | |
| | | | | | | | - Deletion were done at 3 places when deleting an organization : -- In the api/organization/delete WS -- In component cleaner -- In PurgeDao - Moreover, the deletion of webhook deliveries in the last 2 classes were not done by project, but by selecting all webhook deliveries of the project and deleting them one by one | |||||
* | SONAR-11038 Rename table alm_project_mappings -> project_alm_bindings | Julien HENRY | 2018-08-10 | 2 | -5/+5 | |
| | ||||||
* | SONAR-11038 Add table: alm_project_mappings (#559) | Janos Gyerik | 2018-08-10 | 2 | -1/+15 | |
| | ||||||
* | SONAR-10864 Author information only available to members (#552) | Eric Hartmann | 2018-08-08 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11085 Prettify SQL TRACE logs | Simon Brandhof | 2018-08-02 | 4 | -28/+42 | |
| | ||||||
* | Remove useless comments "@since 1.2" in package org.sonar.db.dialect | Simon Brandhof | 2018-08-01 | 6 | -18/+0 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-10668 Increase minimal supported version of PostgreSQL to 9.3 | Simon Brandhof | 2018-08-01 | 1 | -1/+1 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2018-07-25 | 1 | -1/+2 | |
| | ||||||
* | SONAR-10965 Update Organizations#subscription not nullable | Eric Hartmann | 2018-07-24 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10986 Extend RulesDefinitions API to support security standards (#466) | Janos Gyerik | 2018-07-17 | 1 | -0/+1 | |
| | ||||||
* | SONAR-10944 Add subscription flag to organizations | Julien Lancelot | 2018-07-11 | 2 | -1/+2 | |
| | | | | | | | | * 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 | |||||
* | fix varargs and unchecked called warnings | Sébastien Lesaint | 2018-07-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10868 Add issues.from_hotspot for security hotspots | Janos Gyerik | 2018-07-04 | 1 | -1/+2 | |
| | ||||||
* | SONARCLOUD-78 complete buckets of org histograms | Simon Brandhof | 2018-06-29 | 9 | -45/+87 | |
| | ||||||
* | Fix configuration of Artifactory in QA tests (#400) | Simon Brandhof | 2018-06-19 | 1 | -2/+0 | |
| | ||||||
* | SONARCLOUD-56 support SonarCloud in billing integration tests | Simon Brandhof | 2018-06-12 | 1 | -2/+3 | |
| | ||||||
* | SONAR-10690 upgrade orchestrator to support editions | Simon Brandhof | 2018-06-12 | 1 | -0/+3 | |
| | ||||||
* | SONAR-10663 Prevent duplicate rule parameters in the database (#341) | Janos Gyerik | 2018-06-11 | 1 | -0/+1 | |
| | ||||||
* | consistent and extensive PK declaration in schema-h2.ddl | Sébastien Lesaint | 2018-05-29 | 1 | -44/+89 | |
| | ||||||
* | SONAR-10707 deprecate MySQL | G. Ann Campbell | 2018-05-29 | 2 | -3/+13 | |
| | ||||||
* | SONAR-10430 add FILE_SOURCES.LINE_COUNT | Sébastien Lesaint | 2018-05-28 | 1 | -0/+1 | |
| | ||||||
* | SONAR-19597 Set USERS.UUID length to 255 instead of 40 | Julien Lancelot | 2018-05-28 | 1 | -1/+1 | |
| | | | | 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 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUID | Julien Lancelot | 2018-05-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUID | Julien Lancelot | 2018-05-23 | 1 | -1/+1 | |
| | | | | | | | | * 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 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | * 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 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | * 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 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | * 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-10598 Display warning page when detecting login update during ↵ | Julien Lancelot | 2018-05-23 | 1 | -4/+4 | |
| | | | | | | | | | | | 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 | 2 | -5/+8 | |
| | ||||||
* | SONAR-10597 Introduce UUID in table USERS | Guillaume Jambet | 2018-05-23 | 2 | -1/+2 | |
| | ||||||
* | SONAR-10517 Create table project_mappings | Julien HENRY | 2018-05-16 | 2 | -0/+13 | |
| | | | | | | * Migration * Add DAO * Purge on project deletion | |||||
* | Drop Guava Function in DialectUtils | Simon Brandhof | 2018-05-15 | 1 | -22/+14 | |
| | ||||||
* | Drop unused class DatabaseUtils | Simon Brandhof | 2018-05-15 | 2 | -54/+0 | |
| | ||||||
* | Consistent declaration of H2 primary keys | Simon Brandhof | 2018-05-15 | 1 | -38/+32 | |
| | ||||||
* | Speed-up DatabaseUtils.tableExists() on Oracle | Simon Brandhof | 2018-05-14 | 1 | -1/+9 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | Deprecated usage of DBUnit | Simon Brandhof | 2018-05-11 | 1 | -0/+16 | |
| | ||||||
* | SONAR-10647 Apply feedback | Duarte Meneses | 2018-05-09 | 1 | -2/+2 | |
| | ||||||
* | SONAR-10647 Compare lines of code taking into account significant code | Duarte Meneses | 2018-05-09 | 1 | -1/+2 | |
| | ||||||
* | SONAR-10515 ALM App Install table + DAO | Julien HENRY | 2018-04-26 | 2 | -0/+13 | |
| | | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs | |||||
* | SONAR-10544 Apply feedback | Duarte Meneses | 2018-04-26 | 1 | -1/+1 | |
| | ||||||
* | SONAR-10544 remove DESCRIPTION_URL column from RULES table | Guillaume Jambet | 2018-04-26 | 1 | -1/+0 | |
| | ||||||
* | SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES table | Guillaume Jambet | 2018-04-26 | 1 | -0/+2 | |
| | ||||||
* | SONAR-6949 Implements bcrypt hash for password | Eric Hartmann | 2018-04-17 | 1 | -1/+1 | |
| | | | | | | | 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 | |||||
* | SONAR-6949 Populate HASH_METHOD with SHA1 | Eric Hartmann | 2018-04-17 | 1 | -0/+1 | |
| | ||||||
* | SONAR-6949 Increase crypted password size | Eric Hartmann | 2018-04-17 | 1 | -1/+1 | |
| |