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

feat: Upload namespaced pipeline definitions. Part of #4197 #8360

Closed

Commits on Oct 13, 2022

  1. feat(backend): Autogenerate Go/Python client

    Autogenerate Go and Python clients for the updated gRPC-Gateway
    which got reverted by f604406
    elikatsis committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    46d292c View commit details
    Browse the repository at this point in the history
  2. feat(backend) Fix authentication in upload requests

    Fix the way KFP API server authenticates pipeline upload requests.
    We leverage 'isAuthenticated()` function which requires proper
    initialization of the context object to include user identity.
    elikatsis committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c96de7e View commit details
    Browse the repository at this point in the history
  3. feat(backend): Add namespace field in pipeline upload swagger definition

    Extend swagger defintion of the pipeline upload API with a namespace
    parameter in order to support uploading namespaced pipelines.
    elikatsis committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    43d56aa View commit details
    Browse the repository at this point in the history
  4. feat(backend): Add autogenerated Go/Python client

    Autogenerate the updated Go and Python clients after extending the
    swagger definitions of upload pipeline APIs with a namespace field.
    elikatsis committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    01d7f8b View commit details
    Browse the repository at this point in the history
  5. feat(sdk): Add support for uploading namespaced pipelines

    Add a namespace field in the relevant Python wrappers for uploading
    pipeline definitions.
    elikatsis committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    17b0140 View commit details
    Browse the repository at this point in the history