aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-241-1/+1
* SONAR-9882 Implement keeping sonar.analysis.* properties and send them in web...Eric Hartmann2017-10-171-0/+1
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-171-4/+15
* SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIESEric Hartmann2017-10-171-1/+3
* Fix Quality flawsameya2017-10-161-1/+1
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-041-3/+1
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-0/+1
* SONAR-1330 Create table QPROFILE_EDIT_GROUPSJulien Lancelot2017-10-021-0/+11
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-0/+1
* SONAR-1330 Create table QPROFILE_EDIT_USERSJulien Lancelot2017-10-021-0/+10
* Add db column ce_activity.error_typeSimon Brandhof2017-09-281-1/+2
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-271-2/+1
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-122-2/+3
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-122-5/+24
* SONAR-9664 Apply feedbackDuarte Meneses2017-09-071-1/+1
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-0/+1
* SONAR-9662 Create "plugins" tableJulien HENRY2017-09-071-0/+10
* SONAR-9672 Store the link between a rule and the plugin declaring itJulien HENRY2017-09-071-0/+1
* Db column INTERNAL_PROPERTIES.kee is a VARCHAR(20)Teryk Bellahsene2017-08-301-1/+1
* SONAR-9745 Drop support of Microsoft SQLServer 2012Simon Brandhof2017-08-242-2/+19
* SONAR-8798 convert medium tests to unit testsDaniel Schwarz2017-08-091-4/+2
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-072-0/+10
* SONAR-9577 Store incremental analysis flag in databaseDuarte Meneses2017-08-071-1/+2