Skip to content

Add query editor documentation#958

Merged
kmcginnes merged 11 commits intoaws:mainfrom
kmcginnes:doc-query-editor
Jun 9, 2025
Merged

Add query editor documentation#958
kmcginnes merged 11 commits intoaws:mainfrom
kmcginnes:doc-query-editor

Conversation

@kmcginnes
Copy link
Collaborator

@kmcginnes kmcginnes commented Jun 4, 2025

Description

  • Update references to name of the app to be "Graph Explorer" (not "the graph explorer")
  • Add information about sidebar panels, including new query editor
  • Add information about IAM permissions for read only access
  • Add link to IAM permissions to root level readme

Validation

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 force-pushed the doc-query-editor branch 2 times, most recently from 374dcf3 to 91e2e0e Compare June 5, 2025 00:05
@codecov
Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.24%. Comparing base (a899239) to head (91e2e0e).
Report is 20 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #958      +/-   ##
==========================================
+ Coverage   30.72%   33.24%   +2.52%     
==========================================
  Files         525      523       -2     
  Lines       23627    21287    -2340     
  Branches     1408     1507      +99     
==========================================
- Hits         7259     7077     -182     
+ Misses      16241    14093    -2148     
+ Partials      127      117      -10     
Flag Coverage Δ
unittests 33.24% <ø> (+2.52%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kmcginnes kmcginnes force-pushed the doc-query-editor branch 2 times, most recently from 2bae5ad to b224a78 Compare June 5, 2025 21:08
@kmcginnes kmcginnes marked this pull request as ready for review June 5, 2025 21:08
@kmcginnes kmcginnes requested a review from andreachild June 5, 2025 21:08
README.md Outdated
[W3C RDF/SPARQL](https://www.w3.org/TR/sparql11-overview/) open standard, the
[openCypher](https://opencypher.org) open source specification, or the open
source [Apache TinkerPop Gremlin Server](https://tinkerpop.apache.org/).
Graph Explorer project provides a React-based web application that enables users
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Graph Explorer project provides a React-based web application that enables users
Graph Explore provides a React-based web application that enables users

Copy link
Contributor

Choose a reason for hiding this comment

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

@Cole-Greer Graph Explorer

Cole-Greer
Cole-Greer previously approved these changes Jun 6, 2025
andreachild
andreachild previously approved these changes Jun 6, 2025
kmcginnes and others added 7 commits June 6, 2025 16:15
Co-authored-by: Cole Greer <112986082+Cole-Greer@users.noreply.github.com>
Co-authored-by: Cole Greer <112986082+Cole-Greer@users.noreply.github.com>
Co-authored-by: Cole Greer <112986082+Cole-Greer@users.noreply.github.com>
Cole-Greer
Cole-Greer previously approved these changes Jun 6, 2025
@kmcginnes kmcginnes merged commit 6b59ef2 into aws:main Jun 9, 2025
2 checks passed
@kmcginnes kmcginnes deleted the doc-query-editor branch June 9, 2025 19:21
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.

Add documentation for Gremlin query editor

3 participants