Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename args * impl config loader * impl cache * add global plugins to data, rid ttl, fix gql apis and add a bunch of tests * impl loading disk graph and fix tests * fmt * impl overwrite load, fix cases with storage feature disabled, add tests, fix tests, impl save_to_path mat * more tests * fix rename graph gql * create work_dir if not found * Todos/graphql (#1672) * impl gqlgraphs * properties, unique layers to gqlgraphs * impl default configs, impl config load precedence, add tests * impl auth configs * wait for server to come online when started, also expose an api on client to see if server is already online, add tests * add client tests * fix tests * add load graphs tests * rid duplicate tests * wait internalised * rid silly auth config defaults * Todos/graphql (#1676) * remove timeout from run and set a sensible default * redo appconfig building * skip graphs that don't have name as property instead of failing * rename graphs names gql to name * remove Graphs hashmap/paths from the RaphtoryServer so all uploads are done via the client * rid expects * impl graph file upload * impl load graph from path * impl overwrite graph * impl namespace * handle more namespace validation cases, add tests * impl get_graph to provide namespace as arg, modified gqlgraphs to hold both names, and namespaces but not graphs saving memory, impl path api on both gqlgraph and gqlgraphs, fixed and added tests * refactor and fix save_graph * impl load_graph_from_path ns * fix issue with dir creation * add rename graph tests, rid saving graph path as graph property, add parent_graph_namespace to save graph and rename graph, add more validation in these apis * add tests for get graphs * add received graph tests * add test for get graph * add test for update last opened * add isarchive tests * fix save and add tests * fix save graph issue * impl create_graph, update_graph and add tests for update graph with new name * impl tests for update graph * add tests for send graph * fix upload graph to accept namespace and add tests * fix load graph and add tests * impl tests for get graph * impl tests for get graphs * fix receive graph versioning issue and add tests * impl rename graph tests * fix archive tests * fix rename graph and add comments * Change graph_nodes to be a vector of string than string, fix issues with send_graph from py and gql, receive graph versioning, refactors * rename renamegraph to movegraph and impl copy graph, add tests for move graph * add tests fro copy graph * impl delete graph gql api and add tests * add properties to nodes and edges to test if they are carried forward when creating new graph with update_graph * fix create graph and add tests * rid dependency of graph name as graph prop, fix tests * replace data String work_dir with PathBuf * namespace changes, fix tests, rid dead code * namespace changes for python, fix tests, fix apis and comments * ref * rid arc cache * review changes, fix warnings * appconf syntax sugar * review changes * impl copy graph helper * move graph helper * delete graph helper * receive graph helper * fix imports * fmt * fix imports * simplify tests * fix tests * fix tests * fmt * fix tests * fix test * fix tests * fix eviction test * fix pytest * fix test * fix tests * fix tests * fix tests * fix tests * fix test * rid load graph * rid auth and tracing * return graph as byte in python * return unit instead of bool * ref * rid auth * default timeout and rename var * fix return type * rid dead code * raise exceptions and fix all tests * return graph instead of bytes * fix warnings * fix imports * fix ci * fix upload graph return type --------- Co-authored-by: Shivam Kapoor <[email protected]>
- Loading branch information