Hanne Moa

Results 288 comments of Hanne Moa

The API looks like barf with sphinx_rtd_theme, the indents don't make sense. I'll add some more screenshots.

- [Sphinx Themes Gallery](https://sphinx-themes.readthedocs.io/en/latest/#themes) - [Styling html made by sphinx](https://docs.readthedocs.io/en/stable/guides/adding-custom-css.html) - [Making a theme](https://www.sphinx-doc.org/en/master/development/theming.html)

Theme: "sphinx_rtd_theme" [sphinx_rtd_theme at theme gallery](https://sphinx-themes.readthedocs.io/en/latest/sample-sites/sphinx-rtd-theme/) ![Screenshot_20240419_083821](https://github.com/Uninett/Argus/assets/11956096/42503b58-8c56-4a28-b054-84d45196a72b)

Theme: "sphinx_book_theme" [sphinx_book_theme at gallery](https://sphinx-themes.readthedocs.io/en/latest/sample-sites/sphinx-book-theme/) ![Screenshot_20240419_141343](https://github.com/Uninett/Argus/assets/11956096/556a6d69-7e0b-4b03-9c15-ece95632664e) This also has a darkmode-theme.

Theme: "furo" [furo on gallery](https://sphinx-themes.readthedocs.io/en/latest/sample-sites/furo/) ![Screenshot_20240419_141843](https://github.com/Uninett/Argus/assets/11956096/7590eda1-cd84-4577-99c9-55aa0521df3e) It is possible to tune a lot with furo: https://pradyunsg.me/furo/customisation/

I don't think this will be ready for next release.

Idea for heartbeat: make it a new event type with least priority incident level (5). Then we could have something that only looks for this event type and makes a...

- [ ] Send fake incidents (tagged as stress test) in an infinite loop. Every x seconds or for y minutes or until aborted. - [ ] Test that the...

Missing: - docs (how to) - work with bulk-fix - update docker this-and-that

I've looked at bulk-changes (`Incident.objects.create_events()`). Should we make one notification per change (easy, by putting the new events on the queue one at a time) or should we make a...