Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-8313 Sanitize description of filter parameter in WS ↵ | Teryk Bellahsene | 2016-11-15 | 1 | -2/+2 | |
| | | | | api/components/search_projects | |||||
* | SONAR-8351 fix support of malformed URL | Simon Brandhof | 2016-11-14 | 2 | -12/+34 | |
| | ||||||
* | SONAR-8353 add WS api/webhooks/delivery | Simon Brandhof | 2016-11-14 | 7 | -22/+360 | |
| | ||||||
* | SONAR-8351 fix resource leak when sending HTTP request | Simon Brandhof | 2016-11-14 | 1 | -2/+1 | |
| | ||||||
* | SONAR-8353 add WS api/webhooks/deliveries | Simon Brandhof | 2016-11-14 | 10 | -1/+588 | |
| | ||||||
* | SONAR-8351 limit number of webhooks to 10 | Simon Brandhof | 2016-11-14 | 2 | -0/+30 | |
| | ||||||
* | SONAR-8353 purge webhook deliveries when deleting project | Simon Brandhof | 2016-11-14 | 1 | -11/+4 | |
| | ||||||
* | SONAR-8353 persist deliveries in Compute Engine | Simon Brandhof | 2016-11-14 | 11 | -36/+364 | |
| | | | | Deliveries older than 1 month are purged. | |||||
* | SONAR-8353 add WebhookDeliveryDao | Simon Brandhof | 2016-11-14 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8353 create table webhook_deliveries | Simon Brandhof | 2016-11-14 | 1 | -0/+31 | |
| | ||||||
* | SONAR-8247 Fix security headers | Julien Lancelot | 2016-11-14 | 3 | -38/+6 | |
| | ||||||
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 498 | -548/+509 | |
| | ||||||
* | SONAR-8313 Enhance filter field description of WS api/components/search_projects | Teryk Bellahsene | 2016-11-14 | 1 | -6/+24 | |
| | ||||||
* | SONAR-8363 Mark just created projects as favorite | Teryk Bellahsene | 2016-11-14 | 10 | -20/+186 | |
| | ||||||
* | SONAR-8329 clean up | Stas Vilchik | 2016-11-14 | 1 | -9/+0 | |
| | ||||||
* | Fix Quality flaws | Simon Brandhof | 2016-11-12 | 6 | -39/+24 | |
| | | | | | - missing tests for Protobuf - remove incorrect imports of org.elasticsearch.common.Strings | |||||
* | Decrease complexity when using Protobuf builders | Simon Brandhof | 2016-11-11 | 13 | -118/+62 | |
| | ||||||
* | Fix Quality flaws around NPE | Simon Brandhof | 2016-11-11 | 3 | -3/+5 | |
| | ||||||
* | Improve stability of ProcessUtilsTest on slow box | Simon Brandhof | 2016-11-11 | 1 | -3/+8 | |
| | ||||||
* | SONAR-8313 Describe filter field in WS api/components/search_projects | Teryk Bellahsene | 2016-11-11 | 1 | -1/+10 | |
| | ||||||
* | display a special message on the projects page on empty instances | Stas Vilchik | 2016-11-11 | 3 | -9/+44 | |
| | ||||||
* | fix quality flaws | Teryk Bellahsene | 2016-11-10 | 2 | -24/+24 | |
| | ||||||
* | fix requesting of issues facet | Stas Vilchik | 2016-11-10 | 1 | -0/+3 | |
| | ||||||
* | do not explicitly provide sorting criteria on issues page | Stas Vilchik | 2016-11-10 | 1 | -1/+0 | |
| | ||||||
* | SONAR-8375 Display the summary of a search on the "Issues" page | Stas Vilchik | 2016-11-10 | 2 | -7/+18 | |
| | ||||||
* | SONAR-8373 Change the "Issues" link in the global navigation | Stas Vilchik | 2016-11-10 | 1 | -1/+2 | |
| | ||||||
* | SONAR-8374 Make the "Me" option more visible on the "Issues" page | Stas Vilchik | 2016-11-10 | 12 | -88/+132 | |
| | ||||||
* | SONAR-8377 Rename IssueFilterParameters to IssuesWsParameters | Julien Lancelot | 2016-11-10 | 10 | -160/+159 | |
| | ||||||
* | SONAR-8377 Drop issue filters tables | Julien Lancelot | 2016-11-10 | 1 | -0/+29 | |
| | ||||||
* | SONAR-8377 Remove issue filters dao | Julien Lancelot | 2016-11-10 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8377 Remove WS / startup registration on issue filters | Julien Lancelot | 2016-11-10 | 43 | -3356/+14 | |
| | ||||||
* | SONAR-8377 Remove some code related to issue filters in rails | Julien Lancelot | 2016-11-10 | 2 | -21/+0 | |
| | ||||||
* | SONAR-8248 Fix SSF-51 Item 2 (#1376) | Stas Vilchik | 2016-11-10 | 2 | -5/+5 | |
| | ||||||
* | fix issues bulk change | Stas Vilchik | 2016-11-10 | 2 | -1/+2 | |
| | ||||||
* | Restore url_for_static method because it's used by Governance plugin | Julien Lancelot | 2016-11-10 | 1 | -0/+18 | |
| | ||||||
* | SONAR-8352 add the scanner properties sonar.analysis.* to payload | Simon Brandhof | 2016-11-09 | 6 | -15/+86 | |
| | ||||||
* | SONAR-8351 Send JSON payload over HTTP when project analysis is complete | Simon Brandhof | 2016-11-09 | 18 | -2/+1052 | |
| | ||||||
* | SONAR-8351 share OkHttpClient utilities | Simon Brandhof | 2016-11-09 | 5 | -1/+161 | |
| | | | | | | | | | | sonar-ws correctly configures OkHttpClient for the support of HTTPS, proxy (incl. authentication), timeouts and user agent. This code should be reused by web server and compute engine, for example when sending webhook payloads. The new class OkHttpClientProvider allows web server/CE to instantiate and configure a single instance of OkHttpClient. | |||||
* | SONAR-8351 Configure HTTP proxy URL from bootstrap process | Simon Brandhof | 2016-11-09 | 1 | -0/+7 | |
| | | | | | | | Proxy is configured in conf/sonar.properties. The related properties are propagated to system properties by the first call to DefaultHttpDownloader. The correct approach is to directly configure the JVM properties when the bootstrap process creates web server and CE processes. | |||||
* | SONAR-8381 Remove links to All Views and All Developers from the search | Stas Vilchik | 2016-11-09 | 1 | -10/+1 | |
| | ||||||
* | SONAR-8355 Drop tables "measure_filters" and "measure_filter_favourites" | Julien Lancelot | 2016-11-09 | 1 | -0/+29 | |
| | ||||||
* | SONAR-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 23 | -3008/+1 | |
| | ||||||
* | SONAR-8355 Remove rails code related to measure filters | Julien Lancelot | 2016-11-09 | 12 | -1216/+0 | |
| | ||||||
* | SONAR-8354 Drop tables "active_dashboards", "dashboards", "widgets", ↵ | Julien Lancelot | 2016-11-09 | 1 | -0/+29 | |
| | | | | "widget_properties" | |||||
* | SONAR-8354 Remove dao related to dashboards | Julien Lancelot | 2016-11-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-8354 Remove dashboards from api/navigation/global WS | Julien Lancelot | 2016-11-09 | 8 | -124/+10 | |
| | ||||||
* | SONAR-8354 Remove dashboards startup registration | Julien Lancelot | 2016-11-09 | 7 | -849/+0 | |
| | ||||||
* | SONAR-8354 Remove widgets | Julien Lancelot | 2016-11-09 | 70 | -4592/+6 | |
| | ||||||
* | SONAR-8354 Clean rails code related to dashboards | Julien Lancelot | 2016-11-09 | 12 | -817/+0 | |
| | ||||||
* | redirect from /issues/search to /issues | Stas Vilchik | 2016-11-09 | 3 | -3/+3 | |
| |