Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue: example error parsing problem #280

Open
wants to merge 225 commits into
base: master
Choose a base branch
from

Commits on Nov 18, 2019

  1. Parse Avro Schemas from JSON (higherkindness#18)

    * stylish-haskell 💅🏼
    
    * fix minor typos
    
    * prepare avro QuasiQuoter
    
    * Implement QuasiQuoter! 🎉
    
    * make travis happy :)
    
    * Implement unions and add examples
    
    * fix ByteString encoding + [avroFile|example] 🐛
    
    * Handle TOption case ⌥
    
    * Unwrap first union and contemplate other cases! 🙌🏼
    
    * Start work on flattenDeclarations and revert stylistic changes
    
    * Handle nested schemas! 🕸
    
    * fix travis 🤦🏼‍♂️
    Flavio Corpa committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    620dc64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a688b08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1baa38c View commit details
    Browse the repository at this point in the history
  4. Separate packages (higherkindness#21)

    * Separate Avro and ProtoBuf things in their own adapter packages
    * Separate grpc packages in client and server
    
    Fixes higherkindness#19
    serras committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    bff6493 View commit details
    Browse the repository at this point in the history
  5. Depend on released packages

    serras committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    2cd0902 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. Run stylish-haskell in all files! 💅🏼 (higherkindness#23)

    * Run stylish-haskell in all files! 💅🏼
    Flavio Corpa committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    e0910af View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Add example todolist ✅ (higherkindness#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
    Flavio Corpa committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    142a698 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7674ef0 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    5a7b55f View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    152648a View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Add Seed example 🌱 (higherkindness#27)

    Flavio Corpa committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    7e699cd View commit details
    Browse the repository at this point in the history
  2. Separate annotations from core schema type 🖋 (higherkindness#29)

    serras authored and Flavio Corpa committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    1a96bcf View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Add recommended vscode extensions! 💻 (higherkindness#34)

    Flavio Corpa authored and serras committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    80f6dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    427af36 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c9c1d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Work on docs (higherkindness#37)

    Fixes higherkindness#31
    Fixes higherkindness#36
    
    Co-Authored-By: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Dec 10, 2019
    Configuration menu
    Copy the full SHA
    701d334 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Implement Persistent example 💾 (higherkindness#40)

    Flavio Corpa committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    a2116be View commit details
    Browse the repository at this point in the history
  2. Update dependencies (higherkindness#42)

    serras authored and Flavio Corpa committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    61ae8be View commit details
    Browse the repository at this point in the history
  3. Do not run Haddock on CI (higherkindness#43)

    serras authored and Flavio Corpa committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    4e438ed View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Configuration menu
    Copy the full SHA
    5072c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfd52d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2019

  1. Configuration menu
    Copy the full SHA
    09d7d65 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2019

  1. Configuration menu
    Copy the full SHA
    dfd3b59 View commit details
    Browse the repository at this point in the history
  2. Make ghcide happy (higherkindness#49)

    serras authored and Flavio Corpa committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    a18b0c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Configuration menu
    Copy the full SHA
    6898d90 View commit details
    Browse the repository at this point in the history
  2. Fallback to Travis 😔 (higherkindness#54)

    Flavio Corpa committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    9dab396 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76df4fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    27479ab View commit details
    Browse the repository at this point in the history
  5. Update docs with Higher Kinded Data (higherkindness#56)

    Flavio Corpa committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    a0fd84f View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2019

  1. Update to v3 of cachix-action ❄️ (higherkindness#51)

    Flavio Corpa committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    a89a7ae View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Configuration menu
    Copy the full SHA
    97a4e05 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2020

  1. Configuration menu
    Copy the full SHA
    aef5798 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Configuration menu
    Copy the full SHA
    7bce91d View commit details
    Browse the repository at this point in the history
  2. More thorough Haddock documentation (higherkindness#65)

    Closes higherkindness#62
    
    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    b3c4b78 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into docs-header

    Flavio Corpa committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    2d3484a View commit details
    Browse the repository at this point in the history
  4. Slight update on styling

    calvellido committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    08969e4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request higherkindness#64 from higherkindness/docs-header

    [WIP] Add link to GitHub and API docs
    calvellido committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    8a99c53 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    8584007 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb17ab1 View commit details
    Browse the repository at this point in the history
  3. Update docs about gRPC clients (higherkindness#68)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    dd06377 View commit details
    Browse the repository at this point in the history
  4. Add auto-deploy of microsite to GH Pages 🐙 (higherkindness#67)

    Co-authored-by: Juan Valencia <[email protected]>
    Flavio Corpa and calvellido committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    b8a303f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    036236e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Prepare for 0.1 (higherkindness#71)

    serras authored and Flavio Corpa committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    fbdcffd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b4bc60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d2fb9 View commit details
    Browse the repository at this point in the history
  4. Add some website additional meta information (higherkindness#75)

    Co-authored-by: Flavio Corpa <[email protected]>
    calvellido and Flavio Corpa committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    65e93f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Fix some typos in the docs (higherkindness#76)

    cb372 authored and Flavio Corpa committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    ed98a20 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Various fixes to make gRPC server work (higherkindness#84)

    * Better capture exceptions in gRPC server
    * Require Warp < 3.3
    * Adjust template to work correctly
    serras committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    081e610 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    19e5c96 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    c24a55d View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    0f5d898 View commit details
    Browse the repository at this point in the history
  2. Merge pull request higherkindness#94 from higherkindness/jv-93-ordere…

    …d-lists
    
    Set decimal as list-style for ordered lists
    calvellido committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    733b24b View commit details
    Browse the repository at this point in the history
  3. Add versioning to docs 📚 (higherkindness#95)

    Co-authored-by: Rachel M. Carmena <[email protected]>
    Flavio Corpa and rachelcarmena committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    593949b View commit details
    Browse the repository at this point in the history
  4. Update deploy.yml

    calvellido committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    3d5f25d View commit details
    Browse the repository at this point in the history
  5. Merge pull request higherkindness#96 from higherkindness/calvellido-p…

    …atch-1
    
    Change Jekyll base URLs for WIP site
    calvellido committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    e7a0401 View commit details
    Browse the repository at this point in the history
  6. Fix deploy: last tag and content (higherkindness#97)

    rachelcarmena authored and Flavio Corpa committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    088d9e1 View commit details
    Browse the repository at this point in the history
  7. Fix deploy: path (higherkindness#98)

    rachelcarmena authored and serras committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    6c633c9 View commit details
    Browse the repository at this point in the history
  8. Add dropdowns for different versions selection (higherkindness#99)

    * Add versioning to docs 📚
    
    * pass argument to haddock script
    
    * extract standalone-haddock!
    
    * Add dropdowns for different versions selection
    
    * Adjust dropdown arrow y position
    
    * Adjust button link-like similarity
    
    * Adjust nav links rhythm
    
    * Set back parameter on linuwial fixing
    
    Co-authored-by: Flavio Corpa <[email protected]>
    2 people authored and serras committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    a6a2f4b View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    14c185d View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    fd11ed6 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    d7ba579 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    40c6a6c View commit details
    Browse the repository at this point in the history
  2. Support for Avro as serialisation layer (higherkindness#88)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    58240fc View commit details
    Browse the repository at this point in the history
  3. Simple Kafka client (higherkindness#104)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    8eb6bd8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c95654 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Add Avro Seed example 🌱 (higherkindness#108)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    d00a812 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    c5df797 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. Configuration menu
    Copy the full SHA
    a513133 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Release v0.2 (higherkindness#113)

    * Add shell script to format ALL cabal files with cabal-fmt 🧐
    Flavio Corpa committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    1f0f98b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b71fd80 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Add support for "date" and "time_ms" logical types in Avro (higherkin…

    …dness#114)
    
    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e759293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da4da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aef6ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c6e398 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    d6815e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd6025b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. New API to support GraphQL resolvers as services (higherkindness#111)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    2009aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    584ca97 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Configuration menu
    Copy the full SHA
    efd4964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90779e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01ca136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f9b1c9b View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Configuration menu
    Copy the full SHA
    1c032a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. Configuration menu
    Copy the full SHA
    0bc50ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdcce16 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Configuration menu
    Copy the full SHA
    24771d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6145d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    834be31 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0340672 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Configuration menu
    Copy the full SHA
    d59bd13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    141b783 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Configuration menu
    Copy the full SHA
    819d863 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Configuration menu
    Copy the full SHA
    cfa95fc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Configuration menu
    Copy the full SHA
    2a043db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bfbf8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8234991 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Subscriptions for GraphQL (higherkindness#146)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    bfdf5f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    c0db098 View commit details
    Browse the repository at this point in the history
  2. Add Mu-GraphQL Readme! 📖 (higherkindness#154)

    Flavio Corpa committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    d6195c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Add a CI job to test the Stack templates (higherkindness#145)

    Co-authored-by: Flavio Corpa <[email protected]>
    cb372 and Flavio Corpa committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    137a04a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68652e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2020

  1. Configuration menu
    Copy the full SHA
    bb6007f View commit details
    Browse the repository at this point in the history
  2. Add Stack to Github Actions CI 🧪 (lts-15) (higherkindness#155)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    c49a50c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dae582b View commit details
    Browse the repository at this point in the history
  4. Cache Stack For Great Good 🏬 (higherkindness#158)

    Flavio Corpa committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    0eb26e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. Configuration menu
    Copy the full SHA
    e86dc0e View commit details
    Browse the repository at this point in the history
  2. Various fixes to GraphQL introspection (higherkindness#160)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    9ce520c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. Configuration menu
    Copy the full SHA
    1580664 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f79477e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Support 'avro' 0.5 (higherkindness#164)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    bcb480a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    b0f8486 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e1c5ed View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    336dd7e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Read GraphQL Schema Definitions (higherkindness#166)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    00a5484 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Configuration menu
    Copy the full SHA
    75c520d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    e41181a View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Docs for GraphQL + reorganization (higherkindness#174)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    2789bbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c9c2cd View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Add documentation for mu-optics 📖 (higherkindness#175)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    0f559d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    e1fee12 View commit details
    Browse the repository at this point in the history
  2. Upgrade templates to mu v0.3 🎸 (higherkindness#181)

    Flavio Corpa committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    ee39f49 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    2f81736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63d628e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Simplify API for Mu.GraphQL.Quasi.graphql ⛏ (higherkindness#184)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    ea87caf View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Write small intro to GraphQL 🔥 (higherkindness#185)

    Flavio Corpa committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    b7e9392 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396d945 View commit details
    Browse the repository at this point in the history
  3. Release v0.3 (higherkindness#187)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    f3d8737 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a814917 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. Configuration menu
    Copy the full SHA
    e4ec980 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2020

  1. Configuration menu
    Copy the full SHA
    981afe0 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Update the avdl Template Haskell codegen (higherkindness#199)

    The generated code was failing to typecheck due to API changes in higherkindness#198.
    
    Added an example to check that code generated by the `avdl` function now
    compiles.
    cb372 committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    257894a View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    b24ec9a View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    de98924 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Configuration menu
    Copy the full SHA
    e5c7687 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Nix Strikes Back ❄️ (higherkindness#200)

    Flavio Corpa committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f84344d View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Add boundaries to Cabal files 🚀 (higherkindness#207)

    Co-authored-by: Alejandro Serrano <[email protected]>
    Flavio Corpa and serras committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    5b087cc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Configuration menu
    Copy the full SHA
    2e60f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09820af View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Configuration menu
    Copy the full SHA
    dac53e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    10f299f View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2020

  1. Bump kramdown from 2.1.0 to 2.3.0 in /docs (higherkindness#214)

    Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.0.
    - [Release notes](https://github.com/gettalong/kramdown/releases)
    - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
    - [Commits](https://github.com/gettalong/kramdown/commits)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a552470 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

  1. Revert "Bump kramdown from 2.1.0 to 2.3.0 in /docs (higherkindness#214)"

    This reverts commit a552470.
    Flavio Corpa committed Aug 27, 2020
    Configuration menu
    Copy the full SHA
    c7cbe18 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. Configuration menu
    Copy the full SHA
    202c3b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8eb65d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0baea5 View commit details
    Browse the repository at this point in the history
  4. Keep all annotations from .proto files (higherkindness#222)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Sep 4, 2020
    Configuration menu
    Copy the full SHA
    47390a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. Add video resources to readme! 📹 (higherkindness#224)

    Flavio Corpa committed Sep 10, 2020
    Configuration menu
    Copy the full SHA
    011fbba View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    7148ab3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Mu.Schema.Lens package (higherkindness#227)

    Co-authored-by: Alejandro Serrano <[email protected]>
    andremarianiello and serras committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    28b59e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f6f23f View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    b612ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5cea06f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Simpler routes in Servant (higherkindness#230)

    * Add mu-servant-server to Nix
    serras committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    b97ce01 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Configuration menu
    Copy the full SHA
    9a69a7b View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    436dce6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. trigger GitHub deploy action

    serras committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    2fe3411 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Configuration menu
    Copy the full SHA
    60f9a79 View commit details
    Browse the repository at this point in the history
  2. trigger GitHub deploy action

    serras committed Oct 15, 2020
    Configuration menu
    Copy the full SHA
    f44f1f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Improve the Library example (with persistent) (higherkindness#236)

    Co-authored-by: Flavio Corpa <[email protected]>
    vladimirlogachev and Flavio Corpa committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    971bd59 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    fb196d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Configuration menu
    Copy the full SHA
    7839f32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d9b01d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    678cd71 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Configuration menu
    Copy the full SHA
    f14abfb View commit details
    Browse the repository at this point in the history
  2. Use serverError instead of optional results (higherkindness#248)

    Co-authored-by: Flavio Corpa <[email protected]>
    vladimirlogachev and Flavio Corpa committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    15bf9a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f61e898 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    6090317 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    e4818ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce9d9b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf5f605 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e0e846 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    73a1778 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7441e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    0bcbe80 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Update several versions

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    af2f569 View commit details
    Browse the repository at this point in the history
  2. Update Stack and Nix

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6f274e6 View commit details
    Browse the repository at this point in the history
  3. Fix Nix version

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6919178 View commit details
    Browse the repository at this point in the history
  4. Final changes pre-release

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    28c162d View commit details
    Browse the repository at this point in the history
  5. Fix deployment CI

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    4bfe6be View commit details
    Browse the repository at this point in the history
  6. Fix microsite creation

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    6aa3338 View commit details
    Browse the repository at this point in the history
  7. Try again to fix CI

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    027d5b8 View commit details
    Browse the repository at this point in the history
  8. Go back to old gh-pages action

    serras committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    b112c4f View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    b64e071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e99149b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Configuration menu
    Copy the full SHA
    071a1ab View commit details
    Browse the repository at this point in the history
  2. Update mu-protobuf version

    serras committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b800181 View commit details
    Browse the repository at this point in the history
  3. Fix CI (again)

    serras committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e7ad63b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Configuration menu
    Copy the full SHA
    aff0b44 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Maps in Protocol Buffers (higherkindness#268)

    And various fixes in Avro required for everything to still work.
    
    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    a30a9e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2020

  1. Configuration menu
    Copy the full SHA
    ec1f85e View commit details
    Browse the repository at this point in the history
  2. 🎬 Cut down vscode extensions! (higherkindness#272)

    Flavio Corpa committed Dec 4, 2020
    Configuration menu
    Copy the full SHA
    4cd6560 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    b763d4f View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. Configuration menu
    Copy the full SHA
    fcdb5d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Provide an example highlighting grpc-client parsing problems as soon …

    …as we deviate from the
    
    "happy path" (e.g. here when throwing an error"
    
    To run this example:
    
    ```
    stack exec error-parsing
    ```
    
    ```
    testing things...
    The result for saying hello to Alice: "GRpcOk \"hi, Alice\""
    The result for saying hello to Bob: GRpcErrorString "not enough bytes"
    done with the haskell test, waiting 10 seconds before shutting down...
    ```
    
    As can be seen, any error thrown will be falsely interpreted by grpc-client as
    "GRpcErrorString". This makes any real-life application with grpcclient
    impossible (there are not just happy paths, and not all errors are the
    same)
    
    The server side implementation appears correct, as I can poke the server
    with the grpcurl tool:
    
    ```
    grpcurl -d '{"name": "Bobby"}' -format json -plaintext -proto errorparsing.proto localhost:8070 hello.Service.SayHello
    {
      "reply": "hi, Bobby"
    }
    
    grpcurl -d '{"name": "Bob"}' -format json -plaintext -proto errorparsing.proto localhost:8070 hello.Service.SayHello
    ERROR:
      Code: NotFound
      Message: Bob not there
    ```
    jschaul committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    7249dce View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

  1. Configuration menu
    Copy the full SHA
    c13b435 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. Configuration menu
    Copy the full SHA
    8a013d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5ce93a View commit details
    Browse the repository at this point in the history
  3. Release of [email protected]

    Flavio Corpa committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    871b245 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2021

  1. Configuration menu
    Copy the full SHA
    1d5e3ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into example-grpc-client-error

    Flavio Corpa committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    6674e68 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    83c667c View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update mu.avro version

    serras committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8f3daec View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    56b15ef View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Merge branch 'master' into example-grpc-client-error

    Flavio Corpa committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    a43cd9b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Parse inline fragments in GraphQL (higherkindness#292)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    e99ee0c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Bump kramdown from 2.1.0 to 2.3.1 in /docs (higherkindness#294)

    Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.1.0 to 2.3.1.
    - [Release notes](https://github.com/gettalong/kramdown/releases)
    - [Changelog](https://github.com/gettalong/kramdown/blob/master/doc/news.page)
    - [Commits](https://github.com/gettalong/kramdown/commits)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    a1570c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Update stack.yaml

    serras committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    24ac823 View commit details
    Browse the repository at this point in the history
  2. Update Nix expression

    serras committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e41ba78 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Configuration menu
    Copy the full SHA
    0e4c5a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    719e28e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    91f8df9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7f9a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58d5ee9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b509cb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa23838 View commit details
    Browse the repository at this point in the history
  6. [protobuf] Fix parsing of oneof fields (higherkindness#302)

    Closes higherkindness#297 
    
    In protobuf, unions themselves are optional, so while parsing if any value fails
    to parse, its default must not be considered. When the default is considered and
    first value in the union is not specified, the union still gets parsed as the
    default of the first value. So, in this instance:
    
    oneof foo {
      int32 foo_int = 1;
      string foo_str = 2;
    }
    
    foo_str will never be parsed, as foo_int will have a default, i.e. 0 and so
    foo_str "blah" will always wrongly parse as foo_int 0.
    
    Co-authored-by: Akshay Mankar <[email protected]>
    serras and akshaymankar committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    6c809a1 View commit details
    Browse the repository at this point in the history
  7. Try fixing deploy again

    serras committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    7179ae5 View commit details
    Browse the repository at this point in the history
  8. Do not create a loop in bidi gRPC (higherkindness#306)

    Co-authored-by: Flavio Corpa <[email protected]>
    serras and Flavio Corpa committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    1adc532 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    d3459db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a5ae74 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. [grpc-server] Close bidirectional streaming requests correctly (highe…

    …rkindness#312)
    
    Changes:
    - Don't cancel the handler when server stream ends, this will allow the handler
    to finish.
    - Use TMChan instead of TMVar for consuming the server stream, this allows the
    handler to indicate that it has finished and there will be no more output being
    produced.
    akshaymankar committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    1c9f75a View commit details
    Browse the repository at this point in the history
  2. [grpc-client] Handle bidirectional streams correctly (higherkindness#314

    )
    
    This is a breaking change: The handler for bidirectional streams is returns two
    conduits now, instead of one. This enables the client to correctly tackle the
    concurrent nature of the client to server stream and the server to client
    stream.
    
    Each response in the server-to-client stream is no longer wrapped in GRpcReply,
    any error during parsing the stream is thrown in IO.
    
    Other connection related errors are returned in the result value of the conduit
    corresponding to the server-to-client Conduit.
    
    Note: The client didn't and still doesn't handle any errors that the server
    might indicate using headers or trailers, e.g. grpc-status or the HTTP status
    code. This commit also adds TODO comments to handle these.
    akshaymankar committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    2018d12 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into example-grpc-client-error

    Flavio Corpa committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    5a9aef6 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Bump addressable from 2.7.0 to 2.8.0 in /docs (higherkindness#319)

    Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0.
    - [Release notes](https://github.com/sporkmonger/addressable/releases)
    - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md)
    - [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: addressable
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    4b5ee4d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Configuration menu
    Copy the full SHA
    d9714e1 View commit details
    Browse the repository at this point in the history