Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 2 | -3/+74 | |
| | ||||||
* | SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purge | Sébastien Lesaint | 2018-11-20 | 2 | -0/+20 | |
| | ||||||
* | 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 | |||||
* | 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-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 | 9 | -37/+270 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| |