m-hau
m-hau
Change the redirect target of the top "Add Attachment" button from the url you are currently at to the attachment list view of the object where the attachment will/was created....
Make sure that `Ticket` always returns an `IPAddr` instance as ip. Also ensure that `Ticket` never returns an `IPAddr` as ID, but only a plain str (or `tuple` or `None`)....
### Environment: - Fail2Ban version : 1.0.2-2 / 1.1.0-8 / `master` branch - OS, including release name/version : Debian 12.12 "bookworm" / Debian 13.1 "trixie" / Debian 13.1 "trixie" -...
Optimize the amount of data the pre-commit hook downloads, significantly reducing it from ~600MiB to ~500KiB. This is done by using a Git feature named [Partial Clone](https://git-scm.com/docs/partial-clone), which is supported...
~~Small~~ follow-up to #3391. ~~Fix the `poe` to `_is_power_source` rename for ports in the README, forgot that in the original PR.~~ Rename the device-type-level custom property `is_powered` to `_is_powered`. The...
When running the PyTest pre-commit check with the (default) configuration of [`USE_LOCAL_KNOWN_SLUGS = False`](https://github.com/netbox-community/devicetype-library/blob/5feee391/tests/test_configuration.py#L36), it will fetch an up-to-date copy of the slug pickles from Github. To get this ~400KiB...