forked from raystack/optimus
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Revert "Release v0.12.3 (#235)" This reverts commit 28e6b15. * feat: add job deploy command (#231) * feat: add job deploy command * chore: fix lint issue * refactor: remove unused code in job deploy command * refactor: read specs at once in job deploy * feat: add client handle catch error on stream.Send EOF (#232) * feat: add keepalive enforcement policy 2m on server side (#233) * feat: add keepalive enforcement policy 2m on server side * fix: linter magic number on config keepalive enforcement policy --------- Co-authored-by: Arinda Arif <[email protected]>
- Loading branch information
1 parent
28e6b15
commit 47fe92c
Showing
34 changed files
with
825 additions
and
3,161 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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ NAME = "github.com/goto/optimus" | |
LAST_COMMIT := $(shell git rev-parse --short HEAD) | ||
LAST_TAG := "$(shell git rev-list --tags --max-count=1)" | ||
OPMS_VERSION := "$(shell git describe --tags ${LAST_TAG})-next" | ||
PROTON_COMMIT := "1090b06ae7c9a95bb3086b55d068b949e50b2aa0" | ||
PROTON_COMMIT := "f9c7065042b7465da89125d5a16f0ed930bc9588" | ||
|
||
|
||
.PHONY: build test test-ci generate-proto unit-test-ci integration-test vet coverage clean install lint | ||
|
@@ -58,7 +58,7 @@ lint: | |
|
||
install: ## install required dependencies | ||
@echo "> installing dependencies" | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 | ||
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.1 | ||
go install google.golang.org/protobuf/cmd/[email protected] | ||
go install github.com/bufbuild/buf/cmd/[email protected] | ||
go install google.golang.org/grpc/cmd/[email protected] | ||
|
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
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.