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.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.21.2
Choose a head ref
  • 5 commits
  • 22 files changed
  • 4 contributors

Commits on May 17, 2022

  1. chore(deps): Bump async from 2.6.3 to 2.6.4 in /ui (#2702)

    Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
    - [Release notes](https://github.com/caolan/async/releases)
    - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
    - [Commits](caolan/async@v2.6.3...v2.6.4)
    
    ---
    updated-dependencies:
    - dependency-name: async
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and adchia committed May 17, 2022
    Configuration menu
    Copy the full SHA
    d3028e5 View commit details
    Browse the repository at this point in the history
  2. fix: Random port allocation for python server in tests (#2710)

    Signed-off-by: Oleksii Moskalenko <[email protected]>
    pyalex authored and adchia committed May 17, 2022
    Configuration menu
    Copy the full SHA
    e714b16 View commit details
    Browse the repository at this point in the history
  3. fix: Correct feature statuses during feature logging test (#2709)

    * fix: Feature Logging test & python server ports
    
    Signed-off-by: Oleksii Moskalenko <[email protected]>
    
    * optional timedelta
    
    Signed-off-by: Oleksii Moskalenko <[email protected]>
    
    * revert
    
    Signed-off-by: Oleksii Moskalenko <[email protected]>
    
    * typo
    
    Signed-off-by: Oleksii Moskalenko <[email protected]>
    pyalex authored and adchia committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c529d58 View commit details
    Browse the repository at this point in the history
  4. fix: Fix on demand feature view crash from inference when it uses df.…

    …apply (#2713)
    
    * fix: Fix on demand feature view crash from inference when transformation uses df.apply
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Fix inference
    
    Signed-off-by: Danny Chiao <[email protected]>
    
    * Fix test
    
    Signed-off-by: Danny Chiao <[email protected]>
    adchia committed May 17, 2022
    Configuration menu
    Copy the full SHA
    0f6da6c View commit details
    Browse the repository at this point in the history
  5. chore(release): release 0.21.2

    ## [0.21.2](v0.21.1...v0.21.2) (2022-05-17)
    
    ### Bug Fixes
    
    * Correct feature statuses during feature logging test ([#2709](#2709)) ([c529d58](c529d58))
    * Fix on demand feature view crash from inference when it uses df.apply ([#2713](#2713)) ([0f6da6c](0f6da6c))
    * Random port allocation for python server in tests ([#2710](#2710)) ([e714b16](e714b16))
    feast-ci-bot committed May 17, 2022
    Configuration menu
    Copy the full SHA
    7b4c15b View commit details
    Browse the repository at this point in the history
Loading