Robert Kaussow

Results 262 comments of Robert Kaussow

Yes but if the container startup fails now there has to be something in the docker logs.

I don't know how to help further. The log snippet you have posted does not indicate any error, it's just a regular log of the ownCloud container. I'm still not...

Tested `arm64` on a Raspberry Pi, the `arm` (32 bit) image is discontinued and no longer maintained. However, I don't think the issue is related to the arch.

That's correct. It's already on my to-do list thanks for the reminder :)

... Nobody wanted to rush through especially not because the PR is not finished and requires a major version bump...

I dont get your point. This PR was marked as breaking all the time. Its was already planned to wait with a merge till the next breaking release all the...

> Current code lgtm, but you introduced a `ListOptions` type, but did not apply it to all list api methods. > > Missing in: `UserList` `RegistryList` `CronList` `SecretList` @qwerty287 Was...

If we want to add empty list option types to every list method, what about: ``` OrgRegistryList(orgID int64) ([]*Registry, error) GlobalRegistryList() ([]*Registry, error) OrgSecretList(orgID int64) ([]*Secret, error) GlobalSecretList() ([]*Secret, error)...