tb06904
tb06904
The `NamedOperationResolver` uses a timeout to control how long it will try resolve from cache, this is to stop infinite loops due to nested operations. A better approach for this...
After integrating the standard Tinkerpop test suite under #3126 and subsequent PRs there are many failures with the current Tinkerpop implementation. Need to investigate the test failures that occur from...
Currently the merge functions utilised by the federated store don't use any of the Java Stream classes. These could bring performance enhancements due cheaper per element cost to spliterators or...
It would be good to get [mutation testing](https://pitest.org/) running to get better evaluation of how good the unit tests are. As it is quite expensive to run we should only...
A bug where serialisation on one of the merge functions was broken indicating it has not been tested and not covered by unit tests. This was since fixed in #3028...
# Overview There appears to be a problem with the Helm deployment to Kind during the gaffer docker CI/CD pipeline. The exact issue is not clear but seems to be...
A few issues with the current kerberos entrypoint scripts have been identified under an existing PR these should be addressed to improve the robustness and decrease technical debt. _Originally posted...
It would be useful for Proxy Stores to be able to be configured to handle certain operations locally. One use case for this is with Tinkerpop as we don't want...
Updates the effective Gaffer version to 2.2.1 # Related issue - Resolve #354