summaryrefslogtreecommitdiff
path: root/run.sh
AgeCommit message (Collapse)Author
2020-01-09Merge with mastermo khan
2020-01-09Upgrade python from 3.5 to 3.8mo khan
2020-01-07added default support to skip tests in gradle configurations with the ↵Jordan Small
ability to override cli flags with GRADLE_CLI_OPTS.
2019-12-20Install the latest pip and setuptoolsmo khan
2019-12-16Use bundled with informationceldem
2019-12-13Use prepare-no-fail optionmo khan
2019-12-11Upgrade license_finder to 5.11.1mo khan
* Run newest report version first * Change default license finder version to latest * Use --recursive for .NET projects * Update paths in c# test fixtures * Use login shell to source rvm * Tell license finder the version of python to use * Add Changelog entry
2019-12-05Update license finder to 5.9.2Can Eldem
2019-11-29Install npm packages safelymo khan
* Add QA jobs for js-npm
2019-11-05Add comment for the npm install caseCan Eldem
2019-11-01Ignore engine and script when converting package.lock to yarn.lockCan Eldem
2019-10-24Remove double quotes to allow passing multiple optionsmo khan
2019-10-24Add LICENSE_FINDER_CLI_OPTS to add custom CLI options to pass to license findermo khan
2019-10-22Remove feature flags and temporary mappingsmo khan
2019-08-26Resolve merge conflict with mastermo khan
2019-08-26Fix 'engine node is incompatible' with this module errorCan Eldem
2019-08-15insert shim to generate report via ruby APImo khan
2019-07-29Revert "Merge branch 'upgrade-docker-license-finder' into 'master'"Can Eldem
This reverts merge request !37
2019-07-24Upgraded docker license finderZachary Knight
2019-06-12Add Python 3 project to QAFabien Catteau
2019-06-07Switch to Python 3Fabien Catteau
Make /usr/bin/env python resolve to python3. Install the latest version of pip in the context of python3. See https://gitlab.com/gitlab-org/gitlab-ee/issues/6783
2019-03-30Fix go supportPhilippe Lafoucrière
closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8708
2019-03-21Add Java 11 supportHannes Rosenögger
This commit installs JAVA 11 and introduces a new ENV variable "LM_JAVA_VERSION". If this variable is set to 11, maven and gradle will use JAVA 11 instead of JAVA 8. If the variable is not set, the license finder will fall back to the default defined in licensefinder/licensefinder which is currently Java 8. This is necessary because JAVA 11 is not fully backwards compatible with JAVA 8. Without this change the license finder will fail for all JAVA 11 projects.
2019-03-16make sure users can provide more than one MAVEN_CLI_OPT.Hannes Rosenögger
Before maven would recognize all provided options as one option and fail if you used for example: MAVEN_CLI_OPTS="--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -DskipTests"
2019-03-15Point QA_REF for Maven project to a failing testVictor Zagorodny
This is done to ensure that the tool truly skips the "test" phase and thus ignores the failing test
2019-03-05Use only one version everywhereTetiana Chupryna
2019-02-09Resolve NPM failures with certain Optional or Peer dependenciesBrian Wald
2019-02-05Parallelize QA testsLukas Eipert
Test projects are now given as a parameter to the test command
2018-09-30use SETUP_CMD to skip auto-detectionDaniel Widerin
2018-06-14Ensure that license name order is consistentLukas Eipert
2018-06-06First versionGilbert Roulot