aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | | | | | | | | | * origin/branch-6.7: Fix Maven scanner incompatibility in UpgradeTest Silent cancelation of branch build on Travis if a PR is open SONAR-10057 upgrade PostgreSQL driver
| * Fix Maven scanner incompatibility in UpgradeTestSimon Brandhof2017-11-241-1/+3
| | | | | | | | Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
| * 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
| | | | | | | | to fix compatibility with PostgreSQL 10.0
* | 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
| | | | | | | | This reverts commit d7016491fb4bd7d1c19ba36499649ad6a6d6da8e.
* | SONAR-10057 upgrade PostgreSQL driverSimon Brandhof2017-11-242-2/+2
| | | | | | | | to fix compatibility with PostgreSQL 10.0
* | 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
| | | | | | | | this strategy really allows to use multiple threads when queue is growing and little to no workers when its small
* | 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
| | | | | | | | and use it for webhook on issue changes
* | SONAR-10085 BranchDto and SnapshotDto have equals hashCode & toStringSébastien Lesaint2017-11-242-0/+69
| |
* | SONAR-10085 webhook now use shared model of QualityGateSébastien Lesaint2017-11-2411-435/+166
| |
* | SONAR-10085 add QualityGate model to be shared accross serverSébastien Lesaint2017-11-248-0/+1066
| |
* | Support build of SonarQube with JDK 9Simon Brandhof2017-11-2365-419/+319
| |
* | Rename protobuf response of api/ce/componentDaniel Schwarz2017-11-234-26/+26
| | | | | | | | The new name "ComponentResponse" will allow to autogenerate sonar-ws for this webservice
* | SONAR-10119 Set default page size of api/organizations/search to 100Daniel Schwarz2017-11-232-4/+4
| |
* | LICENSE-85 Add OfficialDistribution to the pico of the compute engineJulien HENRY2017-11-222-1/+3
| |
* | Add USER_PATCHES_HOME support and minor quality improvements (#2815)Janos Gyerik2017-11-213-71/+85
| |
* | Automatic merge from branch-6.7ssjenka2017-11-211-11/+12
|\| | | | | | | | | * origin/branch-6.7: SONAR-10054 Fix error when changing rule severity for a quality profile
| * SONAR-10054 Fix error when changing rule severity for a quality profileGrégoire Aubert2017-11-201-11/+12
| |
* | Fix search form in project permission pageGrégoire Aubert2017-11-201-1/+1
| |
* | SONAR-10040 Fix usage of /api/rules/tagsGrégoire Aubert2017-11-201-1/+1
| |
* | fix ActionsDropdown menu positionStas Vilchik2017-11-202-3/+9
| |
* | update wording in marketplaceStas Vilchik2017-11-201-2/+2
| |