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.0
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.1
Choose a head ref
  • 9 commits
  • 43 files changed
  • 4 contributors

Commits on May 13, 2022

  1. fix: Fix broken roadmap links (#2690)

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

Commits on May 16, 2022

  1. ci: Make version bumping script more robust (#2689)

    * ci: Make version bumping script more robust
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * bump dockerfiles too
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * fix build-docker-image
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * use buildx instead of build in makefile
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    990b779 View commit details
    Browse the repository at this point in the history
  2. ci: Use buildx for docker builds when changes merged into master (#2703)

    * ci: Use buildx for docker builds when changes merged into master
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * use --load to load the built image into docker
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * buildx build smh
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    232a77b View commit details
    Browse the repository at this point in the history
  3. fix: Fix issue when user specifies a port for feast ui (#2692)

    * fix: Fix issue when user specifies a port for feast ui
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fx
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix python 3.9 version of importlib
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * revert to pkg_resources
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    00a9de9 View commit details
    Browse the repository at this point in the history
  4. fix: Support push sources in stream feature views (#2704)

    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    6531685 View commit details
    Browse the repository at this point in the history
  5. fix: Add S3FS dependency (which Dask depends on for S3 files) (#2701)

    * fix: Add S3FS dependency (which Dask depends on for S3 files)
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * fix requirements to prevent conflicting requirements
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1f893f1 View commit details
    Browse the repository at this point in the history
  6. ci: Use buildx for docker builds in remaining places as well (#2705)

    * ci: Use buildx for docker builds in remaining places as well
    
    Signed-off-by: Achal Shah <[email protected]>
    
    * fix oops
    
    Signed-off-by: Achal Shah <[email protected]>
    achals authored and adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    156c6f1 View commit details
    Browse the repository at this point in the history
  7. fix: Python server is not correctly starting in integration tests (#2706

    )
    
    Signed-off-by: Oleksii Moskalenko <[email protected]>
    pyalex authored and adchia committed May 16, 2022
    Configuration menu
    Copy the full SHA
    4525336 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. chore(release): release 0.21.1

    ## [0.21.1](v0.21.0...v0.21.1) (2022-05-17)
    
    ### Bug Fixes
    
    * Add S3FS dependency (which Dask depends on for S3 files) ([#2701](#2701)) ([1f893f1](1f893f1))
    * Fix broken roadmap links ([#2690](#2690)) ([079395a](079395a))
    * Fix issue when user specifies a port for feast ui  ([#2692](#2692)) ([00a9de9](00a9de9))
    * Python server is not correctly starting in integration tests ([#2706](#2706)) ([4525336](4525336))
    * Support push sources in stream feature views ([#2704](#2704)) ([6531685](6531685))
    feast-ci-bot committed May 17, 2022
    Configuration menu
    Copy the full SHA
    9ae2699 View commit details
    Browse the repository at this point in the history
Loading