1. Mar 17, 2022
  2. Mar 16, 2022
  3. Mar 11, 2022
    • Ramon Nou's avatar
      New parameter to remove rootdir at the end · d0c0e9ff
      Ramon Nou authored
      d0c0e9ff
    • 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
  4. Feb 22, 2022
  5. Feb 04, 2022
    • Marc Vef's avatar
      GekkoFS daemon can now be restarted without losing its data · 32b81b93
      Marc Vef authored and Ramon Nou's avatar Ramon Nou committed
      A subdirectory is no longer created by default. Therefore, a server restart uses same directory for both data and metadata. Note, that the rootdir can be cleaned with the -c argument. For multiple daemons on one machine, the new argument --rootdir-suffix can be used which creates a subdirectory within the rootdir with a user-defined name. This also allows restarting multiple daemons on one node without losing data.
      32b81b93
  6. Mar 30, 2021
  7. Feb 07, 2021
  8. Nov 25, 2020
  9. Sep 10, 2020
  10. Feb 25, 2020
  11. Feb 20, 2020
  12. Feb 10, 2020
  13. Feb 09, 2020
  14. Jul 04, 2019
  15. Apr 24, 2019
  16. Apr 03, 2019
  17. Mar 06, 2019
  18. Mar 05, 2019
  19. Nov 07, 2018
  20. Oct 29, 2018
  21. May 11, 2018
  22. May 09, 2018
  23. Mar 24, 2018
  24. Mar 23, 2018
  25. Mar 07, 2018
    • Marc Vef's avatar
      Restructuring directory hierarchy of the project + re-adding header files to CMake sources. · 138e04ca
      Marc Vef authored
      - Previously the directory hierarchy was not clear regarding to which
        file belong to which part of the project (client or daemon).
        Further, we will have other clients in the future (such as Fuse).
      - CMake files now differentiate between include dirs for all targets
        and target specific ones.
      - Removed duplicate -pg flag.
      - Not listing header files when adding executables or libraries
        is considered bad practice. Note that include_directories() is adding
        include paths to the code while adding all files used for executables
        and libraries provide the context which files belong to each binary.
        When only include_directories() is set, CMake assumes that all files
        belong to a binary (which is not necessarily true). As a result,
        some IDEs may break as the do not support this assumption.
      
        In general we should almost always favor explicitness over implicitness.
      138e04ca
  26. Nov 14, 2017
  27. Sep 22, 2017
  28. Sep 17, 2017