aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-webserver-webapi/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-22874 Rename Measure classes to ProjectMeasureEric Giffon2024-08-281-5/+5
|
* SONAR-22727 Manage new metrics in the live updateLéo Geoffroy2024-08-261-157/+408
|
* SONAR-22727 Add new metric to changelog in webapiLéo Geoffroy2024-08-261-1/+12
|
* SONAR-22516 API v2 endpoints for managing the email configurationAntoine Vigneau2024-08-161-1/+1
|
* SONAR-22224 live update metricDDMili2024-06-031-0/+7
|
* SONAR-22141 implement simple linear ETA algorithm for db-migration.Steve Marion2024-05-082-26/+30
|
* SONAR-22141 added new endpoint /api/v2/system/migrations-statuslukasz-jarocki-sonarsource2024-05-082-23/+12
|
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-101-33/+52
|
* SONAR-21909 Introduce active version field in upgrades apiOrlovAlexander2024-04-033-16/+191
|
* SONAR-21819 Add POST /dop-translation/bound-projects endpoint.Wojtek Wajerowicz2024-03-281-1/+1
|
* SONAR-21819 Extract logic reusable between legacy and v2 endpoints.Wojtek Wajerowicz2024-03-288-1183/+3
|
* SONAR-21819 Add DevOpsPlatformCreator for GitLab.Wojtek Wajerowicz2024-03-284-16/+316
|
* SONAR-21799 fix issue with sorting by impact data metricLéo Geoffroy2024-03-251-19/+85
|
* SONAR-21770 Accept new metrics 'new_maintainability_issues', ↵Dejan Milisavljevic2024-03-251-52/+61
| | | | 'new_reliability_issues', 'new_security_issues'
* [NO-JIRA] Remove unused classesJacek Poreda2024-03-201-49/+0
|
* SONAR-21452 move from commons-lang:commons-lang to ↵Matteo Mara2024-03-1621-27/+27
| | | | org.apache.commons:commons-lang3
* SONAR-21799 Deprecate metrics based on old types and severitiesLéo Geoffroy2024-03-131-0/+8
|
* SONAR-21643 Make rule compatible with JUnit5 (#10700)Dejan Milisavljevic2024-02-263-55/+7
|
* SONAR-21643 Migrate test case UT in Junit5Léo Geoffroy2024-02-211-35/+31
|
* SONAR-21455 fix deprecated metrics in 10.4lukasz-jarocki-sonarsource2024-02-011-2/+2
|
* SONAR-21455 Deprecate metrics in the api/measures/* endpointslukasz-jarocki-sonarsource2024-01-311-0/+8
|
* SONAR-21455 Compute high_impact_accepted_issues with impacts queryEric Giffon2024-01-311-24/+26
|
* SONAR-21455 Live update of impact measuresEric Giffon2024-01-311-9/+114
|
* SONAR-21116 Fix api/authentication/validate doesnt validate user tokensantoine.vinot2024-01-301-43/+64
|
* SONAR-21504 Correctly set project visibility and permissions on projects ↵Wojtek Wajerowicz2024-01-292-20/+21
| | | | created from GH Actions.
* SONAR-19603 Throw exception when lib/scanner doesn't exist.Wojtek Wajerowicz2024-01-221-1/+12
|
* SONAR-20934 Propagate useful error messages during GitHub project onboardingAntoine Vigneau2024-01-221-6/+28
|
* SONAR-21280 Use IssueStatus from plugin-api instead and remove old oneLéo Geoffroy2024-01-191-1/+1
|
* SONAR-21088 Fix SSF-434Wojtek Wajerowicz2024-01-172-7/+7
|
* SONAR-21273 Compute metrics new_accepted_issues and high_impact_accepted_issuesEric Giffon2024-01-171-0/+39
|
* NO-JIRA Update license headers to 2024Pierre2024-01-03197-197/+197
|
* SONAR-21204 Add info message to /api/ce/activityAurelien Poscia2023-12-221-2/+23
|
* SONAR-21131 Implement api v2 service for custom rule creationEric Giffon2023-12-081-38/+0
|
* SONAR-21131 Add response to new endpoint apiv2 rulesLéo Geoffroy2023-12-081-59/+0
|
* SONAR-21014 Return 400 instead 500 in case provided locale is invalidJacek Poreda2023-12-011-16/+26
|
* SONAR-21058 API v2 GET /authorizations/groups/{groupId}Wojtek Wajerowicz2023-11-231-339/+0
|
* SONAR-20932 Updated email issue notification to handle accepted issue statuslukasz-jarocki-sonarsource2023-11-081-3/+3
|
* SONAR-20870 Add accept transition in replacement of wontfixLéo Geoffroy2023-11-081-1/+1
|
* SONAR-20877 Update naming to issueStatusLéo Geoffroy2023-11-081-3/+3
|
* SONAR-20892 Updated api/measures endpoints to return renamed metriclukasz-jarocki-sonarsource2023-11-081-2/+2
|
* SONAR-20877 Add new status field to api responseLéo Geoffroy2023-11-081-0/+11
|
* SONAR-20921 Handle more configuration errors in SAML test pageMatteo Mara2023-11-071-1/+1
|
* SONAR-20853 Set visibility from GitHub when creating a project via scanner.Wojtek Wajerowicz2023-11-021-3/+54
|
* SONAR-20700 add ProjectCreator to reuse logicAurelien Poscia2023-10-203-21/+33
|
* SONAR-20699 Propagate meaningful exceptions to the ScannerAntoine Vigneau2023-10-201-0/+19
|
* SONAR-20699 Don't fail project creation when GitHub configuration is not found.Wojtek Wajerowicz2023-10-201-13/+8
|
* SONAR-20700 Trigger a GH permission sync after project creationAurelien Poscia2023-10-202-9/+32
|
* SONAR-20700 Move GitHubPermissionConverter to sonar-alm-clientAurelien Poscia2023-10-202-2/+2
|
* SONAR-20700 Add scan permission for the user pushing the report in case ↵Aurelien Poscia2023-10-202-10/+29
| | | | auto-provisioning is on
* SONAR-20700 Use auth App installation token to check permissions on GHAurelien Poscia2023-10-202-19/+35
|