Commit Graph

55 Commits

Author SHA1 Message Date
Alejandro Serrano
63e278db7e Fix thingies 2023-01-07 21:26:23 +01:00
Alejandro Serrano
920cbdcbb2
Split Named and NamedList and expose them (#333) 2022-05-12 14:32:55 +02:00
Alejandro Serrano
7e65541688
Update to Stackage LTS 18 (#332) 2022-05-12 07:54:09 +02:00
Alejandro Serrano
c045fdab1e Support unions of more than 2 elements correctly (#308) 2021-05-10 21:31:30 +02:00
Alejandro Serrano
6f3599a957 Fix segfault in GHC 8.8 (#290) 2021-02-15 10:14:36 +01:00
Alejandro Serrano
8aa4d4b2b7 Update mu-schema version to 0.3.1.2 (#287) 2021-02-02 17:48:16 +01:00
Alejandro Serrano
9dc4d5f359 Use and require default value 0 for enums in Protobuf (#285) 2021-01-29 08:35:54 +01:00
Alejandro Serrano
e9d55fd6bf Unions in GraphQL (#270) 2021-01-07 14:55:32 +01:00
Alejandro Serrano
32af0bf0b3 Maps in Protocol Buffers (#268)
And various fixes in Avro required for everything to still work.

Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-12-01 10:50:59 +01:00
Flavio Corpa
62f9d155b8 ❄️ Add gitignore.nix to prevent Nix cache invalidation for trivial changes (#265) 2020-11-20 11:15:47 +01:00
Flavio Corpa
f692c90aeb ♻️ Run cabal-fmt and extract library example (#264) 2020-11-20 10:24:15 +01:00
Alejandro Serrano
e8021f8826 Update several versions 2020-11-19 09:04:24 +01:00
Alejandro Serrano
94f0e4e03e Loosen bounds, update dependencies, support LTS-14 (#253) 2020-11-12 13:09:35 +01:00
Alejandro Serrano
b1ce902f96 Add HLint to CI and fix templates (#243) 2020-11-02 09:42:35 +01:00
Alejandro Serrano
3a31b9b559 Use first-class-families to find selectors (#242) 2020-10-30 11:53:21 +01:00
Akshay Mankar
434c0c1847 Support bigger enums (#240) 2020-10-30 11:17:12 +01:00
Alejandro Serrano
7f3af804ff Prepare release 0.4 (#233) 2020-10-12 14:56:18 +02:00
andremarianiello
d484a488b2 Servant support (#217) 2020-09-25 09:36:56 +02:00
andremarianiello
6d9aced52c Mu.Schema.Lens package (#227)
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
2020-09-21 15:24:17 +02:00
Alejandro Serrano
2a413c7c48 Conversion to logical types (#223) 2020-09-04 14:18:21 +02:00
Alejandro Serrano
fe76f23083 Fix import of 'oneof' fields (#221) 2020-09-04 12:57:33 +02:00
Alejandro Serrano
2b5c147535 Example using Persistent and GraphQL (#211) 2020-07-27 14:10:40 +02:00
Alejandro Serrano
cf814cf418 Distributed tracing (#206) 2020-07-20 12:30:27 +02:00
Flavio Corpa
7facbb2a13 Add boundaries to Cabal files 🚀 (#207)
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
2020-07-03 16:58:26 +02:00
Alejandro Serrano
bf00ed67d8 Add parameter to RpcInfo (#205) 2020-06-22 14:24:05 +02:00
Alejandro Serrano
d6ade8e6ed Annotations, information on RPC, and Prometheus (#198) 2020-06-12 17:57:19 +02:00
Alejandro Serrano
f0cd4fc5bd Add Haddocks for 0.3 and fix problems with new Haddock (#179) 2020-04-17 10:24:52 +02:00
Flavio Corpa
e552bfa008 Add documentation for mu-optics 📖 (#175)
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
2020-04-16 16:24:48 +02:00
Flavio Corpa
11ae24d8da Use new server API in examples and upgrade deps ⚗️ (#178) 2020-04-15 14:04:54 +02:00
Alejandro Serrano
675a3b748a Better API to declare servers (#173) 2020-04-12 20:55:27 +02:00
Alejandro Serrano
276d330c00 Packed fields in Protocol Buffers (#170) 2020-04-02 13:45:06 +02:00
Alejandro Serrano
09ae8c19bb Support 'avro' 0.5 (#164)
Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-04-01 15:30:22 +02:00
Alejandro Serrano
7dab092b81 Remove higher-kinded data (#130) 2020-03-09 14:55:22 +01:00
Alejandro Serrano
6bbfce82eb Support default values in GraphQL schemas (#129) 2020-03-06 16:46:39 +01:00
Alejandro Serrano
d91f25f569 Add names to arguments (#126) 2020-03-06 09:12:35 +01:00
Alejandro Serrano
c1c23326ef New API to support GraphQL resolvers as services (#111)
Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-03-05 15:37:05 +01:00
Alejandro Serrano
acfc7281b5 Better constructor for enumerations in optics (#115) 2020-02-27 13:02:27 +01:00
Flavio Corpa
4444d6d85d Release v0.2 (#113)
* Add shell script to format ALL cabal files with cabal-fmt 🧐
2020-02-27 07:40:30 +01:00
Flavio Corpa
52bd07a121 Add Avro Seed example 🌱 (#108)
Co-authored-by: Alejandro Serrano <trupill@gmail.com>
2020-02-14 10:12:21 +00:00
Alejandro Serrano
49742382f9 Support for Avro as serialisation layer (#88)
Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-02-06 11:39:09 +01:00
Alejandro Serrano
22f7f740a0 Optics for schema and gRPC clients (#102) 2020-02-04 15:31:47 +01:00
Flavio Corpa
cdca93a338 Fill all cabal files for Hackage! 🚀 (#72) 2020-01-13 11:05:25 +01:00
Alejandro Serrano
0cecd291d4 Prepare for 0.1 (#71) 2020-01-13 10:05:23 +01:00
Alejandro Serrano
ea8e2a0b75 More thorough Haddock documentation (#65)
Closes #62

Co-authored-by: Flavio Corpa <flavio.corpa@47deg.com>
2020-01-07 15:14:21 +01:00
Alejandro Serrano
603462666e Make ghcide happy (#49) 2019-12-19 14:41:57 +01:00
Alejandro Serrano
00af3d6a34 Higher-kinded data and To/FromSchema separation (#41)
Closes #39
2019-12-16 13:46:43 +01:00
Flavio Corpa
45a44a1145 Add persistent client to example 👨🏼‍💻 (#44) 2019-12-16 12:29:13 +01:00
Alejandro Serrano
0ef0f9f7f4 Add support for logging and other transformers (#35)
Fixes #32
2019-12-05 14:03:10 +01:00
Alejandro Serrano
fa2ade13db Take metadata into account for GSchemaFieldTypeUnion (fixes #28) (#33) 2019-12-05 09:32:18 +01:00
Alejandro Serrano
8451e3d670 Separate annotations from core schema type 🖋 (#29) 2019-12-04 12:35:05 +01:00