Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10996 Deprecate the facetMode parameter of api/issues/search | Duarte Meneses | 2019-06-28 | 1 | -0/+4 |
| | |||||
* | SONAR-12221 Add pagination to api/qualitygates/search | Julien Lancelot | 2019-06-28 | 1 | -0/+5 |
| | |||||
* | SONAR-12002 Fail startup if JRE < 11 | Duarte Meneses | 2019-06-28 | 1 | -1/+0 |
| | |||||
* | SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ↵ | Duarte Meneses | 2019-06-03 | 1 | -0/+1 |
| | | | | JMX metrics | ||||
* | SONAR-11950 add revision to response of WS api/project_analysis/search | Simon Brandhof | 2019-05-22 | 1 | -0/+1 |
| | |||||
* | SONAR-11950 add revision to response of WS api/projects/search | Simon Brandhof | 2019-05-22 | 1 | -0/+2 |
| | |||||
* | SONAR-12026 add transition reset as to review | Pierre Guillot | 2019-05-22 | 1 | -2/+2 |
| | |||||
* | SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as ↵ | Pierre Guillot | 2019-05-22 | 1 | -2/+2 |
| | | | | reviewed' for hotspot | ||||
* | SONAR-12026 Add transition "Set as In Review" on Security Hotspots | Pierre Guillot | 2019-05-22 | 1 | -4/+4 |
| | |||||
* | SONAR-11973 Update sonar-ws | Wouter Admiraal | 2019-05-07 | 4 | -1/+142 |
| | |||||
* | SONAR-11983 new "sonarsource" security report | Michal Duda | 2019-05-07 | 1 | -0/+1 |
| | |||||
* | Add missing dependency 'javax.annotation-api' with Java 11 | Duarte Meneses | 2019-04-30 | 1 | -0/+1 |
| | |||||
* | SONAR-12000 add secret to response of WS api/webhooks/list | Simon Brandhof | 2019-04-29 | 1 | -1/+1 |
| | |||||
* | SONAR-12000 add secret to WS api/webhooks/create and api/webhooks/update | Simon Brandhof | 2019-04-29 | 4 | -6/+31 |
| | |||||
* | SONAR-11856 Store the "true" target branch in the scanner report to display ↵ | Duarte Meneses | 2019-04-23 | 1 | -0/+1 |
| | | | | it properly | ||||
* | SONAR-11876 Remove ws deprecated in SonarQube 5.X | Julien Lancelot | 2019-04-15 | 18 | -448/+5 |
| | |||||
* | Revert "SONAR-11876 Remove ws deprecated in SonarQube 5.X" | Julien Lancelot | 2019-04-04 | 18 | -1/+442 |
| | | | | This reverts commit e1559e763aa1d3b436b46044a352a43e16aaa38a. | ||||
* | SONAR-11876 Remove ws deprecated in SonarQube 5.X | Julien Lancelot | 2019-04-04 | 18 | -442/+1 |
| | | | | | | | | | | | | | | | * Remove api/profiles WS * Remove api/resources WS * Remove api/tests WS * Remove api/ce/activity?componentQuery parameter * Remove api/ce/activity?p parameter * Remove api/issues/assign?me parameter * Remove api/issues/bulk_change?plan parameter * Remove 'actionsPlans' and 'reporters' values from api/issues/search?facets * Remove 'components', 'componentRoots' and 'componentRootUuids' from api/issues/search * Remove api/rules/create?manual_key parameter * Remove api/rules/update?debt_XXX parameters * Remove api/users/search?f parameter | ||||
* | SONAR-7685 Remove commons-io dependency from sonar-ws | Julien Lancelot | 2019-04-01 | 6 | -16/+70 |
| | |||||
* | SONAR-7685 Remove guava dependency from sonar-ws | Julien Lancelot | 2019-04-01 | 12 | -64/+111 |
| | |||||
* | SONAR-11631 Replace codePeriodVersion with buildString | Janos Gyerik | 2019-03-19 | 1 | -3/+2 |
| | |||||
* | SONAR-11631 Add sonar.buildString to api/project_analyses/search response | Janos Gyerik | 2019-03-19 | 1 | -0/+1 |
| | |||||
* | Remove deprecated stuff in applications ITs | Julien Lancelot | 2019-03-13 | 2 | -20/+22 |
| | |||||
* | SONAR-11707 Return branch QG status conditions in WS | Duarte Meneses | 2019-03-11 | 2 | -31/+52 |
| | |||||
* | Close properly okhttp connections in ITs | Julien HENRY | 2019-03-06 | 1 | -4/+1 |
| | |||||
* | SONAR-11670 Drop preview mode | Julien HENRY | 2019-02-21 | 1 | -2/+0 |
| | |||||
* | SONARCLOUD-336: Automatically guess the projectKey/organization | Michal Duda | 2019-02-18 | 1 | -0/+2 |
| | |||||
* | SONAR-11653 add ITs | Sébastien Lesaint | 2019-02-11 | 1 | -8/+27 |
| | |||||
* | SONAR-11666 add baseline flag to api/project_analyses/search response | Sébastien Lesaint | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | SONAR-11659 add analysis's versions to api/project_analyses/search | Sébastien Lesaint | 2019-02-11 | 1 | -0/+2 |
| | |||||
* | SONAR-10199 Fix search of issues by author containing comma | Julien Lancelot | 2019-02-11 | 3 | -12/+39 |
| | |||||
* | Merge pull request #1178 from ↵ | Julien Lancelot | 2019-02-11 | 2 | -0/+2 |
| | | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens | ||||
* | SONAR-11632 Remove api/tests WS | Julien Lancelot | 2019-01-17 | 6 | -361/+0 |
| | | | | | - Drop api/tests WS - Drop persistance of tests and coverage details from compute engine - Drop tests and coverage details from scanner report | ||||
* | SONAR-11610 Create api/users/update_login WS | Julien Lancelot | 2019-01-16 | 2 | -1/+78 |
| | |||||
* | SONAR-10180 Drop the ability to keep history of directory measures | Julien HENRY | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | SONAR-11507 WS /batch/project new file structure | Michal Duda | 2019-01-16 | 1 | -0/+1 |
| | |||||
* | SONAR-11488 Stop loading module level settings in scanner | Julien HENRY | 2019-01-16 | 1 | -5/+0 |
| | |||||
* | SONAR-11476 deprecate/drop support for providing module/dir keys as ↵ | Michal Duda | 2019-01-16 | 1 | -1/+0 |
| | | | | parameters to WS | ||||
* | SONAR-11572 Limit list of operators for QG conditions | Benoît Gianinetti | 2019-01-08 | 2 | -6/+2 |
| | |||||
* | SONAR-11571 Drop warning treshold from QG web services | Benoît Gianinetti | 2019-01-08 | 4 | -34/+2 |
| | |||||
* | SONAR-11570 Drop period from web services | Janos Gyerik | 2019-01-08 | 4 | -37/+0 |
| | |||||
* | Make OkHttpClientBuilder.setCredentials return this | Janos Gyerik | 2019-01-08 | 1 | -1/+2 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 10 | -10/+10 |
| | |||||
* | Fix license headers for 2019 | Duarte Meneses | 2019-01-02 | 406 | -407/+406 |
| | |||||
* | SONAR-11579 Create WS to store/load user settings | Julien Lancelot | 2018-12-20 | 3 | -4/+90 |
| | |||||
* | SONARCLOUD-176 Return subscription in api/organizations/search | Julien Lancelot | 2018-12-07 | 1 | -0/+13 |
| | |||||
* | SONAR-11514 Backdate issue when rule parameter is updated (#971) | Benoit | 2018-12-03 | 1 | -0/+1 |
| | |||||
* | SONAR-10770 Add Application definition change | Eric Hartmann | 2018-11-20 | 1 | -0/+14 |
| | | | | to projectanalysis/search WS | ||||
* | SONAR-10763 Add application QG information | Eric Hartmann | 2018-11-20 | 1 | -0/+13 |
| | | | | on projectanalysis/search action | ||||
* | Revert "SONAR-11487 Update OKHttp to 3.11.0" | Julien HENRY | 2018-11-16 | 1 | -2/+0 |
| | | | | This reverts commit 8c4f5e460f7400358c20606e5708f5bc5ea4c966. |