aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-175-32/+126
|
* SC-13426 Align protobuf response with SonarCloudAntoine Vigneau2024-06-051-0/+10
|
* SONAR-22224 update rule show apiOrlovAlexander2024-06-031-0/+1
|
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-031-0/+1
|
* SONAR-22224 Add prioritizedRule to issue/search apiDDMili2024-06-032-0/+2
|
* SONAR-22331 Add branchId field to project_branches/list (#11186)Cody Simms2024-05-301-0/+1
|
* SONAR-22194 Use Okhttp interceptor to log requestsJulien HENRY2024-05-073-1/+16
|
* SONAR-22039 Support new timeout propertiesJulien HENRY2024-04-154-1/+38
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-051-10/+1
|
* SONAR-21857 fix ssflukasz-jarocki-sonarsource2024-03-197-3/+188
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-162-3/+3
| | | | org.apache.commons:commons-lang3
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-261-341/+0
|
* SONAR-21643 Add support to Junit5 for BBTsLéo Geoffroy2024-02-232-7/+69
|
* SONAR-21559 Fix failing QAWouter Admiraal2024-02-011-1/+1
|
* SONAR-21268 Fixed issues can be null in PR decorationEric Giffon2024-02-012-7/+7
|
* SONAR-21413 Make provisioning groups ready to handle allowed groupsAntoine Vigneau2024-01-232-3/+3
|
* SONAR-21121 Add GitLab provisioning ITs for groups and groups membershipAurelien Poscia2024-01-1812-2/+335
|
* SONAR-21259 added new param to api/issues/searchlukasz-jarocki-sonarsource2024-01-171-0/+1
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03487-502/+487
|
* SONAR-21119 Add Gitlab BBT for user provisioningAntoine Vigneau2023-12-223-1/+16
|
* SONAR-21204 Add info message to /api/ce/activityAurelien Poscia2023-12-221-0/+1
|
* SONAR-21194 add requiredForLanguages response fields to plugins/installed ↵Steve Marion2023-12-071-0/+1
| | | | endpoint.
* SONAR-21174 Fix code smells raised after dropping JDK11 supportMatteo Mara2023-12-047-31/+23
|
* SONAR-21157 Drop support for running the scanners with Java 11Matteo Mara2023-12-011-5/+0
|
* SONAR-21042 - Remove ES Rule index usage in Recently Added Rules and Scanner ↵Jacek Poreda2023-11-281-7/+7
| | | | Engine
* SONAR-20824 make Tester open source Benjamin Campomenosi2023-11-2218-9/+2765
|
* SONAR-21015 Move GitHub permission mapping endpoints to dop-translation domainWojtek Wajerowicz2023-11-202-6/+70
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-082-2/+2
|
* SONAR-20871 Add simple status to the issue indexBenjamin Campomenosi2023-11-081-1/+1
|
* SONAR-20877 Add new status field to api responseLéo Geoffroy2023-11-081-0/+1
|
* SONAR-20530 Set property to email type for validationEric Giffon2023-10-231-3/+1
|
* SONAR-20640 removed 'organization' parameter from ↵Aurelien Poscia2023-10-202-15/+0
| | | | api/alm_integrations/import_github_project
* SONAR-20665 add response field qualityProfile to projectanalysis/search responseMatteo Mara2023-10-181-0/+7
|
* SONAR-20607 New isDefault flag on api/qualitygates/show endpointZipeng WU2023-10-121-3/+4
|
* SONAR-20607 Add isCaycCondition attribute in 'api/qualitygates/show' endpointZipeng WU2023-10-121-3/+4
|
* SONAR-20546 add inactiveRuleCount to `api/qualityprofiles/inheritance`Benjamin Campomenosi2023-10-101-0/+1
|
* SONAR-20532 Add IT for GitHub custom rolesAurelien Poscia2023-09-286-0/+178
|
* SONAR-20258 Add all missing package-info.javaAurelien Poscia2023-08-254-0/+92
|
* SONAR-19759 fix SSF-423 + ITsAurelien Poscia2023-08-242-0/+12
|
* SONAR-19977 add AppId to force auth via webhookAurelien Poscia2023-08-242-0/+13
|
* SONAR-20156 New field previousUncompliantValue in api/new_code_periods/showZipeng WU2023-08-241-0/+2
|
* SONAR-20198 - add clean code fields in rules endpoints Benjamin Campomenosi2023-08-221-8/+17
|
* SONAR-20021 Add UNKNOWN enum entry for CCT enums to comply with ↵Léo Geoffroy2023-08-221-24/+28
| | | | retrocompatibility in sonarlint
* SONAR-20021 Update Issues web apis with Clean Code TaxonomyJacek Poreda2023-08-183-4/+49
|
* SONAR-20021 Add filter and facets for Software Quality, Severity and Clean ↵Jacek Poreda2023-08-181-0/+5
| | | | | | Code Attribute Category - Refactor issue indexer to use MyBatis mapping with cursor
* SONAR-19789 add ITs for permission sync upon GitHub onboardingAurelien Poscia2023-08-093-0/+156
|
* Revert "SONAR-19789 Return initial_perm_sync in /api/components/show"Antoine Vigneau2023-08-071-1/+0
| | | | This reverts commit 171c0704b98d9046bda7680585512d48ef73ecc2.
* SONAR-19789 Return initial_perm_sync in /api/components/showAntoine Vigneau2023-08-041-0/+1
|
* SONAR-19372 Add black box test for validating the anticipated transition on ↵Matteo Mara2023-08-021-0/+14
| | | | issues
* SONAR-19372 add api/issues/anticipated_transitions endpointDimitris Kavvathas2023-08-021-0/+1
|