Commit Graph

  • f4f2300417 Merge pull request #29 from proullon/dev/proullon/http Manfred Touron 2016-12-23 00:06:32 +01:00
  • c7d0a86fec feat (helper): handle google.api.http option with httpVerb and httpPath Pierre Roullon 2016-12-22 22:41:17 +00:00
  • 453376e811 Merge pull request #28 from proullon/dev/proullon/fix Manfred Touron 2016-12-21 16:05:35 +01:00
  • 49d31f1636 fix (helper): fix isFieldMessage Pierre Roullon 2016-12-21 14:54:48 +00:00
  • 7d8a132834 Merge pull request #27 from moul/fix-travis Manfred Touron 2016-12-21 10:50:17 +01:00
  • e8332ed718
    Fix travis Manfred Touron 2016-12-21 10:48:00 +01:00
  • e4160940c1 Merge pull request #26 from proullon/dev/proullon/messagetype Manfred Touron 2016-12-21 10:45:00 +01:00
  • 88a2f47522
    Better reliability on generated message names Manfred Touron 2016-12-21 10:32:27 +01:00
  • 5dd30f38f3 feat (helper): add field reflection helpers getMessageType and isFieldMessage Pierre Roullon 2016-12-21 09:26:26 +00:00
  • d0ac6afb18
    Bump deps Manfred Touron 2016-12-21 10:25:12 +01:00
  • 15db6dce00 Add docker helpers in Makefile Manfred Touron 2016-12-20 13:36:25 +01:00
  • 19ea337fa6 Merge pull request #24 from zoontek/js-example Manfred Touron 2016-12-20 11:45:35 +01:00
  • 536162a58b Rewrite simple test (only grpc output) Mathieu Acthernoene 2016-12-20 11:31:46 +01:00
  • 304fba375b helloworld_js generation complete Mathieu Acthernoene 2016-12-19 15:43:38 +01:00
  • 5c6941cf87 Replace user example by helloworld example, cleanup Mathieu Acthernoene 2016-12-19 15:21:28 +01:00
  • 2195db0de2 Update README.md Manfred Touron 2016-12-17 21:44:04 +01:00
  • eec84d5d96 Remove hardcoded exports Mathieu Acthernoene 2016-12-16 16:39:31 +01:00
  • d38fbfccf0 Remove unsupported imports Mathieu Acthernoene 2016-12-16 16:24:05 +01:00
  • abbd30d34c Working js grpc generation (same as official output) Mathieu Acthernoene 2016-12-16 16:08:37 +01:00
  • 5b8c9e93dc Update README.md Manfred Touron 2016-12-15 17:49:18 +01:00
  • 9cde3288ea Add moul/translator reference Manfred Touron 2016-12-15 17:47:14 +01:00
  • d3abcca373
    Regenerate go-kit example with new encoder Manfred Touron 2016-12-15 16:30:14 +01:00
  • df709b52ac
    Refactor the go-kit templates to make imports generic Manfred Touron 2016-12-15 16:28:04 +01:00
  • f9e191c6a4
    Add templateDir variable Manfred Touron 2016-12-15 16:25:44 +01:00
  • 8e2be0f866 Merge pull request #23 from zoontek/update-readme Manfred Touron 2016-12-15 13:56:23 +01:00
  • 869e37e163
    Bump sprig@latest Manfred Touron 2016-12-15 13:43:43 +01:00
  • 5489e68995 typo Mathieu Acthernoene 2016-12-15 13:41:32 +01:00
  • 1bbb1dfb26 Update readme Mathieu Acthernoene 2016-12-15 13:40:39 +01:00
  • 6beb5868e8 Merge pull request #22 from zoontek/replace-funcmap Manfred Touron 2016-12-15 13:31:47 +01:00
  • da88fbcbd7 use interfaces instead of strings Mathieu Acthernoene 2016-12-15 13:31:16 +01:00
  • add7ae7237 Extract ProtoHelpersFuncMap in its own file Mathieu Acthernoene 2016-12-15 13:28:57 +01:00
  • d7c3d1a32b Merge pull request #1 from QuentinPerez/fix-race Mathieu Acthernoene 2016-12-15 13:18:21 +01:00
  • 8b7fa40e87
    🐛 fix race condition on ProtoHelpersFuncMap Quentin Perez 2016-12-15 12:34:56 +01:00
  • 2ab581a1d6 Add first & last helpers Mathieu Acthernoene 2016-12-15 12:22:23 +01:00
  • 3b5a2eeafe Add JSON utilities back Mathieu Acthernoene 2016-12-15 12:14:47 +01:00
  • e48d798d89 Merge custom Funcmap with sprig Mathieu Acthernoene 2016-12-15 12:08:00 +01:00
  • f48fe29ebf Replace funcmap dep with sprig Mathieu Acthernoene 2016-12-15 12:03:02 +01:00
  • ae44a872b3
    Update examp;le Manfred Touron 2016-12-15 11:06:42 +01:00
  • 7907fb79d9
    Expose environment Manfred Touron 2016-12-15 11:01:29 +01:00
  • 407790640d
    Expose TemplateDir in the AST Manfred Touron 2016-12-15 10:59:44 +01:00
  • 14d2af18a7 Merge pull request #21 from QuentinPerez/patch-1 Manfred Touron 2016-12-15 01:29:38 +01:00
  • ba1f64a731
    don't print error when debug=false Quentin Perez 2016-12-14 11:08:51 +01:00
  • aa9a474262
    generate tmpl in parallel Quentin Perez 2016-12-14 11:07:05 +01:00
  • 1afdd936da
    🔨 rework genAst Quentin Perez 2016-12-14 11:06:24 +01:00
  • a4749d98ae
    ✏️ json tag Quentin Perez 2016-12-14 11:04:34 +01:00
  • b4d1f1f9bb
    remove kr/fs dependency Quentin Perez 2016-12-14 10:33:08 +01:00
  • 2ae75f6702 Add js-grpc template (#20) Guilhem Fanton 2016-12-13 19:10:02 +01:00
  • 6c946d62eb Add k8s example (#19) Sacha Froment 2016-12-13 19:09:29 +01:00
  • 514198f2e5 Add slides (#16) Manfred Touron 2016-12-13 19:08:37 +01:00
  • ff7e469a05 Merge pull request #18 from moul/dev/moul/cleanup Manfred Touron 2016-12-13 17:42:09 +01:00
  • 9c249b45a4
    Install golang deps Manfred Touron 2016-12-13 17:39:02 +01:00
  • b34abe8c12
    Install protoc-gen-gogo Manfred Touron 2016-12-13 17:37:26 +01:00
  • c83a19d80c
    Remove user.logout method Manfred Touron 2016-12-13 17:32:32 +01:00
  • 0336dc5217 Merge pull request #17 from moul/dev/moul/add-user-service Manfred Touron 2016-12-13 17:21:27 +01:00
  • dbd5ed55a4
    make test now tests the go-kit example Manfred Touron 2016-12-13 17:21:15 +01:00
  • d252b157c9
    Add user-service generated-code Manfred Touron 2016-12-13 17:19:04 +01:00
  • 605610f7d0
    Add user-service Manfred Touron 2016-12-13 17:18:55 +01:00
  • 8b771ff4c7 Merge pull request #15 from moul/dev/moul/go-kit-example Manfred Touron 2016-12-13 16:15:28 +01:00
  • 701c12f866
    Move all generated code in the gen sub-directory Manfred Touron 2016-12-13 16:11:50 +01:00
  • d748878896
    Add entrypoint Manfred Touron 2016-12-13 16:03:16 +01:00
  • f62940ac4c
    Generate endpoints + transports Manfred Touron 2016-12-13 15:31:37 +01:00
  • bffc245a82
    generate services boilerplate code Manfred Touron 2016-12-13 11:05:06 +01:00
  • 71fb53ae02
    Add templates Manfred Touron 2016-12-13 10:59:34 +01:00
  • ce8f7bd8a7
    Add Makefile Manfred Touron 2016-12-13 10:36:55 +01:00
  • 218f25ab56
    Add go-kit example proto definitions Manfred Touron 2016-12-13 10:27:52 +01:00
  • 09a9873bad Merge pull request #14 from moul/dev/moul/add-travis Manfred Touron 2016-12-12 19:37:03 +01:00
  • 664498d53d
    Setup unit tests (fix #13) Manfred Touron 2016-12-12 19:23:47 +01:00
  • 1146013b1f
    Add funcmap description in the README Manfred Touron 2016-12-10 17:23:59 +01:00
  • 19a3db3d08
    bump funcmap@1.1.1 Manfred Touron 2016-12-01 10:08:51 +01:00
  • 74803d86a3
    Fix type conversion issue with pointers v1.1.1 Manfred Touron 2016-12-01 10:16:30 +01:00
  • bec037ce64
    bump funcmap@1.1.0 Manfred Touron 2016-12-01 10:08:51 +01:00
  • b6d7814f97 Add usage documentation (fix #1) Manfred Touron 2016-11-09 21:48:26 +01:00
  • 8958575958
    Add filename templating support (fix #5) Manfred Touron 2016-11-09 18:38:32 +01:00
  • 9222cc15b9
    Fix order of arguments in debug Manfred Touron 2016-11-09 18:12:00 +01:00
  • 136f9b6fba
    Add 'pwd' and 'go-pwd' variables Manfred Touron 2016-11-07 10:27:57 +01:00
  • 32072ab20b
    Add Install instructions (fix #2) Manfred Touron 2016-11-07 10:17:25 +01:00
  • 84c1d65fd3
    Add more meta fields (fix #6) Manfred Touron 2016-11-07 09:23:59 +01:00
  • 9e79d2b3aa
    Add debug Manfred Touron 2016-11-07 08:51:13 +01:00
  • 83232e17d7
    Parse parameters (fix #4) Manfred Touron 2016-11-07 08:45:02 +01:00
  • efcd958d6b
    Move test dir to examples/dummy Manfred Touron 2016-11-06 22:35:41 +01:00
  • 96b930de07
    Add Docker support (fix #7) Manfred Touron 2016-11-06 20:30:15 +01:00
  • 65f289bea7
    Add Homebrew support #3 Manfred Touron 2016-11-06 20:19:56 +01:00
  • e0c9f987fc
    $ glide install Manfred Touron 2016-11-06 18:32:32 +01:00
  • c8c607ae0d
    Add vendor Manfred Touron 2016-11-06 18:32:32 +01:00
  • 7ec1769398
    glide init Manfred Touron 2016-11-06 18:32:10 +01:00
  • 7a052fbb34
    Commit the output files v1.0.0 Manfred Touron 2016-11-06 17:32:34 +01:00
  • eb7eadc9a3
    Use text/template to parse template files Manfred Touron 2016-11-06 17:29:37 +01:00
  • 39a1644678
    Iterate over files in templates dir Manfred Touron 2016-11-06 17:20:57 +01:00
  • ef33066c3c
    Add 'make re' rule Manfred Touron 2016-11-06 15:31:50 +01:00
  • e2abefe4a0
    Add dummy template files Manfred Touron 2016-11-06 14:43:43 +01:00
  • b934f53b41
    Add test Manfred Touron 2016-11-05 21:08:41 +01:00
  • 1773f1b44d
    Initial boilerplate Manfred Touron 2016-11-04 21:45:25 +01:00
  • 557b4bcf7f Initial commit Manfred Touron 2016-11-04 21:44:49 +01:00