aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-22274 set minimum length for webhook secret to 16 to improve securitylukasz-jarocki-sonarsource2024-06-185-11/+56
|
* SONAR-22365 Fix SSF-571Antoine Vigneau2024-06-172-1/+27
|
* SONAR-22363 Fix SSF-572Antoine Vigneau2024-06-132-2/+20
|
* NO-JIRA Remove the public qualifier in a testCarmine Vassallo2024-06-051-1/+1
|
* SONAR-22224 Correctly Override Inherited ruleOrlovAlexander2024-06-031-1/+1
|
* SONAR-22224 Correctly Override Inherited ruleOrlovAlexander2024-06-031-1/+6
|
* SONAR-22224 Add prioritizedRule to rules/search apiDDMili2024-06-035-2/+31
|
* SONAR-22224 Add missin prioritizedRule facet to issues/search apiDejan Milisavljevic2024-06-031-1/+2
|
* SONAR-22224 update rule show apiOrlovAlexander2024-06-033-30/+35
|
* SONAR-22224 update api activate_rule, activate_rulesOrlovAlexander2024-06-039-189/+293
|
* SONAR-22224 Add prioritizedRule to issue/search apiDDMili2024-06-034-1/+11
|
* SONAR-22224 live update metricDDMili2024-06-033-0/+18
|
* SONAR-22331 Add branchId field to project_branches/list (#11186)Cody Simms2024-05-303-5/+22
|
* SONAR-22246 Cleanup SQL query for the ncloc of biggest branchEric Giffon2024-05-161-1/+1
|
* SONAR-22148 Spotlight tour for cayc in branch overviewMathieu Suen2024-05-102-2/+4
|
* NO-JIRA remove redundant quality gate UUID creationZipeng WU2024-05-084-14/+5
|
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-083-29/+34
|
* SONAR-22143 deprecate endpoint in favor of its api/v2 equivalentMatteo Mara2024-05-081-1/+5
|
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-085-89/+35
|
* SONAR-22170 Removing a quality gate should remove QG conditionsZipeng WU2024-05-032-0/+28
|
* SONAR-20440 Update new code definition documentation linksMathieu Suen2024-05-029-13/+13
|
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-113-21/+4
|
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-103-37/+66
|
* SONAR-21908 Fix incomplete json response on errorLéo Geoffroy2024-04-031-11/+12
|
* SONAR-21909 Introduce active version field in upgrades apiOrlovAlexander2024-04-037-29/+324
|
* SONAR-21819 Add DevOpsPlatformCreator for Azure DevOps.Wojtek Wajerowicz2024-03-282-113/+31
|
* SONAR-21819 DevopsProjectCreator for BitBucket serverAntoine Vigneau2024-03-286-139/+47
|
* SONAR-21819 Deprecate v1 endpoint to import DOP projectsAntoine Vigneau2024-03-2810-26/+59
|
* SONAR-21819 Add DevOpsPlatformCreator for BitBucket Cloud.Wojtek Wajerowicz2024-03-282-120/+31
|
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-287-145/+42
|
* SONAR-21819 Extract logic reusable between legacy and v2 endpoints.Wojtek Wajerowicz2024-03-2874-6028/+147
|
* SONAR-21819 Add DevOpsPlatformCreator for GitLab.Wojtek Wajerowicz2024-03-2817-140/+640
|
* SONAR-21602 improved docs for /api/components/searchlukasz-jarocki-sonarsource2024-03-271-1/+4
|
* SONAR-21799 fix issue with sorting by impact data metricLéo Geoffroy2024-03-254-72/+226
|
* SONAR-21770 Accept new metrics 'new_maintainability_issues', ↵Dejan Milisavljevic2024-03-259-66/+142
| | | | 'new_reliability_issues', 'new_security_issues'
* SGB-12 Fix tests by setting `issueUpdateDate` instead `updatedAt`Duarte Meneses2024-03-221-1/+3
|
* NO JIRA fix code smells after moving to lang3 libraryMatteo Mara2024-03-224-5/+6
|
* SONAR-21882 Fix SSF-570Antoine Vigneau2024-03-204-4/+25
|
* SONAR-21880 Fix SSF-569Bogdana2024-03-202-8/+10
|
* [NO-JIRA] Remove unused classesJacek Poreda2024-03-202-112/+0
|
* SONAR-21878 Fix SSF-568Antoine Vigneau2024-03-203-5/+34
|
* SONAR-21451 replace everit json schema validation library with json-sKema. ↵Steve Marion2024-03-166-156/+169
| | | | exclude commons-collection 3 from dependencies.
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-16130-176/+182
| | | | org.apache.commons:commons-lang3
* SONAR-21799 Deprecate metrics based on old types and severitiesLéo Geoffroy2024-03-136-4/+29
|
* SONAR-21795 Fix SSF-565Antoine Vigneau2024-03-133-6/+46
|
* SONAR-21776 Fix api/rules/list sortingEric Giffon2024-03-112-6/+28
|
* SONAR-21770 Add new accepted values for the 'metricKeys'Dejan Milisavljevic2024-03-082-53/+119
| | | 'maintainability_issues', 'reliability_issues', 'security_issues'
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-264-56/+16
|
* SONAR-21643 Convert some IT tests to Junit 5 (#10672)Dejan Milisavljevic2024-02-222-34/+35
|
* SONAR-21643 Migrate test case UT in Junit5Léo Geoffroy2024-02-212-35/+41
|