1121 Commits (e918b6001b4b2bdb6b5f8bfb53c62c11a87eb6de)

Author SHA1 Message Date
Jordi Boggiano 615530f0a1
Merge branch '2.2' into main, update baseline (2085, 104) 2 years ago
Jordi Boggiano bb0edce095
Fixed lock file being used when lock:false is in config, refs #10715 (#10726) 2 years ago
Stephan 6c3958ec86
Add warning if host is accessed via verify_peer or verify_peer_name disabled (#10722) 2 years ago
Stephan 866d2a49b2
GitDriver: try to fetch default branch form remote using auth (#10701) 2 years ago
Jordi Boggiano 35995c2d87
Merge branch '2.2' into main 2 years ago
Jordi Boggiano 9bfd059420
Fix curl downloader to retry in case of DNS resolution failure, fixes #10716 2 years ago
Jordi Boggiano be4b70ce79
Fix phpstan issues 3 years ago
Jordi Boggiano 27a449eaf7
Move duplicate key parsing from bootstrap to validate/diagnose to reduce bootstrap time a bit 3 years ago
Stephan 147c6a2f7e
Bitbucket: when OAuth consumer authentication fails mention that the `This is a private consumer` needs to be enabled (#10678) 3 years ago
Jordi Boggiano af3e67e745
Always show a stack trace for \Error & LogicException throwables even if output is not verbose 3 years ago
Jordi Boggiano 6bd75d5738
Update phpstan & baseline (2158, 104) 3 years ago
Stephan 37627f10d0
RemoteFilesystem: fix result length check (#10656) 3 years ago
Jordi Boggiano b0665981c2
Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632)
* Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch, fixes #10568

* Allow ProcessExecutorMock to function with async calls
3 years ago
Jordi Boggiano aad2f86edf
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 6b97524b25
Load plugins which modify install path early, fixes #10618 (#10621) 3 years ago
Jordi Boggiano 5122bd42fb
Merge branch '2.2' into main 3 years ago
Jordi Boggiano f31700bf19
Sort packages with the same weight alphabetically to have a completely stable sort not dependent on input order, fixes #10614 3 years ago
Jordi Boggiano d67953266f
Do not read require-dev except for the root package when sorting packages 3 years ago
Jordi Boggiano 0a4c0778ab
Propagate decoration state to repo warnings, fixes #10601 3 years ago
Jordi Boggiano beb575dd00
Fix more issues, update baseline (2203/106) 3 years ago
Jordi Boggiano 6a466a120a
Enable strict types on all files 3 years ago
Jordi Boggiano 0db443ba5f
Add visibility to all consts, fixes #10550 3 years ago
Jordi Boggiano 89ce53250e
Final type additions 3 years ago
Jordi Boggiano 7abc8da7d3
Add more types 3 years ago
Jordi Boggiano e52071a92c
Revert some return types for symfony/flex compatibility 3 years ago
Jordi Boggiano 6da38f83a0
Add parameter types to all the things 3 years ago
Alexander Schranz 1321bfca36
Add return types to closures (#9) 3 years ago
Jordi Boggiano eda9014bef
Add return types to all code which is not being extended by open source packages 3 years ago
Jordi Boggiano a16ed3d0ed
Add return types to private/internal methods 3 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 3 years ago
Jordi Boggiano 32852304d0
Make use of some new PHP features 3 years ago
Jordi Boggiano 86fb8d4412
Fix CS 3 years ago
Jordi Boggiano 5c98a2cf8e
Add phpstan-symfony to get type info about console InputInterface, fix many errors (#10476)
Extract common init/require commands functionality into PackageDiscoveryTrait
Extract some helper methods into BaseCommand for better types
3 years ago
Jordi Boggiano 7f1808501a
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 8c0b4ff16b
Also retry for HTTP2 stream errors, fixes #10462 3 years ago
Jordi Boggiano bab974575c
Merge branch '2.2' into main 3 years ago
Jordi Boggiano e3d99cac59
Fix phpstan issues, update baseline and pin PHPStan version in 2.2 branch (#10474) 3 years ago
Jordi Boggiano 6de9cacfd8
Remove unnecessary sprintf 3 years ago
Jordi Boggiano 49541ce3fb
Merge branch '2.2' into main 3 years ago
Dane Powell 93d4c8e531
Fix #10366: Improve messaging when GitHub tokens need SSO authorization (#10432) 3 years ago
Jordi Boggiano 5e4a8a882d
Allow ProcessExecutor to receive commands as arrays, refs #6552 (#10435) 3 years ago
Jordi Boggiano 7d1aa65239
Merge branch '2.2' into main 3 years ago
Jordi Boggiano cb41ad1d4b
Ensure process timeouts are checked also for async processes 3 years ago
Jordi Boggiano 3a27cb2e91
Merge branch '2.2' into main 3 years ago
Jordi Boggiano c2cdc3eb71
Deduplicate code 3 years ago
Jordi Boggiano f9d61c0665
Add links to repo to fund/licenses/search commands and add links to docs to config command 3 years ago
Jordi Boggiano 7e50f37b87
Remove some dead code and deprecate JsonFormatter, JsonFile::JSON_* constants, and TlsHelper 3 years ago
Alexander M. Turek 36da81bec2
Remove obsolete Symfony feature detections (#10425) 3 years ago
Niels Vanpachtenbeke 1c928466a9
Remove code blocks for php <7.2 compatibility (#10417) 3 years ago
Jordi Boggiano 0ece276c7c
Get rid of redundant \Exception catch blocks 3 years ago