Josip Mrden
d055495b44
Take just main lock over the storage
2024-02-27 13:22:47 +01:00
Josip Mrden
ffb5c751c8
Merge branch 'master' into drop-graph
2024-02-27 13:04:45 +01:00
Marko Barišić
e88c7a0aa5
Add jobs for pushing ARM packages ( #1765 )
...
* Add jobs for pushing ARM packages
2024-02-27 12:08:53 +01:00
Marko Barišić
86ff96697d
Minor update to the rc workflow ( #1760 )
...
* Increase ARM build timeout to 120 minutes
* Remove PushToS3 job and make each Package job push to S3 individually
* Expand ARM timeout to 150 minutes for added safety; revert this after release
2024-02-26 22:57:21 +01:00
andrejtonev
f4d9a3695d
Introduce multi-tenancy to SHOW REPLICAS ( #1735 )
...
---------
Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
2024-02-26 19:05:49 +00:00
andrejtonev
c2e9df309a
Correctly call driver v1 tests ( #1630 )
2024-02-26 17:28:13 +00:00
andrejtonev
82c47ee80d
GetInfo simplification ( #1621 )
...
* Removed force dir in the GetInfo functions
2024-02-26 14:55:45 +00:00
andrejtonev
6a4ef55e90
Better auth user/role handling ( #1699 )
...
* Stop auth module from creating users
* Explicit about auth policy (check if no users defined OR auth module used)
* Role supports database access definition
* Authenticate() returns user or role
* AuthChecker generates QueryUserOrRole (can be empty)
* QueryUserOrRole actually authorizes
* Add auth cache invalidation
* Better database access queries (GRANT, DENY, REVOKE DATABASE)
2024-02-22 14:00:39 +00:00
Marko Budiselić
98727e0fa0
Update operating systems ( #1371 )
2024-02-22 11:14:48 +01:00
Aidar Samerkhanov
9a20ac494d
In BFS expansion filter by path we should shrink path to restore state prior to expansion only if the path was changed. ( #1745 )
2024-02-22 05:34:08 +00:00
Marko Barišić
e302be98a2
Push successful RC builds to S3 ( #1741 )
...
* Add new workflow which calls release build workflows
* Make the workflow build packages only on RC tags
* Change artifact names to include OS name
2024-02-21 17:08:14 +01:00
Marko Budiselić
61b9bb0f59
Add toolchain-v5 compatibility Revert to C++20 ( #587 )
...
* Upgrade cppitertools, spdlog, fmt, rapidcheck
* Make compilation work on both v4 and v5 toolchains
2024-02-19 21:09:54 +01:00
Andi
7ec648b4ce
Add --experimental-enabled=high-availability ( #1720 )
2024-02-19 16:28:15 +00:00
Marko Budiselić
f098a9d5e3
Patch NuRaft for clang-17 compilation ( #1733 )
2024-02-19 14:50:37 +01:00
Josipmrden
bae3e8a6d3
Add function for property sizes ( #1557 )
...
Add function for property sizes
2024-02-19 13:56:01 +01:00
Andi
f3574012c5
Add cpp23 support ( #1726 )
2024-02-19 10:36:51 +00:00
Josip Mrden
6f47a860a4
Typo
2024-02-16 17:31:02 +01:00
Gareth Andrew Lloyd
33c400fcc1
Fixup memory e2e tests ( #1715 )
...
- Remove the e2e that did concurrent mgp_* calls on the same transaction
(ATM this is unsupported)
- Fix up the concurrent mgp_global_alloc test to be testing it more precisely
- Reduce the memory limit on detach delete test due to recent memory
optimizations around deltas.
- No longer throw from hook, through jemalloc C, to our C++ on other
side. This cause mutex unlocks to not happen.
- No longer allocate error messages while inside the hook. This caused
recursive entry back inside jamalloc which would try to relock a
non-recursive mutex.
2024-02-16 15:35:08 +00:00
Marko Budiselić
5ac938a6c9
Remove default assignees from issue-bug template ( #1730 )
2024-02-16 14:41:53 +01:00
Andi
3e3224f0a2
Forbid having multiple mains in the cluster ( #1727 )
2024-02-16 11:41:15 +00:00
Antonio Filipovic
bfc756c092
HA: Polish flow for replicas from coordinator ( #1711 )
2024-02-16 10:58:01 +01:00
Marko Barišić
5f2e3f01d0
Turn e2e tests back on for release build workflows ( #1725 )
2024-02-15 16:20:04 +01:00
Josip Mrden
d89193dd6d
Drop graph functionality
2024-02-15 15:57:16 +01:00
Marko Barišić
2c774ff09b
Add rules for rc workflows ( #1722 )
2024-02-15 15:33:14 +01:00
Andi
20b47845f0
Forbid writing to cluster-managed main on restart ( #1717 )
2024-02-15 14:07:04 +01:00
Andi
fb281459b9
Add support for unregistering replication instances ( #1712 )
2024-02-14 14:24:59 +00:00
Andi
3a7e62f72c
Forbid branching when registering replica in auto-managed cluster ( #1709 )
2024-02-14 08:02:51 +00:00
Gareth Andrew Lloyd
f48151576b
System replication experimental flag ( #1702 )
...
- Remove the compile time control
- Introduce the runtime control flag
New flag `--experimental-enabled=system-replication`
2024-02-13 12:57:18 +00:00
Andi
4a7c7f0898
Distributed coordinators ( #1693 )
2024-02-13 08:49:28 +00:00
Ivan Milinović
7688a1b068
Fix unbound variable causing crash inside subquery ( #1710 )
2024-02-13 01:10:03 +01:00
Antonio Filipovic
4f4a569c72
Revert replication tests ( #1707 )
2024-02-12 16:42:57 +01:00
Ivan Milinović
a511e63c7a
Fix memory tracker counting wrong after OOM ( #1651 )
2024-02-11 20:29:06 +01:00
DavIvek
0133673f1d
Add support for query params in load csv ( #1653 )
2024-02-09 18:26:27 +01:00
DavIvek
786cdea260
Fix go driver test ( #1708 )
2024-02-09 17:07:30 +01:00
Antonio Filipovic
54f78f9217
Revert e2e tests and remove flaky ones ( #1703 )
2024-02-09 12:55:31 +01:00
Marko Barišić
dcdbd0a19a
Fix primary urls ( #1700 )
2024-02-08 14:19:30 +01:00
Andi
cf80687d1d
HA: Organize Raft coordinator group ( #1687 )
2024-02-08 09:11:33 +00:00
Aidar Samerkhanov
2fa8e00124
Fix accumulated path evaluation in builtin algorithms. ( #1642 )
...
Fix accumulated path evaluation in DFS, BFS, WeghtedShortestPath and AllShortestPath algorithm.
2024-02-08 10:48:54 +04:00
Antonio Filipovic
c15b62a88d
HA: Disable replication from old main ( #1674 )
2024-02-07 11:20:47 +01:00
Gareth Andrew Lloyd
4ef6a1f9c3
Improve memory handling of Deltas ( #1688 )
...
- Reduce delta from 104B to 80B
- Hold and pass them around as in a deque
- Detect and deleted deltas within commit if safe to do so
2024-02-06 18:07:38 +01:00
andrejtonev
7ead00f23e
Adding authentication data replication ( #1666 )
...
* Add AUTH system tx deltas
* Add auth data RPC and handlers
* Support multiple system deltas in a single transaction
* Added e2e test
* Bugfix: KVStore segfault after move
---------
Co-authored-by: Gareth Lloyd <gareth.lloyd@memgraph.io>
2024-02-05 10:37:00 +00:00
Marko Budiselić
c46dad18fe
Add RocksDB ADR ( #1659 )
2024-02-03 19:21:13 +01:00
Andi
cb7b88ad92
HA: Support restart of instances ( #1672 )
2024-02-01 11:55:48 +01:00
Marko Barišić
b443934b68
Update release CI job timeouts ( #1683 )
...
* Set timeout for jobs in release CI to 60 minutes
* Set timout for stress test large to 12 hours
2024-01-31 19:19:05 +01:00
Andi
6ab4235cc9
Add NuRaft library ( #1678 )
2024-01-31 13:13:59 +01:00
Marko Barišić
a9ef28c68e
Upgrade deprecated github actions ( #1673 )
...
* upgrade actions/checkout from v3 to v4
* upgrade actions/upload-artifact from v3 to v4
* upgrade actions/download-artifact from v2 and v3 to v4
* Fix duplicate artifact names in diff.yaml
* Fix duplicate artifact names in release_debian10.yaml and release_ubuntu2004.yaml
2024-01-30 22:52:56 +01:00
Marko Barišić
79361e9205
Disable e2e tests in all workflows ( #1677 )
...
* Disable e2e tests in diff.yaml
* Disable e2e tests in release builds
2024-01-30 19:37:00 +01:00
Gareth Andrew Lloyd
97b1e67d80
Fix auth durability ( #1644 )
...
* Change auth durability to store hash algorithm
* Add Salt to SHA256
2024-01-30 18:17:05 +00:00
Andi
78a88737f8
HA: Add automatic failover ( #1646 )
...
Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
2024-01-29 15:34:00 +01:00
andrejtonev
ff44d68843
Simplify auth::Auth ( #1663 )
...
Moved various auth flags under a single config
Moved all regex logic under auth::Auth
2024-01-29 12:52:32 +00:00