We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f875531 + 1e84a32 commit 9fc0481Copy full SHA for 9fc0481
simvue/models.py
@@ -5,7 +5,7 @@
5
6
7
FOLDER_REGEX: str = r"^/.*"
8
-NAME_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:=><]+$"
+NAME_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:]+$"
9
METRIC_KEY_REGEX: str = r"^[a-zA-Z0-9\-\_\s\/\.:=><+\(\)]+$"
10
DATETIME_FORMAT: str = "%Y-%m-%dT%H:%M:%S.%f"
11
0 commit comments