Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix code quality issues | Duarte Meneses | 2021-09-24 | 5 | -15/+13 |
| | |||||
* | SONAR-15424 Compute Engine fails with NPE when analysing PR without main branch | Duarte Meneses | 2021-09-24 | 2 | -1/+7 |
| | |||||
* | SONAR-15412 detection of branches and PRs when using CodeMagic CI | Lukasz Jarocki | 2021-09-23 | 3 | -0/+146 |
| | |||||
* | SONAR-15387 Import of Generic Tests data shouldn't fail if a file has no ↵ | Duarte Meneses | 2021-09-22 | 4 | -18/+55 |
| | | | | recognized language | ||||
* | SONAR-15208 Scanner should distinguish between network and server errors ↵ | Duarte Meneses | 2021-09-16 | 2 | -14/+31 |
| | | | | when uploading report | ||||
* | SONAR-15349 unit tests | Lukasz Jarocki | 2021-09-15 | 1 | -3/+7 |
| | |||||
* | SONAR-15349 Adding warning when missing SVN auth data | Lukasz Jarocki | 2021-09-15 | 4 | -2/+131 |
| | |||||
* | SONAR-15380 Remove SVN properties configuration section on Administration | Zipeng WU | 2021-09-15 | 1 | -1/+1 |
| | |||||
* | SONAR-15338 Filter out SQ secured properties on settings endpoint | Zipeng WU | 2021-09-15 | 2 | -1/+19 |
| | |||||
* | Code smell fix: Remove unused imports | Bruno Andrade | 2021-07-12 | 1 | -1/+0 |
| | |||||
* | SONAR-10762 Drop usage of 'user_managed' column | Jacek | 2021-07-07 | 2 | -16/+8 |
| | |||||
* | SONAR-14917 Misleading memory amounts displayed in Administration > System | Duarte Meneses | 2021-06-30 | 1 | -2/+3 |
| | |||||
* | SONAR-14890 Link to documentation in Warnings should be relative | Duarte Meneses | 2021-06-29 | 5 | -33/+49 |
| | |||||
* | SONAR-13191 Fail analysis when project is using an invalid key | Jacek | 2021-06-24 | 2 | -71/+49 |
| | |||||
* | SONAR-15056 It should be possible to create external issues with project ↵ | Tobias Stadler | 2021-06-18 | 1 | -0/+16 |
| | | | | location | ||||
* | SONAR-14925 Remove code deprecated before 7.0 in the Plugin API | Duarte Meneses | 2021-06-17 | 34 | -858/+118 |
| | |||||
* | SONAR-14924 fixed a bug where running analysis inside submodule sometimes ↵ | Lukasz Jarocki | 2021-06-16 | 2 | -16/+84 |
| | | | | were not detecting any changes | ||||
* | SONAR-14951 Scanners require Java 11 | Sébastien Lesaint | 2021-06-09 | 2 | -15/+1 |
| | |||||
* | SONAR-14882 Remove Staxmate and Woodstox dependencies from plugin API | Julien HENRY | 2021-05-28 | 2 | -11/+2 |
| | |||||
* | SONAR-14783 Link Java 11 Upgrade Notes in Warning | colin-mueller-sonarsource | 2021-04-30 | 1 | -1/+2 |
| | |||||
* | SONAR-14750 - Add link to warning + update doc | Belen Pruvost | 2021-04-29 | 4 | -5/+10 |
| | |||||
* | SONAR-14739 reduce JGit logs | Jacek | 2021-04-27 | 1 | -1/+6 |
| | |||||
* | SONAR-14731 - Fix GitScmProvider log | Belen Pruvost | 2021-04-21 | 2 | -11/+24 |
| | |||||
* | SONAR-14550 Show analysis warning when scanner uses Java < 118.8.0.42792 | Duarte Meneses | 2021-03-26 | 2 | -7/+9 |
| | |||||
* | SONAR-14192 Deprecating rule keys may break users' exclusion settings | Duarte Meneses | 2021-03-17 | 4 | -5/+5 |
| | |||||
* | SONAR-14192 Deprecating rule keys may break users' exclusion settings | Duarte Meneses | 2021-03-17 | 12 | -79/+188 |
| | |||||
* | SONAR-14192 Add optional return field 'deprecatedKeys' to /api/rules/search | Michal Duda | 2021-03-17 | 3 | -4/+12 |
| | |||||
* | SONAR-14525 include CI usage information in telemetry | Michal Duda | 2021-03-04 | 26 | -63/+455 |
| | |||||
* | SONAR-14525 include SCM usage information in telemetry | Michal Duda | 2021-03-04 | 2 | -18/+29 |
| | |||||
* | SONAR-14527 Use 30s write timeout when submitting scanner report | Duarte Meneses | 2021-03-03 | 2 | -1/+15 |
| | |||||
* | Revert SONAR-14478, SONAR-14462, SONAR-14461 | lukasz-jarocki-sonarsource | 2021-02-26 | 4 | -210/+2 |
| | | | | | | | | | | | | | | | | | | | | | * Revert "SONAR-14478 - Main Branch Documentation" This reverts commit 59eae7cf3f2e611e162a4e0122ae5846b10a45b1. * Revert "SONAR-14462 Do not display the branch name until the main branch is analyzed for the first time" This reverts commit 20f7319c06affdae62d39d1bad002f16504465a2. * Revert "SONAR-14461 main branch detection" This reverts commit c04baa1e8e3b492953d66a6bc4111c01f3ee3069. * Revert "SONAR-14461 Remove hardcoded usage of 'master'" This reverts commit 32eefaf2d36af375af280cc3ba664fd71e0f6afd. * Revert "SONAR-14461 save the default main branch when needed" This reverts commit 879a4be2afc570b2248fb4d639f42f913215805b. | ||||
* | SONAR-14461 main branch detection | lukasz-jarocki-sonarsource | 2021-02-19 | 4 | -4/+206 |
| | |||||
* | SONAR-14461 save the default main branch when needed | Pierre | 2021-02-19 | 1 | -0/+6 |
| | |||||
* | SONAR-14397 Update the Java < 11 warning displayed by SonarQube Scanners | Duarte Meneses | 2021-02-10 | 1 | -1/+1 |
| | |||||
* | SONAR-14396 Decorate PRs in Bitbucket Cloud | Michal Duda | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Flush stdout/err | Malena Ebert | 2021-01-30 | 1 | -0/+2 |
| | |||||
* | SONAR-14393 Add configuration for Bitbucket Cloud settings | Duarte Meneses | 2021-01-29 | 1 | -2/+4 |
| | |||||
* | SONAR-14340 - ‘Not authorized’ analysis should prompt for a token, not ↵ | Mark Rekveld | 2021-01-14 | 2 | -3/+3 |
| | | | | login/password | ||||
* | SONAR-14245 Drop organization related tables | Duarte Meneses | 2021-01-11 | 2 | -31/+0 |
| | |||||
* | Update license headers for 2021 [update headers] | Wouter Admiraal | 2021-01-08 | 465 | -465/+465 |
| | |||||
* | SONAR-13312 drop 'sonar.organization' scanner parameter | Jacek | 2020-12-22 | 42 | -503/+154 |
| | | | | - drop unused bitbucket pipelines references | ||||
* | SONAR-13999 drop organization from CE steps | Jacek | 2020-12-22 | 2 | -16/+0 |
| | |||||
* | SONAR-13586 Specify target pull request with the remote name | Duarte Meneses | 2020-12-15 | 2 | -17/+36 |
| | |||||
* | fix code smells | Pierre | 2020-12-14 | 12 | -50/+62 |
| | |||||
* | Code smell fix: remove unused code | Zipeng WU | 2020-12-11 | 3 | -16/+0 |
| | |||||
* | fix floating point equality | Zipeng WU | 2020-12-09 | 1 | -1/+1 |
| | |||||
* | SONAR-14009 SVN configuration in SQ server does not work | Duarte Meneses | 2020-10-22 | 5 | -66/+17 |
| | |||||
* | SONAR-13869 Add a flag in telemetry to know if there's some c/c++ unanalyzed ↵ | Julien Lancelot | 2020-09-29 | 1 | -4/+5 |
| | | | | | | | code * SONAR-13869 Compute number of unanalyzed C and C++ files measures * SONAR-13869 Send unanalyzed C and C++ flags in Telemetry | ||||
* | SONAR-13867 Collect number of indexed C/C++ files in the scanner | Michal Duda | 2020-09-29 | 12 | -71/+193 |
| | |||||
* | SONAR-13643 Save plugins with type | Duarte Meneses | 2020-09-18 | 4 | -15/+37 |
| |