aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-012-3/+4
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-0110-221/+367
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-013-29/+76
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-018-22/+88
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-012-0/+3
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-019-59/+86
* SONAR-10345 Webhooks consumers source them from WEBHOOKS table.Guillaume Jambet2018-03-015-41/+41
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-0116-301/+330
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-015-2/+298
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-018-32/+413
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-018-16/+411
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-012-0/+273
* SONAR-10344 api/webhooks/search returns webhooks for global and projectGuillaume Jambet2018-03-017-75/+268
* SONAR-10344 add service api/webhooks/search interface.Guillaume Jambet2018-03-018-4/+197
* SONAR-10323 Fix WS not checking SCAN global permissionEric Hartmann2018-02-222-3/+8
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-228-28/+126
* SONAR-10323 Fix permission on api/project_branches/listEric Hartmann2018-02-213-4/+37
* SONAR-10299 Drop the project link "developer connection"Julien Lancelot2018-02-202-4/+0
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2021-608/+370
* Log a better message in case of missing branchJulien HENRY2018-02-191-1/+6
* SONAR-10420 Fail at startup when cluster enabled on MySQLEric Hartmann2018-02-154-0/+152
* SONAR-10313 fix error when displaying rule facetSébastien Lesaint2018-02-134-35/+87
* SONAR-8964 Drop overall notifications not related to the current user on Sona...Julien Lancelot2018-02-1214-192/+512
* SONAR-10364 upgrade protobuf to 3.5.1Sébastien Lesaint2018-02-122-4/+4
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-094-2/+39
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-094-2/+42
* | SONAR-10310 Check correct usage of deprecated keysEric Hartmann2018-02-093-18/+107
* | SONAR-10395 Improve time compressing plugins in SonarCloudDuarte Meneses2018-02-084-13/+49
* | SONAR-10308 use java.util.Optional in RuleRepositorySébastien Lesaint2018-02-085-13/+12
* | SONAR-10308 support report referencing deprecated rule keysSébastien Lesaint2018-02-082-6/+65
* | SONAR-10311 support rule re-keying in case of plugin downgradeSébastien Lesaint2018-02-081-22/+55
* | SONAR-10310 Fail on deprecated rule key duplicateEric Hartmann2018-02-082-2/+136
* | SONAR-10307 support rule renaming in RegisterRulesSébastien Lesaint2018-02-082-29/+229
* | SONAR-10307 refactor RegisterRules implementationSébastien Lesaint2018-02-081-115/+181
* | SONAR-10307 fix some new rule causing an insert AND an updateSébastien Lesaint2018-02-081-0/+7
* | SONAR-10313 remove useless RuleActivationContext#rulesByKeySébastien Lesaint2018-02-082-22/+10
* | SONAR-10313 remove dead interface ActiveRuleSébastien Lesaint2018-02-0812-61/+45
* | SONAR-10313 remove ruleKey from RuleActivationSébastien Lesaint2018-02-0818-137/+119
* | SONAR-10313 remove rule key and repo from rules.activeRule indexSébastien Lesaint2018-02-084-32/+3
* | SONAR-10313 remove ruleKey field from RULES.ruleExtension indexSébastien Lesaint2018-02-083-15/+0
* | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKeySébastien Lesaint2018-02-0844-300/+355
* | SONAR-10357 add ruleId to BuiltInQProfile#activeRulesSébastien Lesaint2018-02-089-78/+173
* | SONAR-10357 add ruleId to RuleActivationSébastien Lesaint2018-02-0816-134/+205
* | SONAR-10311 Store deprecated keys of rule at startupEric Hartmann2018-02-084-92/+489
* | SONAR-10357 store rule id in QP changelog instead of rule keySébastien Lesaint2018-02-0811-58/+73
* | SONAR-10313 Keep the order of issues on SearchEric Hartmann2018-02-083-36/+43
* | SONAR-10313 Small code optimizationSébastien Lesaint2018-02-081-7/+5
* | SONAR-10313 Do not retrieve rules in request twiceSébastien Lesaint2018-02-086-69/+25
* | SONAR-10313 Fix broken filtersSébastien Lesaint2018-02-081-2/+6
* | SONAR-10313 Optimize number of SQL requests on SearchActionEric Hartmann2018-02-081-5/+18