Commit Graph

3585 Commits

Author SHA1 Message Date
Marko Barišić
5e24f9b0b4
Merge branch 'master' into add-mgbuilder-workflow 2023-11-23 10:35:57 +01:00
Gareth Andrew Lloyd
e4f94c15c6
Fixes for clang-tidy / sonar issues () 2023-11-22 13:05:02 +00:00
Marko Barišić
81c63e70d8
Merge branch 'master' into add-mgbuilder-workflow 2023-11-21 11:41:39 +01:00
Andi
1d90b60f56
Add schema.assert () 2023-11-21 09:19:50 +01:00
Deda
90e0f620c4 Fix typo 2023-11-20 18:25:41 +01:00
Deda
84749b2f05 Add architecture argument to run.sh build calls 2023-11-20 18:20:47 +01:00
Deda
9b2cb3d4d8 Add architecture argument to build command 2023-11-20 18:20:12 +01:00
Deda
e46e3832d8 Modify input descriptions 2023-11-20 17:45:08 +01:00
Marko Barišić
647d62a886
Merge branch 'master' into add-mgbuilder-workflow 2023-11-20 17:31:08 +01:00
Deda
6504f04898 Polish workflow 2023-11-20 16:34:26 +01:00
Deda
bf9b95de70 Fix check for existing image 2023-11-20 16:15:18 +01:00
Deda
9f01e71c26 Add check for existing image 2023-11-20 15:51:32 +01:00
Deda
300f4d6163 Add password to unlock keychain 2023-11-20 14:41:43 +01:00
Deda
b7d143ccbe Add step to unlock keychain on macos self-hosted runner 2023-11-20 14:33:43 +01:00
Deda
1bf265dccd Modify run.sh to use single line docker build command 2023-11-20 14:14:11 +01:00
Deda
88c95f2949 Modify run.sh to use docker buildx 2023-11-20 14:03:48 +01:00
Deda
3791fe3585 Convert docker multiline command into singe line 2023-11-20 14:01:00 +01:00
Deda
84ab085183 Fix docker context typo 2023-11-20 13:58:30 +01:00
Deda
68d4884706 Fix multiline command typo 2023-11-20 13:55:44 +01:00
Deda
533d627a73 Fix run.sh argument positions 2023-11-20 13:52:51 +01:00
Deda
bfe61f0abb Run workflow for debian 11 amd64 and arm 2023-11-20 13:48:49 +01:00
Deda
adf2508f88 Add support for publishing builder images 2023-11-20 13:31:13 +01:00
Deda
b612e8a723 Add workflow for building and publishing memgraph/memgraph-builder docker images 2023-11-20 13:27:07 +01:00
Andi
d03fafcef6
Aggregations return empty result when used with group by () 2023-11-20 11:52:17 +01:00
imilinovic
6053a91ef8
Fix flaky GC test () 2023-11-17 17:06:46 -05:00
Antonio Filipovic
645568a75b
Remove default memory limit on procedures ()
* remove default limit on procedures
* fix bug on GraphQL also
2023-11-16 15:01:44 +01:00
Antonio Filipovic
d3f4c35362
Add OOM enabler for MG procedure () 2023-11-15 12:42:04 +01:00
Josipmrden
c037cddb0e
Add granular index and constraint recovery info () 2023-11-14 17:23:06 -05:00
imilinovic
ced08fd7bc
Fix GC by adding periodic jemalloc purge () 2023-11-14 15:06:21 -05:00
Marko Barišić
9cc060c4b0
Fix error in upload-to-s3 job () 2023-11-13 13:01:01 +01:00
Marko Barišić
e671a0737e
Fix package specific workflow file () 2023-11-13 12:54:19 +01:00
Marko Barišić
11be3972c4
Add workflow for packaging memgraph for specific target OS () 2023-11-13 12:20:49 +01:00
DavIvek
fdab42a023
Use static linking on c++ query modules for glibcxx () 2023-11-13 12:08:48 +01:00
Andi
e5b2c19ea2
Empty Collect() returns nothing () 2023-11-13 11:45:09 +01:00
Josipmrden
e907817854
Fix for in list segmentation fault () 2023-11-13 05:17:10 +01:00
Josipmrden
0756cd6898
Add fix indexed join crash () 2023-11-12 22:12:25 -05:00
Josipmrden
38ad5e2146
Fix parallel index loading () 2023-11-12 23:51:00 +01:00
Josipmrden
3c413a7e50
Fix hash join expression matching () 2023-11-12 14:45:02 -05:00
Antonio Filipovic
17915578f8
Fix race condition and arena tracking bug () 2023-11-09 18:56:36 +01:00
Marko Barišić
4e9a036881
Fix v2.12 release pipeline () 2023-11-08 07:09:02 -05:00
DavIvek
c8fe9ee7d9
Fix accessing a variable bound to a list within BFS function () 2023-11-07 20:34:50 +01:00
Ante Javor
e4afddf518
Fix compare results in mgbench () 2023-11-07 17:04:37 +01:00
Antonio Filipovic
4d5ea03dfa
Use extent hooks for memory procedure limit () 2023-11-07 16:04:29 +01:00
DavIvek
ece4b0dba8
Fix cached plan not getting invalidated () 2023-11-07 13:34:03 +01:00
Andi
66487a6dce
Durability improvements () 2023-11-07 11:37:54 +01:00
Andi
f4b97fc03d
Fix missing statistics for SetPropertiesCursor () 2023-11-07 09:11:20 +01:00
Antonio Filipovic
58648d1a70
Revert license sender info () 2023-11-06 16:57:09 +01:00
Antonio Filipovic
1ab7f6ac78
Add notification for user on max map count () 2023-11-06 15:44:26 +01:00
andrejtonev
dbc6054689
Replication refactor (part 5) () 2023-11-06 11:50:49 +00:00
Aidar Samerkhanov
16b8c7b27c
Fix Kafka flaky unit test () 2023-11-05 20:51:56 +01:00