Paweł Srokosz

Results 91 issues of Paweł Srokosz
trafficstars

## Description I'm from CERT.pl and we're responsible for https://github.com/CERT-Polska/mwdb-core project and https://mwdb.cert.pl service that is used commonly by users of this connector. Recently we noticed that we're flooded from...

feature

**Your checklist for this pull request** - [x] I've read the [contributing guideline](CONTRIBUTING.md). - [x] I've tested my changes by building and running the project, and testing changed functionality (if...

**Environment information** * MWDB version (from `/about`): v2.10.1 * Installation method: - [x] mwdb.cert.pl service - [ ] From PyPi (`pip install mwdb-core`) - [ ] From docker-compose - [...

type:bug
zone:frontend

**Feature Category** - [ ] Correctness - [x] User Interface / User Experience - [ ] Performance - [ ] Other (please explain) **Describe the problem** We can choose group...

type:feature
zone:backend
zone:frontend
status:up for grabs

**Your checklist for this pull request** - [ ] I've read the [contributing guideline](CONTRIBUTING.md). - [ ] I've tested my changes by building and running the project, and testing changed...

It's nice to have development setup filled with some initial data for better development experience.

zone:environment

**Long story short** Original filter logic was simple: - task headers match consumer filter if they match all values defined in filter (AND logic of matches for each key defined...

redis-py v5.0.0 adds support for asyncio. It affected return types from command methods which are now `Union[Awaitable[T], T]`. As the type doesn't really have sense (Awaitable types are returned only...

improvement

**Initial plans**: - Implement `karton.task::` naming (called fully-qualified task identifiers) suggested by @rakovskij-stanislav (https://github.com/CERT-Polska/karton/issues/178#issuecomment-1249517133) to speed up task tree inspection - On top of that I'm going to continue great...

todo: consider uploading `drakrun.log` on error as in original `with_logs` solution