-
Notifications
You must be signed in to change notification settings - Fork 597
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
feat(depinject): support for capability #6158
Merged
crodriguezvega
merged 22 commits into
feat/depinject
from
carlos/3560-depinject-support-capability
Apr 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
bb25487
add generation of pulsar files
crodriguezvega 91d963b
remove wrong import
crodriguezvega 0d97046
Merge branch 'feat/depinject-support' into carlos/add-buf-gen-pulsar
crodriguezvega 98a354f
remove code that should come in a different PR
crodriguezvega d41e1fa
Merge branch 'main' into carlos/add-buf-gen-pulsar
crodriguezvega dce72db
Merge branch 'feat/depinject-support' into carlos/add-buf-gen-pulsar
crodriguezvega 66b7e15
Merge branch 'main' into carlos/add-buf-gen-pulsar
crodriguezvega 34e6e1c
update pulsar files
crodriguezvega 17ce7dd
api go mod tidy
crodriguezvega c9f1eb1
Merge branch 'main' into carlos/add-buf-gen-pulsar
crodriguezvega 8477c3f
feat(depinject): support for capability
crodriguezvega e998ce1
tidy all
crodriguezvega 868b61b
remove pb.go file and fix comment
crodriguezvega b65ad37
chore: consolidate protogen scripts
damiannolan a79e053
chore: add memStoreKey to module inputs
damiannolan c079324
chore: add basic godocs to module inputs/outputs
damiannolan 603a3e9
chore: refactor dockerfile file additions
damiannolan e779ba0
Merge branch 'feat/depinject' into carlos/add-buf-gen-pulsar
crodriguezvega 01b19fc
Merge branch 'carlos/add-buf-gen-pulsar' into carlos/3560-depinject-s…
crodriguezvega 04f2baa
Merge branch 'feat/depinject' into carlos/3560-depinject-support-capa…
damiannolan e13e6db
deps: bump capability go module to go1.22
damiannolan 5cb2976
Merge branch 'feat/depinject' into carlos/3560-depinject-support-capa…
crodriguezvega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
huh, so workflow file doesn't need to be bumped? That's odd, I thought this directive enforced something about the version of
go
you're running, apparently not?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can downgrade this to go1.21 again