Mikhail Doronin

Results 12 issues of Mikhail Doronin

Add support for bootstrapping FreeBSD hosts. Tested working with FreeBSD 13.0, which is the first version where `/etc/os-release` was introduced. For the moment it is not easy to add a...

Allow passing multiple pattern databases as an array to the new `patterns_paths` argument - Support `patterns_path` argument but deprecate `pattern_path` attribute accessor - Add new `patterns_paths` array argument to enable...

Fixes #66 Make sure `useragent` string without spaces is present in the gem description.

https://rubygems.org/search?utf8=%E2%9C%93&query=useragent Can be solved by adding "useragent" without spaces into the gem description

The workers may have arrays of integers as arguments. This gem expectation fails if we are checking for something like ``` expect(SomeWorker).to have_enqueued_sidekiq_job([1, 2], "something") ```

- `root` group doesn't exist, make user&group configurable and set `wheel` on FreeBSD - `logrotate` is not used on FreeBSD - Configuration is kept in `/usr/local/etc/openvpn` by default.

When `raw: true` is set in Rails cache options, Rails expects a binary string as an input. No conversion is performed before sending the block result to the cache storage...

# Bug report Cloud-init 24.1 fails to bootstrap on t3.medium AWS instances: `cloud-init local` runs too early and fails to configure the instance It was working with cloud-init 23.3 before...

bug

When an sql string is fed to `to_tsquery`, postgres functions get executed prior to string conversion to tsquery. `unaccent` function may create unexpected single quote symbols, that will lead to...

Rack-test above 2.0 introduced a refactoring https://github.com/rack/rack-test/pull/297 that broke the compatibility with this gem. Update the code to be compatible with the latest rack-test.