Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-11823 Drop snapshots.project_version | Janos Gyerik | 2019-03-19 | 1 | -1/+0 |
| | |||||
* | SONAR-11631 Persist sonar.buildString in database | Janos Gyerik | 2019-03-19 | 1 | -0/+1 |
| | |||||
* | SONARCLOUD-379 Add ORG_ALM_BINDING#MEMBERS_SYNC column | Benoît Gianinetti | 2019-03-06 | 1 | -0/+1 |
| | |||||
* | SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table | Julien Lancelot | 2019-02-13 | 1 | -2/+1 |
| | |||||
* | SONAR-11631 add SNAPSHOTS.PROJECT_VERSION | Sébastien Lesaint | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | SONAR-11626 Add manual baseline column to project_branches | Janos Gyerik | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Revert "SONAR-11650 Drop DATA_TYPE from FILE_SOURCES" | Julien Lancelot | 2019-02-11 | 1 | -1/+2 |
| | | | | This reverts commit 54ddc262 | ||||
* | SONAR-11650 Drop DATA_TYPE from FILE_SOURCES | Julien Lancelot | 2019-02-11 | 1 | -2/+1 |
| | | | | | * SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPE * SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table | ||||
* | Merge pull request #1178 from ↵ | Julien Lancelot | 2019-02-11 | 1 | -0/+2 |
| | | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens | ||||
* | SONARCLOUD-332 Use EXTERNAL_LOGIN to authenticate users | Julien Lancelot | 2019-01-16 | 1 | -0/+1 |
| | |||||
* | SONAR-11615 Drop "sonar.onboardingTutorial.showToNewUsers" setting | Stas Vilchik | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 49 | -49/+49 |
| | |||||
* | SONARCLOUD-192 core extension can now declare MyBatis mapper and alias | Sébastien Lesaint | 2018-12-21 | 2 | -16/+29 |
| | |||||
* | SONAR-11579 Create WS to store/load user settings | Julien Lancelot | 2018-12-20 | 2 | -0/+13 |
| | |||||
* | SONAR-11539 Support new dbcp property name | Benoit | 2018-12-04 | 3 | -3/+75 |
| | |||||
* | SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purge | Sébastien Lesaint | 2018-11-20 | 2 | -0/+20 |
| | |||||
* | Do not consider postgres unit tests as skipped in SQ analysis | Simon Brandhof | 2018-11-16 | 1 | -1/+3 |
| | |||||
* | Revert "Cirrus - run unit tests on PostgreSQL" | Simon Brandhof | 2018-11-16 | 1 | -3/+1 |
| | | | | This reverts commit a731b968304402500f0721e8f9025e207727e51f. | ||||
* | SONARCLOUD-156 Set IS_OWNER_USER not nullable in ALM_APP_INSTALLS | Julien Lancelot | 2018-11-16 | 1 | -1/+1 |
| | |||||
* | SONAR-11325 Create GET api/alm_integration/list_unbound_installations | Julien Lancelot | 2018-11-16 | 1 | -0/+2 |
| | |||||
* | SONAR-11321 Bind organization to alm installation when creating organization | Julien Lancelot | 2018-11-16 | 2 | -0/+14 |
| | | | | | | | | | | * Return AlmAppInstallDto in select methods of AlmAppInstallDao, this is required in order to be able to more easily link an OrganizationDto to a AlmAppInstallDto in next commit * Create ORGANIZATION_ALM_BINDINGS table * Bind organization with installation when creating organization * Delete alm binding when removing organization * Delete alm binding when uninstalling ALM application * Return ALM info in api/organizations/search * Ensure user is admin to return Bitbucket team/user details | ||||
* | Cirrus - run unit tests on PostgreSQL | Simon Brandhof | 2018-11-16 | 1 | -1/+3 |
| | |||||
* | fix DialectUtils: Dialects should not be statically stored | Sébastien Lesaint | 2018-11-01 | 1 | -3/+6 |
| | |||||
* | SONARCLOUD-161 add Dialect#supportsUpsert(), true only on postgreSQL | Simon Brandhof | 2018-10-30 | 8 | -3/+87 |
| | |||||
* | SONARCLOUD-161 move db validations to Dialect#init() | Simon Brandhof | 2018-10-30 | 15 | -285/+292 |
| | |||||
* | SONARCLOUD-161 remove useless comments in Dialect | Simon Brandhof | 2018-10-30 | 1 | -20/+0 |
| | |||||
* | SONARCLOUD-161 improve Dialect#matchesJdbcUrl() | Simon Brandhof | 2018-10-30 | 12 | -25/+22 |
| | |||||
* | SONARCLOUD-150 Store if application owner is a user | Julien HENRY | 2018-10-25 | 1 | -0/+1 |
| | |||||
* | SONAR-11279 Drop column DEFAULT_PERM_TEMPLATE_VIEW | Eric Hartmann | 2018-10-25 | 1 | -1/+0 |
| | | | | on organizations | ||||
* | Fix bugs, mainly about type casts | Simon Brandhof | 2018-10-18 | 1 | -23/+0 |
| | |||||
* | SONAR-11271 Add application and portfolio creator to sonar-administrators group | Eric Hartmann | 2018-10-10 | 1 | -1/+3 |
| | |||||
* | SONAR-11270 Split permissions templates | Eric Hartmann | 2018-10-10 | 1 | -0/+2 |
| | | | | for applications and portfolios | ||||
* | SONAR-11238 add table CE_TASK_MESSAGE | Sébastien Lesaint | 2018-10-10 | 2 | -0/+11 |
| | |||||
* | SONAR-11302 Increase size of organization's key and name | Julien Lancelot | 2018-10-10 | 1 | -2/+2 |
| | | | | As login can be automatically generated from name, size of the personal organization key might be higher than current value (32) | ||||
* | SONAR-11310 drop tmp columns on CE_QUEUE and CE_ACTIVITY | Sébastien Lesaint | 2018-10-10 | 1 | -16/+0 |
| | | | | and make columns not nullable | ||||
* | SONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUE | Sébastien Lesaint | 2018-10-10 | 1 | -4/+12 |
| | |||||
* | SONAR-11310 drop usages of CE_*.COMPONENT_UUID, CE_ACTIVITY.IS_LAST* | Sébastien Lesaint | 2018-10-04 | 1 | -2/+2 |
| | |||||
* | SONAR-11310 add temporary columns to CE tables | Sébastien Lesaint | 2018-10-04 | 1 | -0/+16 |
| | | | | | | | | | | - add main_component_uuid temporary columns to CE_QUEUE - add main_last_key and main_component_uuid columns to CE_ACTIVITY - back to initial paradigm in Compute Engine: even for branches/PRs, the row in table PROJECTS a task belongs to is created in api/ce/submit - add main component concept to CeTask - improved consistency check when processing a report task to account for row in PROJECTS now being the one of the branche/PR - stronger validation of characteristics passed to api/ce/submit - add api/system/migrate_data for SonarCloud online data migration | ||||
* | SONAR-11209 Add ad hoc columns in RULES_METADATA | Julien Lancelot | 2018-09-24 | 1 | -0/+4 |
| | |||||
* | SONAR-11212 Distinguish predefined and ad hoc external rules | Julien Lancelot | 2018-09-24 | 1 | -1/+2 |
| | |||||
* | 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> |