5416 Commits (6508dc432203b30c27dc6aff2964fb287a95810b)
 

Author SHA1 Message Date
Nicolas Grekas fbae6b1589 Revert "Merge pull request #3975 from marc-mabe/hotfix/3974"
This reverts commit bdb6ecb29e, reversing
changes made to 8a12e50a16.
9 years ago
Malte Wunsch 70ff00c9de Reverted inadvertent API change, improved API documentation 9 years ago
Tehem 9e592f19a1 Used shorthand version for ternary operator 9 years ago
Malte Wunsch 767279b41a getCanonicalPackages returns packages with same name in different versions 9 years ago
Jordi Boggiano 06feb19b2c Merge pull request #4169 from remicollet/patch-1
Set this test as slow
9 years ago
Thomas Marcon b35e762354 Updated configFile parsing to first look into -f parameter, then COMPOSER environment variable, then default to composer.json 9 years ago
Nils Adermann bd2d7eba05 Merge pull request #4321 from alcohol/4319-fix-php-platform-version-error
make sure php version errors are less misleading
9 years ago
Rob Bast 51ef7b5eef instead of generic be more verbose about possible causes 9 years ago
Rob Bast 77f1d5945f make sure php version errors are less misleading
* determine conflicting version in problem using pool package
* hide version in rule to keep it generic rather than possibly misleading

fixes #4319
9 years ago
Jordi Boggiano a67eaf04c7 Merge pull request #4316 from alcohol/1508-simplify-tests
closes #1508 - updated tests
9 years ago
Rob Bast ef37b86c81 closes #1508 - updated tests 9 years ago
Tehem 9392adef79 Fixes #4302 allow COMPOSER env with config statements (overrides --file) 9 years ago
Webber Wu 92530e374b Merge remote-tracking branch 'upstream/master' 9 years ago
Jordi Boggiano c6cc6dd607 Advise the use of absolute paths, fixes #4259 9 years ago
Jordi Boggiano 00c26791fa Merge pull request #4264 from alcohol/use-composer-spdx
remove spdx files, introduce external library
9 years ago
Jordi Boggiano b260a9972f Timeouts are not necessarily cause for alarm 9 years ago
Jordi Boggiano dafa9efa8f Remove whitespace 9 years ago
Jordi Boggiano bbf959ac34 Do not retry failures once degraded mode is already enabled 9 years ago
Jordi Boggiano ff84b32097 Add degraded mode to try and bypass ipv6/gzip issues, refs #4142, refs #4121 9 years ago
Rob Bast 2553f5f7d4 throw error when file is loaded 9 years ago
Rob Bast 56f0d82207 get resources dir from spdxlicenses 9 years ago
Rob Bast ab08e4be62 update spdx-licenses to 1.1.0
includes latest licenses and exceptions list
9 years ago
Rob Bast 616585e0cc spdxlicense extends spdxlicenses, add depr error 9 years ago
Rob Bast bb1e1b0160 update lock file 9 years ago
Remi Collet 9b9cbfe111 fix for changes in justinrainbow/json-schema 1.4.4 9 years ago
Remi Collet c014e0882f ignore this test with 'jsonc' 9 years ago
Rob Bast 1f006a499e updated compiler class to include spdx sources 9 years ago
Nils Adermann 417516098e Document that lock file name uses COMPOSER env var 9 years ago
Rob Bast 5ae9e7fe22 remove spdx files, introduce external library 9 years ago
Jordi Boggiano 92faf1c7a8 Merge pull request #4228 from naderman/memory-version-constraint
Remove unnecessary version comparison cache variable and store operator as int
9 years ago
Jordi Boggiano 7e0db8aa46 Merge pull request #4239 from naderman/memory-rules
Reduce memory usage of Rule objects
9 years ago
Nils Adermann cf1af58514 Use bitwise operators directly in rules instead of get/set Bitfield 9 years ago
Nils Adermann ccaba0d2f7 Make static translation tables in version constraint private and use === 9 years ago
Jordi Boggiano c36d2a2e50 Merge pull request #4214 from legoktm/parse-links
Move VersionParser::parseLinks() to ArrayLoader::parseLinks()
9 years ago
Jordi Boggiano 42bfe9c56a Merge pull request #4219 from localheinz/feature/strict-mode
Enhancement: Also validate if lock file is up to date
9 years ago
Jordi Boggiano acc11f63c5 Merge pull request #4234 from naderman/rule-hash-int-size
Reduce rule hash size
9 years ago
Jordi Boggiano efb9f13248 Merge pull request #4229 from naderman/memory-version-array-merge
VersionParser: remove a few hundred/thousand array_merge calls
9 years ago
Andreas Möller 5828f6202d Enhancement: Also validate lock file 9 years ago
Nils Adermann de65199f31 Merge pull request #4117 from stof/patch-1
Optimize the regex detecting timestamps
9 years ago
Nils Adermann 956035e641 Remove the unnecessary return statements from setters 9 years ago
Nils Adermann f535542fca Use constants with names for bitfield offsets 9 years ago
Nils Adermann 329ab5cf41 Rename blob rule property to bitfield 9 years ago
Nils Adermann 961ea868ac Use an integer bitfield for rule properties instead of a string binary blob 9 years ago
Nils Adermann 6e81f63635 Reduce memory footprint of rules by storing data in blob
Not declaring the job property saves significant amounts of memory as
most rules leave it as null
9 years ago
Nils Adermann 39e6f51bef Clarify --no-check-publish in docs 9 years ago
Nils Adermann 984c0afddf Merge pull request #4230 from localheinz/fix/validate
Fix: Update docs for validate command
9 years ago
Nils Adermann 93fd8a928a Merge pull request #4235 from localheinz/fix/colon
Fix: Streamline options in documentation
9 years ago
Nils Adermann b7eb27180d Merge pull request #4236 from ikr/patch-1
Fix a typo: interally -> internally
9 years ago
Nils Adermann 3fd4672382 VersionParser: Append elements directly instead of array_merge 9 years ago
Ivan Krechetov a9b98dc5b0 Fix a typo: interally -> internally 9 years ago