Dynamic quest system including features such as tasks, rewards, slots,
Package Repository Website - try https://packagist.com if you need your own -
Reverts packagist/private-packagist-docs#71
Fixes getComposerInformation
call if support
is not an array but instead a string
"exception": {
"class": "TypeError",
"message": "Cannot access offset of type string on string",
"code": 0,
"file": "src\/Composer\/Repository\/Vcs\/GitHubDriver.php:179",
"trace": [
"src\/Composer\/Repository\/VcsRepository.php:248",
Prevents:
Warning: foreach() argument must be of type array|object, null given at src/Composer/Repository/ComposerRepository.php:1365
For repository responses like:
{
"packages": {
"acme/package": null
}
}
Fixed by the repository maintainer
Apologies for not getting back to you earlier. I just tried this in our code base. Unfortunately, we are using PostgreSQL and it looks like sqlftw/sqlftw
only supports MySQL so far. This currently fails with several internal errors like Internal error: Unable to resolve column TIME in file
in ParserInference::narrowResultType
line 91.
Docs: add beta label to kubernetes
enterprise: first stab at kubernetes documentation
Update kubernetes.md
Use specific kubernetes install script for our stable channel.
SelfHosted: adjust enterprise -> self-hosted renaming
SelfHosted: add section about backup/restore
SelfHosted: remove section about configuration changes
Kubernetes: add db/storage section
Kubernetes: split docs for embeded vs existing cluster
Optimised images with calibre/image-actions
Kubernetes: add install steps for embedded installation
Kubernetes: fix some typos and commas
Merge pull request #67 from packagist/self-hosted/kubernetes
Self hosted Kubernetes Documentation
For now, letting me know anything that is missing would be super helpful!
Kubernetes: fix some typos and commas
Continues https://github.com/packagist/private-packagist-docs/pull/67
AzureDevops: clarify that 'Code pushed' event includes commits and tags and not auth is required
Thanks, will give this a try next week!
ComposerRepository: handle package name with null value as versions
I am aware of that but I don't have control over that Composer repository
Prevents:
Warning: foreach() argument must be of type array|object, null given at src/Composer/Repository/ComposerRepository.php:1365
For repository responses like:
{
"packages": {
"acme/package": null
}
}
ComposerRepository: handle package name with null value as versions
ComposerRepository: handle package name with null value as versions
ComposerRepository: handle package name with null value as versions