summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2020-10-01Remove unused config files and jobsmo khan
2020-09-14chore: install build tools for installing dev gemsmo khan
2020-09-13fix: remove problematic packagesmo khan
* chore: remove intermediate containers * fix: Update rack to 2.2.3 * fix: import nodejs keyring after plugin update * fix: install dev packages for C based tools * fix: remove unnecessary packages and cleanup
2020-09-10chore: Use modern version of haproxy for testsmo khan
2020-09-09fix: do not compress /usr/sharemo khan
* do not allow license_scanning job to fail * update script to download *.deb files * ensure apt db is valid * Update CHANGELOG and bump version
2020-08-21Install tools from .deb packagemo khan
2020-08-04Build debian packages for toolsmo khan
2020-07-22Combine default/custom certs in cacertmo khan
2020-07-16Install dotnet SDKmo khan
* Include the latest dotnet SDK in the /opt/asdf/installs directory. * Update CHANGELOG and bump version * Compress large directories
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-07Scan project from project directly to match gitlab-runner runtime behaviourmo khan
2020-07-02Speed up local docker-buildmo khan
2020-06-08Use GOPROXY to test downloading modules for trusted and untrusted TLS endpointsmo khan
* Use haproxy to proxy to package registry * Install haproxy in setup script * Add markers for collapsible sections * Move ignored groups setup to prepare_project
2020-05-29Allow custom conan configurationmo khan
* Use git fetch with a depth of 1 * Control Conan environment via environment variables * Allow specifying a custom CONAN_LOGIN_USERNAME and CONAN_PASSWORD * Specify a default CONAN_CACERT_PATH to point the system cert file * Tie CONAN_LOGGING_LEVEL to LOG_LEVEL * Tag and skip offline environment tests because it was shutdown * Add CHANGELOG entry
2020-05-14Update README instructions to run tests in docker containermo khan
2020-05-05Print size of docker imagemo khan
2020-05-05Print docker metadata in scriptmo khan
2020-05-05Check size of image in bytesmo khan
2020-05-05Specify npm cafile settingmo khan
* [cafile](https://docs.npmjs.com/using-npm/config#cafile) * Use host network for development scripts * Specify path to JAVA keystore in list command * Add CHANGELOG entry
2020-04-17Remove gradle version checkmo khan
2020-04-17Stop printing temporary project directorymo 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-01Use rspec documentation formatmo khan
2020-03-30Use virtualenv, pip-licenses to scan projectsmo khan
* Add PIL License to list of normalized licenses * Update Python 3 v2.0 report fixture * Add CHANGELOG entry * Define local variables in bash functions * Ensure `SETUP_CMD` continues to work for python projects * build virtualenv app-data cache * Fallback to legacy scanner when SETUP_CMD is used * Extract Shell class to be able to pass custom env
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-09Export CI_PROJECT_DIR instead of PROJECT_PATHmo khan
2020-03-09Remove --with option in setupmo khan
2020-03-08Remove setup from lint scriptmo khan
2020-03-08Install bundler before running lintermo khan
2020-03-07Apply gitlab-stylesmo khan
2020-03-07Export junit report for integration testsmo khan
2020-03-07Export junit reportmo khan
2020-03-06Fix linter errormo khan
2020-03-05Install gem into pkg dirmo khan
2020-03-05Mount lm code in /opt/license-managementmo khan
2020-03-05Extract default env varsmo khan
2020-03-04Remove TOOLS_IMAGEmo khan
2020-03-04Convert python qa jobs to integration testsmo khan
2020-03-04Extract shared example to convert QA jobs to integration testsmo khan
2020-03-03Fix docker-shell scriptmo khan
2020-03-03Fix shellcheck errorsmo khan
2020-03-03Fix shellcheck warningsmo khan
2020-03-03Merge remote-tracking branch 'origin/master' into 33727-asdfmo khan
2020-02-26Check if docker is installedmo khan
2020-02-20Extract TOOLS_IMAGE build argmo khan
2020-02-20Split the imagemo khan
2020-02-20Extract install.sh scriptmo khan
2020-02-20Extract ASDF_HOMEmo khan
2020-02-20Fix some linter errorsmo khan
2020-02-20Add shellcheck lintermo khan