memgraph/tests/e2e/write_procedures
Boris Taševski b489ac7cff
[E129-MG < T1003-MG] Expand fine grained access checker with more granular permissions (#496)
* Added enum for more granular access control; Expanded functionality of fine grained access checker; Propagated changes to Edit, Deny and Revoke permissions methods in interpreter

* Introduced Merge method for merging two colle with permissions

* e2e tests implementation started

* FineGrainedAccessChecker Grant and Deny methods reworked

* removed faulty test addition

* Naming fixes; FineGrainedAccessChecker unit tests introduced

* unnecessary includes removed; minor code improvements

* Access checker reworked; denies and grant merged into single permission object; Created global_permission that applies to all non-created permissions. Grant, Deny and Revoke reworked; Merge method reworked

* Fixed wrong check;

* PR review changes; Naming and const fixed, replaced double tertiary with lambda

* unwrapping the iterator fix

* minor spelling fixes
2022-08-18 16:59:38 +02:00
..
procedures [E129-MG < T1003-MG] Expand fine grained access checker with more granular permissions (#496) 2022-08-18 16:59:38 +02:00
CMakeLists.txt Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00
common.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
conftest.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
simple_write.py Add license to cpp/hpp/py test files (#283) 2021-10-26 08:53:56 +02:00
workloads.yaml Python wrapper for write procedures (#234) 2021-10-02 13:17:41 +02:00