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

⚠️ Plugin chaining #1991

Closed
wants to merge 5 commits into from
Closed

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    e3efd15 View commit details
    Browse the repository at this point in the history
  2. Store abstraction for persisting Config

    - Use the cli filesystem to persist the project config
    - Use PreRunE and PostRunE functions to handle configuration file loading and saving
    
    Signed-off-by: Adrian Orive <[email protected]>
    Adirio committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1552d39 View commit details
    Browse the repository at this point in the history
  3. Implement the plugin chaining (plugin phase 1.5)

    Signed-off-by: Adrian Orive <[email protected]>
    Adirio committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    bc9576c View commit details
    Browse the repository at this point in the history
  4. Declarative plugin

    Signed-off-by: Adrian Orive Oneca <[email protected]>
    Adirio committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    85c445e View commit details
    Browse the repository at this point in the history
  5. Export and cleanup scaffolding machinery

    - Export scaffolding machinery
    - Reorganize scaffolding machinery that was in model
    - Remove experimental pattern code (old plugin system)
    
    Signed-off-by: Adrian Orive <[email protected]>
    Adirio committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5326b08 View commit details
    Browse the repository at this point in the history