Skip to content
  1. May 09, 2023
    • Alberto Miranda's avatar
      Update README.md · 7f423f54
      Alberto Miranda authored
      7f423f54
    • Alberto Miranda's avatar
      Refactor configuration for scord and scord-ctl · 2d41f87a
      Alberto Miranda authored
      scord:
      - Configuration file now uses standard YAML format
      - Add `--output` CLI argument (SCORD_LOG_OUTPUT)
      
      scord-ctl:
      - Add `--output` CLI argument
      - Add `--listen` CLI argument (Fixes #126)
      - Remove configuration file
      
      Both:
      - Remove file_options dependency
      - Remove genopts dependency
      - Replace yaml-cpp with rapidyaml
      - Replace general settings with specific configurations (fixes #20)
      - General improvements and bugfixes in `logger`
      - Improved `net::server` configuration
      - Fix fork()-related bug in `signal_listener`
      - Remove environment variables
      2d41f87a
  2. Mar 28, 2023
  3. Feb 27, 2023
  4. Feb 22, 2023
    • Alberto Miranda's avatar
      Merge branch... · f49ce869
      Alberto Miranda authored
      Merge branch 'amiranda/114-missing-information-about-which-job-nodes-can-be-used-for-administrative-purposes' into 'main'
      
      Resolve "Missing information about which job nodes can be used for administrative purposes"
      
      Closes #114
      
      See merge request !85
      f49ce869
    • Alberto Miranda's avatar
      1bd1e360
    • Alberto Miranda's avatar
      Merge branch... · 74d42921
      Alberto Miranda authored
      Merge branch 'amiranda/106-adm_adhoc_resources_t-should-be-an-explicit-argument-of-adm_register_adhoc_storage-rather-than' into 'main'
      
      Resolve "`ADM_adhoc_resources_t` should be an explicit argument of `ADM_register_adhoc_storage()` rather than a parameter of `adhoc_ctx`"
      
      This MR modifies the API calls `ADM_register_adhoc_storage()` so that
      the storage resources required for the adhoc instance are passed as 
      an explicit argument rather than as part of the adhoc's execution 
      context.
      
      Following this line, it also modifies `ADM_update_adhoc_storage()` in 
      so that the adhoc resources can be modified dynamically, rather than
      the execution context which is left as a static property.
      
      Closes #106
      
      See merge request !84
      74d42921
    • Alberto Miranda's avatar
  5. Feb 20, 2023
  6. Feb 19, 2023
  7. Feb 18, 2023
  8. Feb 17, 2023