Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support for tracking id creation in the internal apis * node type resolution should not create the type if it is illegal to set * Clean up the InternalAdditionOps and implement it for the CachedGraph * move cache implementation into storage * Use Storage inside Graph and PersistentGraph * Expose caching interface * remove old unused docstring macros * rename protoc generated module to "proto" * move protobuff code to top-level serialise module * implement the caching support using traits and a bit more refactoring * fix rerun path in build script * remove ssh key action from workflows that don't need it * implement cache for python and clean up * nuke the old bincode * fix storage feature * fixes for the proto feature * update the type stubs * enable incremental updates in GraphQL server * fix the proto feature * update submodule * remove the rest of the old bincode serialisation * constructor for DFView is never used * clean up unused dependencies * bump some dependencies * bump more dependencies and fix python test * fix the opentelemetry dependencies * add test for incremental writing for Graph * add test for incremental caching for persistent graph * make sure the caching code actually gets called
- Loading branch information