Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/bavix/gripmock
gRPC Mock Server
https://github.com/bavix/gripmock
f786d2d159319b11c4aa842f3daeb0a707adc1be authored over 2 years ago
Force replace go_package declaration
e074e3e907c31a8cea3b603cdd81e75a30fa9450 authored over 2 years agosince we are replacing all the go_package then we are using pb generated under protogen for runn...
b91845337bd6aeba7c330c6ecd3be50093090f2f authored over 2 years agorevert announcement
7cd9dd58db820f29efff7344650229361b14d596 authored over 2 years agofd7a3d56d0891cc98e2f6cbb0cdfb0ae62b725bc authored over 2 years ago
Add diagram in readme
8e9277efa0876006e62d43107fca99c951f45812 authored over 2 years ago
removing declaration of go_package and replace it with our own go_package declaration.
add repla...
c4987b3f55a4d1943dd3affb1a3dadadc18d7c02 authored over 2 years ago
Conflicts:
Readme.md
Merge V1.11 beta to Master
806becc6c0c5457337e00bf2529faf9935a4aaaa authored over 2 years agoadd 2 diagrams for users and engineers perspective.
ea0f73f04b1f25db16852df6d0b02188c837bf4a authored over 2 years ago52c820ff9c0700f68e38af0e4cd02546dd44de18 authored over 2 years ago
fix exmaple/simple client not working as readme.md instruction
f7649a244fd8f27abe8c51c6084b05876c629431 authored over 2 years agoFix "matches" handling of non-string types
885ab1068163c6bcce8a852c5204f6ff43953387 authored over 2 years ago076e5cd24605d20a4ec0b7fc78b6cad1fa055505 authored almost 3 years ago
update readme and announcement
537d5c88c94d40fbf5ea96c1ca276756a7786fb9 authored almost 3 years agoeffd746b941986c8a1684cc43d6e5cb7eb887721 authored almost 3 years ago
Support no go_package
559ec913b53114528891c1145e69848ef01775ef authored almost 3 years ago0502ad784ca0e1ed3c9b83e78b1d0ff828a6f03c authored almost 3 years ago
fix typo in entrypoint.sh and integration-test.yml
dfe47068664546f6c5d2f9ce188d1de9e4189b85 authored almost 3 years agomove deep/bar under bar. remove pb.go here since it should be generated under protogen/
f41078412590eb54cde1ed7ea28b50e7b5d96176 authored almost 3 years agofix unnecessary logic and remove unused functions.
219c31da98ce80299ad2a65683a08b112ac0f329 authored almost 3 years ago945f4c0724f5f1b873b4a9ad0e9a608809766f93 authored almost 3 years ago
82f4f1ebe039ad70924d1297691199efca49eeb5 authored almost 3 years ago
append the go_package automatically using fix_gopackage.sh.
624b646c7dd45a508d47287c4b9aa72247654d28 authored almost 3 years agoStub subfolders support
d43af75ebe00d66c991d6ef5779f263b8cfb84ed authored almost 3 years agoreduce image size
4365b426533dea77fd22a5343d8b811c6bb48869 authored about 3 years agoa129f98c18c2e9474d18ade627780bf4f95559ce authored about 3 years ago
5947aa03324fd23da34a0de973575897cd129045 authored over 3 years ago
update readme
e2efc9c6f60a84f4f23c0689f1589bd25f43400d authored over 3 years ago481e811722e1374add3f3e377049eb1e3adf950d authored over 3 years ago
4b1d017d60aed7195dab6cbfa773969421924a89 authored over 3 years ago
making go_package required
d2a71b04175adc2d6d4ae68a9ef7f01d6f3dd829 authored over 3 years agoto avoid intermitten integration test failure due to missing dependency item.
ebbbd6ec22b1803ba4faf5d93acfa0135e5c3348 authored over 3 years ago046b561405db738f0331ce439f8b433309645893 authored over 3 years ago
9acebfdd85e7f82b0052f0dbc372c027006e3de2 authored over 3 years ago
in order to comply with current and future roadmap of grpc-go-plugin, we need to make go_package...
928d44868e804b46eaad101d6a4de5c3cfb4efee authored over 3 years agogo mod init under protoc-gen-gripmock in order for pkger to build the plugin binary with server....
0126e2066c2aefddbeaafc9144d682bc8abdbf91 authored over 3 years agosince we require go_package declaration
e5fecc8d5737f095b1b3d21992b7da120715c299 authored over 3 years ago438aafd32e284b2ac7e836bfdcd6a150b601b5d2 authored over 3 years ago
3e827dc6a544c9119f32f0f80635b5e8fbd471c5 authored over 3 years ago
af90f0d1e5291567ae186266a0f97802878bbe2b authored over 3 years ago
0517b02b3db4a271f69835d40d81b70469c0e021 authored over 3 years ago
Support nested fields in input matching.
283a8f73083199ff96260ff2c5ba99b59b921add authored over 3 years agocc3489d3db9876f2c4953bcbd36dc12afe36fe3b authored almost 4 years ago
* Fix grammar in README
* Fix typo
e56862a347cb3e86a4d7cee68526e55d5eb05c5f authored almost 4 years agofcd9cf84fd6e5d9e1c15fac1d2e38cf1227dde3e authored almost 4 years ago
* Converted to mod and migrated from packr2 to pkger
* fix for well_known_types test failure ...
b162329e56d245b1d0f21c63f57e92e6dd3c80d9 authored almost 4 years ago* generator: fix extractServices slice index
Signed-off-by: Guillaume Delbergue <guillaume.de...
9315ff979d7ac9e4fe54cea371cb4b3176183df7 authored over 4 years ago* use native json marshaling to map stubbed output
When an output field had a '_' in its name...
398c134b009e4419dc7b73f18accd1a52ebb61f2 authored over 4 years ago
Because the repo has been moved to lithammer.
It is also needed for `go mod` to work properly.
In this case hello.proto import foo.proto which resides in the same directory and having the sam...
a74df65d36e93a9b7ce11230fc3f88d5007deff2 authored about 5 years agochange docker upstream
2e2ebc7ebc78bf4b1fc1a712ae4f53d150db4713 authored over 5 years agofed49c314e940e716976c093cc37f7dca0744f41 authored over 5 years ago
* add imports args
* restructure test
* add multi-package test
* improve comment
5b6fe3439f18b95684d593ce49566c9550fd0dc9 authored over 5 years ago00bf2cffa79d6c0197e26ca83c458f2023b832c8 authored over 5 years ago
* add action
* add grpc listen
* only run
* using gripmock:test
* using gripmock:tes...
845771cd38130ea9d737f76d41fccc1da3ed29e3 authored over 5 years ago697cec3577319e271dea9c5f7acfe1d2077a0b2b authored over 5 years ago
e9382936636b55c3a204cbcbc298cc39a7702273 authored over 5 years ago
6add1ad0390e6382e636e1d5b9042edce3476fa5 authored over 5 years ago
* can solve imported WKT
* can solve imported WKT
* succeed serving WKT
* remove unused...
5cedc810a419ea323b4916a845fa56ca10c21afd authored over 5 years agoNew generator
c80f2108f1623bc2e52801ec09bdf5e47faf71b3 authored over 5 years ago4b6a03a45221a15d1b9d629508d1533628101750 authored over 5 years ago
585a7943e800a52c2096bd968cedc1497550ae16 authored over 5 years ago
b2752f778f575eeaa1c497005958440c9e82a568 authored over 5 years ago
0a6ad5cecc67d4c1d249dcead80658ec1b1a1fa0 authored over 5 years ago
Readme typo
a398916bf87209997362aa80d5d27d3e9710a094 authored over 5 years agoHandle Streaming Methods
32c9014c17fb5b788273c28dcc27946e232f383a authored over 5 years ago660526389f3f0ee2c5e9d1069d1109cac98bd705 authored over 5 years ago
442f54b995403ea37f75c0b0e158ee7ca6b56225 authored over 5 years ago
40a93eb1b54b230e5db59b6c579ee7da181f2f9e authored over 5 years ago
448305c6a9774c504fea20ac4e5b82ba220911f7 authored over 5 years ago
d92e7330a850c43ad5012896217ac2ed6163cb60 authored over 5 years ago
8aa66b8f410a6ac1cf2e8e60d7683df128ba34e0 authored over 5 years ago
a20749dfeccc96d5c376bdbc08e04b0f751d7ba5 authored over 5 years ago
1bd4740d1cceb15046729ecea52c87e35d7b2cec authored over 5 years ago
syntax reading improvement
f1f9723b30487eb3743416e99bedacac04dc5b23 authored over 5 years agoCopyright 2019 PT Tokopedia
dcc3b368aaa351455598cc0bf1a468eb17992945 authored over 5 years agoparser improvement
9150b90a3e2696d56a6caa6bfbf867cc9dfb92b7 authored about 6 years ago41768c916755c012fa4246ce6563f75c9f86bf5c authored about 6 years ago
capitalize function implementation
4eb8c7e23be2dfd93e6187ef7662c3d896dc5871 authored about 6 years agoforce capital for adding or finding stub
9804d62cbcd1d7e39deadc1a55137da8ea86f862 authored about 6 years agoListen flags
41edd74b0a8f289d968baeeceba9f6aee4e10296 authored over 6 years ago
* To use gripmock in conjunction with docker-compose,
it requires to listen to any incoming co...
* Fix import paths
* Fix dependencies in Dockerfile
* Typo in Readme
* Add a check on an error a...
57a29e9703d18711512ea65377fde645503974c5 authored over 6 years ago
1e1064de49ae5b64af582a24757d5d4ffdc8efa8 authored over 6 years ago
bcd4a41f6baa1b82e31bb1d0b2ca11aed7600f03 authored over 6 years ago
b771a4ca2323fee576e2e6352a2a1cb30f6b2826 authored over 6 years ago
d45715ea5187bcfcd1190ba696683bb84276e265 authored over 6 years ago
9e390ba3801291bdacfa44a71bbb848e5f7d0791 authored over 6 years ago
e7018ed0c283d564d90d22591a0cc65517d689cc authored over 6 years ago
bbf564ea7323f737317120006a870ef45ffdb284 authored over 6 years ago
97088267f1b2588b09fd88c1433f21975dd8f2bf authored over 6 years ago
ca1d5e96c4f14997617570ad10ae80413e9d2c10 authored over 6 years ago
c2c553603b461b21747b94a2a3df748d4d493c2f authored over 6 years ago
9a10bf89fac0dd9743ae42e17790d582f580778d authored over 6 years ago
2ccdd0f63c8cbfd5c8f5d386244d20b22314d80d authored over 6 years ago
c468442f484257e2c6c6342ba951f557526f31b7 authored over 6 years ago