Skip to content

Re-add query editor for Gremlin#949

Merged
kmcginnes merged 2 commits intoaws:mainfrom
kmcginnes:add-query-editor
Jun 2, 2025
Merged

Re-add query editor for Gremlin#949
kmcginnes merged 2 commits intoaws:mainfrom
kmcginnes:add-query-editor

Conversation

@kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Jun 2, 2025

Description

Re-adds the query editor to the main branch.

Most of this code was originally in #878, but that was merged to aws:main-query-editor branch. Rather than have multiple PRs to review, I've combined that code (already reviewed) with the changes made in #855. Please refer to that PR for a description of those changes.

So this PR will result in:

  • Gremlin query editor added to search sidebar
  • Tanstack Query mutation used instead of query to prevent multiple execution of user entered queries/mutations
  • Cancellation of long running queries

Validation

  • Tested locally against Neptune

Related Issues

Check List

  • I confirm that my contribution is made under the terms of the Apache 2.0
    license.
  • I have run pnpm checks to ensure code compiles and meets standards.
  • I have run pnpm test to check if all tests are passing.
  • I have covered new added functionality with unit tests if necessary.
  • I have added an entry in the Changelog.md.

@kmcginnes kmcginnes marked this pull request as ready for review June 2, 2025 17:26
@kmcginnes kmcginnes requested a review from andreachild June 2, 2025 17:27
@kmcginnes kmcginnes mentioned this pull request Jun 2, 2025
5 tasks
andreachild
andreachild previously approved these changes Jun 2, 2025
@kmcginnes kmcginnes merged commit edf0a08 into aws:main Jun 2, 2025
2 checks passed
@kmcginnes kmcginnes deleted the add-query-editor branch June 2, 2025 20:59
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.

Re-introduce query editor code Prevent multiple execution of mutation queries Add cancellation support to query editor

2 participants