This website requires JavaScript.
Explore
Help
Register
Sign In
tursom
/
memgraph
Watch
1
Star
0
Fork
0
You've already forked memgraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c9b75cbb45
memgraph
/
tests
/
integration
/
CMakeLists.txt
6 lines
97 B
CMake
Raw
Normal View
History
Unescape
Escape
Initial implementation of telemetry Summary: Add telemetry to main memgraph binary Add resource usage collector Add telemetry flag Change telemetry collector logic Fix utils compilation Add timestamp Add first version of interactive test Started working on test runner Implement all tests Flake8 on runner.py Integrate test with Apollo Add TODO Reviewers: buda, teon.banek Reviewed By: buda, teon.banek Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1419
2018-06-20 19:46:54 +08:00
# telemetry test binaries
add_subdirectory
(
telemetry
)
Implement SSL support for servers and clients Summary: This diff implements OpenSSL support in the network stack. Currently SSL support is only enabled for Bolt connections, support for RPC connections will be added in another diff. Reviewers: buda, teon.banek Reviewed By: buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D1328
2018-06-20 23:44:47 +08:00
# ssl test binaries
add_subdirectory
(
ssl
)
Reference in New Issue
Copy Permalink