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

gRPC Plugin framework #1461

Merged
merged 38 commits into from
May 5, 2019
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
2d32099
Add New Storage Plugin Framework
olivierboucher Nov 24, 2018
1a21e65
Remove old generated storage file
chvck Apr 5, 2019
70f43dc
Update plugin grpc interface/implementation
chvck Apr 5, 2019
482edd6
Fix gosec by adding an exclude comment
chvck Apr 8, 2019
be72ed7
Run make fmt
chvck Apr 8, 2019
9925b38
Remove unused plugin file
chvck Apr 9, 2019
74aaf5e
Add comments to uncommented functions
chvck Apr 9, 2019
a8a0114
Split grpc server and client into separate files
chvck Apr 9, 2019
ef0078f
Use errors.wrap rather than fmt for errors
chvck Apr 9, 2019
931dfa4
Add copyright header to grpc server file
chvck Apr 11, 2019
d5fe102
Update headers to updated license on uncommitted files
chvck Apr 11, 2019
f56cc80
Merge branch 'master' into chvck/plugin-framework
chvck Apr 15, 2019
7dc2b9a
Merge branch 'master' into chvck/plugin-framework
chvck Apr 24, 2019
f180890
Move grpc config to plugin/storage
chvck Apr 24, 2019
419f4ce
Add empty test files to fix build
Apr 23, 2019
9f482b4
Merge branch 'master' into chvck/plugin-framework
chvck Apr 26, 2019
3919ac6
Move grpc config empty_test file
chvck Apr 26, 2019
5e87836
Merge branch 'master' into plugin-framework
Apr 28, 2019
7e7b072
Merge pull request #2 from yurishkuro/plugin-framework-fix-gosec
chvck Apr 28, 2019
7ffb8b6
Change fmt for error to errors.Wrap
chvck Apr 30, 2019
c136b37
Use single-line for comprehensions where possible
chvck Apr 30, 2019
978eb07
Don't accumulate spans before sending
chvck Apr 30, 2019
0abb726
Add function to serve the plugin
chvck Apr 30, 2019
dd199ad
Merge branch 'master' into chvck/plugin-framework
chvck Apr 30, 2019
79e0849
Small grpc client refactor
chvck Apr 30, 2019
b747fb9
Update grpc interface and move noop plugin to examples
chvck Apr 30, 2019
03db22b
Add missed fix for factory
chvck Apr 30, 2019
ba8b35f
Rename memory-store example to memstore-plugin
chvck May 1, 2019
616f1b9
Refactor Serve to call ServeWithGRPCServer
chvck May 1, 2019
bf0e140
Refactor to make some structs private
chvck May 1, 2019
deba568
Change factory_test to use mocks
chvck May 1, 2019
763ec4c
Add storage grpc integration test
chvck May 1, 2019
3b5e9ea
Create mocks for storage_v1 and add grpc client tests
chvck May 3, 2019
6041195
Add grpc server tests
chvck May 3, 2019
86d8a1f
Run make fmt
chvck May 3, 2019
84a7a67
Merge branch 'master' into chvck/plugin-framework
chvck May 3, 2019
4a43047
Strip unnecessary code from test
chvck May 3, 2019
83f7edc
Merge branch 'master' into plugin-framework
yurishkuro May 5, 2019
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
Prev Previous commit
Next Next commit
Merge branch 'master' into chvck/plugin-framework
  • Loading branch information
chvck committed Apr 30, 2019
commit dd199ad29cbbeeeac89f1e7aacf05d8ed650646b

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.