aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA fix linkLukasz Jarocki11 days1-1/+1
|
* SONAR-24701 Add CVE Review and Treatment files to the zipMatteo Mara2025-04-072-0/+46983
|
* SONAR-24711 Update database requirements to match documentationBill Nottingham2025-04-031-2/+2
|
* SONAR-24393 Make sonar startup script insensitive to the terminal widthArseniy Zaostrovnykh2025-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | [SONAR-24393](https://sonarsource.atlassian.net/browse/SONAR-24393) 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, I propose to run `ps` 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-24393]: https://sonarsource.atlassian.net/browse/SONAR-24393?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
* SONAR-24146 Update license headers for 2025Matteo Mara2025-01-095-6/+6
|
* SONAR-22987 improved startup of DCE on Windowslukasz-jarocki-sonarsource2024-12-061-0/+5
|
* SONAR-23835 Update provisionned JRE to 17.0.13+11Julien HENRY2024-12-031-24/+24
|
* SONAR-23742 Update edition name in footerDavid Cho-Lerat2024-11-261-1/+1
|
* SONAR-23757 Update the COPYING files bundled in the distributions of ↵Matteo Mara2024-11-261-0/+2
| | | | SonarQube Community Build and SonarQube Server
* SONAR-23501 Update default accessLogs pattern in sonar.properties fileAlain Kermis2024-11-111-1/+1
|
* SONAR-22473 make the instruction for integrated security not dependant of ↵Steve Marion2024-08-231-3/+3
| | | | the version.
* SONAR-22167 Add Gradle tasks to bundle JREsJulien HENRY2024-05-031-0/+50
|
* SONAR-22105 updated comment in sonar.propertieslukasz-jarocki-sonarsource2024-04-191-2/+1
|
* SONAR-20773 Update the update-center URLEric Giffon2024-02-071-1/+1
|
* SONAR-21227 Update sonar.properties on log filesantoine.vinot2024-01-291-2/+17
|
* NO-JIRA Update license headers to 2024Pierre2024-01-035-5/+5
|
* [NO-JIRA] Fix version of Microsoft SQL JDBC in the commentsLéo Geoffroy2023-11-231-1/+1
|
* [NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11antoine.vinot2023-11-091-2/+2
|
* SONAR-20310 Provide PIDDIR environment variable in the bootstrap script to ↵Zipeng WU2023-08-302-2/+8
| | | | allow customization
* SONAR-19761 Change documentation URLWouter Admiraal2023-08-242-2/+2
|
* (code smell fix): removing variables and exception that are not being thrownBruno Andrade2023-06-281-1/+1
|
* [NOJIRA] Remove usage of deprecated Loggers. (#8527)Wojtek Wajerowicz2023-06-131-2/+2
|
* SONAR-19005 - Upgrade mssql driver dependencyAntoine Vinot2023-04-131-3/+3
|
* [NO-JIRA] Align sonar.properties to refer to the right MSSQL driver versionAntoine Vigneau2023-04-111-3/+3
|
* SONAR-17714 Update ES binariesJacek Poreda2023-02-091-81/+0
| | | | | | | | | - use no-jdk for local development and jdk for open source part - use ES cli tool to start Elasticsearch - platform agnostic - fix query issue with dates - disable security autoconfiguration on a single node environment - fix single-node settings - Use Elasticsearch CLI java tool to run keystore cli and Elasticsearch
* SONAR-17732 Remove all usage of redirect.sonarsource.comWouter Admiraal2023-01-172-3/+3
|
* SONAR-17446 - updated PGSQL version support to sonar.propertiesPierre2023-01-021-1/+1
|
* Update license templates for 2023Pierre2023-01-022-2/+2
|
* SONAR-17712 SONAR-17713 SONAR-17742 Update configuration file with new ↵Duarte Meneses2022-12-201-2/+2
| | | | supported DB versions
* [NO JIRA] Update com.microsoft.sqlserver:mssql-jdbc to 11.2.2.jre17Matteo Mara2022-12-201-3/+3
|
* SONAR-13057 Explain that update in sonar.properties are not taken into ↵9.8.0.63668David Cho-Lerat2022-12-151-0/+8
| | | | account when restarting from UI/WS
* SONAR-17164 Document the side-effect of changing the web contextWouter Admiraal2022-11-041-0/+4
|
* Dependency upgrade (minor): com.microsoft.sqlserver:mssql-jdbc from ↵Dimitris Kavvathas2022-10-201-3/+3
| | | | 11.2.0.jre11 to 11.2.1.jre11
* Reset %errorlevel% after checks in batch scriptsFelipe Zorzo2022-09-282-2/+2
|
* Fix SonarService.bat for supporting folders with names including spacesJose C2022-09-271-1/+1
| | | When %REALPATH% had a folder with whitespaces, e.g. c:\program files\sonarqube, it showed a nasty powershell error
* SONAR-17193 Documentation about Telemetry (#6577)Peeter Piegaze2022-09-051-1/+0
|
* SONAR-17200 Ignore unused sonar.jdbc.* properties for HikariCPJacek2022-08-301-5/+0
|
* SONAR-17200 Move to HikariCP from Apache DBCPJacek2022-08-291-6/+3
|
* SONAR-17224 Fix WinSW not reading environment variableZipeng WU2022-08-252-2/+4
|
* Update MSSQL JDBC to 11.2.0Matteo Mara2022-08-191-3/+3
|
* Remove all wrapper.conf referenceZipeng WU2022-08-123-7/+0
|
* SONAR-17136 Add SONAR_JAVA_PATH env variable support for custom JRE on MacOSZipeng WU2022-08-111-2/+18
|
* SONAR-17136 Add SONAR_JAVA_PATH env variable support for user-defined Java ↵Dimitris Kavvathas2022-08-101-2/+18
| | | | executable
* SONAR-17137 add SONAR_JAVA_PATH environmental variable for user-defined Java ↵Dimitris Kavvathas2022-08-106-49/+134
| | | | executable path
* Add realpath and check for running serviceDimitris Kavvathas2022-08-081-1/+10
|
* SONAR-17137 Replace JSW with WinSW for running SQ on WindowsDimitris Kavvathas2022-08-058-155/+110
|
* SONAR-17136 Replace JSW with nohup for Linux & MacOSZipeng WU2022-08-058-849/+108
|
* SONAR-16249 Add release notesDuarte Meneses2022-06-201-2/+1
|
* SONAR-16249 Update mssql JDBC to v10.2.1Duarte Meneses2022-06-151-3/+4
|
* docs: default value for keepAliveTimeoutJason2022-03-111-1/+1
|