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

feat: add GetFullSchema and FillDefaults methods to plugins #114

Merged
merged 8 commits into from
Jan 21, 2022
Merged

Commits on Jan 18, 2022

  1. feat: add GetFullSchema and FillDefaults methods to plugins

    GetFullSchema: returns full schema for plugins (/schemas/plugins/<ID>)
    FillDefaults: given a schema and a config object, fills all defaults
    GGabriele committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    91478a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Mark method as deprecated

    GGabriele committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a9cf627 View commit details
    Browse the repository at this point in the history
  2. Move FillDefaults to utils

    GGabriele committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    2caa2cf View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Addressing comments

    GGabriele committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    1fe520f View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    5742167 View commit details
    Browse the repository at this point in the history
  2. Use prom plugin for testing

    GGabriele committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    7e14314 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    029bce9 View commit details
    Browse the repository at this point in the history
  4. simplify tests

    GGabriele committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    36bf996 View commit details
    Browse the repository at this point in the history