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

chore(twinmaker): upgrade UxSDK to add path query feature for query editor #272

Merged
merged 2 commits into from
Feb 9, 2024

Conversation

MO-Elmu
Copy link
Contributor

@MO-Elmu MO-Elmu commented Feb 8, 2024

What this PR does / why we need it:
Upgrade UxSDK to 2.0.291.0 to add query path feature to our query editor plugin.

Which issue(s) this PR fixes:

  • Add path query feature support so path queries can be visualized. This type of queries generate an error in visualization tap
  • Example queries
    SELECT p FROM EntityGraph MATCH p = (e)-[r]->(x) LIMIT 10
    SELECT p FROM EntityGraph MATCH p = (e)-[]->{1,3}(x) LIMIT 5

Fixes #

Special notes for your reviewer:

@@ -7878,7 +7878,7 @@ available-typed-arrays@^1.0.5:

"aws-iot-twinmaker-grafana-utils@file:libs/aws-iot-twinmaker-grafana-utils-2.0.0.tgz":
version "2.0.0"
resolved "file:libs/aws-iot-twinmaker-grafana-utils-2.0.0.tgz#cb39fe168a7877e9efb3188ffeadcb5d6bad4819"
resolved "file:libs/aws-iot-twinmaker-grafana-utils-2.0.0.tgz#74ef4926dd99a7e7e96c65a868e3a57671d876e4"

Choose a reason for hiding this comment

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

Why does the version number stay the same when the hash changes?

Copy link
Contributor Author

@MO-Elmu MO-Elmu Feb 8, 2024

Choose a reason for hiding this comment

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

We usually don't change the file name unless its a major version change this was a minor version change from 2.0.22 to 2.0.291.

@MO-Elmu MO-Elmu merged commit 7503e14 into main Feb 9, 2024
4 checks passed
@MO-Elmu MO-Elmu deleted the uxsdk_upgrade branch February 9, 2024 01:22
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.

4 participants