summaryrefslogtreecommitdiff
path: root/spec/integration/php
AgeCommit message (Collapse)Author
2020-11-06Pin tests to git hashmo 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-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-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-15Add composer lock file for test project and fix failing buildmo khan
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-04-02Reproduce failure with go modules scanningmo khan
* Install sudo for existing configurations * Detect dependencies in a gomodules project * Add CHANGELOG entry and bump version * Symlink to $GOPATH for non go modules projects * Remove problematic go get setup
2020-03-26Install pip packages from a custom indexmo khan
* Read PIP_INDEX_URL to identify where to download packages from
2020-03-04Check report to ensure it matches the schemamo khan
2020-03-04Extract shared example to convert QA jobs to integration testsmo khan
2020-03-04Replace QA jobs with integration testsmo khan
2020-02-29Update describe to mention target package managermo khan
2020-02-28Update fixture file to produce expected test failurev2.8.0mo khan
2020-02-28Update spec name to match target package managermo khan
2020-02-28Extract fixture files for composermo khan
2020-02-28use JSON.pretty_generate for composer.json and composer.lock filesCraig Gardener
Fixes: [Seld\JsonLint\ParsingException] "./composer.lock" does not contain valid JSON Parse error on line 39: ... "Asm89\Stack\": "src ----------------------^ Invalid string, it appears you have an unescaped backslash at: \S
2020-02-28fix dependency list in integration testCraig Gardener
2020-02-28add integration test for php-gd using drupal/recommended-projectCraig Gardener