Commit Graph

30 Commits

Author SHA1 Message Date
franklin
add9ac903a feat: don't send reponse on http error 2021-05-21 15:25:09 +02:00
franklin
4c98ca2e2c fix: fix module resolving 2021-05-18 11:20:13 +02:00
franklin
d9eac78f5d chore: change v2 module 2021-05-05 10:44:01 +02:00
franklin
0f6f97c37f feat: support go.mod replace 2021-04-15 07:54:14 +02:00
franklin
b726d9722c feat: support real package name 2021-04-09 13:04:33 +02:00
franklin
bf15a78c21 read in go.mod to resolve versioned packages 2021-02-12 13:20:58 +01:00
Stefan Martinov
1cc04aea5e chore: remove error print 2020-03-27 21:10:44 +01:00
Cyrill Schumacher
761d4f45a6
Update 2 dependencies, filter excludes _test.go files from parsing (#22)
No need to parse and add test data to the generated output, so exclude
the test files.

Update pkg/errors and go/tools
2020-02-11 13:14:54 +01:00
Stefan Martinov
a466ce70f7 feat: add support of go-modules for gotsrpc 2019-05-28 10:43:38 +02:00
Stefan Martinov
8cee3c7df9 feat: update handling of servers & clients 2018-11-30 15:13:04 +01:00
Stefan Martinov
4d200100cd
Merge pull request #13 from foomo/release/0.12.0
Release/0.12.0
2018-11-26 15:06:53 +01:00
Stefan Martinov
80fe3d7b3d feat: update code generator protocol and add interfaces to clients 2018-11-23 14:43:33 +01:00
Jan Halfar
a47e215761 further improvement of parsePackage sorting paths to become deterministic 2018-11-16 10:20:23 +01:00
Stefan Martinov
4fb53cd067
Add ClearStats function
To remove stats from functions
2017-11-17 14:50:22 +01:00
Jan Halfar
62de3919ae merged slice-args and added test for arg loading 2017-07-03 17:27:25 +02:00
Jan Halfar
5aa2ecc7fb Merge branch 'slice-args' of github.com:foomo/gotsrpc 2017-07-03 16:51:45 +02:00
Jan Halfar
d471deace5 implemented ServiceList to get determistically sorted code 2017-07-03 16:51:18 +02:00
Stefan Martinov
87ddd97041 Add vendor directory check for the current working directory (if exists) 2017-06-06 13:27:26 +02:00
ub
6da67fa249 merged arg casting 2017-04-03 10:15:27 +02:00
ub
d0e25dffbb finetuning slice argument unmarshalling 2017-04-03 10:13:21 +02:00
Florian Schlegel
eac5865cae better errors for parseDirs() 2017-02-16 12:05:44 +01:00
Frederik Löffert
ba828f4713 centralized gopath handling 2017-02-15 15:27:40 +01:00
franklin
a9c02ee989 added response and request size to stats 2017-01-27 16:59:03 +01:00
Jan Halfar
bafb8dd69a added initial instrumentation support
- CallStats
- a prometheus instumentation handler
2016-10-31 09:26:20 +01:00
Frederik Löffert
e2612d8352 content-type application/json added to response header 2016-10-14 11:01:26 +02:00
Jan Halfar
ba225fcd96 map support, better custom scalar support, optional scalars 2016-09-16 18:13:11 +02:00
Jan Halfar
657fef9a78 added support for constants, fixed support for map and array types 2016-09-12 12:16:38 +02:00
Jan Halfar
0d1b229b46 ts fixes, better stderr and stdout handling 2016-07-01 18:02:47 +02:00
Jan Halfar
6e5aa7a265 reading further 2016-05-26 23:42:20 +02:00
Jan Halfar
0edbe038df some initial thoughts 2016-05-12 17:31:54 +02:00