{{ message }}
feat: Allow hyphen in repo name#5562
Merged
HaoXuAI merged 7 commits intoAug 20, 2025
Merged
Conversation
Member
|
@HaoXuAI take a look at the integration test. Looks like this constraints is requierd. |
Sorry, something went wrong.
Member
|
We will have to change the operator regex as well to be consistent with SDK - https://github.com/feast-dev/feast/blob/master/infra/feast-operator/api/v1alpha1/featurestore_types.go#L71 |
Sorry, something went wrong.
4e17dd5 to
8f62ebd
Compare
August 11, 2025 06:26
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
8f62ebd to
959fc42
Compare
August 11, 2025 06:27
Signed-off-by: HaoXuAI <sduxuhao@gmail.com>
ntkathole
approved these changes
Aug 20, 2025
ntkathole
left a comment
Member
There was a problem hiding this comment.
Looks good 👍
Sorry, something went wrong.
franciscojavierarceo
pushed a commit
that referenced
this pull request
Aug 30, 2025
# [0.53.0](v0.52.0...v0.53.0) (2025-08-30) ### Bug Fixes * Consistency in allow_cache and savedDatasets api ([#5572](#5572)) ([7e8b914](7e8b914)) * **docs:** Use absolute image URLs in README ([7188fc9](7188fc9)) ### Features * Added ray example template ([#5570](#5570)) ([a66d890](a66d890)) * Allow hyphen in repo name ([#5562](#5562)) ([4436673](4436673))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
What this PR does / why we need it:
Which issue(s) this PR fixes:
Misc