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

stub: pass context to plugins, pass updated resources to UpdateContainers. #40

Merged
merged 6 commits into from
Jun 1, 2023

Commits on May 22, 2023

  1. stub: pass context to plugin event handlers.

    Don't hide context from plugins, pass the corresponding
    context to each plugin handler.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9d86150 View commit details
    Browse the repository at this point in the history
  2. adaptation: update tests with stub changes.

    Update mock plugin to implement the updated stub interfaces.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b4bd301 View commit details
    Browse the repository at this point in the history
  3. plugins: update plugins for stub changes.

    Update plugin event handlers with the updated stub
    interfaces.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f5d0f51 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. stub: fix plugin UpdateContainerInterface.

    Fix UpdateContainer adding an argument for the updated resources.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 23, 2023
    Configuration menu
    Copy the full SHA
    d042d24 View commit details
    Browse the repository at this point in the history
  2. adaptation: add UpdateContainer tests.

    Add basic tests for UpdateContainer using container creation
    tests as a starting point.
    
    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 23, 2023
    Configuration menu
    Copy the full SHA
    ea9976d View commit details
    Browse the repository at this point in the history
  3. Add a note about NRI API stability and release notes.

    Signed-off-by: Krisztian Litkey <krisztian.litkey@intel.com>
    klihub committed May 23, 2023
    Configuration menu
    Copy the full SHA
    01d5f14 View commit details
    Browse the repository at this point in the history