Jason Frey

Results 140 issues of Jason Frey

### Description In WSL2, tab completion is very slow on executable files and in certain directories ### Steps to Reproduce ```sh a # Wait 5-10 seconds and it will eventually...

**Describe the solution you'd like** I'd like to see the action split into the before-build phase and the after-build phase so I can run them separately, as opposed to having...

enhancement

### Background Brakeman version: 5.1.1 Rails version: 6.0.4 Ruby version: 2.7.2 Link to Rails application code: https://github.com/ManageIQ/manageiq-schema (specifically these lines in this method: https://github.com/ManageIQ/manageiq-schema/blob/580494b457aa68fa84ad0ef79a99f7347acf57bf/lib/migration_helper.rb#L222-L223 ) Possibly related to #1591 and...

I'm not sure if it's already done, but I couldn't find anything in the docs. If not, I think this would be a cool feature. I did see `nav_style` in...

Enhancement
Theme-general

Part of #22009 This allows us to avoid hardcoding the module path and sets up the expectation of which one is "right" @agrare Please review.

enhancement
najdorf/yes?

(or 7.0 if that's easier) Rails 6.0 goes EOL Jun 1, 2023 Once Rails 7.0 comes out, 6.0 will go into maintenance mode, and 5.2 will be dropped completely. We...

dependencies
rails6.1

In our production deployments, we don't need the log files, and, in fact, they create issues. In appliances, we now use journald and the logs are duplicated in both /var/www/miq/vmdb/log...

enhancement

Our contract with Travis has ended, and while we expected to revert to the prior default of 5 free workers, we were incorrect as it seems Travis doesn't have support...

test

Follow up to by https://github.com/ManageIQ/manageiq/issues/19583 Depends on https://github.com/ManageIQ/manageiq-appliance-build/issues/374 - [x] Allow for events to be published over kafka (https://github.com/ManageIQ/manageiq/pull/21264) - [ ] Default to using kafka/miq_messaging for event handling (https://github.com/ManageIQ/manageiq/pull/21997)

enhancement
providers
core/events

Where possible, we should avoid loading the Rails environment in workers that don't need them. Initially, this is likely to be most possible in event catcher workers, but should also...

enhancement
performance