b3n

Results 55 issues of b3n

From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#85 In the Dashboard now holds a list of Tag_Types and the most prominent tags in each tag. The should be a "2-dimensional" chart next...

frontend

From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#135 It would also make sense to extend the dashboard to ideally individualized queries. At the moment, it is displaying the largest clusters based on...

frontend
complex
core

From Taranis-NG created by [b3n4kh](https://github.com/b3n4kh): ait-cs-IaaS/Taranis-NG#157 There should be a centralized feature that filters keywords, based on a "stopword" list and other criteria, for example if a keyword is extracted...

core
database
worker

Create a collector that parses all issues from identified by a specific [JQL](https://support.atlassian.com/jira-service-management-cloud/docs/use-advanced-search-with-jira-query-language-jql/). See example for how to access: https://community.atlassian.com/t5/App-Central/Basics-of-API-in-Jira-Confluence-and-Bitbucket/ba-p/1599968 https://community.atlassian.com/t5/Jira-articles/Atlassian-Python-API-s/ba-p/2091355

requested
worker

This PR will: * update all precommit hook * add Containerfile * add copmose.yml * add GitHub action to: * Build python module and upload to GitHub * Build Container...

Adds a very basic audit log functionality

Implement a button to split an existing story into two. The user would select one or multiple news items, but not all, at least one news item has to remain....

good first issue
frontend

Move the itemCount from the MainMenu.vue into a subcomponent. The itemCountTotal & itemCountFiltered from MainStore.vue should be replaced by a view specific count. For Assess: complex logic with stories total...

frontend

Allow user to set language of manually created items.

frontend
core

Update GitHub Action to also build for ARM platforms. See https://github.com/docker/setup-buildx-action?tab=readme-ov-file#usage for how to enable multi-platform builds Relevant actions: [docker_build_core](https://github.com/taranis-ai/taranis-ai/blob/master/.github/workflows/docker_build_core.yaml) [docker_build_gui](https://github.com/taranis-ai/taranis-ai/blob/master/.github/workflows/docker_build_gui.yaml) [docker_build_worker](https://github.com/taranis-ai/taranis-ai/blob/master/.github/workflows/docker_build_worker.yaml)

good first issue
requested
ci-cd