aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Deprecated usage of DBUnitSimon Brandhof2018-05-111-0/+16
* 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
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-2/+3
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-131-2/+4
* Move To GradleDavid Rautureau2018-03-091-0/+49
* 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-222-0/+27
* 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
* SONAR-10311 Add migration for DEPRECATED_RULE_KEYS tableEric Hartmann2018-02-081-0/+9
* SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-071-0/+1
* SONAR-10300 Forbid system properties in api/settingsJulien Lancelot2018-02-012-8/+10
* Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-149-10/+9
* Drop deprecated class org.sonar.api.utils.SemaphoresSimon Brandhof2018-01-093-108/+0
* Fix license headers for 2018Simon Brandhof2018-01-0755-55/+55
* SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-021-1/+1
* SONAR-10182 Add api/users/current homepage persistenceGuillaume Jambet2018-01-021-1/+5
* SONAR-10134 Make Make ORGANIZATIONS.DEFAULT_QUALITY_GATE_UUID not nullableJulien Lancelot2017-12-141-1/+1
* SONAR-10145 Set built-in QG as default on existing organizationsEric Hartmann2017-12-141-2/+4
* SONAR-10134 Remove unique index on QUALITY_GATES.NAMEJulien Lancelot2017-12-141-1/+0
* SONAR-10134 Add QUALITY_GATES.UUID columnEric Hartmann2017-12-142-1/+3
* SONAR-10134 Add ORG_QUALITY_GATES tableEric Hartmann2017-12-143-1/+11
* SONAR-10116 Better scalability of loading of project measuresDaniel Schwarz2017-12-052-1/+18
* SONAR-10110 Remove LoadedTemplate DAOJulien Lancelot2017-12-042-9/+1
* SONAR-10087 Populate built-in flag on existing quality gatesJulien Lancelot2017-12-041-1/+1
* SONAR-10087 Add built-in flag to provided quality gateJulien Lancelot2017-12-041-0/+1