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

Move to OPAQUE #811

Merged
merged 8 commits into from
Jan 14, 2025
Merged

Move to OPAQUE #811

merged 8 commits into from
Jan 14, 2025

Conversation

unmultimedio
Copy link
Member

@unmultimedio unmultimedio commented Dec 24, 2024

Fixes #813

Copy link

github-actions bot commented Dec 24, 2024

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedJan 14, 2025, 5:36 PM

@@ -43,7 +43,6 @@ install: ## Install all binaries
.PHONY: lint
lint: $(BIN)/golangci-lint $(BIN)/buf ## Lint Go and protobuf
test -z "$$($(BIN)/buf format -d . | tee /dev/stderr)"
$(GO) vet ./...
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think we can use golangci-lint to run go vet anyway, so good to consolidate.

@unmultimedio unmultimedio marked this pull request as ready for review January 14, 2025 16:48
Copy link
Member

@pkwarren pkwarren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The proto generated code here is only used internally, right? Other consumers use gen SDK definitions?

@unmultimedio
Copy link
Member Author

unmultimedio commented Jan 14, 2025

The proto generated code here is only used internally, right? Other consumers use gen SDK definitions?

It's used also in the BSR backend code, but directly from the BSR, when syncing these modules. I'll tag you in that PR.

internal/githubutil/githubutil.go Outdated Show resolved Hide resolved
@@ -43,7 +43,6 @@ install: ## Install all binaries
.PHONY: lint
lint: $(BIN)/golangci-lint $(BIN)/buf ## Lint Go and protobuf
test -z "$$($(BIN)/buf format -d . | tee /dev/stderr)"
$(GO) vet ./...
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think we can use golangci-lint to run go vet anyway, so good to consolidate.

@unmultimedio unmultimedio merged commit c7628e3 into main Jan 14, 2025
4 checks passed
@unmultimedio unmultimedio deleted the jfigueroa/open2opaque branch January 14, 2025 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Move modules repo to OPAQUE api
3 participants