• Sean McGivern's avatar
    Fix sidekiq-cluster name selector with colons · 2f741ae9
    Sean McGivern authored
    A queue name can have colons (to separate it from its namespace). This
    wasn't part of the term regex so trying to select a queue by name, when
    the name contained a colon, would fail.
    
    This also allows every other predicate to accept colons. Although none
    of them strictly need to, it doesn't harm them: feature categories and
    resource boundaries can't contain colons anyway, and colons weren't part
    of the general syntax.
    2f741ae9
cli_methods_spec.rb 6.51 KB