Vasily Fedoseyev

Results 13 issues of Vasily Fedoseyev

This fixes https://github.com/ctran/annotate_models/issues/696 Major version bump is required because of minimum rails >= 5.0

feature
needs-rebase

Faye intercepts http headers for websockets and eventsource thus sse transport is not http-compiliant. This is fixed by re-sending the headers. Also there're commits for rails 3.2 compatibility

This fixes #1086 When resulting schema contains `required` fields, that are not explicitly listed in schema - they must be covered by `additionalProperties` (because openapi does not support `patternProperties`) schema...

under consideration

### Description This PR adds support for sending connection attributes, which are used for identifying individual connections in mysql. (https://dev.mysql.com/doc/refman/5.7/en/performance-schema-connection-attribute-tables.html) For example libmysql sets attributes `_client_name`, `_pid`, `_client_version`, `_os`, `_platform`....

enhancement

File was initially renamed when assets were moved to `app/assets/` in 9f1a1cbfed8b2e79d75d0e5d58b4ce9588e389ae, but then recreated in 4893820ffc2995f8a58855ec448ed284c15d5ee2. It is not accessible from asset pipeline because of app/assets version existence, only...

Thank you for your work! In settings there are switches for cartridge color order and head width, so one could guess that printer is compatible with more than one family...

When using rollbar 2.27.0 together with an old json 1.8.6 (the last in 1x branch that uses the old rfc), and a broken json comes from a client - instead...

When not explicitly set via `PRONTO_MAX_WARNINGS` or in config, `max_warnings` is infinite. This is potentially dangerous, because couple thousands comments can lead to DOS on on-premise gitlab (it's sidekiq becomes...

### Issue # (if available) This should fix https://github.com/reidmorrison/rails_semantic_logger/issues/203 ### Description of changes Added test for ActionDispatch::DebugExceptions and fixed couple of rails 7.1 deprecations in tests By submitting this pull...

In a typical rails app the probability of `ActiveSupport` being already present is almost certain. Do we need additional checks? Formally this is a major change, since someone may have...