FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for java/serving/src/test - feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
feast
java
serving
src
test
on
v0.60.0
User selector
Datepicker
Commit history
Commits on Feb 16, 2026
feat: Consolidate Python packaging - remove setup.py/setup.cfg, standardize on pyproject.toml and uv
Show description for 16696b8
ntkathole
committed
16696b8
View commit details
Copy full SHA for 16696b8
View code at this point
Browse repository at this point
Commits on Jun 22, 2025
feat: Serialization version 2 and below removed (#5435)
jyejare
authored
9e50e18
View commit details
Copy full SHA for 9e50e18
View code at this point
Browse repository at this point
Commits on Aug 6, 2024
fix: Update java testcontainers to use Compose V2 (#4381)
Show description for 9a33fce
tokoko
authored
9a33fce
View commit details
Copy full SHA for 9a33fce
View code at this point
Browse repository at this point
Commits on May 2, 2024
fix: Pass region to S3 client only if set (Java) (#4151)
Show description for b8087f7
tokoko
authored
b8087f7
View commit details
Copy full SHA for b8087f7
View code at this point
Browse repository at this point
Commits on Apr 30, 2024
feat: Upgrading python version to 3.11, adding support for 3.11 as well. (#4159)
Show description for 4b1634f
lokeshrangineni
and
tokoko
authored
4b1634f
View commit details
Copy full SHA for 4b1634f
View code at this point
Browse repository at this point
Commits on Apr 23, 2024
chore: Move feast install to docker build in java it tests (#4126)
Show description for 91e34a2
tokoko
authored
91e34a2
View commit details
Copy full SHA for 91e34a2
View code at this point
Browse repository at this point
Commits on Apr 21, 2024
fix: Get container host addresses from testcontainers (java) (#4125)
tokoko
authored
9184dde
View commit details
Copy full SHA for 9184dde
View code at this point
Browse repository at this point
Commits on Mar 30, 2024
fix: Azure blob storage support in Java feature server (#2319) (#4014)
Show description for b9aabbd
szaboferee
authored
b9aabbd
View commit details
Copy full SHA for b9aabbd
View code at this point
Browse repository at this point
Commits on Mar 18, 2024
feat: Dropping the support for python 3.8 version from feast (#4010)
Show description for a0f7472
lokeshrangineni
authored
a0f7472
View commit details
Copy full SHA for a0f7472
View code at this point
Browse repository at this point
Commits on Mar 6, 2024
fix: Move gRPC dependencies to an extra (#3900)
cburroughs
authored
f93c5fd
View commit details
Copy full SHA for f93c5fd
View code at this point
Browse repository at this point
Commits on Nov 14, 2023
chore: Bump pyarrow
Show description for 77d7eb0
dependabot[bot]
authored and
achals
committed
77d7eb0
View commit details
Copy full SHA for 77d7eb0
View code at this point
Browse repository at this point
Commits on Aug 18, 2022
docs: Improve quickstart to include push features, batch scoring, odfv (#3034)
Show description for 83c5efb
adchia
authored
83c5efb
View commit details
Copy full SHA for 83c5efb
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
feat: Allow passing repo config path via flag (#3077)
Show description for 0d2d951
achals
authored
0d2d951
View commit details
Copy full SHA for 0d2d951
View code at this point
Browse repository at this point
Commits on Aug 11, 2022
ci: Fix improper workflow setup. Exclude test resource phase when Java integration tests are skipped
Show description for 4962fb4
adchia
committed
4962fb4
View commit details
Copy full SHA for 4962fb4
View code at this point
Browse repository at this point
fix: Fix incorrect on demand feature view diffing and improve Java tests (#3074)
Show description for 0702310
adchia
authored
0702310
View commit details
Copy full SHA for 0702310
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
chore: Refactoring Feast Serving to have fewer packages (#3032)
Show description for 2c30f88
adchia
authored
2c30f88
View commit details
Copy full SHA for 2c30f88
View code at this point
Browse repository at this point
Commits on Aug 5, 2022
chore!: Delete unused code in feature view (#3016)
Show description for de8babe
felixwang9817
authored
de8babe
View commit details
Copy full SHA for de8babe
View code at this point
Browse repository at this point
Commits on Aug 4, 2022
chore: Delete unused code in entity (#3008)
Show description for 66c4338
felixwang9817
authored
66c4338
View commit details
Copy full SHA for 66c4338
View code at this point
Browse repository at this point
chore: Remove old way of flagging features as experimental (#3005)
Show description for ce26d8b
adchia
authored
ce26d8b
View commit details
Copy full SHA for ce26d8b
View code at this point
Browse repository at this point
Commits on Jun 30, 2022
feat: Support retrieval from multiple feature views with different join keys (#2835)
Show description for 056cfa1
yongheng
authored
056cfa1
View commit details
Copy full SHA for 056cfa1
View code at this point
Browse repository at this point
fix: Change numpy version on setup.py and upgrade it to resolve dependabot warning (#2887)
Show description for 80ea7a9
breno-costa
authored
80ea7a9
View commit details
Copy full SHA for 80ea7a9
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
chore: Rename stream data source parameters (#2804)
Show description for a62a90d
felixwang9817
authored
a62a90d
View commit details
Copy full SHA for a62a90d
View code at this point
Browse repository at this point
Commits on Jun 7, 2022
fix: Refactor test to reuse LocalRegistryFile (#2763)
Show description for 4339c0a
yanghua
authored
4339c0a
View commit details
Copy full SHA for 4339c0a
View code at this point
Browse repository at this point
Commits on May 18, 2022
chore: Deprecate value type (#2673)
Show description for 9566299
felixwang9817
authored
9566299
View commit details
Copy full SHA for 9566299
View code at this point
Browse repository at this point
Commits on May 5, 2022
chore: Use latest Python code in Java Integration Tests (#2645)
Show description for 41a1da4
pyalex
authored
41a1da4
View commit details
Copy full SHA for 41a1da4
View code at this point
Browse repository at this point
fix: Update java integration tests and add more logging (#2637)
Show description for 10e23b4
achals
authored
10e23b4
View commit details
Copy full SHA for 10e23b4
View code at this point
Browse repository at this point
Commits on May 4, 2022
chore: Fix Dockerfiles to install feast correctly (#2635)
Show description for cef4d3c
achals
authored
cef4d3c
View commit details
Copy full SHA for cef4d3c
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
fix: Update field api to add tag parameter corresponding to labels in Feature. (#2610)
Show description for 689d20b
kevjumba
authored
689d20b
View commit details
Copy full SHA for 689d20b
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
fix: Fix java server after odfv update (#2602)
Show description for 0ca6297
kevjumba
authored
0ca6297
View commit details
Copy full SHA for 0ca6297
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
fix: Fix definitions.py with new definition (#2541)
Show description for eefc34a
kevjumba
authored
eefc34a
View commit details
Copy full SHA for eefc34a
View code at this point
Browse repository at this point
fix: Schema update (#2509)
Show description for cf7bbc2
kevjumba
authored
cf7bbc2
View commit details
Copy full SHA for cf7bbc2
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
chore: Fix ODFV decorator (#2527)
Show description for b943382
felixwang9817
authored
b943382
View commit details
Copy full SHA for b943382
View code at this point
Browse repository at this point
Commits on Apr 6, 2022
chore: Deprecate `table_ref` parameter for BigQuerySource (#2502)
Show description for 78a444e
felixwang9817
authored
78a444e
View commit details
Copy full SHA for 78a444e
View code at this point
Browse repository at this point
fix: Fix Java Master (#2499)
Show description for e083458
kevjumba
authored
e083458
View commit details
Copy full SHA for e083458
View code at this point
Browse repository at this point
fix: Timestamp update (#2486)
Show description for bf23111
kevjumba
authored
bf23111
View commit details
Copy full SHA for bf23111
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL