-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(lineage): fetch lineage with level and direction (#157)
* feat(lineage): fetch lineage with level and direction * fix: test name not capitalised
- Loading branch information
1 parent
e352553
commit ebbabe7
Showing
17 changed files
with
1,559 additions
and
1,342 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,7 +1,7 @@ | ||
NAME="github.com/odpf/compass" | ||
VERSION=$(shell git describe --always --tags 2>/dev/null) | ||
COVERFILE="/tmp/compass.coverprofile" | ||
PROTON_COMMIT := "a5cae3d372dc9741659b19f20a203b9278431356" | ||
PROTON_COMMIT := "9eaca223dfd5ca0297abdb593fa73e8522d8ef62" | ||
.PHONY: all build test clean install proto | ||
|
||
all: build | ||
|
@@ -50,4 +50,4 @@ install: ## install required dependencies | |
go install github.com/envoyproxy/[email protected] | ||
|
||
update-swagger-md: | ||
npx swagger-markdown -i third_party/OpenAPI/compass.swagger.yaml -o docs/reference/api.md | ||
npx swagger-markdown -i third_party/OpenAPI/compass.swagger.yaml -o docs/docs/reference/api.md |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.