Skip to content
  1. Jul 22, 2024
  2. Jul 19, 2024
  3. Jul 15, 2024
  4. Jul 12, 2024
  5. Jun 27, 2024
  6. Jun 14, 2024
  7. 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
  8. Feb 19, 2024
  9. Feb 14, 2024
  10. Feb 06, 2024
  11. Jun 20, 2023
  12. Mar 03, 2023
  13. Mar 02, 2023
  14. Apr 28, 2022
  15. Apr 24, 2022
  16. Apr 08, 2022
  17. Apr 07, 2022
  18. Mar 17, 2022
  19. 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
  20. Feb 22, 2022
  21. Feb 11, 2022
  22. 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
  23. Jan 26, 2022
  24. Jun 16, 2021