Skip to content

feat: pico.config() now shows sources for provided parameters

Georgy Moshkin requested to merge gmoshkin/config.yaml-parameter-sources into master

Summary

  • feat: picodata config default subcommand for generating a default config.yaml file

  • feat: provide explicit defaults for log, vinyl & iproto config subsections

  • feat: add parameter source "default" for pico.config() output

  • feat: #[introspection(config_default = ".")] + Introspection::get_field_default_value_as_rmpv

  • feat: pico.config() now shows sources for provided parameters

    Currently only 2 cases are supported:

    • config_file
    • commandline_or_environment
  • feat: Introspection::set_field_from_rmpv

  • feat: Introspection::FIELD_INFOS


Edited by Georgy Moshkin

Merge request reports