Jarosław Jedynak

Results 56 issues of Jarosław Jedynak

**Your checklist for this pull request** - [x] I've read the [contributing guideline](https://github.com/CERT-Polska/mquery/blob/master/CONTRIBUTING.md). - [x] I've tested my changes by building and running mquery, and testing changed functionality (if applicable)...

> Hey MSM! I think that filter-plugin can\should also be called when clicking the Download button (https://github.com/CERT-Polska/mquery/blob/fecbef082bcb4355abdab318b90ef0a6dc1b9330/src/app.py#L205), what do you think? > So if my S3 bucket contains encrypted files,...

bug
up for grabs
feature

We're using redis for historic reasons, but we should probably move the metadata to postgres, to ensure data integrity and maybe even improve performance. - [ ] Design a schema...

low priority

**Feature Category** - [ ] Correctness - [ ] User Interface / User Experience - [ ] Performance - [x] Other (please explain) **Describe the problem** This is just a...

Ok, let's focus on the next release. Initial set of issues I think are good candidates for the next version: Make it easier to deploy multi-agent, multi-server, large-scale cloud deployment...

Should we maybe use some kind of enum for `can_list_all_queries`? _Originally posted by @nazywam in https://github.com/CERT-Polska/mquery/pull/350#discussion_r1091704734_ I agree, planned to do this from a while ago but I didn't want...

Plugins are currently a "secret knowledge", there's not a lot of documentation, and the existing documentation is outdated at some parts. We should update the documentation, and open-source more useful...

**Feature Category** - [x] Correctness - [ ] User Interface / User Experience - [ ] Performance - [ ] Other (please explain) **Describe the problem** There are (or used...

zone:backend

**Feature Category** - [ ] Correctness - [x] User Interface / User Experience - [ ] Performance - [ ] Other (please explain) **Describe the problem** Sometimes it's not obvious...

Currently running a query gets *very* slow if indexing operation is also in progress. This is (probably) because of how disk queues work - indexing is very disk heavy, and...