- Mar 11, 2022
-
-
Ramon Nou authored
-
Ramon Nou authored
-
Ramon Nou authored
Add command line option for kreon Resolve CRTP specific function name Testing Infrastructure for different databases add path Reactivated destructors, kreondb is destroyed to reduce CI space Returning string_view in fs_data added dbbackend property Updated Readme and MetatadaFactory Adding extra options for kreondb, README+CHANGELOG updated Update .gitlab-ci.yml updating script test... Updated dl_dep tests Kreon test (for metadata) backend. Add command line option for kreon Resolve CRTP specific function name Testing Infrastructure for different databases add path Reactivated destructors, kreondb is destroyed to reduce CI space Returning string_view in fs_data added dbbackend property Adding extra options for kreondb, README+CHANGELOG updated updating script test... Updated dl_dep tests Remove Kreon - Add Parallax Add Parallax Add DockerFile adding parallaxdb option Docker update Missing Parallax hpp Removed Kreon from code, lib conflicts Updated Parallax master Updated DockerFile deps Reformat Changed Base Added ps Reduced Logging and added ps in docker Add Path increase testing timeout Create options.yml automatically Updated out tests
-
- Feb 16, 2022
-
-
Marc Vef authored
See PR https://github.com/svenevs/exhale/pull/154
-
- Feb 10, 2022
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Jan 26, 2022
-
-
Marc Vef authored
Also, add procps package to gekkofs/core
-
- Nov 08, 2021
-
-
Alberto Miranda authored
-
- Aug 23, 2021
-
-
Alberto Miranda authored
-
- Aug 16, 2021
-
-
Alberto Miranda authored
-
- Aug 15, 2021
-
-
Alberto Miranda authored
-
Alberto Miranda authored
-
- Jan 28, 2021
-
-
Alberto Miranda authored
-
- Nov 25, 2020
-
-
- Aug 17, 2020
- May 19, 2020
- May 12, 2020
-
-
Jean Bez authored
-
- Apr 24, 2020
-
-
- Sep 11, 2019
-
-
Tommaso Tocci authored
-
- Jun 26, 2019
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Apr 17, 2019
-
-
Tommaso Tocci authored
variables and paths have been updated to the new project name ADAFS -> GKFS
-
- Mar 20, 2019
-
-
Tommaso Tocci authored
-
- Mar 05, 2019
-
-
Tommaso Tocci authored
-
- Dec 05, 2018
-
-
Tommaso Tocci authored
`gflags` is an optional dependency of RocksDB, it is used only for cli tools that we don't use.
-
- Oct 31, 2018
-
-
Tommaso Tocci authored
Mercury now support shared memory autorouting. A single margo instance can be initialized and it will handle both shared memory communication and remote ones. If the endpoint of the RPC is local mercury will automatically use shared memory. Since there is only one margo instance all the duplicated code for rpc/ipc have been unified and simplified considerably. ------ The way in which client contact the server has changed. - Server initializes its own margo instance and generate the endpoint communication string using `HG_Addr_self`. - This endpoint description string is written on the pid file - When the client library loads it will fetch the server endpoint description from the pid file and will use that to contact the server.
-
- Oct 29, 2018
-
-
Tommaso Tocci authored
-
- May 09, 2018
-
-
Tommaso Tocci authored
-
Tommaso Tocci authored
-
- Mar 13, 2018
-
-
The new docker folder will host all the docker image files. At the moment there is only one image file that allows to build a container based on CentOS 7 that provides a complete build environment for ADAFS. It is bundled with all the required dependencies, both from system repository and the ones that need to be compiled from source. It also provide a suitable compiler (gcc 7.2.1) for later use. This container can be use as developing environment as well as the base for other images. For instance we can use it to build a container that provide the ADAFS daemon.
-