1
0
mirror of https://github.com/gusaul/grpcox.git synced 2024-09-29 04:10:39 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Muhammad Auliya
c5b61eb2d0
Merge pull request #39 from lilac/master
Update the url of code-prettify
2022-10-18 17:34:41 +07:00
Junjun Deng
ca8f456f00 Update the url of code-prettify 2022-09-29 12:26:15 +08:00
Petra
63fe96c73d feat: 🎸 allow using metadata as reflection headers 2022-07-30 12:22:19 +07:00
Muhammad Auliya
8534ee1dc1
Merge pull request #32 from Nitrillo/feature/TLS
Added TLS checkbox
2021-12-21 17:07:51 +07:00
Azdim Zul Fahmi
464de07064 feat(request-list): Support CRUD for request list
by using this request list, user doesn't need to memorise the endpoint & the request anymore, they can store the request and come again if they need it.
at the moment the data is store in IndexDB (browser), hence it doesn't need backend effort.
2021-12-12 15:20:17 +07:00
Cesar Guirao
e7578eaed5 Added TLS checkbox 2021-07-23 09:41:02 -07:00
Muhammad Auliya
c83858ebfc
Merge pull request #27 from davidgoitia/allow_protoset
allow protoset file
2021-02-16 17:49:53 +07:00
David Goitia
d1a4237cb2
allow protoset file 2021-02-05 17:21:41 +01:00
risoll
1080e8f0b0 add ctx metadata 2020-06-02 00:22:22 +07:00
Matias Alvin
293bb364c0 feat(descriptor): add support for local proto descriptor
Currently, grpcox depends on server reflection to get proto descriptor. It has a
significant drawback, since not every grpc server support
[server
reflection](https://github.com/grpc/grpc/blob/master/doc/server-reflection.md#known-implementations).
Using local proto files is more feasible, as every grpc server certainly have
one.

Even though using protofile should be simple enough, there's still a problem
regarding this. Some protofile use extra plugins for their proto. i.e.
gogoprotobuf is a project that does just that. The problems with plugins are
most of them require explicit import to the plugin inside of the protofile. It
will break grpcurl proto descriptor extraction. Thus, the plugin proto must be
uploaded alongside the protofile. Also, the protofile should be modified
automatically to change their import to local import.

Given that, I proposed a way for the user to upload multiple protofile to
grpcox. Then, use that to get the descriptor.

Changelog:
- Add `use local proto` checkbox in HTML client. On checked it will show upload
button and list of selected proto.
- `get-service` ajax will use POST when `use local proto` is checked. The
uploaded protofile will be the payload for the ajax request.
- Add a new route to handle POST "get-service". It will persist the uploaded
protofile to `/tmp/` directory and add protos field in the resource.
- Modify `openDescriptor` to use local proto if protos field in the resource is
available.
- Modify `openDescriptor` to return an error, as opening descriptor from local
proto may fail.
- Modify the main server so it can be shut down gracefully. This is necessary as
grpcox need to remove persisted proto right after the server is turned off.

This Pull Request will resolve #16
2020-01-31 10:27:46 +07:00
gusaul
f023b299a4 add demo assets 2019-04-05 10:27:07 +07:00
gusaul
a609d49a38 gimmick close connection 2019-04-05 08:58:49 +07:00
gusaul
45be92dabd update tooltip close conn 2019-04-02 17:14:51 +07:00
gusaul
2244c3aac2 update interval update and tooltip fixing 2019-04-02 16:24:26 +07:00
gusaul
37d525bcb8 add timeout cancelation connection 2019-04-02 09:45:50 +07:00
gusaul
c788403396 fix relative path close conn 2019-03-21 09:43:47 +07:00
gusaul
0b2c370eca change error update connections to warn console 2019-03-14 09:11:18 +07:00
gusaul
fbc2dc74da allow force restart conn from same connected host 2019-03-14 08:58:11 +07:00
gusaul
cd19b9523b modify detail UI
fix favicon and tooltip close conn
2019-03-14 08:35:34 +07:00
gusaul
f44b1a7f78 save and reuse active connections 2019-03-13 10:38:30 +07:00
gusaul
02a4feb17b improve loading UI 2019-03-12 11:18:27 +07:00
aultokped
4c008d1116 fix ui 2018-11-05 10:57:30 +07:00
gusaul
4f2aab7fc2 update fork link 2018-11-05 03:02:38 +07:00
gusaul
54ab742f5c first commit 2018-11-05 02:56:06 +07:00