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

Do not persist the jupyter baseUrl in pipelines #2775

Merged
merged 1 commit into from
Jun 9, 2022

Commits on Jun 8, 2022

  1. Do not persist the jupyter baseUrl in pipelines

    The changes in elyra-ai#2728 cause the pipeline-editor to persist the full
    url for a node's image. This could cause issues with surfacing PI,
    as such I've updated that fix to instead use the full URL base,
    which will behave the same as before the fix, but including the
    URL path from the baseUrl if one exists.
    
    Note that if a baseUrl path conatains PI that would still be
    persisted, but puting PI in a URL path is considered inappropriate
    handling of PI by the server owner, not Elyra.
    
    Fixes elyra-ai#2773
    ajbozarth committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    4a0e935 View commit details
    Browse the repository at this point in the history