summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-23Merge branch '212342-java-root-certificates' into 'master'v3.7.4Can Eldem
Pull packages from a custom mvn repository with a custom root certificate. See merge request gitlab-org/security-products/license-management!139
2020-04-22Use keytool to import a ca certificatemo khan
* Remove dind for license scan and move it to code_quality * Add spec to verify TLS connections to maven repo * Add CHANGELOG and bump version
2020-04-22Merge branch 'cleanup-upstream-update-instructions' into 'master'mo khan
Cleanup upstream update instructions See merge request gitlab-org/security-products/license-management!138
2020-04-22Cleanup upstream update instructionsOlivier Gonzalez
We no longer use the License finder docker image
2020-04-21Enable dind for code quality jobmo khan
2020-04-21Merge branch 'default-tags' into 'master'Can Eldem
Move jobs to gitlab-org runners See merge request gitlab-org/security-products/license-management!136
2020-04-21Merge branch 'add-13-0-stable-job' into 'master'mo khan
Add job for 13-0-stable See merge request gitlab-org/security-products/license-management!137
2020-04-21Add job for 13-0-stableOlivier Gonzalez
2020-04-20Move jobs to gitlab-org runnersmo khan
* Explicity specify services in jobs that need them * Make gitlab-org the default tag * Download the image and ensure the download plus the unpack fits within the allotted time * Specify a depth of 10 commits * Cache bundled gems * Run unit tests in the built docker image * Use the created image in as many stages as possible
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