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

Implement commitChanges on vz-line-chart2 #3571

Merged
merged 1 commit into from
May 7, 2020

Conversation

stephanwlee
Copy link
Contributor

@stephanwlee stephanwlee commented Apr 30, 2020

This is a roll forward of 46b6e61 (#3552). The commit partially rolls back
27d0023 (#3524) which introduces commitChanges which was supposed to be
invoked after setting data, visible series, or metadata.

This change addresses the regression caused by 27d0023 which forgot to
call the new API in all places where we use the vz-line-chart2.

This is a roll forward of 46b6e61. The commit partiall rolls back
27d0023 which introduces `commitChanges` which was supposed to be
invoked after setting data, visible series, or metadata.

This change addresses the regression caused by 27d0023 which forgot to
call the new API in all places where we use the vz-line-chart2.
@stephanwlee stephanwlee requested a review from wchargin May 5, 2020 17:33
Copy link
Contributor

@wchargin wchargin left a comment

Choose a reason for hiding this comment

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

Out of curiosity, is there an easy git grep or similar to double-check
that we’ve gotten them all?

@stephanwlee
Copy link
Contributor Author

I did few passes of git greps:

  1. <vz-line-chart
  2. setSeriesData|setSeriesMetadata|setVisibleSeries

and manually inspected if they had appropriate commitChanges.

@wchargin
Copy link
Contributor

wchargin commented May 6, 2020

Sounds good; thanks!

@stephanwlee stephanwlee merged commit 8ddcceb into tensorflow:master May 7, 2020
@stephanwlee stephanwlee deleted the revert branch May 7, 2020 17:24
caisq pushed a commit to caisq/tensorboard that referenced this pull request May 19, 2020
This is a roll forward of 46b6e61. The commit partiall rolls back
27d0023 which introduces `commitChanges` which was supposed to be
invoked after setting data, visible series, or metadata.

This change addresses the regression caused by 27d0023 which forgot to
call the new API in all places where we use the vz-line-chart2.
caisq pushed a commit that referenced this pull request May 27, 2020
This is a roll forward of 46b6e61. The commit partiall rolls back
27d0023 which introduces `commitChanges` which was supposed to be
invoked after setting data, visible series, or metadata.

This change addresses the regression caused by 27d0023 which forgot to
call the new API in all places where we use the vz-line-chart2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants