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

Allow use actions/config/metadata in charmcraft.yaml #1126

Merged
merged 7 commits into from
Jul 7, 2023

Commits on Jul 7, 2023

  1. const: add more common consts

    syu-w committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    28b9047 View commit details
    Browse the repository at this point in the history
  2. config: support use metadata in charmcraft.yaml

    New metadata keys can be used in charmcraft.yaml if
    metadata.yaml not exists.
    
    tests: fix windows incomplete escape
    
    config: convert undocumented maintainer
    
    models: fix peers specs
    
    pack: bundle does not need metadata.yaml in zip
    
    config: convert new metadata to legacy metadata when export
    
    config: allow bundle without metadata.yaml
    syu-w committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    efa2f80 View commit details
    Browse the repository at this point in the history
  3. config: support use actions in charmcraft.yaml

    New actions keys can be used in charmcraft.yaml if
    actions.yaml not exists.
    syu-w committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    123eb47 View commit details
    Browse the repository at this point in the history
  4. config: support use config in charmcraft.yaml

    config keys can be used in charmcraft.yaml if
    config.yaml not exists.
    syu-w committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    f52a8b6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d389a7 View commit details
    Browse the repository at this point in the history
  6. tests: update to use new test functions

    Use new prepare_*_yaml for tests.
    syu-w committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d4197d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2e098a View commit details
    Browse the repository at this point in the history