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.25.1
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.25.2
Choose a head ref
  • 8 commits
  • 95 files changed
  • 7 contributors

Commits on Oct 6, 2022

  1. fix: Stream feature view meta undefined created_timestamp issue (#3266)

    fix stream feature view meta undefied created_timestap issue
    
    Signed-off-by: hao-affirm <[email protected]>
    
    Signed-off-by: hao-affirm <[email protected]>
    hao-affirm authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    efbd4b0 View commit details
    Browse the repository at this point in the history
  2. fix: Udf in stream feature view UI shows pickled data (#3268)

    * fix udf in stream feature view UI shows pickeled data
    
    Signed-off-by: hao-affirm <[email protected]>
    
    * fix lint
    
    Signed-off-by: hao-affirm <[email protected]>
    
    * fix lint
    
    Signed-off-by: hao-affirm <[email protected]>
    
    * fix test
    
    Signed-off-by: hao-affirm <[email protected]>
    
    * fix lint
    
    Signed-off-by: hao-affirm <[email protected]>
    
    Signed-off-by: hao-affirm <[email protected]>
    hao-affirm authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f4a83a7 View commit details
    Browse the repository at this point in the history
  3. fix: Updated quickstart notebook to patch an incorrect reference to a…

    …n outdated featureview name (#3271)
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    
    Signed-off-by: Francisco Javier Arceo <[email protected]>
    franciscojavierarceo authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    7fa4bbf View commit details
    Browse the repository at this point in the history
  4. chore: Replace zod by protobufjs (#3208)

    * feat: Replace zod by protobufjs
    
    Signed-off-by: Jérôme Viveret <[email protected]>
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Remove unneeded pages and fix bugs
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Update the ui_server
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Replace manually generated json registry by protobuf version
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Correctly display protobufjs enums
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Jérôme Viveret <[email protected]>
    Signed-off-by: Danny Chiao <[email protected]>
    Co-authored-by: Jérôme Viveret <[email protected]>
    Co-authored-by: Danny Chiao <[email protected]>
    3 people authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    f91dc0e View commit details
    Browse the repository at this point in the history
  5. fix: Fix Feast UI release process to update the feast-ui package (#3267)

    fix: Fix Feast UI release process to update the feast-ui package to the latest version
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    d118fe4 View commit details
    Browse the repository at this point in the history
  6. fix: Fix docker image for feature-server (#3272)

    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    * Fix
    
    Signed-off-by: Kevin Zhang <[email protected]>
    
    Signed-off-by: Kevin Zhang <[email protected]>
    kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4ce366a View commit details
    Browse the repository at this point in the history
  7. ci: Fix Feast UI tests (#3273)

    * ci: Fix Feast UI tests
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * add test to workflow
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * add test to workflow
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix test suite in workflow
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix README
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix build
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix test name
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * upgrade caniuse
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia authored and kevjumba committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    ae6f8af View commit details
    Browse the repository at this point in the history
  8. chore(release): release 0.25.2

    ## [0.25.2](v0.25.1...v0.25.2) (2022-10-06)
    
    ### Bug Fixes
    
    * Fix docker image for feature-server ([#3272](#3272)) ([4ce366a](4ce366a))
    * Fix Feast UI release process to update the feast-ui package  ([#3267](#3267)) ([d118fe4](d118fe4))
    * Stream feature view meta undefined created_timestamp issue ([#3266](#3266)) ([efbd4b0](efbd4b0))
    * Udf in stream feature view UI shows pickled data ([#3268](#3268)) ([f4a83a7](f4a83a7))
    * Updated quickstart notebook to patch an incorrect reference to an outdated featureview name ([#3271](#3271)) ([7fa4bbf](7fa4bbf))
    feast-ci-bot committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    de8334f View commit details
    Browse the repository at this point in the history
Loading