* TD-431: Return timeout error upon negative timeout leftover after endpoint resolution in document request API
* Adds testcase endpoint_resolve_timeout_means_unavailable with mocked resolve_endpoint/2 to bouncer_tests_SUITE
* Make fsync repeat interval configurable as usual.
* Dig into logger internals to sync w/ handler reliably
* Upgrade to opa 0.26.0-debug service image in tests
* Bump to rbkmoney/image-build-erlang@61a001b
Tags (which are integer field designators in thrift serializations)
were wrongly interpreted as indices in Erlang record tuples.
* Update for recent rebar3_lint w/ elvis_core 1.0.0
* Allow to set up multiple pulse handlers
* Enable audit logging through dedicated log handler
* Remove scoper use from handler
* Verify that audit log overload stops handlers
Though it's not apparently, so skip the test for now but keep testcase
for future experimentation.
Co-authored-by: Sergey Yelin <elinsn@gmail.com>