1. Mar 11, 2022
    • Ramon Nou's avatar
      Updated base ci image from 0.9 · d1848c91
      Ramon Nou authored
      d1848c91
    • Ramon Nou's avatar
      Parallax backend added · e4eebd35
      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
      e4eebd35
  2. Feb 16, 2022
  3. Feb 10, 2022
  4. Jan 26, 2022
  5. Nov 08, 2021
  6. Aug 23, 2021
  7. Aug 16, 2021
  8. Aug 15, 2021
  9. Jan 28, 2021
  10. Nov 25, 2020
  11. Aug 17, 2020
  12. May 19, 2020
  13. May 12, 2020
  14. Apr 24, 2020
  15. Sep 11, 2019
  16. Jun 26, 2019
  17. Apr 17, 2019
  18. Mar 20, 2019
  19. Mar 05, 2019
  20. Dec 05, 2018
  21. Oct 31, 2018
    • Tommaso Tocci's avatar
      use mercury automatic SM routing · c40be81b
      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.
      c40be81b
  22. Oct 29, 2018
  23. May 09, 2018
  24. Mar 13, 2018
    • Tommaso Tocci's avatar
      docker: added image file for build-env container · e5cdb2ad
      Tommaso Tocci authored and Marc Vef's avatar Marc Vef committed
      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.
      e5cdb2ad