Nico Stapelbroek

Results 16 issues of Nico Stapelbroek

Maybe we need to look into registering service providers for this when we fix it.

Original: https://github.com/nstapelbroek/culpa/issues/12 Hi could you please add public function restoring(Model $model) { $model->{$this->getColumn($model, 'deleted')} = null; } to the BlameableObserver, in order to also restore the deleted_by column when restoring...

Currently the default behaviour is to try the files directly or load an index.html It would be nice to implement support for a 404 file / template since apache and...

enhancement

When discovery is triggered almost simultaneously, it looks like you are able to break the resulting configuration. Chances of this happening are reduced significantly after https://github.com/nstapelbroek/envoy-swarm-control-plane/commit/c1e5d67635708e4513f9b36a3a065377380e1454 but I would love...

bug
area/discovery

Context: - Removed a service about a month ago - Certificate was still valid at that time, remained valid till the end of April - I would expect the control...

bug
area/acme

we could look at SNI to identify which services to redirect the traffic towards. Requires a good TLS setup though so it's not something I'll be doing asap 😄

Hey Ross, The changes in this PR should allow the package to work in Laravel 5.1. Since there are a lot of changes, let me provide you with a tl;dr:...