StopMotionCuber

Results 18 issues of StopMotionCuber

### Summary For all LDAP modules, failures include `msg`, `details` and `exception`. While the `details` string is somewhat of a dictionary structure, it is presented as a string. This makes...

feature
docs_fragments
plugins

**Version** Pulp operator `v1.0.0-beta.1`, Image `quay.io/pulp/pulp-operator@sha256:ab39229f535d6eaeaa7502e39581ba0c89319400512ac51f99ee8b905449b617` Pulp version is 3.32 **Describe the bug** I was trying to update the `ObjectStorageS3Secret` field (or `object_storage_s3_secret` in json representation), as we wanted to...

Issue

## Fixes `obj.refresh_from_db()` is called for every item in a form. In my case that lead to the same query for fetching an object being executed 8 times, even though...

This lifts the restriction of fields being immutable in many places without a good reason for that behavior. The `DeploymentType` is still mutable, as I didn't figure out completely what...

needs-rebase
needs-ok-to-test

This is adding 2 functions to templating to improve ability to work with URLs in templates. These functions are - `safeUrl` (the same as `safeHtml`, but for URLs) - `urlUnescape`...

We have a setup where we are using Alertmanager in combination with Prometheus and Grafana. I would like to share a "See in Grafana" Link and convert the URL that...

**Version** Pulp Operator 1.0.1 **Describe the bug** When using `custom_pulp_settings` on the Operator, that requires quoting. Otherwise python processes complain about syntax errors. **To Reproduce** Steps to reproduce the behavior:...

Issue
Triage-Needed

##### Summary When placing a text with `!unsafe` anchor, this should be ignored by `jinja` and not raise any warnings. For more details see reproducer ##### Issue Type - Bug...