Skip to content

Conversation

knudtty
Copy link
Contributor

@knudtty knudtty commented Sep 18, 2025

Ref HDX-2034

Copy link

vercel bot commented Sep 18, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
hyperdx-v2-oss-app Ready Ready Preview Comment Sep 19, 2025 4:48pm

Copy link

changeset-bot bot commented Sep 18, 2025

🦋 Changeset detected

Latest commit: f8a9a1f

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@hyperdx/common-utils Patch
@hyperdx/app Patch
@hyperdx/api Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

github-actions bot commented Sep 18, 2025

Stably Runner - Test Suite - 'Smoke Test'

Test Suite Run Result: 🔴 Failure (1/4 tests failed) [dashboard]

Failed Tests:


This comment was generated from stably-runner-action

MikeShi42
MikeShi42 previously approved these changes Sep 19, 2025
Copy link
Contributor

@MikeShi42 MikeShi42 left a comment

Choose a reason for hiding this comment

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

nice - v clean :)

);
const searchKeys = useMemo(
() => (searchField ? [mergePath(searchField.path, jsonColumns)] : []),
() => (searchField ? [mergePath(searchField.path, jsonColumns ?? [])] : []),
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we want to skip calling mergePath unless we have jsonColumns loaded right? Otherwise we might mistakenly treat JSON columns as non-JSON due to a race condition with loading the JSON column list.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hmm that's a good call! updated

@kodiakhq kodiakhq bot merged commit d60d920 into main Sep 19, 2025
7 of 8 checks passed
@kodiakhq kodiakhq bot deleted the aaron/fix-json-autocomplete branch September 19, 2025 16:49
teeohhem added a commit that referenced this pull request Sep 20, 2025
kodiakhq bot pushed a commit that referenced this pull request Sep 20, 2025
)

This reverts commit d60d920.

Commit breaks dashboards with: 
<img width="1179" height="779" alt="image" src="https://github.com/user-attachments/assets/bcb05f7a-6787-4a39-859f-92e6f6ffbe9e" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants