-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/56 configuration for regex inputs #67
Conversation
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timestamp does not work (timestamp for older log entrys gets replaced for every new one that's being added):
(notice how the time is always the same)
Also we shouldn't display anything if no value is found (check for rating = -1)
Also please do not show (?:) for emtpy regex (check for that string and replace with nothing)
Why should be display nothing if nothing is matched, via the rating -1 the user knows that something is wrong with the regex |
Signed-off-by: Kevin Beier <[email protected]>
We should find some other solution for that in the future imo. Agreed for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timestamp still wrongly updated.
Regex matching does not seem to work as expected. See #66
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
Signed-off-by: Kevin Beier <[email protected]>
PR description
Describe your changes in detail here
The proper connection between backend regex (value|constraint) and the UI has been made. Additionally, in the run view when the start button is pressed a proper output what has been captured is noted down.
Definition Of Done (DoD)
This PR can be squashed / merged if
Add additional conditions here if necessary for this PR
fixes: #56