Hanne Moa

Results 288 comments of Hanne Moa

> 2. While disabling Redis might be fine in a development environment, this setting needs to come with a big fat warning that it is **not** suitable for production use....

This will be merged after towncrier so add a changelog fragment in the correct place.

This is as it stands not backwards compatible. I will continue this work in a new branch, reusing the commits.

These objects should be get_or_created early and easily and often. Maybe a management command named "setup" or "verify" or something, or get_or_created on each use of the function. The first...

There now is a way to auto-create an argus user/source/source type. What's left is to create a suitable incident every time argus complains about something in its logs.

I suspect this is a bug in the sphinx plugin: ``` reading sources... [100%] site-specific-settings WARNING: unknown directive or role name: django:setting :1: ERROR: Unexpected indentation. /home/hm/GIT/campus/argus/Argus/docs/openapi.rst:2416: WARNING: Block quote...

> Thats a functioning POC 👍 There are improvements that could be made in the future: > > * those mentioned above > * contrast errors **should** be fixed. The...

Replacing the default sphinx theme (alabaster) with "sphinx_rtd_theme" yields this: ![Screenshot_20240419_083821](https://github.com/Uninett/Argus/assets/11956096/42503b58-8c56-4a28-b054-84d45196a72b) What do you think, @podliashanyk?