Oleksiy Kovyrin

Results 7 issues of Oleksiy Kovyrin

WIP exploded war support

This is an experiment. Trying to add Vitess support to ReadySet. Tentative plan: * [x] Generate a GRPC client for Vitess APIs (done in https://crates.io/crates/vitess-grpc) * [x] Implement data parsing...

Given that the client supports custom HTTP headers on RPC calls, it would be really nice to allow the caller to see HTTP response headers as well. This opens the...

Nagios status files could contain '\n' in long_plugin_output field. Those values are interpreted as line breaks by the status parser, which leads to plugin output info after '\n' to being...

While testing our product on the most recent Jruby 9.3.3.0 nightly build, I have noticed an issue with Fishwife's IOUtil class. This call (https://github.com/dekellum/fishwife/blob/fishwife-dev/src/main/java/fishwife/IOUtil.java#L116) blows up like so: ``` java.lang.NoSuchMethodError:...

When creating brand new loops in your application if you want all your rails logging to go to Loops logger, you should be able to do that with a config...

Hey guys, I'm not sure if that was intentional, but resque-pool 0.5.0 (specifically, this commit: 2f91e9114556cb75c73a7b05d3ebaebec7ae9304) changed the way `shutdown?` method works and now there is no way to run...