Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10345 Remove old webhook UI in the settings | Guillaume Jambet | 2018-03-01 | 2 | -3/+4 |
| | |||||
* | SONAR-10346 Add latest deliveries information to webhooks search ws. | Guillaume Jambet | 2018-03-01 | 10 | -221/+367 |
| | |||||
* | SONAR-10347 Add pagination to webhook deliveries search ws. | Guillaume Jambet | 2018-03-01 | 3 | -29/+76 |
| | |||||
* | SONAR-10347 Add search-by-webhook to webhook deliveries search ws. | Guillaume Jambet | 2018-03-01 | 8 | -22/+88 |
| | |||||
* | SONAR-10345 Ensure that no orphaned webhooks remains when deleting an ↵ | Guillaume Jambet | 2018-03-01 | 2 | -0/+3 |
| | | | | organization or a project. | ||||
* | SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 9 | -59/+86 |
| | |||||
* | SONAR-10345 Webhooks consumers source them from WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 5 | -41/+41 |
| | |||||
* | SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 16 | -301/+330 |
| | |||||
* | SONAR-10345 Add Webhooks delete ws | Guillaume Jambet | 2018-03-01 | 5 | -2/+298 |
| | |||||
* | SONAR-10345 Add Webhooks update ws | Guillaume Jambet | 2018-03-01 | 8 | -32/+413 |
| | |||||
* | SONAR-10345 Add Webhooks creation ws | Guillaume Jambet | 2018-03-01 | 8 | -16/+411 |
| | |||||
* | SONAR-10345 Create WEBHOOKS table & dao | Guillaume Jambet | 2018-03-01 | 2 | -0/+273 |
| | |||||
* | SONAR-10344 api/webhooks/search returns webhooks for global and project | Guillaume Jambet | 2018-03-01 | 7 | -75/+268 |
| | |||||
* | SONAR-10344 add service api/webhooks/search interface. | Guillaume Jambet | 2018-03-01 | 8 | -4/+197 |
| | |||||
* | SONAR-10323 Fix WS not checking SCAN global permission | Eric Hartmann | 2018-02-22 | 2 | -3/+8 |
| | |||||
* | SONAR-10356 Oracle error on some WS involving more than 1000 projects | Simon Brandhof | 2018-02-22 | 8 | -28/+126 |
| | |||||
* | SONAR-10323 Fix permission on api/project_branches/list | Eric Hartmann | 2018-02-21 | 3 | -4/+37 |
| | |||||
* | SONAR-10299 Drop the project link "developer connection" | Julien Lancelot | 2018-02-20 | 2 | -4/+0 |
| | |||||
* | SONAR-10411 Do not persist name of provided project links | Julien Lancelot | 2018-02-20 | 21 | -608/+370 |
| | |||||
* | Log a better message in case of missing branch | Julien HENRY | 2018-02-19 | 1 | -1/+6 |
| | |||||
* | SONAR-10420 Fail at startup when cluster enabled on MySQL | Eric Hartmann | 2018-02-15 | 4 | -0/+152 |
| | |||||
* | SONAR-10313 fix error when displaying rule facet | Sébastien Lesaint | 2018-02-13 | 4 | -35/+87 |
| | |||||
* | SONAR-8964 Drop overall notifications not related to the current user on ↵ | Julien Lancelot | 2018-02-12 | 14 | -192/+512 |
| | | | | | | | | | | | | SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/list on SonarCloud * SONAR-8964 Remove some global notifications in api/notifications/add on SonarCloud * In WebServiceEngine, define web services in start() * SONAR-8964 Remove some global notifications in api/notifications/remove on SonarCloud * Move some user ITs to their own suite * SONAR-8964 Add ITs on notifications (not for SonarCloud) * SONAR-8964 Add ITs on notifications for SonarCloud | ||||
* | SONAR-10364 upgrade protobuf to 3.5.1 | Sébastien Lesaint | 2018-02-12 | 2 | -4/+4 |
| | | | | | 3.2.0 includes "The default parsing byte size limit has been raised from 64MB to 2GB" next versions include bug fixes and performance improvements | ||||
* | Merge branch 'branch-6.7' | Sébastien Lesaint | 2018-02-09 | 4 | -2/+39 |
|\ | |||||
| * | SONAR-10410 Rule#getSystemTags is populated with definition tags | Sébastien Lesaint | 2018-02-09 | 4 | -2/+42 |
| | | |||||
* | | SONAR-10310 Check correct usage of deprecated keys | Eric Hartmann | 2018-02-09 | 3 | -18/+107 |
| | | |||||
* | | SONAR-10395 Improve time compressing plugins in SonarCloud | Duarte Meneses | 2018-02-08 | 4 | -13/+49 |
| | | |||||
* | | SONAR-10308 use java.util.Optional in RuleRepository | Sébastien Lesaint | 2018-02-08 | 5 | -13/+12 |
| | | |||||
* | | SONAR-10308 support report referencing deprecated rule keys | Sébastien Lesaint | 2018-02-08 | 2 | -6/+65 |
| | | |||||
* | | SONAR-10311 support rule re-keying in case of plugin downgrade | Sébastien Lesaint | 2018-02-08 | 1 | -22/+55 |
| | | |||||
* | | SONAR-10310 Fail on deprecated rule key duplicate | Eric Hartmann | 2018-02-08 | 2 | -2/+136 |
| | | |||||
* | | SONAR-10307 support rule renaming in RegisterRules | Sébastien Lesaint | 2018-02-08 | 2 | -29/+229 |
| | | |||||
* | | SONAR-10307 refactor RegisterRules implementation | Sébastien Lesaint | 2018-02-08 | 1 | -115/+181 |
| | | |||||
* | | SONAR-10307 fix some new rule causing an insert AND an update | Sébastien Lesaint | 2018-02-08 | 1 | -0/+7 |
| | | |||||
* | | SONAR-10313 remove useless RuleActivationContext#rulesByKey | Sébastien Lesaint | 2018-02-08 | 2 | -22/+10 |
| | | |||||
* | | SONAR-10313 remove dead interface ActiveRule | Sébastien Lesaint | 2018-02-08 | 12 | -61/+45 |
| | | | | | | | | it was only used to "host" enum Inheritance which is now at upper level and renamed to ActiveRuleInheritance | ||||
* | | SONAR-10313 remove ruleKey from RuleActivation | Sébastien Lesaint | 2018-02-08 | 18 | -137/+119 |
| | | |||||
* | | SONAR-10313 remove rule key and repo from rules.activeRule index | Sébastien Lesaint | 2018-02-08 | 4 | -32/+3 |
| | | |||||
* | | SONAR-10313 remove ruleKey field from RULES.ruleExtension index | Sébastien Lesaint | 2018-02-08 | 3 | -15/+0 |
| | | |||||
* | | SONAR-10313 use rule id as doc key in rules indexes instead of RuleKey | Sébastien Lesaint | 2018-02-08 | 44 | -300/+355 |
| | | |||||
* | | SONAR-10357 add ruleId to BuiltInQProfile#activeRules | Sébastien Lesaint | 2018-02-08 | 9 | -78/+173 |
| | | |||||
* | | SONAR-10357 add ruleId to RuleActivation | Sébastien Lesaint | 2018-02-08 | 16 | -134/+205 |
| | | |||||
* | | SONAR-10311 Store deprecated keys of rule at startup | Eric Hartmann | 2018-02-08 | 4 | -92/+489 |
| | | |||||
* | | SONAR-10357 store rule id in QP changelog instead of rule key | Sébastien Lesaint | 2018-02-08 | 11 | -58/+73 |
| | | |||||
* | | SONAR-10313 Keep the order of issues on Search | Eric Hartmann | 2018-02-08 | 3 | -36/+43 |
| | | |||||
* | | SONAR-10313 Small code optimization | Sébastien Lesaint | 2018-02-08 | 1 | -7/+5 |
| | | |||||
* | | SONAR-10313 Do not retrieve rules in request twice | Sébastien Lesaint | 2018-02-08 | 6 | -69/+25 |
| | | | | | | | | When building IssueQuery and loading SearchResponseData | ||||
* | | SONAR-10313 Fix broken filters | Sébastien Lesaint | 2018-02-08 | 1 | -2/+6 |
| | | | | | | | | when RuleKey are used even though now they take rule ids | ||||
* | | SONAR-10313 Optimize number of SQL requests on SearchAction | Eric Hartmann | 2018-02-08 | 1 | -5/+18 |
| | |