forked from feast-dev/feast
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request feast-dev#12 from farfetch-external/algattik/merge…
…_2020-06-01 Rebase to Feast v0.5.0
- Loading branch information
Showing
374 changed files
with
14,593 additions
and
9,474 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
docs | ||
!docs/coverage | ||
charts |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Each line is a file pattern followed by one or more owners. | ||
# https://help.github.com/en/articles/about-code-owners | ||
|
||
* @zhilingc @pradithya @woop @davidheryanto @khorshuheng | ||
/core/ @zhilingc @pradithya | ||
/ingestion/ @zhilingc @pradithya | ||
/serving/ @zhilingc @pradithya | ||
/cli/ @zhilingc @pradithya | ||
* @zhilingc @woop @davidheryanto @khorshuheng @pyalex | ||
/core/ @zhilingc | ||
/ingestion/ @zhilingc | ||
/serving/ @zhilingc | ||
/cli/ @zhilingc |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: docker compose tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
basic-redis-e2e-tests-docker-compose: | ||
runs-on: ubuntu-latest | ||
name: basic redis e2e tests on docker compose | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: test docker compose | ||
run: ./infra/scripts/test-docker-compose.sh |
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
infra/charts/feast/charts/postgresql | ||
infra/charts/feast/charts/kafka | ||
infra/charts/feast/charts/redis | ||
infra/charts/feast/charts/prometheus-statsd-exporter | ||
infra/charts/feast/charts/prometheus | ||
infra/charts/feast/charts/grafana |
This file contains 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
This file contains 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
Oops, something went wrong.