aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-3/+15
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1318-42/+517
* Fix some Java compiler warningsSimon Brandhof2018-03-124-6/+6
* Move To GradleDavid Rautureau2018-03-092-109/+51
* SONAR-10426 Add homepage default when db is inconsistentGuillaume Jambet2018-03-024-212/+244
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-012-68/+1
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-018-14/+108
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-011-2/+1
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-017-46/+126
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-015-28/+122
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-014-10/+40
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-014-0/+60
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-011-2/+6
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-016-43/+41
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-014-1/+23
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-015-15/+61
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-013-0/+104
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-019-7/+424
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-222-6/+109
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2024-346/+463
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-02-144-0/+39
* 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