!pedro
!pedro
Improve error messages for Config endpoints (Users, Roles, etc.). - example use case: Duplicate name - current state: error message=Failed to create - desired state: propagate meaningful error messages (e.g....
The playwritght `new_page()` method sometimes gets stuck and doesn't progress at all. When interrupted by the keyboard, the following stacktrace appears: ```python [2024-08-16 14:12:47,151] [DEBUG] - Using selector: EpollSelector ^CTraceback...
When in Assess is a filter applied to show just a few items, and "all items loaded" is shown, then removing that filter (making more items available), doesn't restart the...
- Handling `rules` in `parameter.value` needs to be updated. - Referenced function (below) should return a List of parameters which should include `rules`. [taranis-ai/taranis-ai/src/core/core/model/worker.py](https://github.com/taranis-ai/taranis-ai/blob/7b4e1136fc5bf08ded9d289c95941c52c65a3b47/src/core/core/model/worker.py#L174) - Parameters filled while creating a...
Create a spawnable instance of Core that would enable more testing. The aim is to decrease the appearance of `request_mock` in the tests for internal HTTP requests and test beyond...