-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
20 changed files
with
3,756 additions
and
1,080 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.