ind1xa
8f3f693f20
Fix duration overflow ( #1150 )
2023-08-16 13:30:26 +02:00
Gareth Andrew Lloyd
2e51e703c3
Add supernode vertex cache ( #1124 )
...
Add supernode vertex cache to account for long delta chains and modifications in the same module being independent of scanning of the nodes in the next iteration of the pulling mechanism.
2023-08-11 10:18:28 +02:00
Andi
adf7533751
Optimize import of edges on disk ( #1132 )
2023-08-10 11:53:07 +02:00
Antonio Filipovic
509183e985
Improve performance on set properties ( #1115 )
2023-08-10 09:06:44 +02:00
Aidar Samerkhanov
1fe2190747
Filter deleted edges during edge prefetch ( #1145 )
2023-08-09 13:56:34 +02:00
Andi
762fe6a65d
Improve disk indices ( #1139 )
2023-08-09 10:16:49 +02:00
Aidar Samerkhanov
271b1a5ddb
Fix bug with on-disk triggers ( #1134 )
...
* Fix TriggerContext adaptation for accessors.
* Fix edge deserialization in case of the deleted vertex.
2023-08-08 10:37:14 +02:00
gvolfing
260660f1dd
Fix sequential label-property index recovery ( #1135 )
...
The parallel_exec_info should have been passed to this function before,
otherwise, the recovery of label-property indices would never have been
parallelized.
2023-08-05 23:20:15 +02:00
Marko Budiselić
e5350a011c
Upgrade to mgconsole v1.4.0 ( #1144 )
2023-08-05 15:52:31 +02:00
Kruno Golubic
7bf827bb1e
Remove link to Discourse forum from README ( #1138 )
2023-08-05 14:37:07 +02:00
Marko Budiselić
5d13c281fa
Update v2.10 license date ( #1133 )
2023-08-02 15:13:15 +02:00
Marko Budiselic
020273f475
Increase package all ARM timeout
2023-08-02 07:53:31 +00:00
andrejtonev
4a99625287
Fix throwing if user was created without a license ( #1067 )
2023-08-01 23:36:12 +02:00
andrejtonev
5bbed6ef9a
Implement user caching to speed up PullPlan ( #1109 )
2023-08-01 23:04:35 +02:00
Andi
f0bac53e7b
Improve restore replication role ( #1089 )
2023-08-01 21:51:52 +02:00
Matija Pintarić
514fed51c4
Add implementation of C++ API Node::RemoveProperty ( #1128 )
2023-08-01 20:11:38 +02:00
imilinovic
2877c343e8
Add implementation of << operator for mgp::Value ( #1127 )
2023-08-01 19:30:23 +02:00
ind1xa
50a1d1abb3
Add remove label to the query modules C API ( #1126 )
2023-08-01 19:24:11 +02:00
andrejtonev
e8850549d2
Add multi-tenancy v1 ( #952 )
...
* 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
2023-08-01 18:49:11 +02:00
andrejtonev
fd819cd099
Add custom e2e test activation to include the toolchain libs ( #1130 )
2023-08-01 17:13:47 +02:00
Andi
60f4ffc6a1
Improve logging if replica cannot recover using curr WAL file ( #1086 )
2023-08-01 10:33:46 +02:00
Andi
bd2ec6374a
Remove node argument from start-stop Jepsen functions ( #1091 )
2023-08-01 00:06:57 +02:00
Marko Budiselić
c501f59a09
Add more info to the query module error messages ( #771 )
2023-08-01 00:05:44 +02:00
gvolfing
210bea83d4
Add GraphQL transpilation compatibility ( #1018 )
...
* Add callable mappings feature
* Implement mgps.validate (void procedure)
* Make '_' a valid variable name
2023-07-31 14:48:12 +02:00
Josh Soref
57fe3463f2
Fix a bunch of spelling mistakes (1/n) ( #1112 )
2023-07-30 14:05:05 +02:00
Tyler Neely
53fcd8ac4d
Add manual .py test verifying isolation levels ( #407 )
2023-07-30 14:04:26 +02:00
Tyler Neely
259cba5d43
Add manual .py test asserting forward progress across reconnects ( #408 )
2023-07-30 14:02:59 +02:00
Antonio Filipovic
285b409927
Improve all shortest paths memory usage ( #981 )
...
* Change allocator to PoolResource
2023-07-30 12:58:07 +02:00
Gareth Andrew Lloyd
8ebab84324
Add handling of partial results on timeout ( #1046 )
2023-07-30 10:48:11 +02:00
imilinovic
3fd9ce4a33
Add mgp::map erase and update ( #1103 )
2023-07-30 08:36:50 +02:00
Andi
be4eb95a98
Fix Jepsen replication pause ( #1082 )
2023-07-30 02:36:11 +02:00
Andi
903a9f4636
Set explicit node config for jepsen tests ( #1088 )
2023-07-30 00:49:48 +02:00
Andi
18bd02423a
Fix PropertyStore buffer serialization ( #1111 )
2023-07-29 19:14:27 +02:00
andrejtonev
58c0c4cebb
Add missing-field-initialization warning flag ( #1113 )
2023-07-29 17:59:11 +02:00
andrejtonev
110ca3968c
Fix path generation ignores edge's element_id ( #1108 )
2023-07-29 15:51:51 +02:00
Andi
9072fb7703
Fix flaky transactional queue e2e test ( #1102 )
2023-07-29 11:11:27 +02:00
Matija Pintarić
2b7707a2f1
Add non-const return value for mgp::Value subtypes ( #1099 )
2023-07-28 12:26:10 +02:00
Matija Pintarić
76ca019f31
Add overload of operator< for mgp::Value ( #1090 )
2023-07-28 11:35:14 +02:00
imilinovic
609b9a20f1
Add hash on mgp::Value ( #1093 )
2023-07-28 09:08:36 +02:00
Matija Pintarić
e489e4f3e7
Extend insert on Record to accept mgp::Value ( #1094 )
2023-07-27 10:33:32 +02:00
Matija Pintarić
ab4d1efe0b
Overload << operator for mgp::Value::Type ( #1080 )
2023-07-25 13:30:02 +02:00
Bruno Sačarić
036da58d30
Add standalone upload to S3 workflow ( #866 )
2023-07-22 19:21:17 +02:00
Marko Budiselić
919f07fae1
Add macOS support under environment/util.sh:operating_system ( #1098 )
...
* Fix release/package ubuntu-22.04 amd64 Dockerfile
2023-07-22 19:20:10 +02:00
Marko Budiselić
ca1e98ad94
Add package/release/run.sh build ( #1060 )
...
* Optimize `memgraph/memgraph-builder` (on Dockerhub) image size
* Optimize `mgbuild_{{ os }}` (under CI) image size
2023-07-22 18:00:38 +02:00
Marko Budiselić
f0aca2d23b
Improve init script logging ( #1096 )
2023-07-22 13:08:39 +02:00
Marko Budiselić
ec9840fff2
Fix custom maven setup ( #1044 )
2023-07-22 12:29:36 +02:00
Marko Budiselić
992e718a97
Fix v2.9 release build issues ( #1087 )
...
* Fix include order inside `tests/unit/query_variable_start_planner.cpp` fails on an Rhel7 based OS
2023-07-20 16:15:27 +02:00
Marko Budiselić
2ec6b7f40b
Update v2.9 license date ( #1081 )
2023-07-20 10:56:31 +02:00
Andi
05eca46267
Fix flaky transaction_queue_multiple unit test ( #1077 )
2023-07-19 22:58:02 +02:00
Vlasta
fae039c215
Improve logging for the on-disk storage ( #1079 )
2023-07-19 22:54:42 +02:00