Hanne Moa

Results 254 issues of 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

enhancement
frontend
data model
admin
user administration

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

bug
discussion
ticket system
admin
after-demo

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...

wat

## 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...

dependencies

## 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...

change setting
Argus v2

## 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...

Argus v2

## 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 >=...

priority: low
blocked
nonews

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...

bug
API v2
API v3

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.

priority: low