Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-11321 Bind organization to alm installation when creating organization | Julien Lancelot | 2018-11-16 | 1 | -0/+1 | |
| | | | | | | | | | | * 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 | 3 | -1/+30 | |
| | ||||||
* | SONARCLOUD-161 move db validations to Dialect#init() | Simon Brandhof | 2018-10-30 | 9 | -106/+89 | |
| | ||||||
* | 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 | 7 | -11/+8 | |
| | ||||||
* | Fix bugs, mainly about type casts | Simon Brandhof | 2018-10-18 | 1 | -23/+0 | |
| | ||||||
* | SONAR-11238 add table CE_TASK_MESSAGE | Sébastien Lesaint | 2018-10-10 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11196 Minimal Oracle driver is now 12.2 | Eric Hartmann | 2018-09-07 | 1 | -2/+2 | |
| | | | | In order to use Connection#getSchema | |||||
* | Use the underlying connection to determine schema | Eric Hartmann | 2018-09-07 | 2 | -14/+15 | |
| | ||||||
* | Upgrade DBCP | Eric Hartmann | 2018-09-07 | 6 | -33/+266 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | SONAR-11038 Add table: alm_project_mappings (#559) | Janos Gyerik | 2018-08-10 | 1 | -0/+1 | |
| | ||||||
* | SONAR-11085 Prettify SQL TRACE logs | Simon Brandhof | 2018-08-02 | 3 | -9/+21 | |
| | ||||||
* | 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 | |
| | ||||||
* | SONARCLOUD-78 complete buckets of org histograms | Simon Brandhof | 2018-06-29 | 4 | -0/+17 | |
| | ||||||
* | SONAR-10707 deprecate MySQL | G. Ann Campbell | 2018-05-29 | 1 | -1/+3 | |
| | ||||||
* | SONAR-10517 Create table project_mappings | Julien HENRY | 2018-05-16 | 1 | -0/+1 | |
| | | | | | | * 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 | |
| | ||||||
* | Speed-up DatabaseUtils.tableExists() on Oracle | Simon Brandhof | 2018-05-14 | 1 | -1/+9 | |
| | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com> | |||||
* | SONAR-10515 ALM App Install table + DAO | Julien HENRY | 2018-04-26 | 1 | -0/+1 | |
| | | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs | |||||
* | SONAR-10356 Oracle error on some WS involving more than 1000 projects | Simon Brandhof | 2018-02-22 | 1 | -0/+11 | |
| | ||||||
* | SONAR-10311 Store deprecated keys of rule at startup | Eric Hartmann | 2018-02-08 | 1 | -0/+1 | |
| | ||||||
* | SONAR-10300 Forbid system properties in api/settings | Julien Lancelot | 2018-02-01 | 1 | -7/+7 | |
| | ||||||
* | Cleanup code based on Intellij inspections | Simon Brandhof | 2018-01-14 | 1 | -2/+1 | |
| | ||||||
* | Drop deprecated class org.sonar.api.utils.Semaphores | Simon Brandhof | 2018-01-09 | 2 | -68/+0 | |
| | ||||||
* | Fix license headers for 2018 | Simon Brandhof | 2018-01-07 | 33 | -33/+33 | |
| | ||||||
* | SONAR-10134 Add ORG_QUALITY_GATES table | Eric Hartmann | 2017-12-14 | 1 | -0/+1 | |
| | | | | Add column DEFAULT_QUALITY_GATE_UUID on ORGANIZATIONS table | |||||
* | SONAR-10116 Better scalability of loading of project measures | Daniel Schwarz | 2017-12-05 | 1 | -0/+1 | |
| | ||||||
* | SONAR-10110 Remove LoadedTemplate DAO | Julien Lancelot | 2017-12-04 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9882 Implement keeping sonar.analysis.* properties and send them in ↵ | Eric Hartmann | 2017-10-17 | 1 | -0/+1 | |
| | | | | webhook triggered by web | |||||
* | Fix Quality flaws | ameya | 2017-10-16 | 1 | -1/+1 | |
| | ||||||
* | SONAR-1330 Add group permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 1 | -0/+1 | |
| | ||||||
* | SONAR-1330 Add user permission to edit single quality profile | Julien Lancelot | 2017-10-02 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9616 compute engine backend to support branches | Simon Brandhof | 2017-09-12 | 1 | -1/+1 | |
| | ||||||
* | SONAR-9616 decrease coupling with component keys | Simon Brandhof | 2017-09-12 | 1 | -5/+9 | |
| | ||||||
* | SONAR-9662 Store plugin hash + last modification date | Julien HENRY | 2017-09-07 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9745 Drop support of Microsoft SQLServer 2012 | Simon Brandhof | 2017-08-24 | 1 | -2/+1 | |
| | ||||||
* | SONAR-9639 Support CE task characteristics | Duarte Meneses | 2017-08-07 | 1 | -0/+1 | |
| | ||||||
* | MMF-935 experiment ES resilience of user creation | Eric Hartmann | 2017-07-05 | 2 | -15/+1 | |
| | ||||||
* | Deprecate DatabaseUtils#repeatCondition() | Simon Brandhof | 2017-07-05 | 1 | -0/+4 | |
| | ||||||
* | SONAR-9304 rename table qprofiles to org_qprofiles | Simon Brandhof | 2017-06-14 | 1 | -3/+3 | |
| | ||||||
* | SONAR-9304 drop use of rules_profiles.is_default | Simon Brandhof | 2017-06-14 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9304 share built-in profiles among organizations | Simon Brandhof | 2017-06-14 | 1 | -0/+1 | |
| | ||||||
* | SONAR-9230 only index project measures, that will actually be used | Daniel Schwarz | 2017-06-09 | 1 | -0/+16 | |
| | ||||||
* | SONAR-9028 remove any support to table authors from code | Sébastien Lesaint | 2017-05-26 | 1 | -1/+0 | |
| | ||||||
* | SONAR-9148 fix partition size for large inputs in MySQL | Daniel Schwarz | 2017-05-11 | 1 | -10/+56 | |
| | | | | | | * reproduce issues with large inputs in MySQL * fix chunk size of #keepAuthorizedProjectIds * fix chunk size of #keepAuthorizedUsersForRoleAndProject |