Kristian Berg

Results 5 issues of Kristian Berg

Is there some way to manipulate which options are selected or not, from a controller? Changes to the model are not reflected in the dropdown menu.

I'm having some issues with triggering of the on_error task callbacks from chains. I've created a test project here: https://github.com/kriberg/dyrygent-test This defines three tasks: ``` @app.task def normal_task(): log.info("normal task")...

### Description This PR adds a post step to the action that runs oc logout and then deletes the kube config file. That should clean up any residual authentication, in...

CRDA Scan Passed
CRDA Scan Approved

Upgrades to reveal.js-mermaid-plugin 2.1.0 which has mermaid.js 10.6.1. Had some issues with displaying this diagram: ```mermaid flowchart LR Domain -- has many --> System System -- has many --> Component...

Renamed django.db.backends.util to utils, ref: sql.py:15: RemovedInDjango19Warning: The django.db.backends.util module has been renamed. Use django.db.backends.utils instead.