aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9551 Test page extensions are returned for applicationTeryk Bellahsene2017-07-313-20/+40
* SONAR-9551 WS api/project_analyses/create_event allows applicationTeryk Bellahsene2017-07-312-9/+54
* SONAR-9551 WS api/project_analyses/search allows applicationTeryk Bellahsene2017-07-312-1/+44
* SONAR-9551 Web services handles APP qualifierTeryk Bellahsene2017-07-3126-183/+213
* SONAR-9551 Persist applications with APP qualifierTeryk Bellahsene2017-07-313-46/+79
* SONAR-9551 Add attribute to view to detect applicationsJulien Lancelot2017-07-317-2/+186
* SONAR-9551 Use view templates for applicationsJulien Lancelot2017-07-314-43/+166
* Remove init data in before() of PermissionTemplateServiceTestJulien Lancelot2017-07-311-18/+44
* Fix Quality flawsSimon Brandhof2017-07-302-9/+3
* Remove useless usages of projects.authorization_updated_atSimon Brandhof2017-07-2916-53/+17
* SONAR-8890 Restrict ps parameter of WS api/rules/tagsTeryk Bellahsene2017-07-284-28/+43
* SONAR-8890 Refactor restriction of ps parameter for WS api/project_tags/searchTeryk Bellahsene2017-07-282-9/+10
* SONAR-8890 Restrict ps parameter of WS api/issues/tagsTeryk Bellahsene2017-07-285-206/+210
* SONAR-8973 Validate key, name and description when creating or updating a cus...Teryk Bellahsene2017-07-285-38/+48
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-273-10/+49
* Revert "SONAR-9584 Add root project key to response of api/components/search"Julien HENRY2017-07-263-32/+6
* SONAR-9584 Add root project key to response of api/components/searchJulien HENRY2017-07-263-6/+32
* Fix Quality flawsSimon Brandhof2017-07-261-1/+2
* Move TestWebhookPayloadFactory to testsSimon Brandhof2017-07-251-1/+1
* Decrease coupling with GuavaSimon Brandhof2017-07-2518-60/+61
* Improve stability of RecoveryIndexerTestSimon Brandhof2017-07-251-0/+5
* Fix IssueIndexProjectStatisticsTest compilation errorTeryk Bellahsene2017-07-241-1/+1
* Select finished analyses in DB by component uuids and from datesTeryk Bellahsene2017-07-241-1/+1
* Search project statistics in Issue ES indexDaniel Schwarz2017-07-243-0/+345
* SONAR-9516 add integration tests on permission templates WSSimon Brandhof2017-07-222-3/+5
* SONAR-9516 add integration tests on api/projects/update_keySimon Brandhof2017-07-2218-72/+156
* SONAR-9514 Disable automatic creation of unknown Elasticsearch indicesSimon Brandhof2017-07-223-8/+4
* SONAR-9514 SONAR-9516 SONAR-9517 ES resilience from POST WSEric Hartmann2017-07-2291-1527/+2772
* SONAR-9488 don't open DB connection when file is missingSébastien Lesaint2017-07-211-1/+1
* SONAR-9488 handle upload error as missing param in api/ce/submitSébastien Lesaint2017-07-212-12/+11
* SONAR-9488 do not fail when reading file part failsSébastien Lesaint2017-07-212-6/+5
* Automatic merge from branch-6.5ssjenka2017-07-211-7/+32
|\
| * SONAR-8918 Fix api/qualityprofile/search when no language availableJulien Lancelot2017-07-211-7/+32
| * Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
| * 6.5-M3 for SonarCloud6.5-M3Simon Brandhof2017-07-131-1/+1
| * Release 6.5-RC16.5-RC1Simon Brandhof2017-07-131-1/+1
* | WS batch/issues must return 400 if requested component type is not supportedSimon Brandhof2017-07-192-2/+2
* | SONAR-9567 disable storage of doc source in ES index issues/issueSimon Brandhof2017-07-198-562/+481
* | SONAR-9567 drop fields manual_severity and message from ES index issuesSimon Brandhof2017-07-195-67/+22
* | SONAR-9567 load issues from DB instead of ES in WS batch/issuesSimon Brandhof2017-07-194-413/+231
* | SONAR-9567 drop fields "attributes", "gap" and "updatedAt" from ES index "iss...Simon Brandhof2017-07-198-225/+36
* | fix possible dead lock on table CE_SCANNER_CONTEXT on MySQLSébastien Lesaint2017-07-191-0/+1
* | SONAR-9525 make CeHttpClient an interfaceSébastien Lesaint2017-07-187-163/+201
* | SONAR-9525 add CE WS to refresh enabled worker countSébastien Lesaint2017-07-182-0/+61
* | SONAR-9508 Create api/ce/worker_count WSJulien Lancelot2017-07-175-2/+189
* | SONAR-9508 CE gets number of workers from WorkerCountProviderSébastien Lesaint2017-07-172-0/+59
* | SONAR-9507 make sonar.ce.workerCount an internal propertySébastien Lesaint2017-07-171-0/+50
* | SONAR-9507 move CeConfiguration to module ce and delete module ce-apiSébastien Lesaint2017-07-171-4/+0
* | Set CeWsAction as public in order to add external action in ce wsJulien Lancelot2017-07-171-1/+1
* | Prepare for next development iterationSimon Brandhof2017-07-131-1/+1
|/