aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sonar startup script insensitive to the terminal widthaz/ps-wide-outputArseniy Zaostrovnykh2025-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | Surprizingly, even when `ps` output is piped into another command, such as `grep` in this case, it is still truncated based on the terminal width. Depending on how wide your terminal you get different results from running the same command: Wide-enough terminal: ``` ./sonar.sh start /usr/bin/java Starting SonarQube... Started SonarQube. ``` Not-wide-enough terminal (width = 263 columns): ``` sonar.sh start /usr/bin/java Starting SonarQube... Removed stale pid file: ./SonarQube.pid Failed to start SonarQube. ``` To fix that, `ps` should be run with `-ww` option, see the [man page](https://man7.org/linux/man-pages/man1/ps.1.html) Tested on `ps` version 4.0.3 and 3.3.17
* SONAR-24381 Upgrade `php` plugins to version 3.44.0.12898github-actions[bot]2025-02-171-1/+1
|
* SONAR-24379 Upgrade SonarJS 10.21.0.30473 (#12915)zglicz2025-02-171-1/+1
|
* SONAR-24369 Increase test coverage on masterAlain Kermis2025-02-171-0/+13
|
* SONAR-23111 fixed the issue where logs were not downloaded when SonarQube ↵Lukasz Jarocki2025-02-175-5/+20
| | | | was deployed with web context
* SONAR-24336 handle paginationAurelien Poscia2025-02-173-8/+8
|
* SONAR-24376 Fix stdout and stderr streams conflicting with each otherantoine.vinot2025-02-172-28/+48
|
* SONAR-24336 Make GitHub login ready to scale with # of organizationsAurelien Poscia2025-02-176-74/+176
|
* SONAR-24359 Change CODEOWNERS for On-Prem squadDavi Koscianski Vidal2025-02-131-2/+2
|
* SONAR-24345 Update webapp version (#12889)Daniel Nagy2025-02-131-1/+1
|
* SONAR-24316 Integrate sonar-go-enterprise plugin and migrate sonar-go ↵GabinL212025-02-133-3/+4
| | | | groupId (#12873)
* SONAR-24319 Allow the scanner engine to query feature flags (#12874)Julien HENRY2025-02-1312-7/+388
| | | | Co-authored-by: Antoine Vinot <antoine.vinot@sonarsource.com>
* SONAR-24315 Simplify the Spring configurationJulien HENRY2025-02-065-205/+92
|
* SONAR-24301 Support new SonarQube for IDE headers to update last connectionDamien Urruty2025-02-063-15/+39
|
* SONAR-24210 Do not migrate large measures to prevent OOM errorsEric Giffon2025-02-052-3/+80
|
* NO-JIRA bumping sonarqube version to 25.3Lukasz Jarocki2025-02-051-1/+1
|
* SONAR-24300 Fix quality gate on masterAlain Kermis2025-02-041-1/+1
|
* SONAR-24299 Upgrade `php` plugins to version 3.43.0.12862github-actions[bot]2025-02-041-1/+1
| | | Co-authored-by: rudy-regazzoni-sonarsource <rudy-regazzoni-sonarsource@users.noreply.github.com>
* SONAR-24296 Upgrade `iac` plugins to version 1.42.0.14460github-actions[bot]2025-02-041-2/+2
|
* SONAR-24298 Rework the batch report readerJulien HENRY2025-02-0468-229/+258
|
* SONAR-24285 Improve LogListenerIT test outputTravis Collins2025-02-041-1/+1
|
* SONAR-24297 Upgrade `text` plugins to version 2.21.0.5225github-actions[bot]2025-02-041-3/+3
| | | Co-authored-by: petertrr <petertrr@users.noreply.github.com>
* SONAR-24295 Update CFamily analyzer and dependencies to version 6.63.0.79828hashicorp-vault-sonar-prod[bot]2025-02-041-2/+2
|
* SC-19458 Improve API documentation v2 for /dop-translation/bound-projectsTom2025-02-043-3/+5
|
* SQRP-154 Cleanup leftovers from FOSSAJavier García Orduña2025-02-0475-2368/+249
|
* SONAR-24163 fix TelemetryBadgeProviderOrlovAlexander2025-02-041-4/+9
|
* SONAR-23389 Fix CE failing to stop due to NPE in shutting down Spring ContainerAlain Kermis2025-02-031-1/+2
|
* SONAR-24289 Update webappVersion to 2025.1.0.11368David Cho-Lerat2025-02-031-1/+1
|
* SONAR-24173 downgrading elasticsearch to 8.16.325.2.0.102705Lukasz Jarocki2025-01-311-1/+1
|
* SONAR-23111 Fix date in license headersMatteo Mara2025-01-302-2/+2
|
* SONAR-23111 api/system/logs now correctly return logs for data center editionLukasz Jarocki2025-01-3013-79/+873
|
* SONAR-24173 io.spring.dependency-management bump to 1.1.7Lukasz Jarocki2025-01-301-1/+1
|
* SONAR-24215 bumping cyclonedx.bom to 2.0Lukasz Jarocki2025-01-301-1/+1
|
* SONAR-24251 Improve sonar-dotnet analysisAlex Meseldzija2025-01-301-4/+4
|
* SONAR-24173 Upgrade ElasticSearch server from 8.16.1 to 8.17.1Matteo Mara2025-01-291-1/+1
|
* SONAR-24173 Upgrade org.json:json from 20240303 to 20250107Matteo Mara2025-01-291-1/+1
|
* SONAR-24173 Upgrade io.github.hakky54:sslcontext-kickstart from 8.3.7 to 9.0.0Matteo Mara2025-01-291-1/+1
|
* Fix comment in AnticipatedTransitionTrackerantoine.vinot2025-01-291-2/+1
|
* SONAR-24216 Optimize querying of measures on startup indexingEric Giffon2025-01-283-83/+25
|
* SONAR-24226 Update webappVersion to the latestRevanshu Paliwal2025-01-281-1/+1
|
* SONAR-24161 Portfolio breakdown shows incorrect project analysis datesDuarte Meneses2025-01-272-4/+26
|
* SONAR-24173 Upgrade com.google.protobuf from 4.29.0 to 4.29.3Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade Spring from 6.2.1 to 6.2.2Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade ↵Matteo Mara2025-01-271-1/+1
| | | | org.springframework.security:spring-security-saml2-service-provider from 6.4.1 to 6.4.2
* SONAR-24173 Upgrade ElasticSearch client from 7.17.25 to 7.17.27Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade ch.qos.logback group from 1.5.13 to 1.5.16Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade ch.qos.logback.access:logback-access-tomcat from 2.0.5 ↵Matteo Mara2025-01-271-2/+2
| | | | to 2.0.6
* SONAR-24173 Upgrade commons-codec:commons-codec from 1.17.1 to 1.17.2Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade com.github.erosb:json-sKema from 0.19.0 to 0.20.0Matteo Mara2025-01-271-1/+1
|
* SONAR-24173 Upgrade com.github.spotbugs:spotbugs-annotations from 4.8.6 to 4.9.0Matteo Mara2025-01-271-1/+1
|