aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-222-2/+0
| | | | | | | | | | | | | | | | | | | | * remove componentId, uuid params and associated documentation * remove deprecated params from api/components/search_projects * remove deprecated params from api/components/show * remove request parameters: key, componentId, id * remove deprecated params from api/components/suggestions * remove deprecated params from api/components/tree * remove deprecated request parameters: baseComponentKey, componentId, baseComponentId * remove `id` field response from api/components/search, api/components/search_projects * fix description in api/components/show
* SONAR-12259 - remove deprecated request params, response fields from ↵Jacek2019-07-229-496/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | api/projects (#1881) * remove deprecated params from api/projects/bulk_delete * remove deprecated projectsIds param * update documentation for api/projects/bulk_delete * remove deprecated params from api/projects/bulk_update_key * remove deprecated params: key, projectId, id * update documentation for api/projects/bulk_update_key * remove deprecated params from api/projects/create * remove deprecated param: key * update documentation for api/projects/create * remove deprecated params from api/projects/delete * remove deprecated param: projectId, key * update documentation for api/projects/delete * remove deprecated apis: api/projects/ghosts | index | provisioned * remove deprecated params from api/projects/search * remove deprecated param: projectIds * remove deprecated response fields: id (uuid) * remove all usage of deprecated params: page, pageSize (remove associated tests) * update documentation for api/projects/search * remove deprecated params from api/projects/search_my_projects * remove deprecated response fields: id (uuid) * update documentation for api/projects/search_my_projects * remove deprecated params from api/projects/update_key * remove deprecated params: id, projectId, key, newKey * change "from" param to be mandatory * remove ProjectListTest.java file as endpoint does not exist anymore * bump orchestrator version * remove ComponentDao and ComponentMapper methods associated with deprecated code * use "project" param when calling api/projects/create * update ProjectDumpOperations#renameProjectKey to use api/projects/update_key endpoint * use java api calls instead of URLs * bump orchestrator version to latest released 3.26.0.2111
* Fix generation of javadocSimon Brandhof2019-07-171-0/+1
|
* Clean depsDuarte Meneses2019-07-171-1/+3
|
* MMF-769 User can close their account (#1861)Benoit2019-07-122-0/+11
|
* SONAR-12275 Add 'component' param to ce/activity endpoint (#1904)Jacek2019-07-102-8/+18
| | | | | | * add 'component' param to ce/activity endpoint * deprecate 'componentId' request param * remove unnecessary method in IT
* SC-764 Return alm ogranization type in /api/navigation/organizationBenoît Gianinetti2019-07-051-0/+1
|
* SC-764 Drop guarded field in WS responsesJanos Gyerik2019-07-051-1/+0
|
* SC-764 Drop personalOrganization in /api/users/currentBenoit2019-07-051-1/+0
|
* SONAR-10996 Deprecate the facetMode parameter of api/issues/searchDuarte Meneses2019-06-281-0/+4
|
* SONAR-12221 Add pagination to api/qualitygates/searchJulien Lancelot2019-06-281-0/+5
|
* SONAR-12002 Fail startup if JRE < 11Duarte Meneses2019-06-281-1/+0
|
* SONAR-12038 Add pendingTime to api/ce/activity_status and ComputeEngineTasks ↵Duarte Meneses2019-06-031-0/+1
| | | | JMX metrics
* SONAR-11950 add revision to response of WS api/project_analysis/searchSimon Brandhof2019-05-221-0/+1
|
* SONAR-11950 add revision to response of WS api/projects/searchSimon Brandhof2019-05-221-0/+2
|
* SONAR-12026 add transition reset as to reviewPierre Guillot2019-05-221-2/+2
|
* SONAR-12026 introduce new status 'reviewed' and new transition 'resolve as ↵Pierre Guillot2019-05-221-2/+2
| | | | reviewed' for hotspot
* SONAR-12026 Add transition "Set as In Review" on Security HotspotsPierre Guillot2019-05-221-4/+4
|
* SONAR-11973 Update sonar-wsWouter Admiraal2019-05-074-1/+142
|
* SONAR-11983 new "sonarsource" security reportMichal Duda2019-05-071-0/+1
|
* Add missing dependency 'javax.annotation-api' with Java 11Duarte Meneses2019-04-301-0/+1
|
* SONAR-12000 add secret to response of WS api/webhooks/listSimon Brandhof2019-04-291-1/+1
|
* SONAR-12000 add secret to WS api/webhooks/create and api/webhooks/updateSimon Brandhof2019-04-294-6/+31
|
* SONAR-11856 Store the "true" target branch in the scanner report to display ↵Duarte Meneses2019-04-231-0/+1
| | | | it properly
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-1518-448/+5
|
* Revert "SONAR-11876 Remove ws deprecated in SonarQube 5.X"Julien Lancelot2019-04-0418-1/+442
| | | | This reverts commit e1559e763aa1d3b436b46044a352a43e16aaa38a.
* SONAR-11876 Remove ws deprecated in SonarQube 5.XJulien Lancelot2019-04-0418-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-wsJulien Lancelot2019-04-016-16/+70
|
* SONAR-7685 Remove guava dependency from sonar-wsJulien Lancelot2019-04-0112-64/+111
|
* SONAR-11631 Replace codePeriodVersion with buildStringJanos Gyerik2019-03-191-3/+2
|
* SONAR-11631 Add sonar.buildString to api/project_analyses/search responseJanos Gyerik2019-03-191-0/+1
|
* Remove deprecated stuff in applications ITsJulien Lancelot2019-03-132-20/+22
|
* SONAR-11707 Return branch QG status conditions in WSDuarte Meneses2019-03-112-31/+52
|
* Close properly okhttp connections in ITsJulien HENRY2019-03-061-4/+1
|
* SONAR-11670 Drop preview modeJulien HENRY2019-02-211-2/+0
|
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-181-0/+2
|
* SONAR-11653 add ITsSébastien Lesaint2019-02-111-8/+27
|
* SONAR-11666 add baseline flag to api/project_analyses/search responseSébastien Lesaint2019-02-111-0/+1
|
* SONAR-11659 add analysis's versions to api/project_analyses/searchSébastien Lesaint2019-02-111-0/+2
|
* SONAR-10199 Fix search of issues by author containing commaJulien Lancelot2019-02-113-12/+39
|
* Merge pull request #1178 from ↵Julien Lancelot2019-02-112-0/+2
| | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-176-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 WSJulien Lancelot2019-01-162-1/+78
|
* SONAR-10180 Drop the ability to keep history of directory measuresJulien HENRY2019-01-161-1/+1
|
* SONAR-11507 WS /batch/project new file structureMichal Duda2019-01-161-0/+1
|
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-161-5/+0
|
* SONAR-11476 deprecate/drop support for providing module/dir keys as ↵Michal Duda2019-01-161-1/+0
| | | | parameters to WS
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-082-6/+2
|
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-084-34/+2
|
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-084-37/+0
|