Guilhem Fanton
adb58bd940
Add concat & Join helper methods
2018-04-06 17:18:38 +02:00
Julien Hayotte
283713bd93
Merge pull request #95 from Tommy-42/master
...
Add arithmetics helpers - fix #94
2018-03-21 17:29:47 +01:00
Tommy PAGEARD
19fb3c8da9
Add arithmetics helpers - fix #94
2018-03-21 15:03:26 +01:00
Manfred Touron
77a820ea6f
Merge pull request #93 from sumup/feature/stringMethodOptionsExtension
...
Add stringMethodOptionsExtension
2018-02-27 11:02:53 +01:00
Jan Weitz
6765ff04eb
Add stringMethodOptionsExtension
...
This helper function can be used on service methods
to read options, which extend method options by a string.
e.g.
It is possible to read "Some string" for a custom
`my_method_option.bar` message option extension.
See:
https://developers.google.com/protocol-buffers/docs/proto#customoptions
on how to define a custom extension and referencing is by a fieldID.
```
service MyService {
rpc MyMethod(RequestType) returns(ResponseType) {
option (my_method_option.bar) = "Some string";
}
}
```
If `my_method_option.bar` was defined for `fieldID: 50000`
one can reference it using protoc-gen-template like:
```
{{- stringMethodOptionsExtension 50000 .method }}
```
2018-02-23 16:55:45 +01:00
Alexandre Beslic
bb3105a862
Merge pull request #91 from tkerambloch/dev/tkerambloch/getHttpPathInAdditionalBindings
...
Helper: add helper like httpPath for get path in additional bindings options
2018-02-13 17:34:22 +01:00
Thomas KERAMBLOCH
0c29a9922f
add helper like httpPath for get path in additional bindings options
2018-02-13 16:00:04 +01:00
Alexandre Beslic
aff21c1e7c
Merge pull request #90 from tkerambloch/dev/tkerambloch/helperGetIndexArray
...
fix type int32 in index helper
2018-02-12 17:03:31 +01:00
Thomas KERAMBLOCH
15ac366c8d
fix type int32 in index helper
2018-02-12 16:48:36 +01:00
Alexandre Beslic
5a9555bcf5
Merge pull request #89 from tkerambloch/dev/tkerambloch/helperGetIndexArray
...
Add Helper 'index': get elem of array with the index
2018-02-10 18:43:45 +01:00
Thomas KERAMBLOCH
3f1d5001d9
Add Helper 'index': get elem of array with the index
2018-02-10 18:00:39 +01:00
Manfred Touron
be5f14041f
Merge pull request #83 from pmoroney/new-helpers
...
add new helpers
2018-01-12 23:25:50 +01:00
Pat Moroney
100279cd16
add comment about tree traversal
2018-01-12 11:36:29 -07:00
Pat Moroney
4f138c4f92
remove duplicated line
2018-01-12 11:23:17 -07:00
Pat Moroney
78cb5588b1
make nilString constant
2018-01-12 11:12:15 -07:00
Pat Moroney
0b600dd93f
rename fieldId to fieldID
2018-01-12 10:56:25 -07:00
Pat Moroney
decb64ccd8
add new helpers
2018-01-12 10:38:10 -07:00
Manfred Touron
7e17e4319f
Merge pull request #82 from moul/dev/moul/lint
...
Setup gometalinter + fix lint
2017-12-28 15:38:19 +01:00
Manfred Touron
c64e1d8ed6
Setup gometalinter + fix lint
2017-12-28 15:34:09 +01:00
Manfred Touron
f84ba571b5
Merge pull request #81 from moul/dev/moul/bump-deps
...
Bump deps + add helpers examples
2017-12-19 17:42:54 +01:00
Manfred Touron
5da3d00df2
Add a new 'helpers' example
2017-12-19 15:55:33 +01:00
Manfred Touron
9f831eb4de
Bump sprig@v2.14.1
2017-12-19 14:00:29 +01:00
Manfred Touron
230480afd1
Switch from glide to govendor
2017-12-19 13:55:52 +01:00
Manfred Touron
ccffd8bfe2
Merge pull request #78 from shiwano/split-array
...
Fix error on use pipeline after splitArray result
2017-12-19 08:57:29 +01:00
Alexandre Beslic
bd68210bc3
Merge pull request #77 from abronan/func_map_additions
...
Additional sprig rule to handle Go convention
2017-12-01 10:53:35 +01:00
Shogo Iwano
c833301bd5
Fix error on use pipeline after splitArray result
2017-12-01 01:43:18 +09:00
Alexandre Beslic
3dbba43e5f
func map additions to handle golang convention while executing templates with id fields
...
Signed-off-by: Alexandre Beslic <abeslic@abronan.com>
2017-11-29 15:46:48 +01:00
Manfred Touron
055b1a5a86
Add fork-me ribbon
2017-10-26 23:04:12 +02:00
Manfred Touron
6db1457a28
Update README.md
2017-10-26 22:59:32 +02:00
Manfred Touron
6ceb257a3b
Add web-editor.jpg
2017-10-26 22:58:10 +02:00
Manfred Touron
fc09c682e3
Merge pull request #76 from moul/dev/moul/web-editor
...
Initial version of the web-editor
2017-10-26 22:54:41 +02:00
Manfred Touron
22c3e39e89
Update vendors
2017-10-26 19:13:44 +02:00
Manfred Touron
64c92d0c8d
Initial version of the web-editor
2017-10-26 19:13:44 +02:00
Manfred Touron
ba84ae0c01
Merge pull request #75 from moul/dev/moul/fix-docker-build
...
Fix Docker build
2017-10-10 11:48:00 +02:00
Manfred Touron
8caafb8ec4
Refactor Dockerfile
2017-10-10 10:59:53 +02:00
Manfred Touron
fe71150b76
Merge pull request #74 from pmoroney/master
...
Add httpBody helper function
2017-09-19 21:29:51 +00:00
Pat Moroney
7172d5b49d
Add httpBody helper function
2017-09-19 14:53:57 -06:00
jhayotte
a0e68f8a2b
enhance isFieldMessageTimeStamp
2017-09-18 18:56:37 +02:00
Julien Hayotte
1dc5500690
Merge pull request #73 from moul/dev/jhayotte/time
...
Add helper isFieldMessageTimeStamp
2017-09-18 16:22:28 +02:00
jhayotte
dab343fc15
Add helper isFieldMessageTimeStamp
2017-09-18 15:04:39 +02:00
Julien Hayotte
a921a29c7e
Merge pull request #72 from moul/dev/jhayotte/deps
...
fixes: upgrade huandu/xtrings to handle capital word with func ToCamelCase
2017-09-08 09:52:43 +02:00
jhayotte
6db729b136
fix: upgrade huandu/xtrings to handle capital word with func ToCamelCase
2017-09-08 09:10:17 +02:00
Anastasia DERUELLE
ee845f3ed6
fix (helper): fix goTypeWithPackage enum case
2017-08-30 15:33:35 +02:00
Manfred Touron
19fd9d7959
Merge pull request #69 from moul/dev/proullon/helpers
...
feat (helpers): add strings helper
2017-06-26 17:34:13 +02:00
Pierre Roullon
07992907fd
feat (helpers): add strings helper
2017-06-26 11:34:02 +02:00
Pierre Roullon
c52b282d96
fix (helper): fix goType enum case
2017-06-23 07:49:29 +00:00
Pierre Roullon
d454efa152
feat (helper): add haskellType helper
2017-06-23 07:49:29 +00:00
Pierre Roullon
80a62f29d8
fix (helper): splitArray helper does not return emtpy string
2017-06-23 07:49:29 +00:00
Valerio Gheri
8a25e9ba06
Merge pull request #67 from moul/vgheri/int32-fix
...
Fixes #5
2017-06-09 11:59:07 +02:00
Valerio Gheri
37fe30907a
Fixes #5
2017-06-09 11:53:33 +02:00