Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-19783 Check for existence of permissions Org permission->Administration | Aurelien Poscia | 2023-08-22 | 3 | -27/+60 | |
| | ||||||
* | SONAR-19783 post review changes | Aurelien Poscia | 2023-08-22 | 1 | -1/+1 | |
| | ||||||
* | SONAR-19783 Add method to fetch organization details from GitHub | Aurelien Poscia | 2023-08-22 | 3 | -1/+17 | |
| | ||||||
* | [NO JIRA] Typo - Github permission messages | guillaume-peoch-sonarsource | 2023-08-14 | 2 | -9/+9 | |
| | ||||||
* | SONAR-19945 allow GitHub provisioning on more than 30 orgs | Aurelien Poscia | 2023-08-09 | 8 | -22/+456 | |
| | ||||||
* | SONAR-19875 Make direct calls to GitHub to fetch repository team permissions | Wojtek Wajerowicz | 2023-07-18 | 4 | -44/+168 | |
| | ||||||
* | SONAR-19785 Add required new permissions in the GitHub config check | Antoine Vigneau | 2023-07-18 | 3 | -27/+115 | |
| | ||||||
* | NO-JIRA remove unused imports | Pierre | 2023-07-17 | 1 | -1/+0 | |
| | ||||||
* | NO-JIRA bumped bouncycastle to 1.74 | lukasz-jarocki-sonarsource | 2023-07-07 | 1 | -1/+1 | |
| | ||||||
* | SONAR-19490 Retrieve GitHub org members using GraphQl | Aurelien Poscia | 2023-06-27 | 1 | -1/+2 | |
| | ||||||
* | SONAR-15075 - Add analysis warning if missing contents read permission for ↵ | Antoine Vinot | 2023-06-20 | 2 | -4/+12 | |
| | | | | GH private repo. | |||||
* | [NOJIRA] Remove usage of deprecated Loggers. (#8527) | Wojtek Wajerowicz | 2023-06-13 | 7 | -20/+20 | |
| | ||||||
* | SONAR-19337 Support invalid GitHub Private Key in the config check | Antoine Vigneau | 2023-06-08 | 3 | -5/+24 | |
| | ||||||
* | SONAR-19346 GitHub config check available in Community Edition | Antoine Vigneau | 2023-06-05 | 8 | -2/+759 | |
| | ||||||
* | SONAR-19084 Fail fast when an organisation is suspended on GitHub | Antoine Vigneau | 2023-06-01 | 1 | -1/+8 | |
| | ||||||
* | SONAR-19337 Add endpoint to validate GitHub provisioning config. (#8414) | Wojtek Wajerowicz | 2023-06-01 | 1 | -27/+65 | |
| | ||||||
* | SONAR-19084 Fail fast if the GitHub App has not the expected permissions | Antoine Vigneau | 2023-05-11 | 1 | -54/+18 | |
| | ||||||
* | SONAR-19084 Sync Users from GitHub | Antoine Vigneau | 2023-05-11 | 1 | -0/+52 | |
| | ||||||
* | SONAR-19015 Use new log test fixtures in the sonar-plugin-api | Jeremy Davis | 2023-04-11 | 7 | -42/+45 | |
| | ||||||
* | SONAR-12243 Do not require 'commit statuses' GitHub App permission | Aurelien Poscia | 2023-01-13 | 2 | -3/+0 | |
| | ||||||
* | [NO-JIRA] Use record for data classes | Zipeng WU | 2023-01-12 | 1 | -63/+0 | |
| | ||||||
* | [NO-JIRA] Remove reported code smells about usages of toList | Matteo Mara | 2023-01-10 | 1 | -6/+3 | |
| | ||||||
* | NO-JIRA Refactor code to remove vulnerability FP | Antoine Vinot | 2023-01-03 | 1 | -7/+9 | |
| | ||||||
* | Update license templates for 2023 | Pierre | 2023-01-02 | 84 | -84/+84 | |
| | ||||||
* | SONAR-17827 Update usage of GitHub.com APIs to match the new versioning system. | Antoine Vinot | 2022-12-30 | 2 | -9/+8 | |
| | ||||||
* | SONAR-15595 Replace Gradle deprecated dependency scopes | Zipeng WU | 2022-12-01 | 1 | -16/+16 | |
| | ||||||
* | SONAR-13902 Improve bitbucket server error handling mechanism | Malek-Ben-Anes | 2022-10-25 | 2 | -36/+155 | |
| | ||||||
* | SONAR-17279 - Add ITs for scanning alerts in GitHub enterprise | Klaudio Sinani | 2022-10-07 | 3 | -1/+107 | |
| | ||||||
* | SONAR-17340 Add warning in logs in case code scanning alert is available on ↵ | Aurelien Poscia | 2022-09-22 | 2 | -3/+5 | |
| | | | | GitHub but GitHub apps misses permission | |||||
* | SONAR-17271 update issue from github webhook | Benjamin Campomenosi | 2022-09-19 | 1 | -7/+2 | |
| | ||||||
* | SONAR-17271 Introduce Github code scanning alert webhook payload parser | Klaudio Sinani | 2022-09-19 | 1 | -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 Campomenosi | 2022-09-05 | 1 | -0/+23 | |
| | | | | | | github scanning alerts fix some code smells | |||||
* | SONAR-17210 verify Github scanning alert feature is available before posting ↵ | Aurelien Poscia | 2022-08-30 | 3 | -1/+48 | |
| | | | | scanning alerts | |||||
* | SONAR-17210 - upload scanning alerts to GitHub | Aurelien Poscia | 2022-08-30 | 2 | -12/+5 | |
| | ||||||
* | SONAR-17210 - Update Github Scanning Alerts on status changes | Antoine Vinot | 2022-08-30 | 2 | -1/+129 | |
| | ||||||
* | SONAR-17150 make regex less sensitive | Aurelien Poscia | 2022-08-09 | 1 | -1/+1 | |
| | ||||||
* | SONAR-16291 Improve Bibucket cloud logs | Antoine Vinot | 2022-06-14 | 2 | -56/+118 | |
| | ||||||
* | SONAR-16449 remove SonarCloud references in SonarQube codebase | Pierre Guillot | 2022-06-07 | 1 | -3/+3 | |
| | ||||||
* | SONAR-15064 - Improve Azure Logs | Belen Pruvost | 2022-06-03 | 2 | -3/+41 | |
| | ||||||
* | SONAR-16232 Add dependencies to new sonar-plugin-api | Duarte Meneses | 2022-04-21 | 1 | -1/+2 | |
| | | | | | - fix tests - use plugin api from artifactory | |||||
* | SONAR-16152 SONAR-16153 use user provided read/connect timeout for bitbucket ↵ | Aurelien Poscia | 2022-03-28 | 4 | -6/+139 | |
| | | | | cloud http client and stop following redirections | |||||
* | NO-JIRA fixed JRE dependent unit test | Lukasz Jarocki | 2022-03-23 | 1 | -1/+1 | |
| | ||||||
* | SONAR-14721 SONAR-14722 SONAR-14723 do not follow redirects when interacting ↵ | Aurelien Poscia | 2022-03-16 | 3 | -3/+6 | |
| | | | | with ALM APIs | |||||
* | SONAR-15994 Migrate Sonarqube IOC framework from Pico to Spring | Duarte Meneses | 2022-02-22 | 1 | -0/+2 | |
| | ||||||
* | [NO-JIRA] Upgrade minor backend dependencies | Jacek | 2022-02-04 | 1 | -1/+1 | |
| | ||||||
* | Update license headers for 2022 [update headers] | Pierre | 2022-01-28 | 78 | -81/+78 | |
| | ||||||
* | SONAR-15769 added metrics for integration with devops platforms | Lukasz Jarocki | 2021-12-13 | 11 | -0/+733 | |
| | ||||||
* | Improve code quality | Duarte Meneses | 2021-11-20 | 3 | -8/+6 | |
| | ||||||
* | SONAR-15631 - Refactor UTs to stop using ExpectedException | Klaudio Sinani | 2021-11-19 | 4 | -22/+9 | |
| | ||||||
* | SONAR-15488 x-total header is optional | Pierre | 2021-10-08 | 3 | -4/+45 | |
| |