glaubinix
Repos
62
Followers
43
Following
25

Simple conference schedule app

14
3

Dynamic quest system including features such as tasks, rewards, slots,

5
1

Private Packagist API Client

30
7

Dependency Manager for PHP

27501
4149

Package Repository Website - try https://packagist.com if you need your own -

1642
447

A PHP port of Ruby's Factory Girl.

112
26

Events

delete branch
glaubinix delete branch composer-support-string
Created at 1 week ago
pull request opened
Revert "Kubernetes: hide embedded docs for now"

Reverts packagist/private-packagist-docs#71

Created at 1 week ago
glaubinix create branch revert-71-glaubinix-patch-1
Created at 1 week ago

Fix PHPStan

Created at 1 week ago
pull request opened
Composer support string

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",
Created at 1 week ago
create branch
glaubinix create branch composer-support-string
Created at 1 week ago
delete branch
glaubinix delete branch composer-repository-packages-versions-null
Created at 1 week ago
pull request closed
ComposerRepository: handle package name with null value as versions

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
  }
}
Created at 1 week ago
issue comment
ComposerRepository: handle package name with null value as versions

Fixed by the repository maintainer

Created at 1 week ago
pull request opened
Kubernetes: hide embedded docs for now
Created at 1 month ago
glaubinix create branch glaubinix-patch-1
Created at 1 month ago
issue comment
COALESCE: returns `int|null` even if one argument is not nullable

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.

Created at 1 month ago

Docs: add beta label to kubernetes

Created at 1 month ago
glaubinix delete branch self-hosted/kubernetes
Created at 1 month ago

enterprise: first stab at kubernetes documentation

Update kubernetes.md

Use specific kubernetes install script for our stable channel.

SelfHosted: adjust enterprise -> self-hosted renaming

  • Update the requirements
  • Add section about backups

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

Created at 1 month ago
pull request closed
Self hosted Kubernetes Documentation

For now, letting me know anything that is missing would be super helpful!

Created at 1 month ago

Kubernetes: fix some typos and commas

Created at 1 month ago
pull request closed
enterprise: first stab at kubernetes documentation
Created at 1 month ago
enterprise: first stab at kubernetes documentation

Continues https://github.com/packagist/private-packagist-docs/pull/67

Created at 1 month ago
pull request opened
AzureDevops: clarify that 'Code pushed' event includes commits and tags and not auth is required
Created at 1 month ago

AzureDevops: clarify that 'Code pushed' event includes commits and tags and not auth is required

Created at 1 month ago
glaubinix create branch azure-devops-clarify
Created at 1 month ago
issue comment
COALESCE: returns `int|null` even if one argument is not nullable

Thanks, will give this a try next week!

Created at 1 month ago

ComposerRepository: handle package name with null value as versions

Created at 1 month ago
issue comment
ComposerRepository: handle package name with null value as versions

I am aware of that but I don't have control over that Composer repository

Created at 1 month ago
pull request opened
ComposerRepository: handle package name with null value as versions

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
  }
}
Created at 1 month ago

ComposerRepository: handle package name with null value as versions

Created at 1 month ago

ComposerRepository: handle package name with null value as versions

Created at 1 month ago

ComposerRepository: handle package name with null value as versions

Created at 1 month ago