memgraph/src
Marko Barišić b0cdcd3483
Run CI in mgbuilder containers (#1749)
* Update deployment files for mgbuilders because of toolchain upgrade
* Fix args parameter in builder yaml files
* Add fedora 38, 39 and rockylinux 9.3 mgbuilder Dockerfiles
* Change format of ARG TOOLCHAIN_VERSION from toolchain-vX to vX
* Add function to check supported arch, build type, os and toolchain
* Add options to init subcommand
* Add image names to mgbuilders
* Add v2 of the run.sh script
* Add testing to run2.sh
* Add option for threads --thread
* Add options for enterprise license and organization name
* Make stop mgbuild container step run always
* Add --ci flag to init script
* Move init conditionals under build-memgraph flags
* Add --community flag to build-memgraph
* Change target dir inside mgbuild container
* Add node fix to debian 11, ubuntu 20.04 and ubuntu 22.04
* rm memgraph repo after installing deps
* Add mg user in Dockerfile
* Add step to install rust on all OSs
* Chown files copied into mgbuild container
* Add e2e tests
* Add jepsen test
* Bugfix: Using reference in a callback
* Bugfix: Broad target for e2e tests
* Up db info test limit
* Disable e2e streams tests
* Fix default THREADS
* Prioretize docker compose over docker-compose
* Improve selection between docker compose and docker-compose
* Install PyYAML as mg user
* Fix doxygen install for rocky linux 9.3
* Fix rocky-9.3 environment script to properly install sbcl
* Rename all rocky-9 mentions to rocky-9.3
* Add mgdeps-cache and benchgraph-api hostnames to mgbuild images
* Add logic to pull mgbuild image if missing
* Fix build errors on toolchain-v5 (#1806)
* Rename run2 script, remove run script, add small features to mgbuild.sh
* Add --no-copy flag to build-memgraph to resolve TODO
* Add timeouts to diff jobs
* Fix asio flaky clone, try mgdeps-cache first

---------

Co-authored-by: Andreja Tonev <andreja.tonev@memgraph.io>
Co-authored-by: Ante Pušić <ante.f.pusic@gmail.com>
Co-authored-by: antoniofilipovic <filipovicantonio1998@gmail.com>
2024-03-14 12:19:59 +01:00
..
audit Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
auth Better auth user/role handling (#1699) 2024-02-22 14:00:39 +00:00
communication Implement edge type indices (#1542) 2024-03-08 08:44:48 +01:00
coordination Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
csv Updated telemetry client-side (#1337) 2023-10-16 14:16:00 +02:00
data_structures Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00
dbms Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
distributed Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
flags Add --experimental-enabled=high-availability (#1720) 2024-02-19 16:28:15 +00:00
glue Implement edge type indices (#1542) 2024-03-08 08:44:48 +01:00
http_handlers Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
integrations Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
io Improve in-memory RAFT state (#1782) 2024-03-06 09:16:46 +01:00
kvstore Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
license Bugfix: Shutdown blocks due to wrong execution order (#1649) 2024-01-19 17:05:47 +00:00
lisp Address review comments 2022-03-14 15:47:41 +01:00
memory Compact Delta 80B -> 56B (#1747) 2024-02-27 17:21:52 +00:00
py Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
query Improve registration queries in HA environment(#1809) 2024-03-13 13:04:27 +00:00
replication Introduce multi-tenancy to SHOW REPLICAS (#1735) 2024-02-26 19:05:49 +00:00
replication_coordination_glue Improve in-memory RAFT state (#1782) 2024-03-06 09:16:46 +01:00
replication_handler Optimise ORDER BY, RANGE, UNWIND (#1781) 2024-03-12 00:26:11 +00:00
requests Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
rpc Add toolchain-v5 compatibility Revert to C++20 (#587) 2024-02-19 21:09:54 +01:00
slk HA: Add coordinator to replication cluster (#1608) 2024-01-24 13:07:51 +01:00
storage Run CI in mgbuilder containers (#1749) 2024-03-14 12:19:59 +01:00
system Introduce multi-tenancy to SHOW REPLICAS (#1735) 2024-02-26 19:05:49 +00:00
telemetry Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
utils Implement edge type indices (#1542) 2024-03-08 08:44:48 +01:00
CMakeLists.txt Adding authentication data replication (#1666) 2024-02-05 10:37:00 +00:00
helpers.hpp Fixes for clang-tidy / sonar issues (#1536) 2023-11-22 13:05:02 +00:00
memgraph.cpp Ensure replication works on HA cluster in different scenarios (#1743) 2024-03-01 12:32:56 +01:00
mg_import_csv.cpp Compact Delta 80B -> 56B (#1747) 2024-02-27 17:21:52 +00:00
version.hpp.in Refactor memgraph.cpp (#1164) 2023-08-18 18:23:15 +02:00