aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Update license headersJulien Lancelot2018-11-1933-33/+33
* SONAR-11085 Prettify logs of SQL requestsSimon Brandhof2018-08-051-2/+14
* SONAR-10356 ComponentDao calls fail if too many conditionsSimon Brandhof2018-02-221-0/+11
* SONAR-9882 Implement keeping sonar.analysis.* properties and send them in web...Eric Hartmann2017-10-171-0/+1
* Fix Quality flawsameya2017-10-161-1/+1
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-021-0/+1
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-021-0/+1
* SONAR-9616 compute engine backend to support branchesSimon Brandhof2017-09-121-1/+1
* SONAR-9616 decrease coupling with component keysSimon Brandhof2017-09-121-5/+9
* SONAR-9662 Store plugin hash + last modification dateJulien HENRY2017-09-071-0/+1
* SONAR-9745 Drop support of Microsoft SQLServer 2012Simon Brandhof2017-08-241-2/+1
* SONAR-9639 Support CE task characteristicsDuarte Meneses2017-08-071-0/+1
* MMF-935 experiment ES resilience of user creationEric Hartmann2017-07-052-15/+1
* Deprecate DatabaseUtils#repeatCondition()Simon Brandhof2017-07-051-0/+4
* SONAR-9304 rename table qprofiles to org_qprofilesSimon Brandhof2017-06-141-3/+3
* SONAR-9304 drop use of rules_profiles.is_defaultSimon Brandhof2017-06-141-0/+1
* SONAR-9304 share built-in profiles among organizationsSimon Brandhof2017-06-141-0/+1
* SONAR-9230 only index project measures, that will actually be usedDaniel Schwarz2017-06-091-0/+16
* SONAR-9028 remove any support to table authors from codeSébastien Lesaint2017-05-261-1/+0
* SONAR-9148 fix partition size for large inputs in MySQLDaniel Schwarz2017-05-111-10/+56
* Add convenient methods to rule/issue testing utilitiesSimon Brandhof2017-03-311-0/+1
* Use java.util.function.Consumer when executing DB large input without outputTeryk Bellahsene2017-03-211-6/+5
* SONAR-8902 Create Table ORGANIZATION_MEMBERSTeryk Bellahsene2017-03-211-0/+1
* Drop unused Dialect#getActiveRecordDialectCode()Simon Brandhof2017-02-267-18/+6
* SONAR-8092 index issues when changed in the db, ignore updatedAtDaniel Schwarz2017-02-241-1/+1
* split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-1733-0/+2464