aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10301 delete from CE_TASK_INPUT when deleting a projectSébastien Lesaint2018-02-134-0/+80
* SONAR-10301 delete from CE_TASK_CHARACTERISTICS when deleting projectSébastien Lesaint2018-02-134-0/+88
* SONAR-10301 delete from CE_SCANNER_CONTEXT when deleting a projectSébastien Lesaint2018-02-134-2/+97
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-092-25/+185
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-091-0/+6
| * SONAR-10410 harden UT coverage on some methods of RuleDaoSébastien Lesaint2018-02-091-25/+180
| * Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
| * Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
* | SONAR-10311 fix RuleDefinitionDto#setRuleKey not reseting cached ruleKeySébastien Lesaint2018-02-081-0/+1
* | SONAR-10307 RuleDefinitionDto equals/hashcode based on idSébastien Lesaint2018-02-082-51/+29
* | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-089-48/+65
* | SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-087-8/+336
* | SONAR-10313 Keep the order of issues on SearchEric Hartmann2018-02-082-50/+5
* | SONAR-10313 Do not request DB when list is emptyEric Hartmann2018-02-081-0/+16
* | SONAR-10313 Fix incorrect equlity test on RuleDefinitionDtoEric Hartmann2018-02-082-2/+81
* | SONAR-10313 Use issue ID for ES ISSUES.ISSUEEric Hartmann2018-02-081-1/+1
* | SONAR-10338 Allow authentication of user using an exising emailJulien Lancelot2018-02-074-14/+18
* | SONAR-10321 Add scope field to rule search wsDuarte Meneses2018-02-071-2/+5
* | SONAR-10321 Store rule scope in DBDuarte Meneses2018-02-0712-2/+50
* | SONAR-10052 support profiles with more than 1'000 active rulesSimon Brandhof2018-01-291-5/+3
* | SONAR-10052 fix N+1 syndrome when loading profile descendantsSimon Brandhof2018-01-294-14/+68
* | SONAR-10052 optimize data loading for (de)activation of rulesSimon Brandhof2018-01-298-68/+126
* | SONAR-10052 Improve documentation of quality profile DTOsSimon Brandhof2018-01-292-2/+54
* | Set version 7.1-SNAPSHOTSimon Brandhof2018-01-241-1/+1
* | SONAR-10117 minimize risk of deadlock on MySQLSimon Brandhof2018-01-241-1/+16
* | SONAR-10247 add OrganizationDto#equals & hashcodeSébastien Lesaint2018-01-231-0/+18
* | Upgrade assertJ from 3.4.1 to 3.9.0Simon Brandhof2018-01-141-1/+1
* | Cleanup code based on Intellij inspectionsSimon Brandhof2018-01-1443-101/+97
* | SONAR-10117 SONAR-1018 Update measures after relevant issue changes and send ...Simon Brandhof2018-01-1012-27/+367
* | Clean-up unused code of ResourceTypesSimon Brandhof2018-01-091-45/+4
* | Fix license headers for 2018Simon Brandhof2018-01-07449-471/+449
* | SONAR-10182 Rename homepage parameter from 'value' to 'parameter'Guillaume Jambet2018-01-024-27/+27
* | SONAR-10182 Clean homepage when deleting a projectGuillaume Jambet2018-01-022-1/+31
* | SONAR-10182 Clean homepage when deleting an organizationGuillaume Jambet2018-01-024-0/+41
* | SONAR-10182 Add api/users/current homepage persistenceGuillaume Jambet2018-01-023-7/+51
* | Merge remote-tracking branch 'origin/branch-6.7'Simon Brandhof2017-12-2011-88/+490
|\|
| * SONAR-10131 purge test files when purging project historySimon Brandhof2017-12-2010-80/+469
* | SONAR-10134 Search return only projects from quality gate organizationJulien Lancelot2017-12-143-0/+27
* | SONAR-10134 Use QGateWithOrgDto instead of id in ProjectQgateAssociationQueryJulien Lancelot2017-12-144-232/+92
* | SONAR-10134 Move QgateProjectFinder code to SearchActionJulien Lancelot2017-12-143-26/+13
* | SONAR-10134 Correctly delete OrgQualityGates when deleting organizationJulien Lancelot2017-12-145-18/+28
* | SONAR-10134 Fix unit tests not having default QG on organizationJulien Lancelot2017-12-141-1/+2
* | SONAR-10134 Remove creation of built-in QG in DbTesterJulien Lancelot2017-12-144-25/+8
* | SONAR-10147 Remove class QualityGatesEric Hartmann2017-12-145-22/+28
* | SONAR-10147 Remove 'sonar.qualitygate' setting usage to store default quality...Eric Hartmann2017-12-141-6/+0
* | SONAR-10134 Fix test on QualityGateDaoEric Hartmann2017-12-141-4/+6
* | SONAR-10166 Delete quality gates when deleting organizationJulien Lancelot2017-12-144-0/+49
* | SONAR-10134 Add organization parameter in api/qualitygates/destroyJulien Lancelot2017-12-144-4/+14
* | SONAR-10136 Set built-in QG as default of new organizationJulien Lancelot2017-12-141-1/+3
* | SONAR-10136 Add method to get/set default quality gate on organizationJulien Lancelot2017-12-148-1/+60