summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2020-10-06Relocate projectmo khan
* chore: do not pass artifacts to downstream jobs * chore: expire artifacts * chore: point to new project_id * chore: remove after_script * refactor: rename license-management to license-finder * docs: Add changelog entry and update links to old repo
2020-08-21Doc how to run one testTetiana Chupryna
2020-07-21Update maven/gradle offline testsmo khan
* Let maven figure out the version of the license plugin that it is compatible with * Print the error when the setup fails * Add tests for multiple versions of maven and java * Install packages into a project specific directory to prevent cross test pollution * Specify the list of supported Maven versions * Update CHANGELOG and bump the version
2020-07-10Isolate license_management ruby from projectmo khan
* Target ruby version 2.7.1 * Add spec to fetch gems from a custom source * Add proxy to rubygems.org config * Specify default env vars to support offline environment * Cleanup custom certificates after spec * Inline docker-test script * Do not install license_finder with each installed ruby * Increase gem log verbosity and include backtrace * Extract test fixtures for the different ruby scenarios * Find *.gemspec files in gems dir * Use RUBYLIB to hijack src path * Run scan from project path dir
2020-07-02Update version, CHANGELOG and READMEmo khan
* Install license_finder ~> 6.6 into default gems
2020-06-14Update default name of the generated reportTetiana Chupryna
2020-05-26Scan Conan projectsmo khan
* Scan the conan examples project * Split licenses by comma * Add integration test job for c projects * Add package_manager, version and path to v2.1 report * Detect collisions between names from different package managers * Add CHANGELOG entry * Update README to indicate Conan support * Print timestamps in install script
2020-05-26Fix typo in license tag nameMatt Selsky
2020-05-22Add functional tests to the pipelinemo khan
* Move jobs to gitlab-ci.yml files that match the stage they belong to. * Move linter job to build stage * Add functional test jobs * Reduce max size to 2 GB * Pass the current pipeline image to the downstream jobs * Replace `edge` tag with `latest` * Use $CI_DEFAULT_BRANCH instead of master * Move `.env*` files to config dir and update RELEASE instructions * Combine `tag` and `release` stages into `deploy` stage as recommended in GitLab docs * Make the `build-docker-image` job interruptible * Fix issues found in code quality report
2020-05-19Update README documentationmo khan
2020-05-14Update README instructions to run tests in docker containermo khan
2020-04-22Cleanup upstream update instructionsOlivier Gonzalez
We no longer use the License finder docker image
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-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-03-20Install maven packages for multi-module setupmo khan
* Install packages when multiple maven modules are detected * Add CHANGELOG entry * Install gem silently * Add package manager to test description * Sort paths
2020-03-09Add additional notes to READMEmo khan
2020-03-09Add notes to README on how to debug an issuemo khan
2020-03-04Convert python qa jobs to integration testsmo khan
2020-02-26Add documentation on how to upgrademo khan
2020-01-16Split test/release jobs into separate filesmo khan
2020-01-09Upgrade python from 3.5 to 3.8mo khan
2019-12-05Update license finder to 5.9.2Can Eldem
2019-10-29Add instructions on how to contribute new mappingsmo khan
2019-10-25Add documentation for LICENSE_FINDER_CLI_OPTS in READMEmo khan
2019-10-24Rename test_all to test-allmo khan
2019-10-22Update README instructions on updating cataloguemo khan
2019-10-22Remove feature flags and temporary mappingsmo khan
2019-10-17Add entry specifically for controlling the python versionmo khan
2019-10-17Add documentation on how to release new versionsmo khan
2019-09-24Update README.md w/ licensefinder linkLucas Charles
2019-09-12Add V2 reportmo khan
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-14Document CI variable LM_PYTHON_VERSIONFabien Catteau
2019-06-13Update README.md add new variable to docCan Eldem
2019-06-12Fix markup in code example for SETUP_CMDFabien Catteau
2019-03-15Point QA_REF for Maven project to a failing testVictor Zagorodny
This is done to ensure that the tool truly skips the "test" phase and thus ignores the failing test
2018-09-30use SETUP_CMD to skip auto-detectionDaniel Widerin
2018-06-06First versionGilbert Roulot
2018-05-28Initial commitGilbert Roulot