Skip to content

Commit 09ff3dd

Browse files
authored
Change organization from gojek to feast-dev (#712)
* Change organization from gojek to feast-dev * Fix indentation on prow config.yaml
1 parent 09984b3 commit 09ff3dd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+450
-450
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Thanks for sending a pull request! Here are some tips for you:
22
3-
1. Ensure that your code follows our code conventions: https://github.com/gojek/feast/blob/master/docs/contributing.md#code-conventions
4-
2. Run unit tests and ensure that they are passing: https://github.com/gojek/feast/blob/master/docs/contributing.md#running-unit-tests
5-
3. If your change introduces any API changes, make sure to update the integration tests scripts here: https://github.com/gojek/feast/tree/master/tests/e2e
3+
1. Ensure that your code follows our code conventions: https://github.com/feast-dev/feast/blob/master/docs/contributing.md#code-conventions
4+
2. Run unit tests and ensure that they are passing: https://github.com/feast-dev/feast/blob/master/docs/contributing.md#running-unit-tests
5+
3. If your change introduces any API changes, make sure to update the integration tests scripts here: https://github.com/feast-dev/feast/tree/master/tests/e2e
66
4. Make sure documentation is updated for your PR!
77
5. Make sure you have signed the CLA https://cla.developers.google.com/clas
88

.prow/config.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ deck:
4141
tide:
4242
queries:
4343
- repos:
44-
- gojek/feast
44+
- feast-dev/feast
4545
labels:
4646
- lgtm
4747
- approved
@@ -53,15 +53,15 @@ tide:
5353
- needs-rebase
5454
- needs-kind
5555
merge_method:
56-
gojek/feast: squash
56+
feast-dev/feast: squash
5757
blocker_label: merge-blocker
5858
squash_label: tide/squash
5959

6060
# presubmits and postsubmits configure ProwJobs:
6161
# https://github.com/kubernetes/test-infra/blob/6571843b1aa7bd6cf577a7a8b9e9971241f424d5/prow/jobs.md
6262

6363
presubmits:
64-
gojek/feast:
64+
feast-dev/feast:
6565
- name: test-core-and-ingestion
6666
decorate: true
6767
spec:
@@ -205,25 +205,25 @@ presubmits:
205205
- ^v0\.(3|4)-branch$
206206

207207
- name: test-end-to-end-batch-fs-update
208-
decorate: true
209-
always_run: false
210-
spec:
211-
volumes:
212-
- name: service-account
213-
secret:
214-
secretName: feast-service-account
215-
containers:
216-
- image: maven:3.6-jdk-11
217-
command: ["infra/scripts/test-end-to-end-batch.sh", "-m", "fs_update"]
218-
resources:
219-
requests:
220-
cpu: "6"
221-
memory: "6144Mi"
222-
volumeMounts:
223-
- name: service-account
224-
mountPath: "/etc/service-account"
225-
skip_branches:
226-
- ^v0\.(3|4)-branch$
208+
decorate: true
209+
always_run: false
210+
spec:
211+
volumes:
212+
- name: service-account
213+
secret:
214+
secretName: feast-service-account
215+
containers:
216+
- image: maven:3.6-jdk-11
217+
command: ["infra/scripts/test-end-to-end-batch.sh", "-m", "fs_update"]
218+
resources:
219+
requests:
220+
cpu: "6"
221+
memory: "6144Mi"
222+
volumeMounts:
223+
- name: service-account
224+
mountPath: "/etc/service-account"
225+
skip_branches:
226+
- ^v0\.(3|4)-branch$
227227

228228
- name: test-end-to-end-batch-java-8
229229
decorate: true
@@ -332,7 +332,7 @@ presubmits:
332332
secretName: feast-service-account
333333

334334
postsubmits:
335-
gojek/feast:
335+
feast-dev/feast:
336336
- name: publish-python-sdk
337337
decorate: true
338338
spec:

.prow/plugins.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins:
2-
gojek/feast:
2+
feast-dev/feast:
33
- approve
44
- assign
55
- help
@@ -20,14 +20,14 @@ config_updater:
2020
name: config
2121

2222
external_plugins:
23-
gojek/feast:
23+
feast-dev/feast:
2424
- name: needs-rebase
2525
events:
2626
- pull_request
2727

2828
require_matching_label:
2929
- missing_label: needs-kind
30-
org: gojek
30+
org: feast-dev
3131
repo: feast
3232
prs: true
3333
regexp: ^kind/

CHANGELOG.md

Lines changed: 324 additions & 324 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Feast - Feature Store for Machine Learning
22

3-
[![Unit Tests](https://github.com/gojek/feast/workflows/unit%20tests/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3A%22unit+tests%22+branch%3Amaster)
4-
[![Code Standards](https://github.com/gojek/feast/workflows/code%20standards/badge.svg?branch=master)](https://github.com/gojek/feast/actions?query=workflow%3A%22code+standards%22+branch%3Amaster)
3+
[![Unit Tests](https://github.com/feast-dev/feast/workflows/unit%20tests/badge.svg?branch=master)](https://github.com/feast-dev/feast/actions?query=workflow%3A%22unit+tests%22+branch%3Amaster)
4+
[![Code Standards](https://github.com/feast-dev/feast/workflows/code%20standards/badge.svg?branch=master)](https://github.com/feast-dev/feast/actions?query=workflow%3A%22code+standards%22+branch%3Amaster)
55
[![Docs latest](https://img.shields.io/badge/Docs-latest-blue.svg)](https://docs.feast.dev/)
6-
[![GitHub Release](https://img.shields.io/github/release/gojek/feast.svg?style=flat)](https://github.com/gojek/feast/releases)
6+
[![GitHub Release](https://img.shields.io/github/release/feast-dev/feast.svg?style=flat)](https://github.com/feast-dev/feast/releases)
77

88
## Overview
99

@@ -36,7 +36,7 @@ prediction = my_model.predict(fs.get_online_features(customer_features, customer
3636
## Getting Started with Docker Compose
3737
The following commands will start Feast in online-only mode.
3838
```
39-
git clone https://github.com/gojek/feast.git
39+
git clone https://github.com/feast-dev/feast.git
4040
cd feast/infra/docker-compose
4141
cp .env.sample .env
4242
docker-compose -f docker-compose.yml -f docker-compose.online.yml up -d
@@ -53,9 +53,9 @@ Please refer to the official documentation at <https://docs.feast.dev>
5353
* [Why Feast?](https://docs.feast.dev/introduction/why-feast)
5454
* [Concepts](https://docs.feast.dev/concepts/concepts)
5555
* [Installation](https://docs.feast.dev/installation/overview)
56-
* [Examples](https://github.com/gojek/feast/blob/master/examples/)
56+
* [Examples](https://github.com/feast-dev/feast/blob/master/examples/)
5757
* [Roadmap](https://docs.feast.dev/roadmap)
58-
* [Change Log](https://github.com/gojek/feast/blob/master/CHANGELOG.md)
58+
* [Change Log](https://github.com/feast-dev/feast/blob/master/CHANGELOG.md)
5959
* [Slack (#Feast)](https://join.slack.com/t/kubeflow/shared_invite/zt-cpr020z4-PfcAue_2nw67~iIDy7maAQ)
6060

6161
## Notice

core/src/test/java/feast/core/job/dataflow/DataflowJobManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public void shouldStartJobWithCorrectPipelineOptions() throws IOException {
170170
actualPipelineOptions.getOptionsId()); // avoid comparing this value
171171

172172
// We only check that we are calling getFilesToStage() manually, because the automatic approach
173-
// throws an error: https://github.com/gojek/feast/pull/291 i.e. do not check for the actual
173+
// throws an error: https://github.com/feast-dev/feast/pull/291 i.e. do not check for the actual
174174
// files that are staged
175175
assertThat(
176176
"filesToStage in pipelineOptions should not be null, job manager should set it.",

datatypes/java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ For developers, the publishing process is automated along with the Java SDK by
5252
it works. Artifacts are staged to Sonatype where a maintainer needs to take a
5353
release action for them to go live on Maven Central.
5454

55-
[prow task]: https://github.com/gojek/feast/blob/17e7dca8238aae4dcbf0ff9f0db5d80ef8e035cf/.prow/config.yaml#L166-L192
55+
[prow task]: https://github.com/feast-dev/feast/blob/17e7dca8238aae4dcbf0ff9f0db5d80ef8e035cf/.prow/config.yaml#L166-L192

docs/SUMMARY.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* [Why Feast?](introduction/why-feast.md)
88
* [Getting Help](introduction/getting-help.md)
99
* [Roadmap](introduction/roadmap.md)
10-
* [Changelog](https://github.com/gojek/feast/blob/master/CHANGELOG.md)
10+
* [Changelog](https://github.com/feast-dev/feast/blob/master/CHANGELOG.md)
1111

1212
## Concepts
1313

@@ -21,8 +21,8 @@
2121

2222
## Tutorials
2323

24-
* [Basic](https://github.com/gojek/feast/blob/master/examples/basic/basic.ipynb)
25-
* [Churn Prediction \(XGBoost\)](https://github.com/gojek/feast/blob/master/examples/feast-xgboost-churn-prediction-tutorial/Telecom%20Customer%20Churn%20Prediction%20%28with%20Feast%20and%20XGBoost%29.ipynb)
24+
* [Basic](https://github.com/feast-dev/feast/blob/master/examples/basic/basic.ipynb)
25+
* [Churn Prediction \(XGBoost\)](https://github.com/feast-dev/feast/blob/master/examples/feast-xgboost-churn-prediction-tutorial/Telecom%20Customer%20Churn%20Prediction%20%28with%20Feast%20and%20XGBoost%29.ipynb)
2626

2727
## Administration
2828

@@ -31,7 +31,7 @@
3131
## Reference
3232

3333
* [Python SDK](https://api.docs.feast.dev/python/)
34-
* [Go SDK](https://godoc.org/github.com/gojek/feast/sdk/go)
34+
* [Go SDK](https://godoc.org/github.com/feast-dev/feast/sdk/go)
3535
* [gRPC Types](https://api.docs.feast.dev/grpc/feast.types.pb.html)
3636
* [Core gRPC API](https://api.docs.feast.dev/grpc/feast.core.pb.html)
3737
* [Serving gRPC API](https://api.docs.feast.dev/grpc/feast.serving.pb.html)

docs/administration/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting
22

3-
If at any point in time you cannot resolve a problem, please see the [Getting Help](https://github.com/gojek/feast/tree/75f3b783e5a7c5e0217a3020422548fb0d0ce0bf/docs/getting-help.md) section for reaching out to the Feast community.
3+
If at any point in time you cannot resolve a problem, please see the [Getting Help](https://github.com/feast-dev/feast/tree/75f3b783e5a7c5e0217a3020422548fb0d0ce0bf/docs/getting-help.md) section for reaching out to the Feast community.
44

55
## How can I verify that all services are operational?
66

docs/contributing/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## 1. Contribution process
44

5-
We use [RFCs](https://en.wikipedia.org/wiki/Request_for_Comments) and [GitHub issues](https://github.com/gojek/feast/issues) to communicate development ideas. The simplest way to contribute to Feast is to leave comments in our [RFCs](https://drive.google.com/drive/u/0/folders/1Lj1nIeRB868oZvKTPLYqAvKQ4O0BksjY) in the [Feast Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA) or our GitHub issues.
5+
We use [RFCs](https://en.wikipedia.org/wiki/Request_for_Comments) and [GitHub issues](https://github.com/feast-dev/feast/issues) to communicate development ideas. The simplest way to contribute to Feast is to leave comments in our [RFCs](https://drive.google.com/drive/u/0/folders/1Lj1nIeRB868oZvKTPLYqAvKQ4O0BksjY) in the [Feast Google Drive](https://drive.google.com/drive/u/0/folders/0AAe8j7ZK3sxSUk9PVA) or our GitHub issues.
66

77
Please communicate your ideas through a GitHub issue or through our Slack Channel before starting development.
88

9-
Please [submit a PR ](https://github.com/gojek/feast/pulls)to the master branch of the Feast repository once you are ready to submit your contribution. Code submission to Feast \(including submission from project maintainers\) require review and approval from maintainers or code owners.
9+
Please [submit a PR ](https://github.com/feast-dev/feast/pulls)to the master branch of the Feast repository once you are ready to submit your contribution. Code submission to Feast \(including submission from project maintainers\) require review and approval from maintainers or code owners.
1010

1111
PRs that are submitted by the general public need to be identified as `ok-to-test`. Once enabled, [Prow](https://github.com/kubernetes/test-infra/tree/master/prow) will run a range of tests to verify the submission, after which community members will help to review the pull request.
1212

@@ -138,7 +138,7 @@ The following section is a quick walk-through to test whether your local Feast d
138138
#### 2.4.2 Clone Feast
139139

140140
```bash
141-
git clone https://github.com/gojek/feast.git && cd feast && \
141+
git clone https://github.com/feast-dev/feast.git && cd feast && \
142142
export FEAST_HOME_DIR=$(pwd)
143143
```
144144

0 commit comments

Comments
 (0)