aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8389 Property set settings order should be keptTeryk Bellahsene2016-11-163-6/+7
|
* SONAR-6996 Replace the issue key by the file name in the 'issue changed' ↵Teryk Bellahsene2016-11-167-14/+16
| | | | notification
* SONAR-8365 Improve description of developer parametersin ↵Teryk Bellahsene2016-11-161-2/+2
| | | | api/measures/component_tree
* SONAR-8298 Ability to configure timeout of web sessionsSimon Brandhof2016-11-162-41/+74
|
* SONAR-6912 add response example to api/users/deactivateSimon Brandhof2016-11-164-14/+20
|
* SONAR-6912 do not deactivate last organization administratorSimon Brandhof2016-11-162-20/+121
|
* SONAR-6912 Refactor WS api/users/deactivateSimon Brandhof2016-11-166-183/+150
| | | | | | - remove dead code for Ruby - move codebase from UserUpdater to DeactivateAction - sanitize tests
* SONAR-6912 Use System2 in BaseIndexerSimon Brandhof2016-11-1638-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 serverSébastien Lesaint2016-11-162-91/+2
|
* SONAR-8333 make APP logging configuration support 4 log filesSébastien Lesaint2016-11-168-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 logsSébastien Lesaint2016-11-163-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 fileSébastien Lesaint2016-11-163-34/+6
|
* SONAR-8333 make CE and WEB log in their own filesSébastien Lesaint2016-11-165-59/+85
|
* SONAR-8333 remove dead log filtering in CE tasks logsSébastien Lesaint2016-11-166-251/+1
|
* Decrease complexity of org.sonar.server.projectlink.ws.SearchActionSimon Brandhof2016-11-161-6/+3
| | | | Minor change on null conditions when using protobuf builders.
* SONAR-8332 add request ID in request under key IDSébastien Lesaint2016-11-152-1/+27
|
* SONAR-8332 do not generate request id (and don't fail) in safe-modeSébastien Lesaint2016-11-152-1/+13
|
* Project admin permission is not considered as a System AdminTeryk Bellahsene2016-11-151-0/+2
|
* SONAR-8345 WS api/user_groups/search requires System Administer permissionTeryk Bellahsene2016-11-152-12/+17
|
* SONAR-8342 SONAR-8343 SONAR-8344 Make permission template WS require system ↵Teryk Bellahsene2016-11-1518-66/+59
| | | | administer permission
* SONAR-8332 make RequestIdMDCStorage inner class of RequestIdFilterSébastien Lesaint2016-11-154-103/+108
|
* SONAR-8332 use name ID instead of UID in classe naming and commentsSébastien Lesaint2016-11-1512-42/+42
|
* SONAR-8332 make RequestUidGeneratorImpl support any number of HTTP requestSébastien Lesaint2016-11-159-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 logsSébastien Lesaint2016-11-1516-9/+428
|
* SONAR-8292 Quality Profile change includes the author of the modificationTeryk Bellahsene2016-11-153-2/+48
|
* SONAR-8005 Limit ES results to the first 10'000Teryk Bellahsene2016-11-154-18/+39
|
* SONAR-8313 Sanitize description of filter parameter in WS ↵Teryk Bellahsene2016-11-151-2/+2
| | | | api/components/search_projects
* SONAR-8351 fix support of malformed URLSimon Brandhof2016-11-142-12/+34
|
* SONAR-8353 add WS api/webhooks/deliverySimon Brandhof2016-11-147-22/+360
|
* SONAR-8351 fix resource leak when sending HTTP requestSimon Brandhof2016-11-141-2/+1
|
* SONAR-8353 add WS api/webhooks/deliveriesSimon Brandhof2016-11-1410-1/+588
|
* SONAR-8351 limit number of webhooks to 10Simon Brandhof2016-11-142-0/+30
|
* SONAR-8353 purge webhook deliveries when deleting projectSimon Brandhof2016-11-141-11/+4
|
* SONAR-8353 persist deliveries in Compute EngineSimon Brandhof2016-11-1411-36/+364
| | | | Deliveries older than 1 month are purged.
* SONAR-8247 Fix security headersJulien Lancelot2016-11-141-1/+3
|
* Update some copyright headers to 2016Simon Brandhof2016-11-1419-68/+29
|
* SONAR-8313 Enhance filter field description of WS api/components/search_projectsTeryk Bellahsene2016-11-141-6/+24
|
* SONAR-8363 Mark just created projects as favoriteTeryk Bellahsene2016-11-149-19/+186
|
* Fix Quality flawsSimon Brandhof2016-11-126-39/+24
| | | | | - missing tests for Protobuf - remove incorrect imports of org.elasticsearch.common.Strings
* Decrease complexity when using Protobuf buildersSimon Brandhof2016-11-1113-118/+62
|
* Fix Quality flaws around NPESimon Brandhof2016-11-113-3/+5
|
* SONAR-8313 Describe filter field in WS api/components/search_projectsTeryk Bellahsene2016-11-111-1/+10
|
* fix quality flawsTeryk Bellahsene2016-11-102-24/+24
|
* SONAR-8377 Rename IssueFilterParameters to IssuesWsParametersJulien Lancelot2016-11-1010-160/+159
|
* SONAR-8377 Remove WS / startup registration on issue filtersJulien Lancelot2016-11-1042-3351/+13
|
* SONAR-8352 add the scanner properties sonar.analysis.* to payloadSimon Brandhof2016-11-096-15/+86
|
* SONAR-8351 Send JSON payload over HTTP when project analysis is completeSimon Brandhof2016-11-0917-1/+1051
|
* SONAR-8351 share OkHttpClient utilitiesSimon Brandhof2016-11-093-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 DaoJulien Lancelot2016-11-0922-3007/+0
|
* SONAR-8354 Remove dashboards from api/navigation/global WSJulien Lancelot2016-11-098-124/+10
|