-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Remove last usages of grid data and remove grid_data endpoint. #52672
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
Remove last usages of grid data and remove grid_data endpoint. #52672
Conversation
Probably don’t need to backport this since it’s fundamentally refactoring. |
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.
We still need to clean some tests and fix static checks. Overall, it looks deleting all other parts
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.
❤️ can't wait for this PR to be green, removing all that code
Huge thanks for all the work on this, Daniel! I am genuinely sorry again for creating that monolithic code with its repeated, full TI aggregations. I know it created a lot of extra work for a couple of people and caused scaling problems. I truly appreciate that you have been taking the time to simplify and improve it. |
1c9f7b9
to
a24cf13
Compare
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.
There are some ESlint issues that need fixing I believe.
0948eb1
to
d93d84c
Compare
i pointed out in the comments where i needed to simplify some things in tooltips because we don't have all of the same data info |
d93d84c
to
954e31b
Compare
Merge conflicts |
9852544
to
b044c04
Compare
thanks, rebased |
Another day another merge conflict. We merge other things too quickly! |
oh boy |
This reverts commit b5f2436.
1861753
to
e984ce5
Compare
…e#52672) Get rid of the old grid_data endpoint. It was already replaced in the grid view. But there were still a few uses in the graph view, namely for tooltips.
…e#52672) Get rid of the old grid_data endpoint. It was already replaced in the grid view. But there were still a few uses in the graph view, namely for tooltips.
No description provided.