Fix issue and MR exports to support NOT filters
What does this MR do and why?
Our issuable finders access the params hash using symbols. When the params are serialized to JSON and passed to the Sidekiq worker, we call symbolize_keys
but this does not handle nested params.
I just changed this to use with_indifferent_access
so that it is similar to the params hash we get from request query params.
Related to #341900 (closed)
How to set up and validate locally
- Filter issues list with a NOT filter
- Export issues
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Heinrich Lee Yu