Skip to content

[JES] Add ordering to blacklists for consistency

Jason Salyers requested to merge jsalyers-order-blacklists into develop

Changes a union to union all for performance reasons. Blacklist sources are ordered by name for consistency. Still struggling to find a way to have the source as an array instead of a delimited text string that python converts to an array (not too familiar with these functions, everything I tried either didn't work or was just really slow [>5s query time], so I may need some help with that one)

Edited by Jason Salyers

Merge request reports