aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clean-up sonar-testing-harness dependenciesSimon Brandhof2017-02-1940-514/+634
* Reduce coupling of sonar-plugin-api on GuavaSimon Brandhof2017-02-198-54/+35
* Clean-up TestUtilsSimon Brandhof2017-02-196-90/+18
* Drop unused class RunTestsMultipleTimes from sonar-testing-harnessSimon Brandhof2017-02-191-80/+0
* Move temp dir of build outsite projectSimon Brandhof2017-02-193-6/+3
* Fix Quality flawsSimon Brandhof2017-02-191-0/+1
* Merge branch 'branch-6.3'Sébastien Lesaint2017-02-1726-53/+1128
|\
| * SONAR-8710 add SCAN permission to template of new organizations6.3.0.18587Sébastien Lesaint2017-02-174-37/+43
| * SONAR-8751 drop Owners group for personal organizationsSébastien Lesaint2017-02-173-48/+141
| * Disable authorization for roots in ES indicesSimon Brandhof2017-02-175-0/+185
| * SONAR-8769 Display project and organization keys in the analysis logsDuarte Meneses2017-02-172-1/+28
| * SONAR-8804 Add ITJulien Lancelot2017-02-172-0/+68
| * SONAR-8804 Use api/projects/search in projects admin pageJulien Lancelot2017-02-177-15/+75
| * SONAR-8804 Create api/projects/searchJulien Lancelot2017-02-1710-3/+638
* | SONAR-8799 follow POST redirectsSimon Brandhof2017-02-172-14/+132
* | SONAR-8724 add server URL to webhook payloadSimon Brandhof2017-02-178-6/+64
* | SONAR-8724 refactor static method WebhookPayload#from()Simon Brandhof2017-02-1713-97/+208
* | SONAR-8772 fix cache of non-granted permissionsSimon Brandhof2017-02-173-25/+72
* | SONAR-8772 do not load all projects in SessionUserSessionSimon Brandhof2017-02-176-26/+210
* | split sonar-db into server/sonar-db-core and server/sonar-db-daoSébastien Lesaint2017-02-17811-939/+1193
* | SONAR-8224 SONAR-8225 Sort by name and metricJulien Lancelot2017-02-1711-518/+750
* | SONAR-8777 Rename WS history to changelogTeryk Bellahsene2017-02-178-35/+35
* | SONAR-8774 Rename component parameters in WS api/components/*Teryk Bellahsene2017-02-179-70/+55
* | SONAR-8777 Add changelogs to the api/projects domainTeryk Bellahsene2017-02-172-0/+10
* | SONAR-8777 Return history of a WS action in webservices/listTeryk Bellahsene2017-02-173-12/+52
* | Fix quality flawTeryk Bellahsene2017-02-171-1/+1
* | Replace anonymous classes with method reference in WebServiceTestTeryk Bellahsene2017-02-171-12/+2
* | SONAR-8777 New API to set the history of a web service actionTeryk Bellahsene2017-02-173-0/+85
* | Automatic merge from branch-6.3ssjenka2017-02-172-1/+61
|\|
| * SONAR-7282 only reindex components if the index is emptyDaniel Schwarz2017-02-162-1/+61
* | Remove useless boxing of UserDto.getId().intValue()Simon Brandhof2017-02-1610-22/+22
* | Fix integer type of user and group idsSimon Brandhof2017-02-16112-419/+422
* | SONAR-8774 Sanitize parameter names of the api/projects domainTeryk Bellahsene2017-02-165-31/+42
* | SONAR-8774 Sanitize parameter names for the api/components domainTeryk Bellahsene2017-02-1612-77/+105
* | SONAR-8793 Replace use of method to set a deprecated keyTeryk Bellahsene2017-02-1616-26/+28
* | SONAR-8793 Return deprecated key and its version in api/webservices/listTeryk Bellahsene2017-02-163-1/+7
* | SONAR-8793 Extract actions from the webservices controllerTeryk Bellahsene2017-02-1611-157/+340
* | Move WebServicesWs to the specific package wsTeryk Bellahsene2017-02-1613-21/+44
* | Replace anonymous classes by lambda in WebServiceTestTeryk Bellahsene2017-02-161-203/+132
* | SONAR-8793 Add since to the deprecated key of an active parameterTeryk Bellahsene2017-02-162-1/+27
* | Fix quality flawsJulien Lancelot2017-02-163-10/+10
* | Automatic merge from branch-6.3ssjenka2017-02-169-5/+268
|\|
| * SONAR-8647 Correctly detect isFavorite in filterJulien Lancelot2017-02-153-3/+17
| * SONAR-8746 Remove measures related to periods 2 to 5Julien Lancelot2017-02-156-2/+251
* | Fix PluginsWsMediumTest because version is now 6.4Julien Lancelot2017-02-141-4/+4
* | Fix Quality flawsSimon Brandhof2017-02-141-12/+0
* | Prepare for next development iterationSimon Brandhof2017-02-1453-53/+53
|/
* Enable Maven profile "release" on master6.3.0.184016.3-RC1Simon Brandhof2017-02-141-1/+1
* SONAR-8647 Do not load favorites if anonymousSimon Brandhof2017-02-142-15/+39
* SONAR-8647 Add filter on field organizationUuid in index projectmeasuresSimon Brandhof2017-02-147-76/+75