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

Refactor plugin management #495

Closed
wants to merge 15 commits into from
Closed

Commits on Jun 20, 2018

  1. Refactor plugin management

    Refactor plugin management:
    - support multiple plugins per executable
    - support restarting a plugin process in the event it terminates
    - simplify plugin lifecycle management by using separate managers for
      each scope (server vs backup vs restore)
    
    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5a0a56c View commit details
    Browse the repository at this point in the history
  2. Bring back 'make local'

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    f2cc096 View commit details
    Browse the repository at this point in the history
  3. clientMux->clientDispenser

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    3c2a7b3 View commit details
    Browse the repository at this point in the history
  4. serverMux renames

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a87cd9c View commit details
    Browse the repository at this point in the history
  5. add license headers

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    4be1afd View commit details
    Browse the repository at this point in the history
  6. file rename

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a065aa9 View commit details
    Browse the repository at this point in the history
  7. wip cap restartable process reset failures

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    9846f39 View commit details
    Browse the repository at this point in the history
  8. wip more unit tests

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    5dea4e5 View commit details
    Browse the repository at this point in the history
  9. add restartable backup item action test

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    de9babc View commit details
    Browse the repository at this point in the history
  10. add restartable block store test

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c77c17c View commit details
    Browse the repository at this point in the history
  11. vendor: bump stretchr/testify

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c34d004 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2018

  1. restartable block store test

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    dfe41dc View commit details
    Browse the repository at this point in the history
  2. test restartable object store

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    17bdca2 View commit details
    Browse the repository at this point in the history
  3. extract restartable delegate test

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    f73c006 View commit details
    Browse the repository at this point in the history
  4. test restartable restore action item

    Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
    ncdc committed Jun 21, 2018
    Configuration menu
    Copy the full SHA
    ed02077 View commit details
    Browse the repository at this point in the history