Guilhem Fanton
|
6cbc8f35eb
|
Merge pull request #40 from moul/feature/flow-output
Feature/flow output
|
2017-01-06 14:10:50 +01:00 |
|
Mathieu Acthernoene
|
37d97c5693
|
Export types
|
2017-01-06 11:41:42 +01:00 |
|
Mathieu Acthernoene
|
ab2a5d5181
|
Rename js-grpc folder, add enums to example file
|
2017-01-06 11:38:48 +01:00 |
|
Mathieu Acthernoene
|
a8d641cd8d
|
Add Bytes type
|
2017-01-05 18:32:54 +01:00 |
|
Mathieu Acthernoene
|
af1ed8a2fb
|
Don't export types
|
2017-01-05 18:26:35 +01:00 |
|
Mathieu Acthernoene
|
54eb016142
|
Update example template
|
2017-01-05 18:06:24 +01:00 |
|
Mathieu Acthernoene
|
81310a7f0f
|
Update go helpers
|
2017-01-05 18:04:20 +01:00 |
|
Mathieu Acthernoene
|
2c01e8b298
|
Delete js example
|
2017-01-05 18:03:52 +01:00 |
|
Manfred Touron
|
6b43c020b1
|
Merge pull request #39 from gfanton/add-jstype-helper
Add jstype
|
2017-01-04 07:40:05 +01:00 |
|
Manfred Touron
|
e8cdc47633
|
Merge pull request #38 from gfanton/fix-camelcase
Fix camelCase when len = 1
|
2017-01-04 07:39:11 +01:00 |
|
gfanton
|
f8c091326e
|
Add jstype
|
2017-01-04 00:39:00 +01:00 |
|
gfanton
|
c73331e20d
|
Fix camelCase when len = 1
|
2017-01-04 00:26:07 +01:00 |
|
Manfred Touron
|
83f2bd1514
|
Merge pull request #37 from moul/dev/vgheri/issue-34
Helper isFieldMessage doesn't check for label repeated anymore
|
2016-12-29 18:20:26 +01:00 |
|
Valerio Gheri
|
22d4ea9a44
|
Close #34
|
2016-12-29 17:21:53 +01:00 |
|
Manfred Touron
|
791af18420
|
Merge pull request #36 from moul/dev/vgheri/fix-getMessageType
Fixed getMessageType to use equality comparison to avoid side effects
|
2016-12-27 17:59:55 +01:00 |
|
Valerio Gheri
|
6106c552da
|
Fixed getMessageType to use equality comparison to avoid side effects
|
2016-12-27 17:56:44 +01:00 |
|
Manfred Touron
|
7e6c4a9401
|
Update README.md
|
2016-12-27 13:58:27 +01:00 |
|
Manfred Touron
|
d6aa9a06cc
|
Merge pull request #35 from moul/dev/moul/gokit-unary-less-service
Go-kit example: support services without unary calls
|
2016-12-26 16:41:08 +01:00 |
|
Manfred Touron
|
877e93aa7c
|
Go-kit example: support services without unary calls
|
2016-12-26 16:20:46 +01:00 |
|
Manfred Touron
|
cdb9580565
|
Merge pull request #33 from moul/dev/vgheri/isRepeated
Adds helper to know if a field is a repeated one. Closes #32
|
2016-12-26 16:19:34 +01:00 |
|
Valerio Gheri
|
f78470553b
|
Adds helper to know if a field is a repeated one. Closes #32
|
2016-12-26 12:13:04 +01:00 |
|
Manfred Touron
|
c26d72d1ad
|
Merge pull request #31 from moul/dev/moul/gokit-grpcclient
Add basic go-kit gRPC client
|
2016-12-25 22:43:58 +01:00 |
|
Manfred Touron
|
91e9114c24
|
Regenerate boilerplate
|
2016-12-25 19:55:34 +01:00 |
|
Manfred Touron
|
f5d97d64c7
|
Add go-kit client
|
2016-12-25 19:50:30 +01:00 |
|
Manfred Touron
|
4c53f8ebdd
|
Merge pull request #30 from moul/dev/moul/handle-streams
Go-kit example: Handle streams
|
2016-12-24 11:00:56 +01:00 |
|
Manfred Touron
|
718f9120e4
|
Handle streams
|
2016-12-23 19:20:44 +01:00 |
|
Manfred Touron
|
f4f2300417
|
Merge pull request #29 from proullon/dev/proullon/http
feat (helper): handle google.api.http option with httpVerb and httpPath
|
2016-12-23 00:06:32 +01:00 |
|
Pierre Roullon
|
c7d0a86fec
|
feat (helper): handle google.api.http option with httpVerb and httpPath
|
2016-12-22 22:42:32 +00:00 |
|
Manfred Touron
|
453376e811
|
Merge pull request #28 from proullon/dev/proullon/fix
fix (helper): fix isFieldMessage
|
2016-12-21 16:05:35 +01:00 |
|
Pierre Roullon
|
49d31f1636
|
fix (helper): fix isFieldMessage
|
2016-12-21 14:54:48 +00:00 |
|
Manfred Touron
|
7d8a132834
|
Merge pull request #27 from moul/fix-travis
Fix travis
|
2016-12-21 10:50:17 +01:00 |
|
Manfred Touron
|
e8332ed718
|
Fix travis
|
2016-12-21 10:48:00 +01:00 |
|
Manfred Touron
|
e4160940c1
|
Merge pull request #26 from proullon/dev/proullon/messagetype
feat (helper): add field reflection helpers getMessageType and isFieldMessage
|
2016-12-21 10:45:00 +01:00 |
|
Manfred Touron
|
88a2f47522
|
Better reliability on generated message names
|
2016-12-21 10:32:27 +01:00 |
|
Pierre Roullon
|
5dd30f38f3
|
feat (helper): add field reflection helpers getMessageType and isFieldMessage
|
2016-12-21 09:26:26 +00:00 |
|
Manfred Touron
|
d0ac6afb18
|
Bump deps
|
2016-12-21 10:25:12 +01:00 |
|
Manfred Touron
|
15db6dce00
|
Add docker helpers in Makefile
|
2016-12-20 13:36:25 +01:00 |
|
Manfred Touron
|
19ea337fa6
|
Merge pull request #24 from zoontek/js-example
JS-grpc generation
|
2016-12-20 11:45:35 +01:00 |
|
Mathieu Acthernoene
|
536162a58b
|
Rewrite simple test (only grpc output)
|
2016-12-20 11:31:46 +01:00 |
|
Mathieu Acthernoene
|
304fba375b
|
helloworld_js generation complete
|
2016-12-19 15:43:38 +01:00 |
|
Mathieu Acthernoene
|
5c6941cf87
|
Replace user example by helloworld example, cleanup
|
2016-12-19 15:21:28 +01:00 |
|
Manfred Touron
|
2195db0de2
|
Update README.md
|
2016-12-17 21:44:04 +01:00 |
|
Mathieu Acthernoene
|
eec84d5d96
|
Remove hardcoded exports
|
2016-12-16 16:39:31 +01:00 |
|
Mathieu Acthernoene
|
d38fbfccf0
|
Remove unsupported imports
|
2016-12-16 16:24:05 +01:00 |
|
Mathieu Acthernoene
|
abbd30d34c
|
Working js grpc generation (same as official output)
|
2016-12-16 16:08:37 +01:00 |
|
Manfred Touron
|
5b8c9e93dc
|
Update README.md
|
2016-12-15 17:49:18 +01:00 |
|
Manfred Touron
|
9cde3288ea
|
Add moul/translator reference
|
2016-12-15 17:47:14 +01:00 |
|
Manfred Touron
|
d3abcca373
|
Regenerate go-kit example with new encoder
|
2016-12-15 16:30:14 +01:00 |
|
Manfred Touron
|
df709b52ac
|
Refactor the go-kit templates to make imports generic
|
2016-12-15 16:28:04 +01:00 |
|
Manfred Touron
|
f9e191c6a4
|
Add templateDir variable
|
2016-12-15 16:25:46 +01:00 |
|