Jason Frey
Jason Frey
@kbrock @jrafanie I figured out a simple reproducer for (part of) this: ``` SPEC_OPTS="--seed 3896" be rspec spec/models/mixins/supports_feature_mixin_spec.rb spec/models/blacklisted_event_spec.rb ```
DescendantsTracker documents it, but doesn't really say if and when it will be used https://api.rubyonrails.org/classes/ActiveSupport/DescendantsTracker.html > This module provides an internal implementation to track descendants which is faster than iterating...
I hadn't seen this comment in the original thread, but it feels this person might on to something: https://github.com/orgs/ManageIQ/discussions/23131#discussioncomment-10595089 @MajorDallas If you can get it working with the default passwords,...
Is this compatible to older RHEL (el8 or even less) and non-RHEL, like Ubuntu - interestingly the changes you made in the specs just forced it into RHEL6 and ubuntu,...
> sure wish stuff this low level was not in manageiq app This is not an appliance concern (i.e. what we're running on). This is a deployment concern when we...
I'm not sure I understand why this is needed? I assume unused user roles might have blank values?
hmmm - I thought we already stored this information with unique ids though.
Is there a schema migration for these attributes, or do they already exist in the database? I think I need to understand how it's currently modeled to understand why this...
@agrare Is this still a feature? If so, we can just mark this as help wanted.
Note that in https://github.com/ManageIQ/manageiq-ui-classic/pull/7916 the rename functionality was removed from the multi-select list views, but it is still present on VM details page.