Thanks to visit codestin.com
Credit goes to github.com

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: v0.21.2
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: v0.21.3
Choose a head ref
  • 11 commits
  • 29 files changed
  • 8 contributors

Commits on May 20, 2022

  1. chore: Local data inspection (#2720)

    fix for #2694 
    
    adding the example code from the Google Codelab notebook
    moving the image below the yaml and example.py explanation 
    
    Signed-off-by: ssge <[email protected]>
    ssge authored and adchia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    91f901c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b34123 View commit details
    Browse the repository at this point in the history
  3. docs: Fix alignment for workshop doc

    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed May 20, 2022
    Configuration menu
    Copy the full SHA
    9a0408d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. chore: Remove misleading connection option from redis docstring (#2725)

    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d62d300 View commit details
    Browse the repository at this point in the history
  2. chore: Respect environment variables when calling check_call (#2741)

    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    f69b381 View commit details
    Browse the repository at this point in the history
  3. chore: Fix minor documentation typo (#2752)

    Signed-off-by: Abhin Chhabra <[email protected]>
    chhabrakadabra authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    df4c688 View commit details
    Browse the repository at this point in the history
  4. chore: Unpin googleapis-common-protos (#2745)

    * Unpin `googleapis-common-protos`
    
    Exact pinning this library can cause Feast to be incompatible with other
    libraries that users may want to install.
    
    Signed-off-by: Abhin Chhabra <[email protected]>
    
    * Regenerate requirements files.
    
    Signed-off-by: Abhin Chhabra <[email protected]>
    
    * Fixing requirements
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Fix merge
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Co-authored-by: Danny Chiao <[email protected]>
    chhabrakadabra and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    d98a1ab View commit details
    Browse the repository at this point in the history
  5. fix: Made URL to registry relative, fixes #2731 (#2753)

    Signed-off-by: Huib Keemink <[email protected]>
    creativedutchmen authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    a66aea8 View commit details
    Browse the repository at this point in the history
  6. fix: Change online UI schema field to be optional (#2766)

    Change the `online` field in feastFeatureViews schema to be optional.
    This addresses a problem with the UI erroring out when trying to present
    offline FeatureViews since protobuf would not pass along the `online`
    tag (#2719).
    
    Signed-off-by: Dirk Van Bruggen <[email protected]>
    dvanbrug authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    e6edb58 View commit details
    Browse the repository at this point in the history
  7. chore: Update Lombok to 1.18.24 (#2762)

    Signed-off-by: Jeff <[email protected]>
    Agent007 authored and adchia committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    5bd6e47 View commit details
    Browse the repository at this point in the history
  8. chore(release): release 0.21.3

    ## [0.21.3](v0.21.2...v0.21.3) (2022-06-13)
    
    ### Bug Fixes
    
    * Change online UI schema field to be optional ([#2766](#2766)) ([e6edb58](e6edb58)), closes [#2719](#2719)
    * Made URL to registry relative, fixes [#2731](#2731) ([#2753](#2753)) ([a66aea8](a66aea8))
    feast-ci-bot committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    bdd47d0 View commit details
    Browse the repository at this point in the history
Loading