aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-22046 Fixes cirrus parsing errorDavi Koscianski Vidal2024-04-111-1/+1
|
* SONAR-22016 Upgrade JS/TS/CSS analyzer to 10.13.2.25981 (#10967)Tibor Blenessy2024-04-111-1/+1
|
* SONAR-21822 Fix GitHub scan onboarding tutorial for monorepoAmbroise C2024-04-115-51/+39
|
* SONAR-22030 make sure field anticipatedTransitions is never null (#10949)Ngx2024-04-112-11/+35
|
* SONAR-21898 make ALM/DOP types consistent between v1 and v2 endpoints.Wojtek Wajerowicz2024-04-118-32/+105
|
* SONAR-22043 Update logback dependency to 1.5.3Julien HENRY2024-04-111-2/+3
|
* SONAR-22017 Show link to SonarQube downloads for no longer active versionViktor Vorona2024-04-103-3/+14
|
* SONAR-22017 Update Notification banner - no network connection caseViktor Vorona2024-04-1015-42/+105
|
* SONAR-22017 Add versionEOL to GlobalActionOrlovAlexander2024-04-106-53/+114
|
* SONAR-22017 Active version is also based on current EOLIsmail Cherri2024-04-106-22/+51
|
* SONAR-22017 Add eol date for active versionDejan Milisavljevic2024-04-103-1/+10
|
* SONAR-21822 Check if selected repository is already bound to an existing projectAmbroise C2024-04-109-60/+270
|
* SONAR-22011 Explain token creation for monorepo (#10935)Lucas2024-04-105-19/+48
|
* SONAR-21822 Add monorepo setup for GitHubAmbroise C2024-04-1049-636/+2046
|
* SONAR-22016 Upgrade JS/TS/CSS analyzer to v 10.13.1 (#10940)Tibor Blenessy2024-04-101-1/+1
|
* SONAR-21819 Add projectKey to project-bindings endpoint responses.Wojtek Wajerowicz2024-04-106-55/+176
|
* SONAR-21819 Make documentation for pagination consistent.Wojtek Wajerowicz2024-04-101-1/+4
|
* NO JIRA Fix build cache fingerprintMatteo Mara2024-04-101-1/+1
|
* SONAR-21858 Fix project overall ratings tooltip textIsmail Cherri2024-04-054-14/+49
|
* SONAR-22009 Fix NPE on SARIF import when Extensions don't have Rulesantoine.vinot2024-04-053-1/+39
|
* SONAR-21911 Cache build result and use it in analysis taskantoine.vinot2024-04-051-0/+9
|
* SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638antoine.vinot2024-04-057-17/+17
|
* SONAR-19324 rely on project_branches instead of components when calling ↵lukasz-jarocki-sonarsource2024-04-051-46/+28
| | | | api/projects/search endpoint
* SONAR-21910 Remove custom mapping for measure domainsViktor Vorona2024-04-052-20/+10
|
* SONAR-21899 Upgrade Python analyzer to 4.17 (#10915)Guillaume Dequenne2024-04-051-1/+1
|
* SONAR-21993 Update SonarPHP to 3.35.0.11659 (#10919)Peter Trifanov2024-04-051-1/+1
|
* SONAR-13582 Drop 'Language specific parameters' settingJulien HENRY2024-04-0515-377/+167
|
* SONAR-21052 Drop specific key validation for custom rules from rule templatesJulien HENRY2024-04-052-25/+2
|
* Remove dead codeJulien HENRY2024-04-054-274/+0
|
* SONAR-22000 Upgrade Sonar Dataflow Bug Detection to 1.25.0.8311antoine.vinot2024-04-051-3/+3
|
* SONAR-21980 Fix Project Binding creationAntoine Vigneau2024-04-045-12/+8
|
* SGB-11 Do not cleanup tempdirDejan Milisavljevic2024-04-041-1/+5
|
* SONAR-21962 Improve SonarVB analysis (#10913)Zsolt Kolbay2024-04-031-1/+1
|
* SONAR-21963 Improve SonarC# analysis (#10912)Zsolt Kolbay2024-04-031-1/+1
|
* SONAR-21959 Upgrade IaC plugin version to 1.27.0.9518 (#10898)Rudy Regazzoni2024-04-031-1/+1
|
* SONAR-21988 Improve SonarSecurity analysis (#10914)Christophe Zürn2024-04-031-6/+6
|
* SONAR-21908 Fix incomplete json response on errorLéo Geoffroy2024-04-031-11/+12
|
* SONAR-21908 Update update-center version to 1.32.0.2441Léo Geoffroy2024-04-031-1/+1
|
* SONAR-21909 Introduce active version field in upgrades apiOrlovAlexander2024-04-038-30/+325
|
* SONAR-21909 Remove "build" from current version informationIsmail Cherri2024-04-032-6/+5
|
* SONAR-21909 Add version status badge in Footer and System InformationIsmail Cherri2024-04-038-24/+175
|
* SONAR-21909 Upgrade dialog - testsViktor Vorona2024-04-031-0/+446
|
* SONAR-21909 Update Banner and Dialog with new LTA wordingstanislavh2024-04-0311-107/+77
|
* SONAR-21909 migrate api/system/upgrades to react-queryViktor Vorona2024-04-033-190/+192
|
* SONAR-21974 Update sonarText and sonarTextEnterprise analyzer to 2.10.0.2188 ↵Jonas Wielage2024-04-031-2/+2
| | | | (#10909)
* SONAR-20325 Issue Detail shows rule introduction (#10892)Lucas2024-04-037-42/+41
|
* SONAR-21960 Improve SonarHTML analysis (#10910)Ilia Kebets2024-04-031-1/+1
|
* SONAR-21934 Upgrade DBD plugins to 1.24 (#10866)Anton Haubner2024-04-031-3/+3
|
* SONAR-21971 Fix isLocal when multiple loopback adressesJulien HENRY2024-04-031-1/+5
| | | | | | | | | | On my Ubuntu box, the hosts file contains: $ cat /etc/hosts 127.0.0.1 localhost 127.0.1.1 PC-L00XX And InetAddress.getLocalHost() returns 127.0.1.1, so the test isLocal_returns_true_on_localhost_address_or_host was failing
* SONAR-21972 Fix tests to not depend on the operating system's localeJulien HENRY2024-04-033-4/+18
|