Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proto file fixes #1

Merged
merged 2 commits into from
Dec 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@ scratch*
**/bin/
dependency-reduced-pom.xml

# Generated proto files
go-feast-proto/*

# govendor
vendor

Expand Down
3 changes: 2 additions & 1 deletion cli/feast/cmd/jobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import (

"feast/cli/feast/pkg/parse"
"feast/cli/feast/pkg/printer"
"feast/go-feast-proto/feast/core"

"github.com/gojektech/feast/go-feast-proto/feast/core"

"github.com/spf13/cobra"
)
Expand Down
3 changes: 2 additions & 1 deletion cli/feast/cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ import (
"context"
"errors"
"feast/cli/feast/pkg/util"
"feast/go-feast-proto/feast/core"
"fmt"
"os"
"strings"
"text/tabwriter"

"github.com/gojektech/feast/go-feast-proto/feast/core"

"github.com/golang/protobuf/ptypes/empty"
"github.com/spf13/cobra"
)
Expand Down
2 changes: 1 addition & 1 deletion cli/feast/cmd/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"io/ioutil"
"path/filepath"

"feast/go-feast-proto/feast/core"
"github.com/gojektech/feast/go-feast-proto/feast/core"

"feast/cli/feast/pkg/parse"

Expand Down
4 changes: 2 additions & 2 deletions cli/feast/pkg/parse/yaml.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import (

"github.com/ghodss/yaml"

"feast/go-feast-proto/feast/specs"
"feast/go-feast-proto/feast/types"
"github.com/gojektech/feast/go-feast-proto/feast/specs"
"github.com/gojektech/feast/go-feast-proto/feast/types"
)

// YamlToFeatureSpec parses the given yaml and outputs the corresponding
Expand Down
4 changes: 2 additions & 2 deletions cli/feast/pkg/parse/yaml_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

"github.com/golang/protobuf/ptypes/timestamp"

"feast/go-feast-proto/feast/specs"
"feast/go-feast-proto/feast/types"
"github.com/gojektech/feast/go-feast-proto/feast/specs"
"github.com/gojektech/feast/go-feast-proto/feast/types"

"github.com/google/go-cmp/cmp"
)
Expand Down
3 changes: 2 additions & 1 deletion cli/feast/pkg/printer/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ package printer

import (
"feast/cli/feast/pkg/util"
"feast/go-feast-proto/feast/core"
"fmt"
"strings"

"github.com/gojektech/feast/go-feast-proto/feast/core"
)

// PrintJobDetail pretty prints the given job detail
Expand Down
1 change: 1 addition & 0 deletions core/src/main/proto
6 changes: 0 additions & 6 deletions core/src/main/proto/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions core/src/main/proto/README.md

This file was deleted.

151 changes: 0 additions & 151 deletions core/src/main/proto/feast/core/CoreService.proto

This file was deleted.

87 changes: 0 additions & 87 deletions core/src/main/proto/feast/core/JobService.proto

This file was deleted.

Loading