Commit Graph

3764 Commits

Author SHA1 Message Date
Ante Pušić
6aa9e2a78b Rename the text search flag and set it to false by default 2024-02-08 00:55:45 +01:00
Ante Pušić
a6eb14f742 Fix the e2e tests 2024-02-08 00:22:57 +01:00
Ante Pušić
743f7b343a Fix text index logic on label removal 2024-02-08 00:14:06 +01:00
Ante Pušić
e9aaf82985
Merge branch 'master' into text-search-integration-poc 2024-02-05 18:20:16 +01:00
Ante Pušić
a07d577bd5 Fix snapshot recovery 2024-02-05 12:19:53 +01:00
Ante Pušić
388eb91320 Fix SetPropertiesCursor and empty properties JSON 2024-02-05 12:02:03 +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
Ante Pušić
b0003ac08e Bump up snapshot & WAL file version 2024-02-05 10:01:13 +01:00
Ante Pušić
445eaaf82a Remove unused variables 2024-02-05 09:39:53 +01:00
Ante Pušić
4b46f1bb54 Add durability for text indices 2024-02-05 09:37:45 +01:00
Ante Pušić
ea64f2e906 Remove superfluous comment 2024-02-04 18:24:30 +01:00
Ante Pušić
71d2a2f9ea Fix typo 2024-02-04 18:12:05 +01:00
Ante Pušić
c426f4a4a4 Add commit/rollback 2024-02-04 18:11:58 +01:00
Ante Pušić
a919429ea5 Add more error handling 2024-02-04 12:33:37 +01:00
Ante Pušić
9e0b857e25 Add error handling 2024-02-04 12:09:01 +01:00
Ante Pušić
5cea4d0c40 Improve the text search query module 2024-02-04 02:25:33 +01:00
Ante Pušić
ecbe385e58 Fix text search methods in accessors 2024-02-04 01:09:16 +01:00
Ante Pušić
2ac3d85735
Merge branch 'master' into text-search-integration-poc 2024-02-04 00:52:54 +01:00
Marko Budiselić
c46dad18fe
Add RocksDB ADR (#1659) 2024-02-03 19:21:13 +01:00
Ante Pušić
a90cd8c468 Extend query dump test 2024-02-03 16:02:46 +01:00
Ante Pušić
e762fd8870 Update storage info test 2024-02-03 12:46:21 +01:00
Ante Pušić
d5d101e7dc Add text indices to storage info 2024-02-03 12:45:11 +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
Ante Pušić
cdf7b53aa7
Merge branch 'master' into text-search-integration-poc 2024-01-31 00:55:46 +01:00
Ante Pušić
a278ae1139 Apply interpreter code suggestion 2024-01-31 00:26:23 +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
Ante Pušić
19642595e3 Fix typo 2024-01-30 20:02:24 +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
Ante Pušić
73cb1811e0 Fix unit tests 2024-01-30 19:35:53 +01:00
Ante Pušić
be561bb5d6 Check whether text search is enabled, fix calls accordingly and set default values for the update_text_index parameter 2024-01-30 19:35:31 +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
Ante Pušić
212ed5830f Remove superfluous comment 2024-01-30 16:14:26 +01:00
Ante Pušić
b04e40984d Add note for future work 2024-01-30 16:09:20 +01:00
Ante Pušić
59b83d003f Tidy up code 2024-01-30 11:18:17 +01:00
Ante Pušić
ff69a891d8 Fix syntax errors 2024-01-30 10:45:37 +01:00
Ante Pušić
857dbfb84e Add work on durability 2024-01-29 16:50:22 +01: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
Ante Pušić
3e7e0d896c Add text index information to DUMP DATABASE and make it extensible 2024-01-29 12:07:09 +01:00
Marko Barišić
f1484240a0
Make release CI predictable (#1658)
* Move stress test large to a separate workflow
* Combine Debian10 and Ubuntu20.04 stress tests into one workflow
* Remove BigMemory tag from release_debian10
* Move e2e tests to a separate job
* Move debug interation tests to a separate job
* Move release durability and stress tests to a separate job
* Move release benchamarks to separate job
* Add 90 min timeout restriction to all jobs
* Move env variables to workflow level
* Move BUILD_TYPE env var to workflow level
---------

Co-authored-by: Aidar Samerkhanov <aidar.samerkhanov@memgraph.io>
2024-01-26 17:01:25 +01:00
Marko Barišić
1c95c3dc59
Add step to refresh jepsen cluster before test (#1667)
refresh jepsen during diff workflow
2024-01-26 10:50:03 +00:00
Gareth Andrew Lloyd
9f7118d893
Performance tuning based on stress test (#1572)
Minor changes that speedup the large stress test.
Also now uses a stop token for a more productive shutdown. No need to wait for expensive GC runs.
2024-01-25 17:14:58 +00:00
Andi
38ade99652
HA: Add coordinator to replication cluster (#1608) 2024-01-24 13:07:51 +01:00
DavIvek
6706ebfa2b
Add support for query parameters in return limit (#1654) 2024-01-23 19:17:27 +01:00
Gareth Andrew Lloyd
e7f6a5f4f4
Fix SkipList iterators (#1635)
Fix SkipList iterators and find methods to be as expected by normal C++ iterator usage
2024-01-23 15:31:28 +00:00
Ante Pušić
b24afcde0a Shorten demo build time 2024-01-23 15:47:46 +01:00
Ante Pušić
9486c3fc47 Add query module CMakeLists 2024-01-23 15:37:01 +01:00
Ante Pušić
f61bf766bb Use the correct branch of mgcxx 2024-01-23 13:15:37 +01:00