Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace importcfg.json with config TOML file #56

Merged
merged 4 commits into from
Feb 13, 2024

Commits on Feb 13, 2024

  1. Replace importcfg.json with config TOML file

    The name "config.schema" was already in use for the legacy configuration files.
    This new configuration file uses the name "cbiconfig.schema" to reflect the
    expected configuration path (.cbi/config).
    
    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    572e792 View commit details
    Browse the repository at this point in the history
  2. Add tests for cbiconfig schema

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6f1fcd5 View commit details
    Browse the repository at this point in the history
  3. Check for symlinks when opening .cbi/config

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    d7d3004 View commit details
    Browse the repository at this point in the history
  4. Add cbiconfig.schema to MANIFEST.in

    Signed-off-by: John Pennycook <[email protected]>
    Pennycook committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6bb2fc1 View commit details
    Browse the repository at this point in the history