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

fix: generate tile_id in POST /dashboards #952

Merged

Conversation

nikhilsinhaparseable
Copy link
Contributor

issue: tile_id gets generated by hash of timestamp in microseconds
for import dashboard (with multiple tiles) scenarios, more than one tile gets same tile_id
fix is to add random string and timestamp to calculate hash for generating tile_id

issue: tile_id gets generated by hash of timestamp in microseconds
for import dashboard (with multiple tiles) scenarios, more than one tile gets same tile_id
fix is to add random string and timestamp to calculate hash for generating tile_id
@nitisht nitisht merged commit c912ff5 into parseablehq:main Oct 3, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants