aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src
Commit message (Expand)AuthorAgeFilesLines
* SONARCLOUD-156 Set IS_OWNER_USER not nullable in ALM_APP_INSTALLSJulien Lancelot2018-11-161-1/+1
* SONAR-11325 Create GET api/alm_integration/list_unbound_installationsJulien Lancelot2018-11-161-0/+2
* SONAR-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-162-0/+14
* fix DialectUtils: Dialects should not be statically storedSébastien Lesaint2018-11-011-3/+6
* SONARCLOUD-161 add Dialect#supportsUpsert(), true only on postgreSQLSimon Brandhof2018-10-308-3/+87
* SONARCLOUD-161 move db validations to Dialect#init()Simon Brandhof2018-10-3015-285/+292
* SONARCLOUD-161 remove useless comments in DialectSimon Brandhof2018-10-301-20/+0
* SONARCLOUD-161 improve Dialect#matchesJdbcUrl()Simon Brandhof2018-10-3012-25/+22
* SONARCLOUD-150 Store if application owner is a userJulien HENRY2018-10-251-0/+1
* SONAR-11279 Drop column DEFAULT_PERM_TEMPLATE_VIEWEric Hartmann2018-10-251-1/+0
* Fix bugs, mainly about type castsSimon Brandhof2018-10-181-23/+0
* SONAR-11271 Add application and portfolio creator to sonar-administrators groupEric Hartmann2018-10-101-1/+3
* SONAR-11270 Split permissions templatesEric Hartmann2018-10-101-0/+2
* SONAR-11238 add table CE_TASK_MESSAGESébastien Lesaint2018-10-102-0/+11
* SONAR-11302 Increase size of organization's key and nameJulien Lancelot2018-10-101-2/+2
* SONAR-11310 drop tmp columns on CE_QUEUE and CE_ACTIVITYSébastien Lesaint2018-10-101-16/+0
* SONAR-11310 add and use target columns in CE_ACTIVITY & CE_QUEUESébastien Lesaint2018-10-101-4/+12
* SONAR-11310 drop usages of CE_*.COMPONENT_UUID, CE_ACTIVITY.IS_LAST*Sébastien Lesaint2018-10-041-2/+2
* SONAR-11310 add temporary columns to CE tablesSébastien Lesaint2018-10-041-0/+16
* SONAR-11209 Add ad hoc columns in RULES_METADATAJulien Lancelot2018-09-241-0/+4
* SONAR-11212 Distinguish predefined and ad hoc external rulesJulien Lancelot2018-09-241-1/+2
* SONAR-11196 Minimal Oracle driver is now 12.2Eric Hartmann2018-09-072-12/+23
* Use the underlying connection to determine schemaEric Hartmann2018-09-073-14/+54
* Upgrade DBCPEric Hartmann2018-09-079-37/+270
* Delete webhooks and webhook deliveries only once (#667)Julien Lancelot2018-08-301-0/+1
* SONAR-11038 Rename table alm_project_mappings -> project_alm_bindingsJulien HENRY2018-08-102-5/+5
* SONAR-11038 Add table: alm_project_mappings (#559)Janos Gyerik2018-08-102-1/+15
* SONAR-10864 Author information only available to members (#552)Eric Hartmann2018-08-081-0/+1
* SONAR-11085 Prettify SQL TRACE logsSimon Brandhof2018-08-024-28/+42
* Remove useless comments "@since 1.2" in package org.sonar.db.dialectSimon Brandhof2018-08-016-18/+0
* SONAR-10668 Increase minimal supported version of PostgreSQL to 9.3Simon Brandhof2018-08-011-1/+1
* Fix Quality flawsSimon Brandhof2018-07-251-1/+2
* SONAR-10965 Update Organizations#subscription not nullableEric Hartmann2018-07-241-1/+1
* SONAR-10986 Extend RulesDefinitions API to support security standards (#466)Janos Gyerik2018-07-171-0/+1
* SONAR-10944 Add subscription flag to organizationsJulien Lancelot2018-07-112-1/+2
* fix varargs and unchecked called warningsSébastien Lesaint2018-07-091-1/+1
* SONAR-10868 Add issues.from_hotspot for security hotspotsJanos Gyerik2018-07-041-1/+2
* SONARCLOUD-78 complete buckets of org histogramsSimon Brandhof2018-06-299-45/+87
* SONARCLOUD-56 support SonarCloud in billing integration testsSimon Brandhof2018-06-121-2/+3
* SONAR-10690 upgrade orchestrator to support editionsSimon Brandhof2018-06-121-0/+3
* SONAR-10663 Prevent duplicate rule parameters in the database (#341)Janos Gyerik2018-06-111-0/+1
* consistent and extensive PK declaration in schema-h2.ddlSébastien Lesaint2018-05-291-44/+89
* SONAR-10707 deprecate MySQLG. Ann Campbell2018-05-292-3/+13
* SONAR-10430 add FILE_SOURCES.LINE_COUNTSébastien Lesaint2018-05-281-0/+1
* SONAR-19597 Set USERS.UUID length to 255 instead of 40Julien Lancelot2018-05-281-1/+1
* SONAR-10597 Update CE_ACTIVITY#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-231-1/+1
* SONAR-10597 Update CE_QUEUE#SUBMITTER_LOGIN to SUBMITTER_UUIDJulien Lancelot2018-05-231-1/+1
* SONAR-10597 Update RULES_METADATA#NOTE_USER_LOGIN to NOTE_USER_UUIDJulien Lancelot2018-05-231-1/+1
* SONAR-10597 Update MANUAL_MEASURES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-1/+1
* SONAR-10597 Update USER_TOKENS#LOGIN to USER_UUIDJulien Lancelot2018-05-231-2/+2