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

release-22.2: ui: fix bug that set node ids to undefined on advanced debug #89197

Merged
merged 1 commit into from
Oct 4, 2022

Conversation

blathers-crl[bot]
Copy link

@blathers-crl blathers-crl bot commented Oct 3, 2022

Backport 1/1 commits from #88603 on behalf of @dhartunian.

/cc @cockroachdb/release


An earlier change to async load the base ui data broke the assumption this page makes that the data is available at the time the JS is loaded. Now the call to get the init data is done inside the render() method of the component which is awaits the UI data at the top level.

Resolves #83623

Release note (ui change): fixed a bug that prevented usage of profiling links on the Advanced Debug page.


Release justification:

An earlier change to async load the base ui data broke the assumption this page
makes that the data is available at the time the JS is loaded. Now the call to
get the init data is done inside the `render()` method of the component which
is awaits the UI data at the top level.

Resolves #83623

Release note (ui change): fixed a bug that prevented usage of profiling links
on the Advanced Debug page.
@blathers-crl blathers-crl bot force-pushed the blathers/backport-release-22.2-88603 branch from 473b462 to dbd1eca Compare October 3, 2022 15:30
@blathers-crl blathers-crl bot added blathers-backport This is a backport that Blathers created automatically. O-robot Originated from a bot. labels Oct 3, 2022
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@dhartunian dhartunian merged commit 2fcb1a2 into release-22.2 Oct 4, 2022
@dhartunian dhartunian deleted the blathers/backport-release-22.2-88603 branch October 4, 2022 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blathers-backport This is a backport that Blathers created automatically. O-robot Originated from a bot.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants