Skip to content
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

[ML] Transforms: Pagination in the source documents data grid fix #196119

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

rbrtj
Copy link
Contributor

@rbrtj rbrtj commented Oct 14, 2024

Summary

Fix for: #195881

After:
It's hardly visible in the recording, but if you look at the @timestamp column, you can see that the values are changing correctly while navigating to a previous page, which was not the case before the fix.

Screen.Recording.2024-10-14.at.13.21.51.mov

@rbrtj rbrtj added release_note:fix :ml Feature:Transforms ML transforms v9.0.0 Team:ML Team label for ML (also use :ml) v8.16.0 backport:version Backport to applied version labels labels Oct 14, 2024
@rbrtj rbrtj self-assigned this Oct 14, 2024
@rbrtj rbrtj requested a review from a team as a code owner October 14, 2024 11:49
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@rbrtj rbrtj added the v8.15.3 label Oct 14, 2024
Copy link
Contributor

@darnautov darnautov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@peteharverson peteharverson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and LGTM

@rbrtj rbrtj merged commit 1489396 into elastic:main Oct 14, 2024
44 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.x

https://github.com/elastic/kibana/actions/runs/11330160866

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 14, 2024
…astic#196119)

## Summary

Fix for: [elastic#195881](elastic#195881)

After:
It's hardly visible in the recording, but if you look at the
`@timestamp` column, you can see that the values are changing correctly
while navigating to a previous page, which was not the case before the
fix.

https://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de
(cherry picked from commit 1489396)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
8.x

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 14, 2024
…ix (#196119) (#196163)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[ML] Transforms: Pagination in the source documents data grid fix
(#196119)](#196119)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Robert
Jaszczurek","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-14T15:01:36Z","message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport
pending",":ml","Feature:Transforms","v9.0.0","Team:ML","v8.16.0","backport:version"],"title":"[ML]
Transforms: Pagination in the source documents data grid
fix","number":196119,"url":"https://github.com/elastic/kibana/pull/196119","mergeCommit":{"message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196119","number":196119,"mergeCommit":{"message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Robert Jaszczurek <[email protected]>
@rbrtj rbrtj added v8.15.4 backport:version Backport to applied version labels and removed backport pending backport:version Backport to applied version labels labels Oct 17, 2024
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 8.15, 8.16

https://github.com/elastic/kibana/actions/runs/11400253996

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Oct 18, 2024
…astic#196119)

## Summary

Fix for: [elastic#195881](elastic#195881)

After:
It's hardly visible in the recording, but if you look at the
`@timestamp` column, you can see that the values are changing correctly
while navigating to a previous page, which was not the case before the
fix.

https://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de
(cherry picked from commit 1489396)
@kibanamachine
Copy link
Contributor

💔 Some backports could not be created

Status Branch Result
8.15
8.16 Cherrypick failed because the selected commit (1489396) is empty. Did you already backport this commit?

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 196119

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Oct 18, 2024
…fix (#196119) (#196814)

# Backport

This will backport the following commits from `main` to `8.15`:
- [[ML] Transforms: Pagination in the source documents data grid fix
(#196119)](#196119)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Robert
Jaszczurek","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-14T15:01:36Z","message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix",":ml","Feature:Transforms","v9.0.0","Team:ML","v8.16.0","backport:version","v8.15.4"],"title":"[ML]
Transforms: Pagination in the source documents data grid
fix","number":196119,"url":"https://github.com/elastic/kibana/pull/196119","mergeCommit":{"message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a"}},"sourceBranch":"main","suggestedTargetBranches":["8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196119","number":196119,"mergeCommit":{"message":"[ML]
Transforms: Pagination in the source documents data grid fix
(#196119)\n\n## Summary\r\n\r\nFix for:
[#195881](https://github.com/elastic/kibana/issues/195881)\r\n\r\nAfter:\r\nIt's
hardly visible in the recording, but if you look at the\r\n`@timestamp`
column, you can see that the values are changing correctly\r\nwhile
navigating to a previous page, which was not the case before
the\r\nfix.\r\n\r\n\r\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de","sha":"1489396c84356fb6226290438ce805c209ef650a"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/196163","number":196163,"state":"MERGED","mergeCommit":{"sha":"828133d7ed029e82caea98af9c83ed1b4a57f1b9","message":"[8.x]
[ML] Transforms: Pagination in the source documents data grid fix
(#196119) (#196163)\n\n# Backport\n\nThis will backport the following
commits from `main` to `8.x`:\n- [[ML] Transforms: Pagination in the
source documents data grid
fix\n(#196119)](https://github.com/elastic/kibana/pull/196119)\n\n<!---
Backport version: 9.4.3 -->\n\n### Questions ?\nPlease refer to the
[Backport
tool\ndocumentation](https://github.com/sqren/backport)\n\n<!--BACKPORT
[{\"author\":{\"name\":\"Robert\nJaszczurek\",\"email\":\"[email protected]\"},\"sourceCommit\":{\"committedDate\":\"2024-10-14T15:01:36Z\",\"message\":\"[ML]\nTransforms:
Pagination in the source documents data grid fix\n(#196119)\\n\\n##
Summary\\r\\n\\r\\nFix
for:\n[#195881](https://github.com/elastic/kibana/issues/195881)\\r\\n\\r\\nAfter:\\r\\nIt's\nhardly
visible in the recording, but if you look at
the\\r\\n`@timestamp`\ncolumn, you can see that the values are changing
correctly\\r\\nwhile\nnavigating to a previous page, which was not the
case
before\nthe\\r\\nfix.\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de\",\"sha\":\"1489396c84356fb6226290438ce805c209ef650a\",\"branchLabelMapping\":{\"^v9.0.0$\":\"main\",\"^v8.16.0$\":\"8.x\",\"^v(\\\\d+).(\\\\d+).\\\\d+$\":\"$1.$2\"}},\"sourcePullRequest\":{\"labels\":[\"release_note:fix\",\"backport\npending\",\":ml\",\"Feature:Transforms\",\"v9.0.0\",\"Team:ML\",\"v8.16.0\",\"backport:version\"],\"title\":\"[ML]\nTransforms:
Pagination in the source documents data
grid\nfix\",\"number\":196119,\"url\":\"https://github.com/elastic/kibana/pull/196119\",\"mergeCommit\":{\"message\":\"[ML]\nTransforms:
Pagination in the source documents data grid fix\n(#196119)\\n\\n##
Summary\\r\\n\\r\\nFix
for:\n[#195881](https://github.com/elastic/kibana/issues/195881)\\r\\n\\r\\nAfter:\\r\\nIt's\nhardly
visible in the recording, but if you look at
the\\r\\n`@timestamp`\ncolumn, you can see that the values are changing
correctly\\r\\nwhile\nnavigating to a previous page, which was not the
case
before\nthe\\r\\nfix.\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de\",\"sha\":\"1489396c84356fb6226290438ce805c209ef650a\"}},\"sourceBranch\":\"main\",\"suggestedTargetBranches\":[\"8.x\"],\"targetPullRequestStates\":[{\"branch\":\"main\",\"label\":\"v9.0.0\",\"branchLabelMappingKey\":\"^v9.0.0$\",\"isSourceBranch\":true,\"state\":\"MERGED\",\"url\":\"https://github.com/elastic/kibana/pull/196119\",\"number\":196119,\"mergeCommit\":{\"message\":\"[ML]\nTransforms:
Pagination in the source documents data grid fix\n(#196119)\\n\\n##
Summary\\r\\n\\r\\nFix
for:\n[#195881](https://github.com/elastic/kibana/issues/195881)\\r\\n\\r\\nAfter:\\r\\nIt's\nhardly
visible in the recording, but if you look at
the\\r\\n`@timestamp`\ncolumn, you can see that the values are changing
correctly\\r\\nwhile\nnavigating to a previous page, which was not the
case
before\nthe\\r\\nfix.\\r\\n\\r\\n\\r\\nhttps://github.com/user-attachments/assets/33be9e8c-e558-4f48-994a-562c4e3788de\",\"sha\":\"1489396c84356fb6226290438ce805c209ef650a\"}},{\"branch\":\"8.x\",\"label\":\"v8.16.0\",\"branchLabelMappingKey\":\"^v8.16.0$\",\"isSourceBranch\":false,\"state\":\"NOT_CREATED\"}]}]\nBACKPORT-->\n\nCo-authored-by:
Robert Jaszczurek
<[email protected]>"}},{"branch":"8.15","label":"v8.15.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Robert Jaszczurek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:version Backport to applied version labels Feature:Transforms ML transforms :ml release_note:fix Team:ML Team label for ML (also use :ml) v8.15.4 v8.16.0 v9.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants