Skip to content
Snippets Groups Projects
  1. Nov 25, 2022
  2. Nov 23, 2022
    • Alberto Miranda's avatar
    • Ramon Nou's avatar
      Merge branch... · 721d0eb0
      Ramon Nou authored
      Merge branch 'amiranda/100-c-api-should-have-adm_adhoc_storage_t-and-adm_pfs_storage_t-types' into 'main'
      
      Resolve "C API should have `ADM_adhoc_storage_t` and `ADM_pfs_storage_t` types"
      
      This MR eliminates the `ADM_storage_t` from the C API and its 
      corresponding `admire::storage` type from the C++ API to simplify
      the usage and the implementation. 
      
      Instead, the types `ADM_adhoc_storage_t` and `ADM_pfs_storage_t` 
      are created for the C API, which correspond to the already existing 
      types `admire::adhoc_storage` and `admire::pfs_storage`, which no 
      longer inherit from `admire::storage`.
      
      Additionally, this MR also removes `ADM_storage_type_t`, replacing it
      with `ADM_adhoc_storage_type_t` and `ADM_pfs_storage_type_t`, and 
      renames their values with the appropriate `ADM_ADHOC_` and `ADM_PFS_`
      prefixes.
      
      Closes #100
      
      See merge request !69
      721d0eb0
    • Alberto Miranda's avatar
    • Alberto Miranda's avatar
    • Alberto Miranda's avatar
      Merge branch... · 2c547961
      Alberto Miranda authored
      Merge branch 'rnou/54-refactor-library-rpc-implementation-of-admire-deploy_adhoc_storage' into 'main'
      
      Resolve "Refactor library RPC implementation of `admire::deploy_adhoc_storage`"
      
      This MR moves the implementation of the RPC construction for
      `ADM_deploy_adhoc_storage` to `admire::detail` in `impl.[ch]pp`
      similarly to other RPCs already refactored. This includes changing
      the C ADM_types to native C++ types.
      
      It also provides a first implementation of the deployment mechanism
      for GekkoFS.
      
      Closes #54
      
      See merge request !40
      2c547961
    • Ramon Nou's avatar
      Missing waitpid return value check · 67c2160c
      Ramon Nou authored
      67c2160c
  3. Nov 21, 2022
  4. Nov 18, 2022
  5. Nov 17, 2022
  6. Nov 04, 2022
    • Alberto Miranda's avatar
      Merge branch... · 88d5862a
      Alberto Miranda authored
      Merge branch 'amanzano/38-refactor-library-rpc-implementation-of-admire-remove_adhoc_storage' into 'main'
      
      Resolve "Refactor library RPC implementation of `admire::remove_adhoc_storage`"
      
      This MR moves the implementation of the RPC construction for
      `ADM_remove_adhoc_storage` to `admire::detail` in `impl.[ch]pp`
      similarly to other RPCs already refactored. This includes changing
      the C ADM_types to native C++ types.
      
      Closes #38
      
      See merge request !62
      88d5862a
    • ANA MANZANO RODRIGUEZ's avatar
      Update examples for ADM_remove_adhoc_storage · eba88555
      ANA MANZANO RODRIGUEZ authored and Alberto Miranda's avatar Alberto Miranda committed
      Verified
      eba88555
Loading