Sebastian Waldbauer
Sebastian Waldbauer
**General** Removed 'requests' MissingDependencyError, because requests is a core lib from intelmq Removed HTTP variables from Bot class in favor of HttpMixin Removed trying to import requests in pipeline, its...
Some Quality of Life updates. Mostly changed .format( & '%' string manipulation to python recommended f-strings.
CodeQL version 1 will be replaced by version 2 in december. There is some grace period, but in order to get all features we might consider updating to version 2....
There are some redis drop-in replacements like keydb. So we might wanna change the required-dependency to optional. https://build.opensuse.org/package/view_file/home:sebix:intelmq/intelmq/intelmq.spec?expand=1
As redis is a nice in-memory database and field-tested, there are some competitors out there working on more advanced solutions to solve issues redis is currently having. Some of them...
Refactored upgrades to a more generic solution, because as we increase the intelmq version, the file gets bigger and bigger. This PR aims to provide the same functionality as before,...
**NOTE**: This is a proof of concept. Being heavily tested! ### Introduction Msgpack ( MessagePack ) is a (de)serialization format, which is similar to json, but more optimized for m2m...