Feature #33775
Support ? for setting wildcards
Pull request:
Fixed in Releases:
Found in Releases:
Description
Our settings framework supports "wildcards" to hide regular expressions from users. It is used in http proxy and fact/nic exclude filters. See self.convert_array_to_regexp and self.regexp_expand_wildcard_string methods from Setting model.
A customer has RHV/oVirt hypervisors with thousands of interfaces named on86bb6c1f143a4.3111 and since "on*" is too broad, a support for "?" would enable them to do "on?????????????.*" wildcard to match those NICs.
Associated revisions
History
#1
Updated by Lukas Zapletal 5 months ago
- Priority changed from Normal to Low
#2
Updated by Adi Abramovitch 5 months ago
- Priority changed from Low to Normal
- Assignee set to Adi Abramovitch
#3
Updated by The Foreman Bot 5 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/8997 added
#4
Updated by The Foreman Bot 5 months ago
- Fixed in Releases 3.2.0 added
#5
Updated by Adi Abramovitch 5 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|bf343adc3bd0b55ffee456f3ca195d348201ec2c.
Fixes #33775 - Add Support to ? for setting wildcards