commit | 8d516ca9dd7b534d027fb15de7b843e3e6ad67f1 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Thu Apr 24 14:22:34 2014 -0700 |
committer | Shawn Pearce <sop@google.com> | Thu Apr 24 14:25:26 2014 -0700 |
tree | c18c716b2e9381fa380bfb7fb13deef9fa4c22fa | |
parent | a5d3392a6d49dbe02a9435141b66b62c84bca141 [diff] |
Allow illegal label names from default search predicate Ancient user watch filters may be configured with strings that are not valid label names, e.g. "plugins/defaultuser". At the time these were created the user was expecting to match a project. Now they blow up the strict checking in LabelType trying to setup an object for EqualsLabelPredicate to fail to match. Be more lenient here to allow the label to fail to match. Change-Id: I52d45456c67924e1981fbbe52a62adfceeebe869