Commit message (Collapse) | 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 |
| | | | | | | | | | | * 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 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 |
| | | | | | | | | | | | | | | * 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 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 |
| | | | | | 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 Brandhof | 2017-06-25 | 1 | -21/+0 |
| | |||||
* | Use Trusty image on TravisCI | Tom | 2017-05-26 | 1 | -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 4 | Sébastien Lesaint | 2017-01-10 | 1 | -4/+15 |
| | | | | because mac bundles bash 3.2 by default rather than bash 4 | ||||
* | [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 |
| | | | | | | 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 Clement | 2016-08-18 | 1 | -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 Clement | 2016-08-18 | 1 | -11/+9 |
| | | | | | | namespace. Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | ||||
* | Use -z flag to properly test for stirng length. | Patrice Clement | 2016-08-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | ||||
* | Remove extraneous echo calls in showHelp(). | Patrice Clement | 2016-08-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | ||||
* | [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 |
| | | | | | | | 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.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 |
| | | | | 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.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 |
batch report dump are saved in the directory specified by the property sonar.batch.dumpReportDir and the batch is NOT pushed to the server |