11331 Commits (89721ab32203c41a9904e83921e543c550aae89f)
 

Author SHA1 Message Date
Stephan Vock 89721ab322
GitLab: detect invalid token setup and attempt to automatically resolve the issue for the user 2 years ago
Stephan Vock 3b4a3d63bf
GitLab: prevent invalid loop during composer install with invalid credentials 2 years ago
Jordi Boggiano 20d11bfdfb
Display the stored channel when choosing a specific channel in self-update, fixes #10719 2 years ago
Jordi Boggiano b0b364af19
E_TOO_MANY_BRANCHES 2 years ago
Jordi Boggiano 9a62ef7ff2
Add missing return type 2 years ago
Jordi Boggiano 699956867d
Reverting release version changes 2 years ago
Jordi Boggiano ba61e768b4
Release 2.2.12 2 years ago
Jordi Boggiano a1f9baa118
Fix 5.3/5.4 builds 2 years ago
Jordi Boggiano 2ba8758b30
Update changelog 2 years ago
Stephan 2c40c53637
Merge pull request from GHSA-x7cr-6qr6-2hh6
* GitDriver: filter branch names starting with a - character

* GitDriver: getFileContent prevent identifiers starting with a -

* HgDriver: prevent invalid identifiers and prevent file from running commands

* HgDriver: filter branches starting with a - character
2 years ago
Jordi Boggiano 915b97fc39
Fix docs 2 years ago
Jordi Boggiano d64e32c991
Merge remote-tracking branch 'ktomk/patch-validate-no-check-lock' into 2.2 2 years ago
Jordi Boggiano 0a8dfe6ef7
Clarify that autoloader-suffix should be a non-empty-string, fixes #10720 (#10725) 2 years ago
Jordi Boggiano bb0edce095
Fixed lock file being used when lock:false is in config, refs #10715 (#10726) 2 years ago
Tom Klingenberg 939c998baf validate lock-file if configured (#10715, --check-lock)
if no lock-file is configured, turn lock file validation errors into
warnings (implicit --no-check-lock) unless those are explicitly promoted
via the new --check-lock option.

- `{"config": {"lock": false}}` is an implicit `--no-check-lock` for
  composer validate.
- `--check-lock` overrides an (implicit or explicit) `--no-check-lock`,
  always.

issue: #10715
2 years ago
Jordi Boggiano 9bfd059420
Fix curl downloader to retry in case of DNS resolution failure, fixes #10716 2 years ago
Jordi Boggiano d7f0733959
Detect exec failures in compile script, refs #10693 2 years ago
Jordi Boggiano 1cc23e1a8b
🤦‍♂️ 2 years ago
Jordi Boggiano 6b330b7456
Fix tests 2 years ago
Jordi Boggiano 34fa266114
Fix windows build 2 years ago
Jordi Boggiano 96f087a273
Remove unnecessary realpath which can fail, closes #10694 2 years ago
Jordi Boggiano 0985501602
Fix windows build 2 years ago
Jordi Boggiano 95e09d3a81
Reverting release version changes 2 years ago
Jordi Boggiano 2f5bcf0480
Release 2.2.11 2 years ago
Jordi Boggiano 864446e1b9
Update changelog 2 years ago
Jordi Boggiano 38efb57ba2
Fix type issues 2 years ago
Jordi Boggiano 956d44c339
Add --2.2 flag to self-update for 2.2 LTS as well as EOL marker support 2 years ago
Jordi Boggiano b7d9beaa43
Update deps 2 years ago
Jordi Boggiano ecec0d00fc
Fix generation of autoload rules in a dir that is missing to ensure it does not break (#10688) 2 years ago
Jordi Boggiano cbda47634e
Add missing bitbucket-oauth from composer schema 2 years ago
Jordi Boggiano 2b99d069b2
Remove dev-master=>dev-main alias from #10372 as it does not work/is missing when reloading from lock file and extracting dev deps, refs #10651 2 years ago
Jordi Boggiano 90571a8c9d
Update seld/jsonlint 2 years ago
Jordi Boggiano 9c2793382b
Reverting release version changes 2 years ago
Jordi Boggiano 18f748df69
Release 2.2.10 2 years ago
Jordi Boggiano 1240bdadcf
Update changelog 2 years ago
Jordi Boggiano 7eb8f92a93
Fix test 2 years ago
Jordi Boggiano 60616f9bd1
Fix tests 2 years ago
Jordi Boggiano 30671fb904
Add warning when using 7z <21.01 on linux/osx, fixes #10535 2 years ago
Jordi Boggiano 2dbe66ad20
Fix deletion of corrupt 0-bytes zip archives from the cache, fixes #10580 (#10666) 2 years ago
Jordi Boggiano dca0a65597
Add source/dist keys to root schema, fixes #10655 2 years ago
Stephan eb0aaa7472
Bitbucket: handle missing authentication response from API returning 404 status code (#10657) 2 years ago
Jordi Boggiano 44c1ff717d
Update composer/semver 2 years ago
Jordi Boggiano 78bdd8127b
Reverting release version changes 2 years ago
Jordi Boggiano 07eccf080a
Release 2.2.9 2 years ago
Jordi Boggiano 173b558072
Update changelog 2 years ago
Jordi Boggiano 6b97524b25
Load plugins which modify install path early, fixes #10618 (#10621) 2 years ago
Jordi Boggiano 7bee425b58
Reverting release version changes 2 years ago
Jordi Boggiano 26a587345d
Release 2.2.8 2 years ago
Jordi Boggiano 8eb7f63730
Update changelog 2 years ago
jrfnl dca2d49d0c
GH Actions: version update for various predefined actions
A number of predefined actions have had major release, which warrant an update to the workflow(s).

These updates don't actually contain any changed functionality, they are mostly just a change of the Node version used by the action itself (from Node 14 to Node 16).

Refs:
* https://github.com/actions/checkout/releases

P.S.: looks like there are some more actions in use which have had new major releases. As those actually _do_ contain changed functionality, I've excluded the others from this PR.
2 years ago