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

Private PR: Review changes of the final to commits to cove is_str() changes in datapath.py #37

Open
wants to merge 6 commits into
base: feature/py3
Choose a base branch
from

Commits on Jul 17, 2024

  1. storage-api: __init__.py: Use is_str() to check for string type

    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3fe07e3 View commit details
    Browse the repository at this point in the history
  2. storage/api/{volume,plugin,datapath}.py: Apply isort, darker, import …

    …is_str
    
    Unused imports of is_long() are removed as well.
    
    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d034638 View commit details
    Browse the repository at this point in the history
  3. storage/api/{volume,plugin,datapath}.py: Disable excessive pylint war…

    …nings
    
    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    3e63602 View commit details
    Browse the repository at this point in the history
  4. storage/api/{volume,plugin,datapath}.py: Apply automatic conversion t…

    …o is_str()
    
    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    f74d7c1 View commit details
    Browse the repository at this point in the history
  5. storage-api: Add pytest for datapath.Datapath_server_dispatcher()

    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d83218f View commit details
    Browse the repository at this point in the history
  6. storage-api: Use Datapath_test.attach to test Datapath_server_dispatc…

    …her.attach
    
    Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
    bernhardkaindl committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    290a653 View commit details
    Browse the repository at this point in the history