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

Implement plugin manager #37

Merged
merged 14 commits into from
May 4, 2022
Merged

Implement plugin manager #37

merged 14 commits into from
May 4, 2022

Commits on Apr 26, 2022

  1. implement plugin manager

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    d0c0218 View commit details
    Browse the repository at this point in the history
  2. ignore symlinks

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    2943a57 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. fix Manager.Command

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c33c354 View commit details
    Browse the repository at this point in the history
  2. export constants

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5bfff33 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. pr feedback

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    c09b4a1 View commit details
    Browse the repository at this point in the history
  2. improve error message

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e1f2d49 View commit details
    Browse the repository at this point in the history
  3. move manager to its own package

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2cacb9f View commit details
    Browse the repository at this point in the history
  4. change metadata error messages

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    55fc95a View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. improve the plugin manager interface

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f0636e1 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. improve Manager.Run

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed May 2, 2022
    Configuration menu
    Copy the full SHA
    3f03a94 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. pr feedback

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed May 3, 2022
    Configuration menu
    Copy the full SHA
    e5a4e47 View commit details
    Browse the repository at this point in the history
  2. remove Command.Capability() and Command.NewResponse()

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7d75201 View commit details
    Browse the repository at this point in the history
  3. remove command validation

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed May 3, 2022
    Configuration menu
    Copy the full SHA
    2a7ef8f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. ignore symlinked plugin directories

    Signed-off-by: qmuntal <qmuntaldiaz@microsoft.com>
    qmuntal committed May 4, 2022
    Configuration menu
    Copy the full SHA
    0cacbd8 View commit details
    Browse the repository at this point in the history