aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SONAR-16263 Update API endpoint for token generationMatteo Mara2022-04-291-0/+1
|
* SONAR-16260 - Add token type to user_tokensbelen-pruvost-sonarsource2022-04-291-0/+1
|
* SONAR-16261 - Endpoint to search for Projects a user can scanBelen Pruvost2022-04-292-0/+11
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+1
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16139 Drop api/users/set_setting and related db tableDuarte Meneses2022-04-017-171/+1
|
* SONAR-16182 Migrate remaining modules from java 8 to java 11Duarte Meneses2022-03-281-2/+0
|
* SONAR-16129 Handle Owasp Top 10 2021 facet in issue searchMatteo Mara2022-03-211-1/+1
|
* SONAR-16123 Update security_reports endpointMatteo Mara2022-03-181-0/+1
|
* SONAR-16128 SONAR-16126 Update Security PDF Report with OWASP Top 10 and CWE ↵Lukasz Jarocki2022-03-171-0/+1
| | | | | | 2021 data Co-authored-by: Belén Pruvost <belen.pruvost@sonarsource.com>
* SONAR-13672 fixed bibucket -> bitbucket typoAurelien Poscia2022-03-164-6/+6
|
* Revert "SONAR-13672 fixed bibucket -> bitbucket typo"Aurelien Poscia2022-03-164-6/+6
| | | | This reverts commit a9902e75b917f3007b8226afe6d2dc51c9a7b519.
* SONAR-13672 fixed typo bibucket -> bitbucket typo--replace-all2022-03-164-6/+6
|
* SONAR-16073 add integration test for new endpointLéo Geoffroy2022-03-091-0/+14
|
* SONAR-16013 export database results to CSVMatteo Mara2022-03-091-1/+1
|
* SONAR-16058 replace sinceLeakPeriod with inNewCodePeriodMatteo Mara2022-03-011-0/+2
|
* SONAR-16009 Extend response of `api/hotspots/search` to include secondary ↵Klaudio Sinani2022-02-251-0/+2
| | | | locations data