summaryrefslogtreecommitdiff
path: root/Gemfile.lock
AgeCommit message (Collapse)Author
2020-02-24Ensure both bundler 1.x and 2.x is installedv2.5.1mo khan
* Lock version to license_finder 6.0.0
2020-02-18Add CHANGELOG entrymo khan
2020-02-18Remove Pipfile overridesmo khan
2020-02-18Update license_finder to 6.0.0mo khan
2020-02-13Add integration test to scan a gradle projectmo khan
* Skip gradle invocation and install plugin globally * Update init.gradle * Try project.apply plugin: syntax * apply gradle plugin * Add entry to normalized licenses * Update spdx-licenses * Add CHANGELOG entry
2020-01-29Bump versionmo khan
2020-01-20Add CHANGELOG entrymo khan
2020-01-15Add spec to ensure we can parse a v3 Pipfile.lockmo khan
2020-01-15Update version constraintmo khan
2020-01-15Update version and CHANGELOGmo khan
2020-01-15Use net/hippie to follow redirectsmo khan
2020-01-15Use net/hippie to provider exponential backoff + jitter retriesmo khan
2020-01-09Bump versionv2.3.1mo khan
2020-01-09Upgrade python from 3.5 to 3.8mo khan
2019-12-20Release v2.2.3v2.2.3mo khan
2019-12-20Install the latest pip and setuptoolsmo khan
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-10Sort license identifiersmo khan
2019-11-29Install npm packages safelymo khan
* Add QA jobs for js-npm
2019-11-28Delegate to license finder to sort dependenciesmo khan
* Sort dependencies by name then by version * Log detections
2019-11-15Apply reviewer feedbackmo khan
2019-11-14Change default to report version 2.0mo khan
2019-10-24Add changelog entrymo khan
2019-10-23Parse spdx id from known sourcesmo khan
2019-10-16This maps the hardcoded names to spdx idsmo khan
The GitLab UI has a hardcoded list of license names that need to be mapped to the equivalent SPDX identifier. * https://gitlab.com/gitlab-org/gitlab/blob/5d760ac8b75c07a3c748485fe08130fcc9af2acf/ee/app/assets/javascripts/vue_shared/license_management/constants.js#L8-32