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: feast-dev/feast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: feast-dev/feast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-lineage
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Mar 27, 2026

  1. feat: Add version indicators to lineage graph nodes

    Display version badges on Feature View nodes in the lineage graph when
    they have been versioned (currentVersionNumber > 0). Badges show a
    tooltip with version details and total version count from the registry's
    version history. Also adds a "Version Changed" entry to the legend and
    fixes a missing `permissions` dependency in useEffect.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    franciscojavierarceo and claude committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    fb38b9e View commit details
    Browse the repository at this point in the history
  2. fix: Only show version badge when currentVersionNumber > 1

    Version 1 is the initial version, so a badge is only meaningful when the
    feature view has actually changed (version 2+). Also fixes test name to
    match the updated threshold and adds a test for the v1 case.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    franciscojavierarceo and claude committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    0984322 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    390f069 View commit details
    Browse the repository at this point in the history
  4. fix: Code formatting for version indicators

    Apply prettier formatting to fix CI formatting checks.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
    franciscojavierarceo and claude committed Mar 27, 2026
    Configuration menu
    Copy the full SHA
    76235c8 View commit details
    Browse the repository at this point in the history
Loading