János Benjamin Antal
7d3d52c067
Merge branch 'project-pineapples' into T1214-MG-implement-expand-with-multiframe
2023-01-25 16:19:56 +01:00
János Benjamin Antal
6d4401dc92
Merge pull request #707 from memgraph/T1165-MG-add-property-based-high-level-query-test
...
Add property based high level query tests
2023-01-25 16:19:22 +01:00
János Benjamin Antal
0d00ae74dd
Merge branch 'project-pineapples' into T1214-MG-implement-expand-with-multiframe
2023-01-25 15:27:19 +01:00
János Benjamin Antal
16b78e4eb3
Merge branch 'project-pineapples' into T1165-MG-add-property-based-high-level-query-test
2023-01-25 15:14:26 +01:00
János Benjamin Antal
d44910bc9a
Merge pull request #710 from memgraph/T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2
...
Implement scan all and scan all by label with `MultiFrame`
2023-01-25 15:09:11 +01:00
gvolfing
54c1efab7f
Merge branch 'project-pineapples' into 'T1165-MG-add-property-based-high-level-query-test'
2023-01-25 13:40:16 +01:00
János Benjamin Antal
7a0c9beba5
Merge branch 'project-pineapples' into T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2
2023-01-25 13:17:28 +01:00
János Benjamin Antal
e13faf41e9
Merge pull request #663 from memgraph/T1167-MG-create-scanbyprimarykey-operator
...
Create ScanAllByPrimaryKey operator
2023-01-25 12:51:04 +01:00
gvolfing
e24a6a86e4
Apply changes from code-review
2023-01-25 12:42:44 +01:00
gvolfing
3bc9c571a0
Make the use RequestRouter more restricted
2023-01-25 07:02:03 +01:00
János Benjamin Antal
e2a1029120
Fix simulation test
2023-01-24 17:24:10 +01:00
gvolfing
36fccc32c2
Address PR comments
2023-01-24 16:59:38 +01:00
gvolfing
b4ae8aea95
Apply suggestions from code review
2023-01-24 15:59:50 +01:00
gvolfing
27ff18733c
NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
2023-01-23 15:08:51 +01:00
gvolfing
0aa7daf002
NOLINTNEXTLINE(bugprone-macro-parentheses)
2023-01-23 14:34:16 +01:00
gvolfing
b341a8d7dd
Merge branch 'project-pineapples' into T1165-MG-add-property-based-high-level-query-test
2023-01-23 14:12:42 +01:00
gvolfing
b7dbc7267b
Appease clang-tidy bugprone-macro-parentheses
2023-01-23 14:09:25 +01:00
gvolfing
1951d781d0
Appease clang-tidy
2023-01-23 13:43:51 +01:00
gvolfing
e65f585fc6
Appease clang-tidy
2023-01-23 13:22:27 +01:00
gvolfing
fa86d4c989
Offer sacrifice to the lisp gods
2023-01-23 12:51:00 +01:00
gvolfing
fcbacdc80d
Rename ScanAllByPrimaryKey operator, fix e2e fail
...
Rename ScanAllByPrimaryKey operator to ScanByPrimaryKey. Make the
LabelIndexExist function use the same functionality as PrimaryKeyExists
again, for now. Previously it was just returning false and before that
it used the same implementation as PrimaryKeyExist. The change to false
broke some existing e2e tests that relied on some label based indexing
operator being instantiated.
2023-01-23 11:56:58 +01:00
gvolfing
69fa4e8c8d
Return fals from unimplemented function, so the benchmark tests can run
2023-01-23 10:43:41 +01:00
gvolfing
ea646e1803
Add missing mock implementation to MockedRequestRouter
2023-01-23 10:06:52 +01:00
gvolfing
89d26c36c9
Merge branch 'project-pineapples' into T1167-MG-create-scanbyprimarykey-operator
2023-01-23 08:42:14 +01:00
gvolfing
cf76e0e19b
React to PR comments
2023-01-23 08:27:44 +01:00
gvolfing
5eea3ceee4
Apply suggestions from code review
...
Co-authored-by: Jure Bajic <jure.bajic@memgraph.com>
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
2023-01-20 06:22:37 +01:00
gvolfing
cc643aac69
Deal with unprotected comma in MOCKED_METHOD
2023-01-19 17:45:15 +01:00
János Benjamin Antal
e7f10ec8f4
Remove duplicated definition
2023-01-19 17:44:03 +01:00
gvolfing
6fe244b209
Add missing MOCK_METHODS to MockedRequestRouter
2023-01-19 17:16:29 +01:00
János Benjamin Antal
ede6281e00
Fix unit tests
2023-01-19 16:58:11 +01:00
János Benjamin Antal
70c8ed9180
Merge branch 'T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2' into T1214-MG-implement-expand-with-multiframe
2023-01-19 16:56:23 +01:00
János Benjamin Antal
59b39e03cb
Merge remote-tracking branch 'origin/project-pineapples' into T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2
2023-01-19 16:24:13 +01:00
gvolfing
96ea113a69
Merge branch 'project-pineapples' into T1165-MG-add-property-based-high-level-query-test
2023-01-19 16:22:46 +01:00
János Benjamin Antal
a31c7cce08
Merge pull request #702 from memgraph/T1189-MG-implement-create-node-cursor-mf
...
Implement CreateNode cursor with MultiFrame
2023-01-19 16:22:30 +01:00
János Benjamin Antal
8f6fac3cde
Make arguments const
2023-01-19 14:35:25 +01:00
gvolfing
a0ada914ab
Fix segfault
2023-01-19 13:10:53 +01:00
János Benjamin Antal
ca62fa5123
Fetch properties of destination vertex
2023-01-19 11:42:24 +01:00
János Benjamin Antal
d1548c9253
Eliminate fully
2023-01-19 10:43:54 +01:00
János Benjamin Antal
52baaf8030
Detect when no work should be done because of lack of input data in cursors
2023-01-19 10:43:07 +01:00
János Benjamin Antal
a0274bbdd9
Prevent reexecution of cursor when no output symbols are present
2023-01-19 10:42:09 +01:00
János Benjamin Antal
c5c6fd9b86
Merge branch 'T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2' into T1214-MG-implement-expand-with-multiframe
2023-01-18 22:22:21 +01:00
János Benjamin Antal
586999475b
Merge remote-tracking branch 'origin/T1189-MG-implement-create-node-cursor-mf' into T1190-MG-Implement-ScanAll-and-ScanAllByLabel-with-MultiFrame_2
2023-01-18 22:22:05 +01:00
János Benjamin Antal
e888464de2
Implement automaton for ExpandOneCursor
2023-01-18 17:32:22 +01:00
gvolfing
94a536a2b9
Fix hanging conditionvariable
2023-01-18 16:03:34 +01:00
János Benjamin Antal
e42c60d555
Merge branch 'project-pineapples' into T1189-MG-implement-create-node-cursor-mf
2023-01-18 13:37:36 +01:00
János Benjamin Antal
00d6b42c37
Merge pull request #699 from memgraph/T1191-MG-implement-create-expand-with-multiframe
2023-01-18 13:37:24 +01:00
János Benjamin Antal
f39a937323
Add first, but buggy implementation
2023-01-18 13:31:35 +01:00
János Benjamin Antal
575361827e
Add comment about invalid usage of MutliFrame
2023-01-17 21:01:54 +01:00
János Benjamin Antal
901da4c9b3
Update InvalidFramesPopulator
to follow the conventions
2023-01-17 21:01:22 +01:00
János Benjamin Antal
81675106fd
Use tests
namespace for tests
2023-01-17 20:33:14 +01:00