aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-17513 Deprecated legacy pagination parameters in APIs resultsMalek-Ben-Anes2022-10-281-3/+5
|
* SONAR-17515 new Properties for Login Message in the General Settings panel ↵zipeng-wu-sonarsource2022-10-271-0/+1
| | | | | (#6949) Co-authored-by: Zipeng WU <zipeng.wu@sonarsource.com>
* SONAR-17497 Add web service to reindex issuesalain2022-10-271-0/+13
|
* SONAR-11466 Deprecate legacy pagination parameters in api/issues/search responseMalek-Ben-Anes2022-10-241-3/+3
|
* SONAR-9539 Sanitize api/rules/create web servicealain2022-10-141-1/+25
|
* SONAR-16633 splitting plugins into two categories in the scanner contextLukasz Jarocki2022-10-141-0/+1
|
* SONAR-17399 Add OWASP ASVS filtering for issues search based on the levelZipeng WU2022-10-101-0/+1
|
* SONAR-17399 add owasp asvs 40 level support in security_report show APIMatteo Mara2022-10-101-0/+1
|
* SONAR-17393 Add OWASP ASVS report to 'api/security_reports/show' API call.Dimitris Kavvathas2022-10-071-0/+1
|
* SONAR-17393 add constants and common code for handling OWASP ASVSMatteo Mara2022-10-071-0/+1
|
* SONAR-17279 - Add ITs for scanning alerts in GitHub enterpriseKlaudio Sinani2022-10-076-1/+156
|
* SONAR-17321 expose ruleKey in hotspot.search endpoint Benjamin Campomenosi2022-09-261-0/+1
|
* SONAR-17337 Scanner download of analyzer cache doesn't handle compression ↵Duarte Meneses2022-09-205-1/+167
| | | | correctly
* SONAR-17271 update issue changelog with information about webhookAurelien Poscia2022-09-191-0/+2
|
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-161-1/+1
|
* SONAR-17287 Return optional flow description and type in WS responsesDuarte Meneses2022-09-162-0/+10
|
* SONAR-17149 drop fromHotspot field from issues payloadAurelien Poscia2022-08-081-1/+1
|
* SONAR-17061 add PCI DSS to security reports show APIMatteo Mara2022-07-252-0/+4
|
* SONAR-16371 - Use EnumTypes for pull issues and pull taintsBelen Pruvost2022-07-251-4/+4
|
* SONAR-16371 - Pull Taint ITsBelen Pruvost2022-07-251-0/+17
|
* SONAR-16371 - Implement pull_taint endpointBelen Pruvost2022-07-252-0/+20
|
* SONAR-16613 Migrate users field 'sonarlint_ad_seen' to use the new notice ↵Pierre2022-07-212-16/+1
| | | | mechanism
* SONAR-16567 Use user-friendly date format and improve notification messageZipeng WU2022-07-181-1/+1
|
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-121-3/+3
|
* SONAR-16599 Create a new endpoint to dismiss noticePierre2022-07-122-0/+17
|
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-121-0/+5
| | | | (cherry picked from commit 31375405689110a07958f2c3be3f3b6d2a824e2b)
* SONAR-16614 Modify issues search API to include ruleDescriptionContextKey fieldAntoine Vinot2022-07-081-0/+1
|
* SONAR-16614 add to api/rules/search and api/rules/show payload, the subfield ↵Aurelien Poscia2022-07-081-0/+1
| | | | key in the field ruleDescriptionSection.context
* Revert "SONAR-16598 Add new generic concepts to rules/show and rules/search ↵Pierre2022-07-081-5/+0
| | | | | | endpoints" This reverts commit 31375405689110a07958f2c3be3f3b6d2a824e2b.
* SONAR-16598 Add new generic concepts to rules/show and rules/search endpointsPierre2022-07-081-0/+5
|
* [NO JIRA] Replace 'squid' with 'java'Belen Pruvost2022-07-078-8/+8
|
* SONAR-16567 add the field isExpired to the response of the token search API.Matteo Mara2022-07-071-0/+1
|
* SONAR-16567 add an analysis warning when using a token expiring in less than ↵Matteo Mara2022-07-061-0/+6
| | | | 7 days.
* SONAR-16567 update API api/user_tokens/search for returning the expiration dateMatteo Mara2022-07-013-1/+13
|
* SONAR-16565 update the API api/user_tokens/generate for accepting the token ↵Matteo Mara2022-07-011-0/+1
| | | | expiration date
* SONAR-16518 support contextual section descriptions in /api/rules/search and ↵Aurelien Poscia2022-06-301-0/+5
| | | | | | | | /api/rules/show + adapt ES indexation SONAR-16518 update api/rules/search, api/rules/show documentation Update /api/rules/search and /api/rules/show to put change log in change logs entries rather than description
* SONAR-11599 drop module_uuid from ES index, api/issues/search and issueDto.Aurelien Poscia2022-06-153-6/+4
|
* SONAR-16364 Do not return rule descriptions in case the field is not requestedAurelien Poscia2022-06-091-1/+5
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-073-15/+1
|
* SONAR-16079: Use `sinceLeakPeriod` in generated hotpots URLs used for PR ↵Dimitris Kavvathas2022-06-072-6/+6
| | | | | | | | | | | | | | decoration. Frontend still recognizes `sinceLeakPeriod` and translates it to `inNewCodePeriod` when it calls the WS. Therefore, the generated links should still use the old parameter name until the frontend is updated. SONAR-16079: Update test with 'inNewCodePeriod' parameter SONAR-16079: Revert usage of "inNewCodePeriod" from the frontend SONAR-16079: Continue using "sinceLeakPeriod" on the frontend and send the new "inNewCodePeriod" param to the backend SONAR-16079: Update description for "inNewCodePeriod" parameter SONAR-16079: Extract static fields for String literals SONAR-16079: Replace "sinceLeakPeriod" parameter with "inNewCodePeriod" for "api/hotspots/search" internal endpoint
* SONAR-16423 - License Usage endpoint should be standard APIBelen Pruvost2022-06-031-0/+14
|
* SONAR-16423 - Project license API changesBelen Pruvost2022-06-021-4/+3
|
* SONAR-16370 Added integration test for new endpoint api/issues/pullLukasz Jarocki2022-06-012-0/+106
|
* SONAR-16316 Add ITDuarte Meneses2022-06-015-0/+152
|
* SONAR-16370 added new endpoint api/issues/pullLukasz Jarocki2022-06-012-0/+32
|
* SONAR-16177 fix SSF-206Aurelien Poscia2022-05-301-0/+1
|
* SONAR-16397 update hotspot API to handle advanced rule descriptionsAurelien Poscia2022-05-111-3/+3
|
* SONAR-16364 Update Rule API to support multiple description sectionsZipeng WU2022-05-091-1/+7
|
* SONAR-16263 Added integration testsLukasz Jarocki2022-04-292-1/+24
|
* SONAR-16264 - Search Tokens endpoint updateBelen Pruvost2022-04-291-0/+7
|