From 6becf3ea1dad47da44ef582046af8aaffc567faf Mon Sep 17 00:00:00 2001 From: Willem Pienaar Date: Sat, 16 May 2020 10:38:18 +0800 Subject: [PATCH 1/2] Change organization from gojek to feast-dev --- .github/pull_request_template.md | 6 +- .prow/config.yaml | 8 +- .prow/plugins.yaml | 6 +- CHANGELOG.md | 648 +++++++++--------- README.md | 12 +- .../job/dataflow/DataflowJobManagerTest.java | 2 +- datatypes/java/README.md | 2 +- docs/SUMMARY.md | 8 +- docs/administration/troubleshooting.md | 2 +- docs/contributing/contributing.md | 6 +- docs/contributing/development-guide.md | 4 +- docs/contributing/release-process.md | 6 +- docs/installation/docker-compose.md | 4 +- docs/installation/gke.md | 6 +- docs/introduction/getting-help.md | 4 +- docs/introduction/roadmap.md | 28 +- go.mod | 4 +- go.sum | 4 +- .../charts/feast/charts/feast-core/README.md | 6 +- .../feast/charts/feast-core/values.yaml | 6 +- .../feast/charts/feast-serving/README.md | 6 +- .../feast/charts/feast-serving/values.yaml | 6 +- infra/docker-compose/jupyter/startup.sh | 2 +- infra/docker/core/Dockerfile | 2 +- .../ingestion/transform/ReadFromSource.java | 2 +- pom.xml | 4 +- protos/feast/core/CoreService.proto | 2 +- protos/feast/core/FeatureSet.proto | 2 +- protos/feast/core/FeatureSetReference.proto | 2 +- protos/feast/core/IngestionJob.proto | 2 +- protos/feast/core/Runner.proto | 2 +- protos/feast/core/Source.proto | 2 +- protos/feast/core/Store.proto | 2 +- protos/feast/serving/ServingService.proto | 2 +- protos/feast/storage/Redis.proto | 2 +- protos/feast/types/FeatureRow.proto | 2 +- protos/feast/types/FeatureRowExtended.proto | 2 +- protos/feast/types/Field.proto | 2 +- protos/feast/types/Value.proto | 2 +- .../tensorflow_metadata/proto/v0/path.proto | 2 +- .../tensorflow_metadata/proto/v0/schema.proto | 2 +- sdk/go/README.md | 2 +- sdk/go/client.go | 2 +- sdk/go/go.mod | 2 +- sdk/go/protos/feast/core/FeatureSet.pb.go | 4 +- .../protos/feast/serving/ServingService.pb.go | 2 +- sdk/go/protos/feast/storage/Redis.pb.go | 2 +- sdk/go/request.go | 2 +- sdk/go/request_test.go | 4 +- sdk/go/response.go | 4 +- sdk/go/response_test.go | 4 +- sdk/go/types.go | 2 +- sdk/python/setup.py | 2 +- sdk/python/tests/test_client.py | 2 +- tests/e2e/basic-ingest-redis-serving.py | 4 +- 55 files changed, 431 insertions(+), 431 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b9c8cd6dff..7a78437b5d 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,8 +1,8 @@