aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* NO-JIRA Override telemetry metrics URL in telemetry patchMatteo Mara2024-08-301-0/+1
|
* SONAR-22479 added new metric project_cpp_config_typelukasz-jarocki-sonarsource2024-07-241-0/+0
|
* SONAR-20640 Make almSetting optional on ALM import endpointsAntoine Vigneau2023-10-051-0/+0
|
* NO-JIRA add telemetry patch to force a telemtry runAurelien Poscia2023-05-081-0/+11
|
* [NO-JIRA] Remove obsolete generate_batch_reports.sh and replay_batch.shZipeng WU2023-02-272-125/+0
|
* SONAR-12246 Remove unused mysql filesSimon Brandhof2019-07-101-12/+0
|
* Add support for Windows in ./scripts/start.shphilippe-perrin-sonarsource2019-06-113-19/+37
|
* [script] fix logs.shSébastien Lesaint2018-10-031-1/+1
|
* Support edition aliases in start scriptDuarte Meneses2018-06-142-32/+28
|
* [scripts] drop now useless targetDirOf function in edition.shSébastien Lesaint2018-06-134-21/+10
|
* [scripts] declare bash function in portable fashionSébastien Lesaint2018-06-125-17/+17
|
* [scripts] don't use pattern matching operator unless neededSébastien Lesaint2018-06-123-7/+7
|
* [scripts] use a more portable bash shebangSébastien Lesaint2018-06-127-7/+7
|
* SONAR-10690 start.sh, stop.sh & logs.sh support SQ editionsSébastien Lesaint2018-06-124-18/+148
|
* Fix minor safety issues in built-in patches (#3155)Janos Gyerik2018-03-155-12/+23
| | | | | | | | | | * Add shebang line for all patches * Properly double-quote variables used on the command line * Use different debug port for debug CE and Web * Add double-quotes around long -agentlib option too
* Move To GradleDavid Rautureau2018-03-092-4/+4
|
* Fix quoting issues causing a failure in OSX, and other quality issues (#2851)Janos Gyerik2018-01-121-8/+8
| | | | | | | | | | | | | | * Avoid useless cat * Properly quote command line arguments * Use [ \t] instead of \s for BSD sed * Do not delete commented out property settings, by matching strictly at start of line * Add forgotten double-quotes * Explicitly escape \t (advice by shellcheck.net)
* Add USER_PATCHES_HOME support and minor quality improvements (#2815)Janos Gyerik2017-11-213-71/+85
|
* Add development patches for start.shSimon Brandhof2017-11-174-0/+36
|
* [SCRIPTS] fix argument passing in property_utils.shSébastien Lesaint2017-09-221-5/+5
|
* Fix start.sh to support bash CD_COMPLAINSJulien HENRY2017-07-241-1/+1
| | | | | Starting from bash 4.4, passing multiple arguments to `cd` will fail. https://askubuntu.com/questions/905832/ubuntu-17-04-bash-cd-too-many-arguments#905877
* Move integration tests to directory tests/Simon Brandhof2017-06-251-21/+0
|
* Use Trusty image on TravisCITom2017-05-261-0/+21
| | | | | | | | | - environment is more stable through time (no variations of build durations) - benefit from 8Gb ramdisk - enable parallel Maven build thanks to new CPUs
* [script] fix logs.sh to not require bash 4Sébastien Lesaint2017-01-101-4/+15
| | | | because mac bundles bash 3.2 by default rather than bash 4
* [script] avoid side effects in call_patches functionSébastien Lesaint2017-01-101-3/+5
|
* [script] add logs.sh + tail all SQ log files in start.shSébastien Lesaint2017-01-032-7/+93
|
* [script] Do not use deprecated -# flag of tailJanos Gyerik2016-11-231-1/+1
|
* [script] Simplify conditionJanos Gyerik2016-11-231-1/+1
|
* [script] Double-quote to prevent globbing and word splittingJanos Gyerik2016-11-231-6/+6
|
* [script] Use conditons on cmd directly instead of indirectly on $?Janos Gyerik2016-11-231-4/+2
|
* [script] Redirect output in a simpler and more natural wayJanos Gyerik2016-11-231-3/+3
|
* Revert "wc accepts files as input parameter."Sébastien Lesaint2016-08-221-1/+1
| | | | | | This reverts commit b66e224d79d66086164655b9030bf6dffb2f32a2. if FILE variable contains bash variables (such as $HOME) they are not resolved and script fails (because of 'set -euo pipefail')
* wc accepts files as input parameter.Patrice Clement2016-08-181-1/+1
| | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* Variables should be local to each function to avoid clashing in the global ↵Patrice Clement2016-08-181-11/+9
| | | | | | namespace. Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* Use -z flag to properly test for stirng length.Patrice Clement2016-08-181-1/+1
| | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* Remove extraneous echo calls in showHelp().Patrice Clement2016-08-181-6/+6
| | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com>
* [script] use local variable rather than function argumentsSébastien Lesaint2016-05-231-3/+3
|
* [script] make property_utils.sh run on OSX + improve "if grep"Priit Liivak2016-05-231-13/+15
| | | | | | | Now works on OSX: inline is required since in OSX providing '' as variable does not work. More reliable OS independent version of this script. Fixed incorrect backslash count in REGEX variable Applied recommendations for "if grep" http://mywiki.wooledge.org/BashPitfalls#if_.5Bgrep_foo_myfile.5D
* [SCRIPTS] unziping silently in start.shSébastien Lesaint2015-08-061-1/+2
|
* [SCRIPTS] make patches more visible in logsSébastien Lesaint2015-08-061-0/+4
|
* [SCRIPTS] add support to set non existing property in property_utilsSébastien Lesaint2015-08-061-11/+23
|
* [SCRIPTS] add support for patches to start.shSébastien Lesaint2015-08-064-0/+177
| | | | use seperate start and stop to avoid unpredictable errors when applying patches on a live SQ instance
* add command line options to generate_batch_reports.shSébastien Lesaint2015-07-021-1/+44
|
* use a private repo before building in generate_batch_reports.shSébastien Lesaint2015-07-021-10/+24
|
* add ability to dump batch report enabled by sonar.batch.dumpReportDirSébastien Lesaint2015-07-022-0/+68
batch report dump are saved in the directory specified by the property sonar.batch.dumpReportDir and the batch is NOT pushed to the server