e8850549d2
* Decouple BoltSession and communication::bolt::Session * Add CREATE/USE/DROP DATABASE * Add SHOW DATABASES * Cover WebSocket session * Simple session safety implemented via RWLock * Storage symlinks for backward. compatibility * Extend the audit log with the DB info * Add auth part * Add tenant recovery
10 lines
459 B
CMake
10 lines
459 B
CMake
function(copy_fine_grained_access_e2e_python_files FILE_NAME)
|
|
copy_e2e_python_files(fine_grained_access ${FILE_NAME})
|
|
endfunction()
|
|
|
|
copy_fine_grained_access_e2e_python_files(common.py)
|
|
copy_fine_grained_access_e2e_python_files(create_delete_filtering_tests.py)
|
|
copy_fine_grained_access_e2e_python_files(edge_type_filtering_tests.py)
|
|
copy_fine_grained_access_e2e_python_files(path_filtering_tests.py)
|
|
copy_fine_grained_access_e2e_python_files(show_db.py)
|