Commit Graph

140 Commits

Author SHA1 Message Date
Lucio Franco 02487bec3a add readme and templates 2019-09-29 21:41:08 -04:00
Lucio Franco 529c3fc0ab Add examples readme 2019-09-29 21:01:29 -04:00
Lucio Franco a8ef9d6c42 Add tls example with rustls 2019-09-29 19:45:05 -04:00
Lucio Franco 2c2b7d7904 Add auth and lb example 2019-09-29 18:33:28 -04:00
Lucio Franco 772ac84409 Bump toolchain to 1.39-beta 2019-09-29 17:14:46 -04:00
Lucio Franco b131e63ffb Add more assets 2019-09-29 17:11:11 -04:00
Lucio Franco dfa0cf8d00 add assets 2019-09-29 17:08:29 -04:00
Lucio Franco a35ef96a03 Add docs to transport and refactor some api's 2019-09-29 17:04:42 -04:00
Lucio Franco 1d9e3daa07 Remove generated doc comment test 2019-09-29 10:39:57 -04:00
John Doneth 8becd257bc More documentation generation (#12)
* generate rustdoc comments from .proto file comments

* move imports to top of file

* more docs gen

* trait docs

* more docs

* use singular doc gen fn here

* remove pesky space
2019-09-26 19:41:51 -04:00
Lucio Franco d2355ed83c fmt 2019-09-25 20:54:13 -04:00
John Doneth 36d0b1cb04 Generate rustdocs from .proto file comments (#10)
* generate rustdoc comments from .proto file comments

* move imports to top of file
2019-09-25 20:51:12 -04:00
John Doneth 646796f248 Add some doc examples (#9)
* doc examples for tonic::Streaming

* from http doc

* more docs

* use same export pattern

* interceptor doc WIP

* remove unfinished doc examples

* recommended changes

* remove unnecessary prost refs
2019-09-25 11:36:23 -04:00
Juan Alvarez 25e4dcc5d9 small tweaks, typos (#8) 2019-09-25 10:34:43 -04:00
Lucio Franco 5f7c39faad add more docs 2019-09-24 23:26:56 -04:00
Lucio Franco 80e2771aed fmt and docs 2019-09-24 21:41:55 -04:00
Lucio Franco d7484e352a more readmeupdates 2019-09-24 21:33:03 -04:00
Lucio Franco 6c811140ec Try readme banner 2019-09-24 21:32:01 -04:00
Lucio Franco 0fc432e578 Dont run CI on pr events 2019-09-24 21:04:35 -04:00
Lucio Franco 41d0f6ac5e more feature flgs 2019-09-24 18:32:39 -04:00
Lucio Franco a37640c282 Fix doctest 2019-09-24 16:09:26 -04:00
Lucio Franco 1e579d1bd4 Fix rustfmt in tonic-build 2019-09-24 15:41:09 -04:00
Lucio Franco 60c9629630 Refactor all of the tls 2019-09-24 14:32:16 -04:00
Lucio Franco ffba9ef6d2 pin hyper version 2019-09-23 22:08:14 -04:00
Lucio Franco 4a870122c0 fmt 2019-09-23 21:12:49 -04:00
Lucio Franco 72a0ffbbab Merge branch 'master' of github.com:LucioFranco/tonic 2019-09-23 21:00:41 -04:00
alce 3dbb48f9f3 Delay determining out_dir (#3) 2019-09-23 20:59:16 -04:00
Lucio Franco bc500963b1 Merge branch 'master' of github.com:LucioFranco/tonic 2019-09-23 17:09:25 -04:00
Lucio Franco 95576f24c9 Add more docs 2019-09-23 17:09:20 -04:00
John Doneth eb0c0c286b Improve tonic-build configuration (#2) 2019-09-23 09:32:44 -04:00
Lucio Franco cccc008366 todo clean up 2019-09-22 12:45:19 -05:00
Lucio Franco a7ee26cd3b Use server errorkind 2019-09-21 16:49:47 -06:00
Lucio Franco 1c2905255e fix ci? 2019-09-21 16:10:20 -06:00
Lucio Franco 0dd0decccd ci check PR 2019-09-21 16:04:43 -06:00
Lucio Franco 782da6f0e5 implement last interop test 2019-09-21 16:02:10 -06:00
Lucio Franco 922e480cec Add easy connect method in codegen 2019-09-21 14:21:28 -06:00
Lucio Franco 5ded741eb6 Clean up docs 2019-09-21 11:20:30 -06:00
Lucio Franco cd9133a41c Doc hide codegen inner service 2019-09-21 11:13:18 -06:00
Lucio Franco 322f346b97 Use tokio::spawn in routeguide 2019-09-21 11:09:57 -06:00
Lucio Franco df8e0a0a97 fmt 2019-09-21 10:23:46 -06:00
Lucio Franco 62f0285ff0 implemented server cusotm metadata 2019-09-21 10:23:31 -06:00
Lucio Franco da279a957d server codegen unimplemented 2019-09-20 15:39:03 -06:00
Lucio Franco 768f4afdff fmt 2019-09-19 08:31:44 -06:00
Lucio Franco e419c18304 Add basic interceptor support 2019-09-18 23:16:48 -04:00
Lucio Franco 2ed69f799b Add more config options for channels 2019-09-18 18:11:06 -04:00
Lucio Franco 9954b9e10c Update tracing in interop test 2019-09-16 18:40:43 -04:00
Lucio Franco d6f4d49e2e Add layers 2019-09-16 18:27:54 -04:00
Lucio Franco 22bb41b7c9 add tracing to interop server 2019-09-12 14:40:01 -04:00
Lucio Franco 7ab2f12231 Add half duplex as an unimplemented call 2019-09-11 22:53:12 -04:00
Lucio Franco 306d169c91 Add unimplemented interop test 2019-09-11 22:44:59 -04:00