summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-20Merge branch 'ignore-dependencies' into 'master'v3.7.3mo khan
Do not attempt to install gem dependencies See merge request gitlab-org/security-products/license-management!135
2020-04-20Use --local to install license-management gemmo khan
* Add CHANGELOG entry
2020-04-20Merge branch '211688-gradle' into 'master'v3.7.2mo khan
Use GRADLE_CLI_OPTS during `gradle downloadLicenses` task. See merge request gitlab-org/security-products/license-management!121
2020-04-17Change logger formatter to reduce unnecessary outputmo khan
2020-04-17Jump to global namespacemo khan
2020-04-17Redirect stdout/stderr to /dev/nullmo khan
2020-04-17Remove gradle version checkmo khan
2020-04-17Remove debug LOG_LEVEL from specmo khan
2020-04-17Stop printing temporary project directorymo khan
2020-04-17Print message when tools are getting installedmo khan
2020-04-17Use … charactermo khan
2020-04-17Skip tool install unless requiredmo khan
2020-04-17Fix linter errorsmo khan
2020-04-17Split java 8/11 files to separate fixture directoriesmo khan
2020-04-17Split groovy and kotlin specs because they are supported differently based ↵mo khan
on java version and gradle version 😵
2020-04-17Check for nil match instead of catching errormo khan
2020-04-17Ensure that version parsing does not interrupt processingmo khan
2020-04-17Check for a valid version of gradlemo khan
2020-04-17Test specific versions of gradle with matching versions of javamo khan
2020-04-17Test out gradle groovy buildsmo khan
2020-04-17Forwarding the --python-version is not required anymoremo khan
2020-04-17Print out the x509 info for debuggingmo khan
2020-04-16Update JAVA_HOMEmo khan
2020-04-16Ensure at least one runtime dependency is detected in gradle specsmo khan
2020-04-16Update to latest Java 11mo khan
2020-04-15Use GRADLE_CLI_OPTS when invoking gradle directlymo khan
* Extract gradle_command method * Bump version and update CHANGELOG * Remove prepare_java step from run.sh
2020-04-15Bump major version to 3mo khan
2020-04-14Merge branch '213584-pip-root-certificate' into 'master'v3.7.1mo khan
Specify PIP_CERT when installing pip packages See merge request gitlab-org/security-products/license-management!133
2020-04-14Remove dependency sourced from S3mo khan
2020-04-14Extract private pypi variablesmo khan
2020-04-09Specify PIP_CERT when installing pip packagesmo khan
* Add CHANGELOG entry * Move method `default_env` to Python class
2020-04-06Merge branch 'maven-airgap' into 'master'v3.7.0Can Eldem
Install certificate bundle. See merge request gitlab-org/security-products/license-management!126
2020-04-03Install root certificatemo khan
* Install certificate in root ca trust store * Use PIP_CERT environment variable to specify path to the certificate bundle * Do not override user provided PIP_CERT * Perform shallow clone when possible * Update CHANGELOG and bump version
2020-04-03Merge branch 'log-level' into 'master'v3.6.0Can Eldem
Allow tuning the amount of log output that is generated. See merge request gitlab-org/security-products/license-management!132
2020-04-02Add option to change the log levelmo khan
* Add CHANGELOG entry and bump version * Change default log level to `warn` * Log stderr output if exit status is not successful
2020-04-02Merge branch '10128-go-modules' into 'master'v3.5.0mo khan
Improve license detection in go modules projects See merge request gitlab-org/security-products/license-management!129
2020-04-02Reproduce failure with go modules scanningmo khan
* Install sudo for existing configurations * Detect dependencies in a gomodules project * Add CHANGELOG entry and bump version * Symlink to $GOPATH for non go modules projects * Remove problematic go get setup
2020-04-01Create pipenv environment using full Python versionv3.4.0mo khan
2020-04-01Silence git clone outputmo khan
2020-04-01Use rspec documentation formatmo khan
2020-04-01Use pipenv sync instead of pipenv installmo khan
2020-04-01Add mappings for ISC licensemo khan
2020-04-01Record warning when unknown license is detectedmo khan
2020-04-01Pull package info from sources in Pipfile.lockmo khan
* Exclude dependencies in "develop" group" * Install pipenv by default * Use .venv to match the default location as pipenv * Use pip-licenses to detect licenses in Pipfile project * Add variation of the MIT License * Redirect asdf install stdout to /dev/null * Add CHANGELOG entry and bump version
2020-04-01Merge branch '212843-lf-cli-opts' into 'master'v3.3.1mo khan
Fix bug with forwarding LICENSE_FINDER_CLI_OPTS See merge request gitlab-org/security-products/license-management!131
2020-04-01Fix bug with forwarding LICENSE_FINDER_CLI_OPTSmo khan
2020-03-31Merge branch '199059-setup-py' into 'master'v3.3.0mo khan
Use virtualenv and pip-licenses to scan python projects See merge request gitlab-org/security-products/license-management!128
2020-03-30Use virtualenv, pip-licenses to scan projectsmo khan
* Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env
2020-03-27Merge branch '199059-setup-py' into 'master'v3.2.0Can Eldem
Read `PIP_INDEX_URL` to install python packages. See merge request gitlab-org/security-products/license-management!125
2020-03-26Add CHANGELOG entrymo khan