memgraph/tests/e2e
János Benjamin Antal be9ed7e879 Python wrapper for write procedures (#234)
* Rename mgp_graph_remove to mgp_graph_delete

* Add mgp_graph_detach_delete

* Add PyGraph functions

* Add _mgp exceptions

* Use unified error handling in python wrapper

* Ignore clang-tidy warnings

* Add mgp.Graph, mgp.Vertex and mgp.Edge mutable functions

* Add python write procedure registration

* Add `is_write` result field to mg.procedures

* Use storage::View::NEW for write procedures

* Add simple tests for write procedures

* Remove false information about IDs
2021-10-02 13:17:41 +02:00
..
isolation_levels Multiple isolation levels (#171) 2021-06-14 15:47:57 +02:00
memory Add write procedures 2021-10-02 13:17:41 +02:00
replication Update toolchain to v3 (#189) 2021-07-08 14:20:48 +02:00
streams Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
triggers Add privilege check in triggers and streams (#200) 2021-07-22 16:22:08 +02:00
write_procedures Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
.gitignore Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
CMakeLists.txt Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
memgraph.py Add end2end replication tests based on mgclient (#69) 2021-01-21 15:56:21 +01:00
pytest_runner.sh Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
runner.py Add e2e tests for streams (#190) 2021-07-07 16:19:59 +02:00