Robin Hahling

Results 110 comments of Robin Hahling

I don't have plans to implement this but I'd welcome a pull request.

Hi @cyberpescadito, The example you added is nice :) However, it seems to me that in the case model definition, there should be a "`tasks` (list of task): ..." bullet...

Hi Ali, > unlike cilium itself, seems like Hubble and Hubble-UI are not under active maintenance A quick search in Hubble and Cilium's repositories should quickly confirm that this is...

The cluster name is invalid because it ends with `:6443`, which is invalid for a DNS sub-domain (see [RFC1123](https://datatracker.ietf.org/doc/html/rfc1123)). Try removing the port section from your domain name.

I think pulling from Github makes sense. For the Hubble CLI, we have a [`stable.txt` file at the root](https://github.com/cilium/hubble/blob/master/stable.txt) that contains the version of the latest stable Hubble CLI release....

There is nothing to migrate from "auth": ``` $ ./manage.py migrate --settings fir.config.production auth No module named hooks for plugins No module named hooks for artifacts No module named hooks...

Nope, `0007_change_bl_base_class` applies just fine. Only the `0008_add_authz_structure` migration won't apply. I've been playing with this issue a bit today, including trying to re-generate the migration and it appears that...

Hi @sebma, Yes this is planned. I'd like to release version 3.1.0 as soon as possible though so you'll have to wait for the 3.2.0 release. This is a top...