summaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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-023-9/+21
* 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
* 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
* SONAR-10868 Add issues.from_hotspot for security hotspotsJanos Gyerik2018-07-041-1/+2
* SONARCLOUD-78 complete buckets of org histogramsSimon Brandhof2018-06-294-0/+17
* 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-291-1/+3
* 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
* SONAR-10597 Update QPROFILE_CHANGES#USER_LOGIN to USER_UUIDJulien Lancelot2018-05-231-1/+1
* SONAR-10598 Display warning page when detecting login update during authentic...Julien Lancelot2018-05-231-4/+4
* SONAR-10599 Synchronize login during authenticationJulien Lancelot2018-05-232-5/+8
* SONAR-10597 Introduce UUID in table USERSGuillaume Jambet2018-05-232-1/+2
* SONAR-10517 Create table project_mappingsJulien HENRY2018-05-162-0/+13
* Drop Guava Function in DialectUtilsSimon Brandhof2018-05-151-22/+14
* Drop unused class DatabaseUtilsSimon Brandhof2018-05-152-54/+0
* Consistent declaration of H2 primary keysSimon Brandhof2018-05-151-38/+32
* Speed-up DatabaseUtils.tableExists() on OracleSimon Brandhof2018-05-141-1/+9
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-091-2/+2
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-091-1/+2
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-262-0/+13
* SONAR-10544 Apply feedbackDuarte Meneses2018-04-261-1/+1
* SONAR-10544 remove DESCRIPTION_URL column from RULES tableGuillaume Jambet2018-04-261-1/+0
* SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES tableGuillaume Jambet2018-04-261-0/+2
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-171-1/+1
* SONAR-6949 Populate HASH_METHOD with SHA1Eric Hartmann2018-04-171-0/+1
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-171-1/+1
* Revert "SONAR-6949 Increase crypted password size"Eric Hartmann2018-04-121-1/+1
* SONAR-6949 Increase crypted password sizeEric Hartmann2018-04-121-1/+1
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-2/+4
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-011-2/+2
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-011-0/+1
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-011-1/+1
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-011-20/+34
* SONAR-10182 remove IDE specific annotationGuillaume Jambet2018-02-261-2/+0
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-221-0/+11
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-201-4/+8
* SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-081-0/+1