-
Notifications
You must be signed in to change notification settings - Fork 358
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
Gh-3291: Add GetAllGraphInfo operation to POC federated store #3298
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3298 +/- ##
==========================================
Coverage 67.76% 67.76%
Complexity 2594 2594
==========================================
Files 947 949 +2
Lines 30217 30237 +20
Branches 3338 3339 +1
==========================================
+ Hits 20476 20490 +14
- Misses 8274 8280 +6
Partials 1467 1467 ☔ View full report in Codecov by Sentry. |
...n/java/uk/gov/gchq/gaffer/federated/simple/operation/handler/get/GetAllGraphInfoHandler.java
Outdated
Show resolved
Hide resolved
...mple-federated-store/src/test/java/uk/gov/gchq/gaffer/federated/simple/FederatedStoreIT.java
Outdated
Show resolved
Hide resolved
|
Added a GetAllGraphInfo operation to the POC simple federated store. This can easily be modified to have additional fields within the map, including auths. Operation returns key information about the configuration of the store.
Related issue