b3n

Results 55 issues of b3n

Add flower to the stack to get better insight into workers https://flower.readthedocs.io/en/latest/ - [ ] Update [Dockerfile.rabbitmq](https://github.com/taranis-ai/taranis-ai/blob/master/docker/Dockerfile.rabbitmq) so it also starts flower. - [ ] Update [compose.yml](https://github.com/taranis-ai/taranis-ai/blob/master/docker/compose.yml) to pass any...

enhancement
worker

From Taranis-NG created by [ewoiset](https://github.com/ewoiset): ait-cs-IaaS/Taranis-NG#149 - [ ] Complete endpoint testing in src/core/tests/test_schema.py - [ ] Check for which config/ endpoints testing is necessary - [ ] Adapt "Component"...

core
tests

Add a GitHub action that runs only if [openapi3_1.yaml](https://github.com/taranis-ai/taranis-ai/blob/master/src/core/core/static/openapi3_1.yaml) changed to validate the with https://validator.swagger.io/ `curl --data-binary @openapi3_1.yaml -H 'Content-Type:application/yaml' https://validator.swagger.io/validator/debug`

enhancement
tests

Configure sentry for flask core: https://docs.sentry.io/platforms/python/integrations/flask/

enhancement
core

Configure sentry for celery workers: https://docs.sentry.io/platforms/python/integrations/celery/

enhancement
worker
needs triage

Add AssessView Header similar to the "Topic Header" as seen in this Mockup https://xd.adobe.com/view/9f722581-52f1-4746-9069-2a125002c69a-ca21/screen/8329cdde-5fef-4e32-b6ca-d5d952d212eb?fullscreen The Header should be visible if there is a search filter containing a "tag" showing a...

frontend
needs triage

Migrate Frontend to TypeScript https://vuejs.org/guide/typescript/overview

frontend

There are multiple components in the frontend that still don't use the [composition API](https://vuejs.org/guide/extras/composition-api-faq.html) for example `WeekChart.vue`, `AnalyzeStore.vue` and some more. They should all be converted to use composition API.

frontend

The whole concept of Attributes vs AttributeEnum has to be revisited, there is potential for massive simplification.

bug
core

From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#148 Add a parameter to the bot to only load a subset of supported languages.

worker