| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-20 | Merge branch '211688-gradle' into 'master'v3.7.2 | mo khan | |
| Use GRADLE_CLI_OPTS during `gradle downloadLicenses` task. See merge request gitlab-org/security-products/license-management!121 | |||
| 2020-04-17 | Change logger formatter to reduce unnecessary output | mo khan | |
| 2020-04-17 | Jump to global namespace | mo khan | |
| 2020-04-17 | Redirect stdout/stderr to /dev/null | mo khan | |
| 2020-04-17 | Remove gradle version check | mo khan | |
| 2020-04-17 | Remove debug LOG_LEVEL from spec | mo khan | |
| 2020-04-17 | Stop printing temporary project directory | mo khan | |
| 2020-04-17 | Print message when tools are getting installed | mo khan | |
| 2020-04-17 | Use … character | mo khan | |
| 2020-04-17 | Skip tool install unless required | mo khan | |
| 2020-04-17 | Fix linter errors | mo khan | |
| 2020-04-17 | Split java 8/11 files to separate fixture directories | mo khan | |
| 2020-04-17 | Split groovy and kotlin specs because they are supported differently based ↵ | mo khan | |
| on java version and gradle version 😵 | |||
| 2020-04-17 | Check for nil match instead of catching error | mo khan | |
| 2020-04-17 | Ensure that version parsing does not interrupt processing | mo khan | |
| 2020-04-17 | Check for a valid version of gradle | mo khan | |
| 2020-04-17 | Test specific versions of gradle with matching versions of java | mo khan | |
| 2020-04-17 | Test out gradle groovy builds | mo khan | |
| 2020-04-17 | Forwarding the --python-version is not required anymore | mo khan | |
| 2020-04-17 | Print out the x509 info for debugging | mo khan | |
| 2020-04-16 | Update JAVA_HOME | mo khan | |
| 2020-04-16 | Ensure at least one runtime dependency is detected in gradle specs | mo khan | |
| 2020-04-16 | Update to latest Java 11 | mo khan | |
| 2020-04-15 | Use GRADLE_CLI_OPTS when invoking gradle directly | mo khan | |
| * Extract gradle_command method * Bump version and update CHANGELOG * Remove prepare_java step from run.sh | |||
| 2020-04-15 | Bump major version to 3 | mo khan | |
| 2020-04-14 | Merge branch '213584-pip-root-certificate' into 'master'v3.7.1 | mo khan | |
| Specify PIP_CERT when installing pip packages See merge request gitlab-org/security-products/license-management!133 | |||
| 2020-04-14 | Remove dependency sourced from S3 | mo khan | |
| 2020-04-14 | Extract private pypi variables | mo khan | |
| 2020-04-09 | Specify PIP_CERT when installing pip packages | mo khan | |
| * Add CHANGELOG entry * Move method `default_env` to Python class | |||
| 2020-04-06 | Merge branch 'maven-airgap' into 'master'v3.7.0 | Can Eldem | |
| Install certificate bundle. See merge request gitlab-org/security-products/license-management!126 | |||
| 2020-04-03 | Install root certificate | mo 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-03 | Merge branch 'log-level' into 'master'v3.6.0 | Can Eldem | |
| Allow tuning the amount of log output that is generated. See merge request gitlab-org/security-products/license-management!132 | |||
| 2020-04-02 | Add option to change the log level | mo khan | |
| * Add CHANGELOG entry and bump version * Change default log level to `warn` * Log stderr output if exit status is not successful | |||
| 2020-04-02 | Merge branch '10128-go-modules' into 'master'v3.5.0 | mo khan | |
| Improve license detection in go modules projects See merge request gitlab-org/security-products/license-management!129 | |||
| 2020-04-02 | Reproduce failure with go modules scanning | mo 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-01 | Create pipenv environment using full Python versionv3.4.0 | mo khan | |
| 2020-04-01 | Silence git clone output | mo khan | |
| 2020-04-01 | Use rspec documentation format | mo khan | |
| 2020-04-01 | Use pipenv sync instead of pipenv install | mo khan | |
| 2020-04-01 | Add mappings for ISC license | mo khan | |
| 2020-04-01 | Record warning when unknown license is detected | mo khan | |
| 2020-04-01 | Pull package info from sources in Pipfile.lock | mo 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-01 | Merge branch '212843-lf-cli-opts' into 'master'v3.3.1 | mo khan | |
| Fix bug with forwarding LICENSE_FINDER_CLI_OPTS See merge request gitlab-org/security-products/license-management!131 | |||
| 2020-04-01 | Fix bug with forwarding LICENSE_FINDER_CLI_OPTS | mo khan | |
| 2020-03-31 | Merge branch '199059-setup-py' into 'master'v3.3.0 | mo khan | |
| Use virtualenv and pip-licenses to scan python projects See merge request gitlab-org/security-products/license-management!128 | |||
| 2020-03-30 | Use virtualenv, pip-licenses to scan projects | mo 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-27 | Merge branch '199059-setup-py' into 'master'v3.2.0 | Can Eldem | |
| Read `PIP_INDEX_URL` to install python packages. See merge request gitlab-org/security-products/license-management!125 | |||
| 2020-03-26 | Add CHANGELOG entry | mo khan | |
| 2020-03-26 | Install pip packages from a custom index | mo khan | |
| * Read PIP_INDEX_URL to identify where to download packages from | |||
| 2020-03-24 | Merge branch 'enable-maven-logging' into 'master'v3.1.4 | Can Eldem | |
| Include debug logs from the license-maven-plugin See merge request gitlab-org/security-products/license-management!127 | |||
