summaryrefslogtreecommitdiff
path: root/spec/integration
AgeCommit message (Collapse)Author
2020-10-07feature: Include Java 14java-14mo khan
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-10-06Add integration tests for rust-cargomo khan
2020-10-06Parse composite license expressionsmo khan
* docs: Add changelog entry * fix: update spec to match expected behaviour
2020-10-05test: add spec for python 3.4 projectmo khan
2020-10-05Perform scan from within dir containing `go.mod`mo khan
* fix: perform scan from within dir containing `go.mod` * docs: add changelog entry * test: add spec to reproduce defect
2020-09-15fix: install x509 cert into java 11 keystoremo khan
2020-09-14fix: export NODE_EXTRA_CA_CERTSv3.25.6mo khan
2020-09-10refactor: collapse assertions to speed up testsmo khan
2020-09-10test: remove unnecessary assertionmo khan
2020-09-10test: simplify assertionmo khan
2020-09-10test: update test to fetch a single dependencymo khan
2020-09-10test: start proxy server before suite and shutdown at end of suitemo khan
2020-09-10refactor: start proxy server before testsmo khan
2020-09-10test: increase log verbosity for custom x509 endpointmo khan
2020-09-10chore: remove duplicate test for golang projectmo khan
2020-09-10test: add a test the reproduces the defectmo 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-09-07fix: Update tool plugin to fetch latest version definitionsv3.25.1mo khan
2020-08-21Install tools from .deb packagemo khan
2020-08-21Update conan assertionmo khan
2020-08-21Fix failed java specsTetiana Chupryna
2020-08-21Fix failed python specsTetiana Chupryna
2020-08-21Fix failed specsTetiana Chupryna
2020-08-21Fix some failed testsTetiana Chupryna
2020-08-21Fix failed testsTetiana Chupryna
2020-08-21Test with separate specsTetiana Chupryna
2020-08-21Denormalize BSD-4-Clause licenseTetiana Chupryna
2020-08-19test: add performance specsmo khan
2020-08-18Update license_finder to 6.8.1mo khan
* Update CHANGELOG * Add default retry for all jobs * Ensure all deb packages are built
2020-08-13Ensure drupal pkgs are detected correctlymo khan
* Use same composer.json and composer.lock file from issue * Check if vendor path exists before specifying env vars * Install php from deb package
2020-08-07Add limited network support for Cargo projectsmo khan
* Add test to scan cargo project with packages from a private registry * Synchronize mono cert store * Wipe nuget package cache before specs * Compress /usr/local/share * Exclude development dependencies * Add CHANGELOG entry
2020-08-06Package license management deb from deb jobmo khan
2020-08-04Fix typomo khan
2020-08-04Add spec to reproduce error in offline envmo khan
2020-08-04Exclude dev dependenciesmo khan
* Add test to install composer packages from custom TLS endpoint * Remove dev dependencies from fixture files * Install composer packages in vendor_path * Bump version and update CHANGELOG
2020-07-22Combine default/custom certs in cacertmo khan
2020-07-21Remove duplicate examplemo khan
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-15Add composer lock file for test project and fix failing buildmo khan
2020-07-14Fetch dependencies from a custom dotnet sourcemo khan
* Install custom ca certificate in location where nuget can recognize it * Add subject alternative name to the generate x509 cert * Do not cache packages and https requests * Detect vbproj, fsproj, csproj, and sln files * Improve nuget package detection * Parse SPDX license expression from nuspec files * Update version and update CHANGELOG
2020-07-09Specify branch `main`v3.15.1mo khan
2020-07-08Detect gems.rb and gems.lockedmo khan
2020-07-06Install gems from custom source with custom CAmo khan
* Bump version and add CHANGELOG entry * Configure Bundler logging * Include install_path of gem * Use gem summary and full_gem_path * Specify a vendor path to install dependencies to prevent leakage between tests and take advantage of build job cache
2020-07-03Run multiple assertions at oncemo khan
2020-07-02Update version, CHANGELOG and READMEmo khan
* Install license_finder ~> 6.6 into default gems
2020-06-26Update Java to match new naming conventionmo khan
2020-06-18Fix linter errormo khan
2020-06-18Detect variations of the Eclipse Public Licensecan eldem
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