Hanne Moa
Hanne Moa
Closes #505 For Uninett/argus-htmx-frontend#9, Uninett/argus-htmx-frontend#48 argus-htmx needs this, so far, for: * saving chosen theme * saving preferred date format
This makes it hard using the content of a ticket url for a link later. Classic frontend tackles this, new frontend does not. See also Uninett/argus-htmx-frontend#112
BulkTicketUrlViewSet uses `IncidentQuerySet.update_ticket_url()` which returns a queryset of updated incidents. The viewset returns the changed ticket along with status-code and "errors" which is always None. BulkAcknowledgementViewSet uses `IncidentQyerySet.create_acks` which returns...
For #2794
## Scope and purpose Upgrade all dependencies ### This pull request * adds/changes/removes a dependency ## Contributor Checklist Every pull request should have this checklist filled out, no matter how...
## Scope and purpose Makes it easier and more Django standard to use an adapted settings file. ### This pull request * adds/changes/removes a dependency The htmx dependencies are moved...
## Scope and purpose A collection of changes necessary to release version 2.0.0 of Argus. Will need a hefty NOTES.md. ### This pull request * adds/changes/removes a dependency * changes...
## Scope and purpose This moves dev dependencies out of `[project.optional-dependencies]` and into `[dependency-groups]`. Now we just need to wait for tooling support. See [PEP 735](https://peps.python.org/pep-0735/). - [x] pip >=...
Compare fetching a misspelled url (some "i"'s replaced by "1"): ``` curl -X 'GET' 'http://127.0.0.1:8000/api/v2/not1f1cat1onprof1les/100000000/' -H 'Accept: application/json' -H 'Authorization: Token ' ``` to an url to an object that...
Break the EXTRA_APPS-stuff out into a library/app and have some auto-registering scheme that automatically reads "appconfig" and mauls the settings accordingly.