summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-06-12Fix markup in code example for SETUP_CMDFabien Catteau
2019-06-12Merge branch 'add-python3-to-qa' into 'master'Olivier Gonzalez
Add Python 3 project to QA See merge request gitlab-org/security-products/license-management!39
2019-06-12Add Python 3 project to QAFabien Catteau
2019-06-07Merge branch 'python3' into 'master'v1.3.0Fabien Catteau
Add option to select Python version 2 or 3 See merge request gitlab-org/security-products/license-management!36
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-05-15Merge branch '11-11-RM' into 'master'Lucas Charles
Add job for 12-0-stable See merge request gitlab-org/security-products/license-management!35
2019-05-15Add job for 12-0-stableThomas Woodham
2019-04-09Add job for 11-11-stableOlivier Gonzalez
2019-04-09Merge branch '10400-replace-container-scanning-with-template' into 'master'Victor Zagorodny
Replace the container_scanning job definition with vendored template See merge request gitlab-org/security-products/license-management!34
2019-04-09Replace the container_scanning job definition with vendored templateVictor Zagorodny
2019-04-08Merge branch 'use_2_spaces_indent' into 'master'Lucas Charles
Use 2 spaces indent style for consistency See merge request gitlab-org/security-products/license-management!28
2019-04-08Use 2 spaces indent style for consistencyOlivier Gonzalez
2019-04-03Merge branch 'fix-expectations' into 'master'v1.2.6Lucas Charles
Fix java-maven expectations See merge request gitlab-org/security-products/license-management!33
2019-04-02Fix java-maven expectationsPhilippe Lafoucrière
- The commit used doesn't exist anymore. - The expectations file was outdated. - The test script was silently failing when the `git checkout` command failed.
2019-03-30Merge branch '8708-fix-go-support' into 'master'Philippe Lafoucrière
Fix go support See merge request gitlab-org/security-products/license-management!31
2019-03-30Fix go supportPhilippe Lafoucrière
closes https://gitlab.com/gitlab-org/gitlab-ee/issues/8708
2019-03-22Merge branch 'remove-cert-check-bypass' into 'master'Lucas Charles
Update Dockerfile See merge request gitlab-org/security-products/license-management!30
2019-03-22Update DockerfileLucas Charles
Remove cert-check bypass when fetching JDK11
2019-03-21Merge branch 'java_11' into 'master'v1.2.5Lucas Charles
Add Java 11 support See merge request gitlab-org/security-products/license-management!26
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.
2019-03-20Merge branch 'update-changelog-with-v1.2.4' into 'master'v1.2.4Lucas Charles
Update CHANGELOG.md See merge request gitlab-org/security-products/license-management!29
2019-03-20Update CHANGELOG.mdLucas Charles
Add attribution to community contribution
2019-03-20Merge branch 'fix_maven_cli_opts' into 'master'Lucas Charles
make sure users can provide more than one MAVEN_CLI_OPT. See merge request gitlab-org/security-products/license-management!27
2019-03-16make sure users can provide more than one MAVEN_CLI_OPT.Hannes Rosenögger
Before maven would recognize all provided options as one option and fail if you used for example: MAVEN_CLI_OPTS="--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true -DskipTests"
2019-03-15Merge branch '6838-skip-tests-for-maven-install' into 'master'v1.2.3Lucas Charles
Skip "test" phase for Maven projects when installing the dependencies See merge request gitlab-org/security-products/license-management!24
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
2019-03-14Merge branch 'update-contributing-labels' into 'master'Philippe Lafoucrière
Update labels in CONTRIBUTING.md See merge request gitlab-org/security-products/license-management!23
2019-03-14Update labels in CONTRIBUTING.mdLucas Charles
2019-03-12Merge branch 'add-eleven-ten-ci-job' into 'master'Olivier Gonzalez
Add job for 11.10-stable See merge request gitlab-org/security-products/license-management!21
2019-03-12Add job for 11.10-stableLucas Charles
2019-03-12Merge branch 'fix-gitlab-ci-release-ref-for-v1' into 'master'Olivier Gonzalez
Fix: build commit CI stage should use Dockerfile.v1 See merge request gitlab-org/security-products/license-management!20
2019-03-12Fix: build commit CI stage should use Dockerfile.v1Lucas Charles
2019-03-05Merge branch 'update-license-finder' into 'master'Fabien Catteau
Use only one version everywhere See merge request gitlab-org/security-products/license-management!19
2019-03-05Use only one version everywhereTetiana Chupryna
2019-02-12Merge branch 'fix-version-job' into 'master'v1.2.1Fabien Catteau
Use right variable to grep changelog See merge request gitlab-org/security-products/license-management!17
2019-02-12Use right variable to grep changelogTetiana Chupryna
2019-02-11Merge branch 'fix-changelog-versioning' into 'master'Philippe Lafoucrière
Update versioning format See merge request gitlab-org/security-products/license-management!16
2019-02-11Update versioning format to match version jobTetiana Chupryna
2019-02-11Merge branch 'add-11-9-job' into 'master'Fabien Catteau
Add job for 11.9 See merge request gitlab-org/security-products/license-management!15
2019-02-11Add job for 11.9Tetiana Chupryna
2019-02-09Merge branch 'npm-dep-fix' into 'master'Philippe Lafoucrière
Resolve NPM failures with certain Optional or Peer dependencies See merge request gitlab-org/security-products/license-management!14
2019-02-09Resolve NPM failures with certain Optional or Peer dependenciesBrian Wald
2019-02-05Merge branch 'leipert-add-more-tests' into 'master'Fabien Catteau
Add more tests See merge request gitlab-org/security-products/license-management!12
2019-02-05Use unified diffLukas Eipert
2019-02-05Simplify test script by ending with diff directlyLukas Eipert
2019-02-05Add test for python-pipLukas Eipert
2019-02-05Parallelize QA testsLukas Eipert
Test projects are now given as a parameter to the test command
2019-02-04Merge branch 'release-50-git-tag-changelog-consistency' into 'master'Philippe Lafoucrière
Check changelog in version job See merge request gitlab-org/security-products/license-management!13
2019-02-04Check changelog in version jobFabien Catteau
2019-01-17Add job to build 11-8-stableFabien Catteau