-
Notifications
You must be signed in to change notification settings - Fork 38
[FEATURE]: add transforms to the logs table #529
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
base: main
Are you sure you want to change the base?
Conversation
48a3ca0 to
9d07767
Compare
| const { onChange, value } = props; | ||
|
|
||
| const handleTransformsChange: TransformsEditorProps['onChange'] = (transforms) => { | ||
| console.log(transforms); |
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.
| console.log(transforms); |
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.
done
Signed-off-by: Mahmoud <seyedmahmoud.shahrokni@amadeus.com> Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com> Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com> Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com> Signed-off-by: Mahmoud Shahrokni <seyedmahmoud.shahrokni@amadeus.com>
9d07767 to
5610fc9
Compare
|
sure, but why don't do the fix first so we can actually test this is working? |
Hmm, yes why not. Let's do the fix first. |
|
I just shared with you my testing of the feature, that's why I found the issue... There's probably a lack of testing for this, as this used to be working before. |


Relates to perses/perses#3786
Description 🖊️
This PR will add the current transform feature to the logs table.
Checklist
[<catalog_entry>] <commit message>naming convention using one of thefollowing
catalog_entryvalues:FEATURE,ENHANCEMENT,BUGFIX,BREAKINGCHANGE,DOC,IGNORE.UI Changes