Keenan Brock
Keenan Brock
so sounds like 2 options: - edit the provider's blacklisted events to merge with super - move the events into settings. Do we really want this list to be user...
Autodetecting these changes seems a bit over the top. Especially since this will typically be done from rails console. Sure, auto detection would be nice, but the bigger fish to...
Looks like this has been supported since postgres 10 and is the standard as of postgres 14 ``` # postgresql.conf password_encryption = scram-sha-256 ``` Someone just needs to set the...
@hhorak I think we are close to the same page. This migration is definitely on our radar since many companies are requiring the migration to `scram`. It is really too...
This seems like a lot of change. Have you tried either of these ways?: STI or ignoring the post in the comment model. STI would have Comment as a child...
> About STI, I would really like to avoid it at all cost. It has cause me a lot of pain the past. lol - yes. My teammates no longer...
Yea. This is a great idea. Someone proposed something similar in ancestry. I'll try and circle back and give any feedback I can. reminder: I can not merge this stuff,...
alternatively, can you just always return `interpolated_string`? Can you provide a test to reproduce? (I'm not a committer, so feel free to ignore my suggestions)
``` Message: `protect_from_forgery` should be configured with `with: :exception` Code: protect_from_forgery :secret => SecureRandom.hex(64), :except => ([:authenticate, :external_authenticate, :kerberos_authenticate, :saml_login, :initiate_saml_login, :oidc_login, :initiate_oidc_login, :csp_report]), :with => :reset_session ``` File: [application_controller.rb:13](https://github.com/ManageIQ/manageiq-ui-classic/blob/2964a66b3745498d9a9f1af8e4410e681c99b99f/app/controllers/application_controller.rb#L13-L15)
Thanks @simi Not sure the best way to resolve this issue since the underlying issue is Mend. But we're getting a lot of local reports. I'll reach out to them...