PelleK

Results 11 issues of PelleK

### Description I'm creating a CompositeLayer that can override/wrap a prop that is registered as a defaultProp by a LayerExtension however `CompositeLayer.getSubLayerProps` negates my override when it calls `LayerExtension.getSubLayerProps` which...

bug

I'm looking for a way to customize the DashRenderer request HTTP headers, mainly for authentication purposes. There's a thread on the [community forum](https://community.plotly.com/t/custom-dashrenderer-change-header-in-request-pre/22087) that wasn't resolved, but otherwise I don't...

Add a boolean environment variable "ARGUS_DISABLE_REDIS" that, when set, will tell channels to use an InMemoryChannel instead of Redis so that we may run the backend without having a redis...

During our PENDING phase, an incident's description may change. We would like to update an Incident's description in Argus. Currently this is not allowed as per: https://github.com/Uninett/Argus/blob/05d26f046d15f982be8290b2754b333b1bab8469/src/argus/incident/serializers.py#L174-L187 We would like...

enhancement

Updating an incident's metadata currently writes a full dump of the old and the new metadata to the event description, which may lead to a (very) large event description field...

I've had a closer look at how Argus does filtering, and I think I see some opportunities, especially wrt to customizing filtering behaviour using the filterblob (`Filter.filter`) The main use...

META

I noticed a discrepancy between the (filtering) parameters that are accepted in the incidents/ and incidents/mine. Namely "tags=" was not a documented parameter "id__in=" was a documented parameter for incidents/mine...

documentation

We should move to STORAGES instead. See also https://docs.djangoproject.com/en/5.0/ref/settings/#staticfiles-storage

When posting Incident metadata to the Argus API, it would be nice if we can validate the incoming metadata to some schema. Currently we have a setup that works through...

enhancement
API
META

We'd like to have global filters that are available for all users and the same for all users so that if a user views the incident listing (either through ui...

enhancement