index
:
sonarqube.git
4.5.5
6.7
Martin/DefaultSymbol_ErrorMessage
branch-10.0
branch-10.1
branch-10.2
branch-10.3
branch-10.4
branch-10.5
branch-10.6
branch-10.7
branch-10.8
branch-5.6
branch-6.0
branch-6.1
branch-6.2
branch-6.3
branch-6.4
branch-6.5
branch-6.5-M1
branch-6.6
branch-6.6-M1
branch-6.7
branch-7.0
branch-7.9
branch-8.1
branch-8.3
branch-8.4
branch-8.5
branch-8.6
branch-8.7
branch-8.9
branch-9.0
branch-9.1
branch-9.2
branch-9.3
branch-9.4
branch-9.5
branch-9.6
branch-9.7
branch-9.8
branch-9.9
bug/cv/SONAR-20986-open-source-build-on-travis-failing
bugfix/cv/upgrade-travisenv-j17
copy_of_master
docs/th/AzureExtensionCompat15621
feat/smarini/BUILD-6088-add-security-md
feature/jay/fix-travis-build
feature/jh/scanner_report_uploader
feature/wad/do-not-merge-do-not-merge
feature/wad/refresh-cache
feature/wad/wip-node-18
fix/jp/fix-jrog
greg/test-new-cirrus-config
jp/test-ut
lj/testing-release
lj/travis-fix-for-master
master
ms/test-timeout
poc/kirill+dam/open-issue-in-ide
poc/me/travis-public-repo
prevent-jvm-override
task/sma/SONAR-22676_DO-NOT-MERGE
wip/ak/BUILD-3755-test-pr
wip/ant1/try_BUILD-3755_no_public_build_for_lts
wouter-admiraal-sonarsource-patch-1
Continuous Inspection: https://github.com/SonarSource/sonarqube
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
Commit message (
Expand
)
Author
Age
Files
Lines
*
NO-JIRA Override telemetry metrics URL in telemetry patch
Matteo Mara
2024-08-30
1
-0
/
+1
*
SONAR-22479 added new metric project_cpp_config_type
lukasz-jarocki-sonarsource
2024-07-24
1
-0
/
+0
*
SONAR-20640 Make almSetting optional on ALM import endpoints
Antoine Vigneau
2023-10-05
1
-0
/
+0
*
NO-JIRA add telemetry patch to force a telemtry run
Aurelien Poscia
2023-05-08
1
-0
/
+11
*
[NO-JIRA] Remove obsolete generate_batch_reports.sh and replay_batch.sh
Zipeng WU
2023-02-27
2
-125
/
+0
*
SONAR-12246 Remove unused mysql files
Simon Brandhof
2019-07-10
1
-12
/
+0
*
Add support for Windows in ./scripts/start.sh
philippe-perrin-sonarsource
2019-06-11
3
-19
/
+37
*
[script] fix logs.sh
Sébastien Lesaint
2018-10-03
1
-1
/
+1
*
Support edition aliases in start script
Duarte Meneses
2018-06-14
2
-32
/
+28
*
[scripts] drop now useless targetDirOf function in edition.sh
Sébastien Lesaint
2018-06-13
4
-21
/
+10
*
[scripts] declare bash function in portable fashion
Sébastien Lesaint
2018-06-12
5
-17
/
+17
*
[scripts] don't use pattern matching operator unless needed
Sébastien Lesaint
2018-06-12
3
-7
/
+7
*
[scripts] use a more portable bash shebang
Sébastien Lesaint
2018-06-12
7
-7
/
+7
*
SONAR-10690 start.sh, stop.sh & logs.sh support SQ editions
Sébastien Lesaint
2018-06-12
4
-18
/
+148
*
Fix minor safety issues in built-in patches (#3155)
Janos Gyerik
2018-03-15
5
-12
/
+23
*
Move To Gradle
David Rautureau
2018-03-09
2
-4
/
+4
*
Fix quoting issues causing a failure in OSX, and other quality issues (#2851)
Janos Gyerik
2018-01-12
1
-8
/
+8
*
Add USER_PATCHES_HOME support and minor quality improvements (#2815)
Janos Gyerik
2017-11-21
3
-71
/
+85
*
Add development patches for start.sh
Simon Brandhof
2017-11-17
4
-0
/
+36
*
[SCRIPTS] fix argument passing in property_utils.sh
Sébastien Lesaint
2017-09-22
1
-5
/
+5
*
Fix start.sh to support bash CD_COMPLAINS
Julien HENRY
2017-07-24
1
-1
/
+1
*
Move integration tests to directory tests/
Simon Brandhof
2017-06-25
1
-21
/
+0
*
Use Trusty image on TravisCI
Tom
2017-05-26
1
-0
/
+21
*
[script] fix logs.sh to not require bash 4
Sébastien Lesaint
2017-01-10
1
-4
/
+15
*
[script] avoid side effects in call_patches function
Sébastien Lesaint
2017-01-10
1
-3
/
+5
*
[script] add logs.sh + tail all SQ log files in start.sh
Sébastien Lesaint
2017-01-03
2
-7
/
+93
*
[script] Do not use deprecated -# flag of tail
Janos Gyerik
2016-11-23
1
-1
/
+1
*
[script] Simplify condition
Janos Gyerik
2016-11-23
1
-1
/
+1
*
[script] Double-quote to prevent globbing and word splitting
Janos Gyerik
2016-11-23
1
-6
/
+6
*
[script] Use conditons on cmd directly instead of indirectly on $?
Janos Gyerik
2016-11-23
1
-4
/
+2
*
[script] Redirect output in a simpler and more natural way
Janos Gyerik
2016-11-23
1
-3
/
+3
*
Revert "wc accepts files as input parameter."
Sébastien Lesaint
2016-08-22
1
-1
/
+1
*
wc accepts files as input parameter.
Patrice Clement
2016-08-18
1
-1
/
+1
*
Variables should be local to each function to avoid clashing in the global na...
Patrice Clement
2016-08-18
1
-11
/
+9
*
Use -z flag to properly test for stirng length.
Patrice Clement
2016-08-18
1
-1
/
+1
*
Remove extraneous echo calls in showHelp().
Patrice Clement
2016-08-18
1
-6
/
+6
*
[script] use local variable rather than function arguments
Sébastien Lesaint
2016-05-23
1
-3
/
+3
*
[script] make property_utils.sh run on OSX + improve "if grep"
Priit Liivak
2016-05-23
1
-13
/
+15
*
[SCRIPTS] unziping silently in start.sh
Sébastien Lesaint
2015-08-06
1
-1
/
+2
*
[SCRIPTS] make patches more visible in logs
Sébastien Lesaint
2015-08-06
1
-0
/
+4
*
[SCRIPTS] add support to set non existing property in property_utils
Sébastien Lesaint
2015-08-06
1
-11
/
+23
*
[SCRIPTS] add support for patches to start.sh
Sébastien Lesaint
2015-08-06
4
-0
/
+177
*
add command line options to generate_batch_reports.sh
Sébastien Lesaint
2015-07-02
1
-1
/
+44
*
use a private repo before building in generate_batch_reports.sh
Sébastien Lesaint
2015-07-02
1
-10
/
+24
*
add ability to dump batch report enabled by sonar.batch.dumpReportDir
Sébastien Lesaint
2015-07-02
2
-0
/
+68