aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate sonar-wsDaniel Schwarz2017-11-295-16/+5
* Exclude generated files of sonar-ws from analysisSimon Brandhof2017-11-291-2/+2
* Fix Quality flaws in MediaTypesSimon Brandhof2017-11-291-2/+2
* Reduce the dependency between sonar-server and sonar-wsDaniel Schwarz2017-11-29111-1910/+4906
* Apply naming conventions in sonar-ws protobufDaniel Schwarz2017-11-29153-909/+908
* Remove documentation from generated WS clientSimon Brandhof2017-11-29300-2409/+352
* Add @Generated to package_info.javaSimon Brandhof2017-11-291-0/+2
* Merge sonar-ws-generated into sonar-wsSimon Brandhof2017-11-29344-381/+1
* Update Generated annotation, to now link to "sonar-ws-generator"Daniel Schwarz2017-11-29253-253/+253
* Use a static date example in the docs of api/ce/activityDaniel Schwarz2017-11-291-3/+2
* Copy generated sonar-ws sources to sonar-ws-generated, automaticallyDaniel Schwarz2017-11-292-4/+4
* In ws-client-generator, remove obsolete class name special casesDaniel Schwarz2017-11-291-3/+0
* Generate client for api/user_groupsSimon Brandhof2017-11-2914-843/+17
* Delete unused class org.sonarqube.ws.MessageFormatterSimon Brandhof2017-11-292-75/+0
* Generate client for api/rulesSimon Brandhof2017-11-2921-848/+142
* Generate client for api/settingsSimon Brandhof2017-11-2919-123/+146
* Exclude some WS from code generationSimon Brandhof2017-11-292-46/+44
* Generate client of api/qualitygates and api/rootsSimon Brandhof2017-11-2943-349/+232
* Add generator of sonar-ws sourcesDaniel Schwarz2017-11-2931-909/+11381
* Initial generation of sonar-ws clientSimon Brandhof2017-11-29103-1878/+304
* SONAR-9000 display all organizations a user is a member ofStas Vilchik2017-11-2913-52/+78
* SONAR-9000 Regenerate WS client for api/organizations/searchTeryk Bellahsene2017-11-291-1/+22
* SONAR-9000 Drop api/organizations/search_my_organizationsTeryk Bellahsene2017-11-294-260/+1
* SONAR-9000 Add admin action to WS api/organizations/searchTeryk Bellahsene2017-11-295-74/+98
* SONAR-9000 Filter on membership in WS api/organizations/searchTeryk Bellahsene2017-11-295-33/+135
* SONAR-9000 Limit number of results for api/organizations/search to 500Teryk Bellahsene2017-11-292-16/+31
* Use correct metric suffixGrégoire Aubert2017-11-283-10/+10
* Automatic merge from branch-6.7ssjenka2017-11-271-1/+3
|\
| * Fix Maven scanner incompatibility in UpgradeTestSimon Brandhof2017-11-241-1/+3
| * Silent cancelation of branch build on Travis if a PR is openStas Vilchik2017-11-241-4/+5
| * SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-242-2/+2
* | fix assignee select in bulk change formStas Vilchik2017-11-243-9/+7
* | Add Unit tests for users permission pageGrégoire Aubert2017-11-2412-0/+701
* | Update users permission IT'sGrégoire Aubert2017-11-248-373/+201
* | Remove old users pageGrégoire Aubert2017-11-2429-1532/+1
* | Rewrite users page to TS and ReactGrégoire Aubert2017-11-2447-538/+2428
* | Move 'parseError' to request libGrégoire Aubert2017-11-2422-40/+38
* | Silent cancellation of branch build on Travis if a PR is openStas Vilchik2017-11-241-4/+5
* | Revert "Do not compile Java tests in quick-build.sh"Simon Brandhof2017-11-241-1/+1
* | SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-242-2/+2
* | fix logback configuration in UTs to drastically reduce build verbositySébastien Lesaint2017-11-2413-5/+151
* | fix unstable UT SharedHealthStateImplTestSébastien Lesaint2017-11-241-0/+3
* | SONAR-10104 use fixed ThreadPool with timeout on core threadsSébastien Lesaint2017-11-241-14/+18
* | SONAR-10112 add MBean to monitor queue and workers of AsyncExecutionSébastien Lesaint2017-11-248-19/+256
* | SONAR-10104 make webhooks run synchronously in the Compute EngineSébastien Lesaint2017-11-245-3/+86
* | SONAR-10104 update IT to support concurrent and async webhook callsSébastien Lesaint2017-11-242-3/+19
* | SONAR-10104 async webhooks with full in-memory implementationSébastien Lesaint2017-11-2416-16/+454
* | SONAR-10085 include EvaluatedQualityGate in QGChangeEventSébastien Lesaint2017-11-2413-342/+707
* | SONAR-10065 persist properties sonar.pullRequest.* from analysis reportSébastien Lesaint2017-11-242-13/+43
* | SONAR-10085 add Quality Gate Change event APISébastien Lesaint2017-11-2422-1020/+1605