Commit Graph

81 Commits

Author SHA1 Message Date
Alejandro Serrano
0ef0f9f7f4 Add support for logging and other transformers (#35)
Fixes #32
2019-12-05 14:03:10 +01:00
Alejandro Serrano
8451e3d670 Separate annotations from core schema type 🖋 (#29) 2019-12-04 12:35:05 +01:00
Flavio Corpa
bdce1e5d84 Add Seed example 🌱 (#27) 2019-12-04 08:31:11 +01:00
Alejandro Serrano
b0a7033f15 Documentation refactor and improvements (#26) 2019-12-03 14:45:21 +01:00
Alejandro Serrano
1ec0f4869f Add API for exceptional error conditions (#25) 2019-11-25 14:12:30 +01:00
Flavio Corpa
ccfa68cc44 Add example todolist (#24)
* Start work on todolist example 

* Fix .proto and implement Definition! 📚

* start work on server

* Implement server! 🚀

* Finish server! 💻

* apply feedback! 🧼

* prevent t to change between calls 🐛

* cleanup
2019-11-25 10:17:22 +00:00
Flavio Corpa
80041294b0 Run stylish-haskell in all files! 💅🏼 (#23)
* Run stylish-haskell in all files! 💅🏼
2019-11-21 13:25:53 +01:00
Alejandro Serrano
2005502783 Separate packages (#21)
* Separate Avro and ProtoBuf things in their own adapter packages
* Separate grpc packages in client and server

Fixes #19
2019-11-18 12:23:57 +01:00
Alejandro Serrano
6674d7eebc Depend on released versions of packages instead of git commits 2019-11-04 16:30:26 +01:00
Alejandro Serrano
3e75377498 Reorganization and documentation 2019-10-30 10:00:22 +01:00
Alejandro Serrano
d6b2677f11 Quasi-quotation for grpc services 2019-10-29 16:52:27 +01:00
Alejandro Serrano
d504bae4f4 Work on route guide example 2019-10-28 14:21:27 +01:00
Alejandro Serrano
6cf7ee0522 Better inference for gRpc 2019-10-28 10:43:12 +01:00
Alejandro Serrano
e6755b34c0 Forgotten change 2019-10-28 10:32:48 +01:00
Alejandro Serrano
34b61e7558 Use OverlodadedLabels instead of TH 2019-10-28 10:31:46 +01:00
Alejandro Serrano
e4e74fbba8 Update Stack LTS and examples 2019-10-28 10:06:29 +01:00
Alejandro Serrano
f61557f418 Add example by hand for mu-haskell 2019-10-17 15:47:34 +02:00
Alejandro Serrano
ffa29c073c Generate TH for client records 2019-10-17 15:14:33 +02:00
Alejandro Serrano
81570ca2b7 Update deployment example 2019-10-15 21:51:38 +02:00
Alejandro Serrano
56f46fd2bd Separate generated from hand-written code in health check example 2019-10-14 16:24:10 +02:00
Alejandro Serrano
c6fd02933b Make health check example nicer with TH 2019-10-14 16:08:54 +02:00
Alejandro Serrano
820703b8d7 Implement TH for schema types (#11) 2019-10-14 16:00:16 +02:00
Alejandro Serrano
500824918e Support for prefixes in buildService (see #15) 2019-10-14 10:32:06 +02:00
Alejandro Serrano
e6b392965c Implement annotations for services (closes #14) 2019-10-14 10:18:09 +02:00
Alejandro Serrano
227ec83bef Implement client definition via records 2019-10-10 11:05:50 +02:00
Alejandro Serrano
32b1a54a9f Move 'deployment-examples' to 'examples' 2019-10-10 10:30:20 +02:00
Alejandro Serrano
a834fcefe8 Finish port of health-check example from Scala 2019-10-10 10:27:42 +02:00
Alejandro Serrano
ee0860a4d7 Implement new design for protobuf ids 2019-10-10 09:29:44 +02:00
Alejandro Serrano
49651acf82 Fix problems with health check service 2019-10-09 16:51:50 +02:00
Alejandro Serrano
f7838b750d Initial commit of "health check" example 2019-10-09 16:40:33 +02:00
Alejandro Serrano
28561d408e Start working on examples 2019-10-09 15:21:21 +02:00