1. Mar 10, 2024
    • Marc Vef's avatar
      Review changes · a66ae9eb
      Marc Vef authored
      a66ae9eb
    • Ramon Nou's avatar
      Changelog change and branch · c0ee81e7
      Ramon Nou authored and Marc Vef's avatar Marc Vef committed
      Added NUM_REPL env variable. (0 no replicas)
      
      NUM_REPL  num replicas  (Replicas < servers)
      
      Remove and truncate
      
      Metadata replication
      
      Metadata replication - Reattempt on stat
      
      minimal compilation issues (c++20), srand for repl
      
      Bitset
      
      Bit set proposal (WIP)
      
      Read - Write with bitset (<1024 chunks)
      
      Changed bitset to vector
      
      Added get_fs_config reattempt
      
      Some more resilience on create
      
      Added Replica_Check on write (disabled)
      
      Added helper vector-bitset functions
      c0ee81e7
  2. Feb 19, 2024
  3. Feb 14, 2024
  4. Feb 06, 2024
  5. Jun 20, 2023
  6. Mar 03, 2023
  7. Mar 02, 2023
  8. Apr 28, 2022
  9. Apr 24, 2022
  10. Apr 08, 2022
  11. Apr 07, 2022
  12. Mar 17, 2022
  13. Mar 11, 2022
    • Ramon Nou's avatar
      New parameter to remove rootdir at the end · d0c0e9ff
      Ramon Nou authored
      d0c0e9ff
    • Ramon Nou's avatar
      f61afc37
    • Ramon Nou's avatar
      Prepare Parallax Support to 0.9.1 · 68b85cab
      Ramon Nou authored
      68b85cab
    • 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
  14. Feb 22, 2022
  15. Feb 11, 2022
  16. 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
  17. Jan 26, 2022
  18. Jun 16, 2021
    • Ramon Nou's avatar
      README update · 73bde2f6
      Ramon Nou authored
      73bde2f6
    • Ramon Nou's avatar
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side.... · a8dc9c3c
      Ramon Nou authored and Ramon Nou's avatar Ramon Nou committed
      Moved distributor instantation to RPC_DATA and daemon.cpp on the server side. Added interval_map to GuidedDistributor for better performance
      
      Moving reads extended log to normal log module.
      
      Update logging.hpp
      
      Added GKFS prefix to CMake options
      
      Catch2 Guided Distributor test
      
      Added creation of /tmp/guided.txt in the test
      
      updated README.MD and protected Distributor for duplicated inserts
      
      Added metadata + data optimization with #
      a8dc9c3c
  19. Mar 30, 2021
  20. Jan 28, 2021
  21. Dec 07, 2020
  22. Sep 25, 2020
  23. Sep 15, 2020