GCHQDev404
GCHQDev404
Create a new Operation to add a group to a schema; together with handlers for AccumuloStore and Mapstore. "Assuming the vertex type is consistent this should be simple as there...
Create a new Operation to change the age-off setting in a schema; together with handlers for AccumuloStore and Mapstore. Note this issue has been de-scoped from the original request for...
Create a new Operation to remove an existing Group from a schema; together with handlers for AccumuloStore and Mapstore. Either "always ensure that there is no data of that group...
Create a new Operation to remove an existing property from a schema; together with handlers for AccumuloStore and Mapstore. See discussion in https://github.com/gchq/Gaffer/issues/1355
Create a new operation to add a property to a schema; together with handlers for AccumuloStore and Mapstore
Question: Why does DisabledByDefault marker only hides graphs when graphIds are null in graphStorage.get(null) ref: FederatedGraphStorageTest.shouldNotGetDisabledGraphForAuthUserWhenNoIdsProvided() ref: FederatedGraphStorageTest.shouldGetDisabledGraphWhenGetAll() ToBe explored, currently don't understand the value or use of it. Can...
Question: Why does simple variable change cause test to fail for cache Backwards compatibility test.
Question: Why does simple variable change cause test to fail for cache Backwards compatibility test. ref: FederatedStoreCacheBackwardCompatibilityTest field variables MAP_ID_1 and ADDING_USHE_ID
When executing operations against remote stores, new federated store will have only one Operation of note: FederatedOperation - which contains the Operation to be executed, a list of graph IDs...
All/most operations are to be removed and replaced with a single generic operation implementation. Fields and options are merged into one `operartionArgs` map. Like the Maestro experiment.