Добавлена возможность делать паттерны регулярками
This commit is contained in:
@@ -30,6 +30,8 @@ public class Pattern {
|
||||
|
||||
private String color; // для вставки в css
|
||||
|
||||
private boolean isRegex;
|
||||
|
||||
@ManyToMany(mappedBy = "foundPatterns", cascade = CascadeType.ALL)
|
||||
@JsonIgnore
|
||||
private List<Stream> matchedStreams;
|
||||
|
||||
Reference in New Issue
Block a user