florijan
a9381df09e
Edges data structure now supports multiple edge filtering (implicit OR)
...
Summary: - modified all utils/algorithm functions to be inline and in the utils namespace
Reviewers: teon.banek
Reviewed By: teon.banek
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D830
2017-09-26 13:46:18 +02:00
Goran Zuzic
7f1c7a46cc
Distributed tests
...
Summary:
1. added distributed tests, currently only one can be run (TODO)
2. usability changes: add Close() to Subscription
3. EventStream::Subscription -> Subscription
4. Add Subscription to ChainOnce
5. Added README.md conventions5
Reviewers: sasa.stanko
Reviewed By: sasa.stanko
Subscribers: pullbot, buda
Differential Revision: https://phabricator.memgraph.io/D701
2017-08-24 10:33:48 +02:00
Goran Zuzic
3ae35fa161
Renamings
...
Summary:
1. SenderMessage -> ReturnAddressMsg and GetChannelToSender -> GetReturnChannelWriter
2. Channel -> ChannelWriter
3. Connector -> Channel
4. removed old serialize_test
5. removed AwaitEvent and PopEvent
Reviewers: sasa.stanko
Reviewed By: sasa.stanko
Subscribers: pullbot
Differential Revision: https://phabricator.memgraph.io/D698
2017-08-23 15:18:07 +02:00
Goran Zuzic
8f33269b03
Make System a singleton + Fix some protocol errors
...
Reviewers: mferencevic, sasa.stanko
Reviewed By: mferencevic, sasa.stanko
Differential Revision: https://phabricator.memgraph.io/D693
2017-08-22 16:30:25 +02:00
Goran Zuzic
0f12426ae3
Put Reactors framework into a seperate file and demangle the dependencies
...
Summary:
1. move Reactor (local) stuff into reactors_local.hpp/.cpp
2. renamed connector_unit -> reactors_local_unit
3. renamed communication.hpp/.cpp -> reactors_distributed.hpp/.cpp
Reviewers: sasa.stanko, mferencevic
Reviewed By: sasa.stanko
Differential Revision: https://phabricator.memgraph.io/D675
2017-08-17 16:16:13 +02:00