Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: elyra-ai/elyra
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: elyra-ai/elyra
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.11.1
Choose a head ref
  • 7 commits
  • 47 files changed
  • 3 contributors

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    413b0dc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Update generic nodes to use static icon api (#2908)

    Currently generic nodes still use encoded strings of the LabIcon svgs.
    This PR adds copies of those svgs to the backend static API and
    updates the pipeline editor to use those for the persisted values,
    like we already do with kfp and airflow nodes.
    
    Fixes #2907
    ajbozarth authored and akchinSTC committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    fd23277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3c6220 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Account for how canvas handle icon size (#2914)

    Canvas wraps svgs in a svg tag that sets the icon width and height.
    This doesn't work if the svg already sets those values. So I
    removed the width and height from the icons on the backend to
    compensate. The new values are in line with the JupyterLab icons.
    ajbozarth authored and akchinSTC committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    09468d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0de9a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    250cec4 View commit details
    Browse the repository at this point in the history
  4. Release v3.11.1

    akchinSTC committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a9d574a View commit details
    Browse the repository at this point in the history
Loading