aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-17271 update issue from github webhookBenjamin Campomenosi2022-09-191-7/+2
|
* SONAR-17271 Introduce Github code scanning alert webhook payload parserKlaudio Sinani2022-09-191-10/+73
| | | | | | | | | | | | | | | | * 292a9c66137 SONAR-17271 Rename `GsonGithubWebhookPayload` class to `GsonGithubCodeScanningAlertWebhookPayload`. * 0fcf756bc35 SONAR-17271 Rename `GithubWebhookPayload` indentifiers to `GithubScanningAlertWebhookPayload`. * 9882b4f6705 SONAR-17271 Remove `GithubWebhookPayload#message` & `GithubWebhookPayload#toolName` properties. * ba6834fef16 SONAR-17271 Validate builder parameters in `GithubWebhookPayload` constructor scope. * 7250cb15b92 SONAR-17271 Allow `dismissedReason` property to be nullable. * 870efb823e3 SONAR-17271 Introduce builder pattern to `GithubWebhookPayload` class. * aa49dead5f0 SONAR-17271 Remove `GithubWebhookAction` enum. * dda46050d40 SONAR-17271 Refactor `GithubWebhookPayloadTest` test class. * 3a599896295 SONAR-17271 Rename `AlmWebhookPayload#getSonarIssueKey` supplier method to `AlmWebhookPayload#getSonarQubeIssueKey`. * de04692e92d SONAR-17271 Drop `AlmWebhookPayload#isAllowedAction` predicate method. * 597570d36b0 SONAR-17271 Refactor `GithubBinding` class structure. * 3054bcedbac SONAR-17271 Fix typo on UT identifier. * c89660c466b SONAR-17271 Introduce Github webhook payload parser.
* SONAR-17264 accept 404 response code when checking if user has access to ↵Benjamin Campomenosi2022-09-051-0/+23
| | | | | | github scanning alerts fix some code smells
* SONAR-17210 verify Github scanning alert feature is available before posting ↵Aurelien Poscia2022-08-303-1/+48
| | | | scanning alerts
* SONAR-17210 - upload scanning alerts to GitHubAurelien Poscia2022-08-302-12/+5
|
* SONAR-17210 - Update Github Scanning Alerts on status changesAntoine Vinot2022-08-302-1/+129
|
* SONAR-17150 make regex less sensitiveAurelien Poscia2022-08-091-1/+1
|
* SONAR-16291 Improve Bibucket cloud logsAntoine Vinot2022-06-142-56/+118
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-071-3/+3
|
* SONAR-15064 - Improve Azure LogsBelen Pruvost2022-06-032-3/+41
|
* SONAR-16232 Add dependencies to new sonar-plugin-apiDuarte Meneses2022-04-211-1/+2
| | | | | - fix tests - use plugin api from artifactory
* SONAR-16152 SONAR-16153 use user provided read/connect timeout for bitbucket ↵Aurelien Poscia2022-03-284-6/+139
| | | | cloud http client and stop following redirections
* NO-JIRA fixed JRE dependent unit testLukasz Jarocki2022-03-231-1/+1
|
* SONAR-14721 SONAR-14722 SONAR-14723 do not follow redirects when interacting ↵Aurelien Poscia2022-03-163-3/+6
| | | | with ALM APIs
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-221-0/+2
|
* [NO-JIRA] Upgrade minor backend dependenciesJacek2022-02-041-1/+1
|
* Update license headers for 2022 [update headers]Pierre2022-01-2878-81/+78
|
* SONAR-15769 added metrics for integration with devops platformsLukasz Jarocki2021-12-1311-0/+733
|
* Improve code qualityDuarte Meneses2021-11-203-8/+6
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-194-22/+9
|
* SONAR-15488 x-total header is optionalPierre2021-10-083-4/+45
|
* [NO-JIRA] Bump bouncycastle version to 1.69Jacek2021-09-281-1/+1
|
* SONAR-15388 - BBS Validation with missing response bodyBelen Pruvost2021-09-142-1/+12
|
* SONAR-13742 The payload should return GitHub API's 'html_url' value rather ↵Wouter Admiraal2021-08-132-4/+4
| | | | than 'html'
* SONAR-15133 Fix for Gitlab project onboardingPhilippe Perrin2021-07-131-3/+7
|
* Fix code smell: add package-info.javaZipeng WU2021-07-093-0/+72
|
* SONAR-14463 include forked repo in GH repo searchPierre2021-07-022-5/+5
|
* SONAR-15118 Reading DevOps response header should be case-insensitiveDuarte Meneses2021-07-014-4/+54
|
* SONAR-14871 Add handling group shared projects to GitLab PR decoration ↵Michal Duda2021-06-105-161/+67
| | | | validation
* SONAR-14871 Add Azure Devops project binding validationJacek2021-06-102-2/+42
|
* SONAR-14871 Bitbucket Server project PR decoration settings validationMichal Duda2021-06-103-53/+297
|
* SONAR-14871 Add Gitlab project binding validationJacek2021-06-106-8/+224
|
* SONAR-14806 Enable main branch detection for bitbucket cloud onboardingZipeng WU2021-05-213-4/+95
|
* SONAR-14805 Import a repository from bitbucket cloudZipeng WU2021-05-211-0/+5
|
* SONAR-14802 Search bitbucket cloud repository for onboardingZipeng WU2021-05-215-0/+258
|
* SONAR-14826 - BBC Authenticate through SetPatAction and CheckPatActionBelen Pruvost2021-05-212-6/+55
|
* SONAR-14746 improve BitbucketServer client logBelen Pruvost2021-04-302-9/+64
|
* SONAR-14213 Do not follow redirects when interacting with gitlab.com APIWouter Admiraal2021-04-202-0/+14
|
* SONAR-14646 copy issue state on branch mergeMichal Duda2021-04-091-23/+24
|
* SONAR-14644 updated headers for github apiLukasz Jarocki2021-04-062-8/+8
|
* SONAR-14628 ADO use version-specific API endpointsBelen Pruvost2021-03-292-14/+17
|
* SONAR-14581 print stacktrace during integration error with gitlabPierre2021-03-162-0/+89
|
* SONAR-14564 Update SonarQube main branch name during Azure DevOps project ↵Philippe Perrin2021-03-163-1/+79
| | | | onboarding
* SONAR-14565 Update SonarQube main branch name during Bitbucket Server ↵Lukasz Jarocki2021-03-165-0/+250
| | | | project onboarding
* SONAR-14558 Update SonarQube main branch name during Gitlab project onboardingPierre2021-03-163-11/+119
|
* SONAR-14566 Update SonarQube main branch name during Github project onboardingBelen Pruvost2021-03-164-5/+20
|
* SONAR-14395 Validate permissions for BitBucket PR decoration settingsDuarte Meneses2021-02-082-30/+11
|
* SONAR-14395 Validate permissions for BitBucket PR decoration settingsMichal Duda2021-02-082-78/+90
|
* SONAR-14396 Decorate PRs in Bitbucket CloudDuarte Meneses2021-02-081-4/+4
|
* SONAR-14395 Validate permissions for BitBucket PR decoration settingsDuarte Meneses2021-02-086-0/+564
|