Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-8389 Property set settings order should be kept | Teryk Bellahsene | 2016-11-16 | 3 | -6/+7 |
| | |||||
* | SONAR-6996 Replace the issue key by the file name in the 'issue changed' ↵ | Teryk Bellahsene | 2016-11-16 | 7 | -14/+16 |
| | | | | notification | ||||
* | SONAR-8365 Improve description of developer parametersin ↵ | Teryk Bellahsene | 2016-11-16 | 1 | -2/+2 |
| | | | | api/measures/component_tree | ||||
* | SONAR-8298 Ability to configure timeout of web sessions | Simon Brandhof | 2016-11-16 | 2 | -41/+74 |
| | |||||
* | SONAR-6912 add response example to api/users/deactivate | Simon Brandhof | 2016-11-16 | 4 | -14/+20 |
| | |||||
* | SONAR-6912 do not deactivate last organization administrator | Simon Brandhof | 2016-11-16 | 2 | -20/+121 |
| | |||||
* | SONAR-6912 Refactor WS api/users/deactivate | Simon Brandhof | 2016-11-16 | 6 | -183/+150 |
| | | | | | | - remove dead code for Ruby - move codebase from UserUpdater to DeactivateAction - sanitize tests | ||||
* | SONAR-6912 Use System2 in BaseIndexer | Simon Brandhof | 2016-11-16 | 38 | -168/+197 |
| | | | | | | in order to wrap call to System.currentTimeMillis(). That is needed to bypass the condition "if (requestedAt > lastUpdatedAt)" in tests. | ||||
* | SONAR-8339 drop access_log-like log debug line in Web server | Sébastien Lesaint | 2016-11-16 | 2 | -91/+2 |
| | |||||
* | SONAR-8333 make APP logging configuration support 4 log files | Sébastien Lesaint | 2016-11-16 | 8 | -55/+111 |
| | | | | | | add support for option sonar.wrapped=true to detect when SQ is started by JWP (wrapper) and correctly support all logging use cases include refactoring at LogBackHelper level to simplify code refactor applying log level property to make all process support only INFO, DEBUG and TRACE | ||||
* | SONAR-8333 restore process name in logs | Sébastien Lesaint | 2016-11-16 | 3 | -3/+10 |
| | | | | because when running ITs with option -Dsonar.log.console we can't make a difference between logs from each process anymore | ||||
* | SONAR-8333 make ES log into its own log file | Sébastien Lesaint | 2016-11-16 | 3 | -34/+6 |
| | |||||
* | SONAR-8333 make CE and WEB log in their own files | Sébastien Lesaint | 2016-11-16 | 5 | -59/+85 |
| | |||||
* | SONAR-8333 remove dead log filtering in CE tasks logs | Sébastien Lesaint | 2016-11-16 | 6 | -251/+1 |
| | |||||
* | Decrease complexity of org.sonar.server.projectlink.ws.SearchAction | Simon Brandhof | 2016-11-16 | 1 | -6/+3 |
| | | | | Minor change on null conditions when using protobuf builders. | ||||
* | SONAR-8332 add request ID in request under key ID | Sébastien Lesaint | 2016-11-15 | 2 | -1/+27 |
| | |||||
* | SONAR-8332 do not generate request id (and don't fail) in safe-mode | Sébastien Lesaint | 2016-11-15 | 2 | -1/+13 |
| | |||||
* | Project admin permission is not considered as a System Admin | Teryk Bellahsene | 2016-11-15 | 1 | -0/+2 |
| | |||||
* | SONAR-8345 WS api/user_groups/search requires System Administer permission | Teryk Bellahsene | 2016-11-15 | 2 | -12/+17 |
| | |||||
* | SONAR-8342 SONAR-8343 SONAR-8344 Make permission template WS require system ↵ | Teryk Bellahsene | 2016-11-15 | 18 | -66/+59 |
| | | | | administer permission | ||||
* | SONAR-8332 make RequestIdMDCStorage inner class of RequestIdFilter | Sébastien Lesaint | 2016-11-15 | 4 | -103/+108 |
| | |||||
* | SONAR-8332 use name ID instead of UID in classe naming and comments | Sébastien Lesaint | 2016-11-15 | 12 | -42/+42 |
| | |||||
* | SONAR-8332 make RequestUidGeneratorImpl support any number of HTTP request | Sébastien Lesaint | 2016-11-15 | 9 | -19/+212 |
| | | | | | up to LONG.MAX_VALUE thanks to renewal of internal UuidGenerator.WithFixedBase instance every 4_194_304 requests | ||||
* | SONAR-8332 add HTTP request UID to WebServer logs | Sébastien Lesaint | 2016-11-15 | 16 | -9/+428 |
| | |||||
* | SONAR-8292 Quality Profile change includes the author of the modification | Teryk Bellahsene | 2016-11-15 | 3 | -2/+48 |
| | |||||
* | SONAR-8005 Limit ES results to the first 10'000 | Teryk Bellahsene | 2016-11-15 | 4 | -18/+39 |
| | |||||
* | 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-8247 Fix security headers | Julien Lancelot | 2016-11-14 | 1 | -1/+3 |
| | |||||
* | Update some copyright headers to 2016 | Simon Brandhof | 2016-11-14 | 19 | -68/+29 |
| | |||||
* | 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 | 9 | -19/+186 |
| | |||||
* | 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 |
| | |||||
* | SONAR-8313 Describe filter field in WS api/components/search_projects | Teryk Bellahsene | 2016-11-11 | 1 | -1/+10 |
| | |||||
* | fix quality flaws | Teryk Bellahsene | 2016-11-10 | 2 | -24/+24 |
| | |||||
* | SONAR-8377 Rename IssueFilterParameters to IssuesWsParameters | Julien Lancelot | 2016-11-10 | 10 | -160/+159 |
| | |||||
* | SONAR-8377 Remove WS / startup registration on issue filters | Julien Lancelot | 2016-11-10 | 42 | -3351/+13 |
| | |||||
* | 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 | 17 | -1/+1051 |
| | |||||
* | SONAR-8351 share OkHttpClient utilities | Simon Brandhof | 2016-11-09 | 3 | -0/+157 |
| | | | | | | | | | | 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-8355 Remove measure filters Dao | Julien Lancelot | 2016-11-09 | 22 | -3007/+0 |
| | |||||
* | SONAR-8354 Remove dashboards from api/navigation/global WS | Julien Lancelot | 2016-11-09 | 8 | -124/+10 |
| |