summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2020-02-26Add CHANGELOG entrymo khan
2020-02-26Upgrade to version 6.0.0 of the Docker imagemo khan
* Remove custom Java installation * Install java and conan for backwards compatibiilty * Make legacy java the default * Control java version via asdf * Add support for legacy version files * Update version and CHANGELOG * Load appropriate python version
2020-02-24Exclude development/test dependenciesv2.5.2mo khan
* Remove develoment and test dependencies from java-maven fixtures * Ensure that ruby projects with bundler 2.0 are scannable * Update CHANGELOG * Assign @errors ivar for error message * Remove --cache-from * Use default ruby and install bundler conservatively * Install gems to local path * Add --no-prepare when gems are installed * Print ruby, rubygems and bundler version
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-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-29Update CHANGELOGmo khan
2020-01-20Add CHANGELOG entrymo khan
2020-01-15Update version and CHANGELOGmo khan
2020-01-09Merge with mastermo khan
2020-01-09Upgrade python from 3.5 to 3.8mo khan
2020-01-09Update CHANGELOG.mdJordan Small
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-12-05Update license finder to 5.9.2Can Eldem
2019-12-04Update changelog entrymo 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-15Apply suggestion to CHANGELOG.mdmo khan
2019-11-14Change default to report version 2.0mo khan
2019-11-02Update Java 11 from 11.0.2 to 11.0.5Hannes Rosenögger
2019-11-01Ignore engine and script when converting package.lock to yarn.lockCan Eldem
2019-10-29Map `Apache License v2.0` to `Apache-2.0`mo khan
2019-10-24Add changelog entrymo khan
2019-10-23Apply reviewer feedbackmo khan
2019-10-23Install .NET Core 2.2 and .NET Core 3.0mo khan
2019-10-22Add changelog entrymo khan
2019-10-22Add changelog entrymo khan
2019-10-21Add changelog entrymo 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
2019-09-13merge with origin/masterv1.7.0mo khan
2019-09-13Pluck v1.1 report from ↵mo khan
https://gitlab.com/gitlab-org/security-products/license-management/merge_requests/50
2019-09-12Add V2 reportmo khan
2019-09-10Merge branch '13083-v1-older-releases' into 13083-ruby-shimmo khan
2019-08-26Resolve merge conflict with mastermo khan
2019-08-26Fix 'engine node is incompatible' with this module errorCan Eldem
2019-08-22add missing vmo khan
2019-08-20merge with mastermo khan
2019-08-20remove empty line from CHANGELOG.mdmo khan
2019-08-20Defaults to Python 3.5Fabien Catteau
See https://gitlab.com/gitlab-org/gitlab-ee/issues/12032
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-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.