!pedro

Results 25 issues of !pedro

Now we can't test rendering the products in Publish, because we need a Worker endpoint for that. We need to create a mock endpoint for the testing to return the...

good first issue
tests

- Add 50 news items - Fix browser window nonconformities

Enhance [e2e_test_local.py](https://github.com/taranis-ai/taranis-ai/blob/c49240c876110f1759d812078f9e01a20ba59fd6/src/core/tests/playwright/e2e_test_local.py) and [e2e_test_ci.py](https://github.com/taranis-ai/taranis-ai/blob/c49240c876110f1759d812078f9e01a20ba59fd6/src/core/tests/playwright/e2e_test_ci.py): - [x] Update selectors so that the scripts works with our updated UI. - [ ] Make sure the resolution of the video created is 16:9...

tests

Now tests can be run: - pytest - pytest --run-e2e - pytest --run-e2e-ci ##### This PR as well introduces: - A whole stack of core (with in memory DB) and...

Example: When a marking report as Complete the state in Analyze is not reflected without a reload

bug
frontend

It would be a nice improvement to create a script to generate screenshots using Playwright for our [docs](https://taranis.ai/).

documentation
enhancement

Refactor for all collectors - instead of returning a dictionary directly, return an NewsItem object [see here](https://github.com/taranis-ai/taranis-ai/blob/master/src/worker/worker/collectors/rss_collector.py#L141)

core

Enhance integrity by adding the option to sign emails with a PGP key.

core

Added JS support for every request with option `BROWSER_MODE`. Add additional_headers support to requests of Simple Web Collector Remove all turned off collectors - Email and Selenium collectors ## Summary...

If the preview collects no newsItems, it would be nice if there is a message informing of no items gathered, now it does nothing, and if no items are collected,...

good first issue
frontend