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

feat(bindings/haskell): support logging layer #2705

Merged
merged 13 commits into from
Aug 4, 2023
Merged

Commits on Aug 1, 2023

  1. feat(bindings/haskell): support ConcurrentLimitLayer && ImmutableInde…

    …xLayer
    
    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    9f53901 View commit details
    Browse the repository at this point in the history
  2. typo

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    7bd742d View commit details
    Browse the repository at this point in the history
  3. remove ffi-layer

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    b2f0919 View commit details
    Browse the repository at this point in the history
  4. add retry layer as default

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e965ee4 View commit details
    Browse the repository at this point in the history
  5. add logging layer

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c604f0c View commit details
    Browse the repository at this point in the history
  6. add monad-logger example

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5f8ef2d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. refactor newOp with newOperator

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ad4d1a4 View commit details
    Browse the repository at this point in the history
  2. reformat with ormolu

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    921fb39 View commit details
    Browse the repository at this point in the history
  3. using co-log library to refactor logging system

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    63c78b8 View commit details
    Browse the repository at this point in the history
  4. fix dependencies conflict

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d2b79f8 View commit details
    Browse the repository at this point in the history
  5. fix dependencies conflict

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    edf9600 View commit details
    Browse the repository at this point in the history
  6. downgrade to ghc 9.2.8

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    feaaaca View commit details
    Browse the repository at this point in the history
  7. downgrade to ghc 9.2.8

    Signed-off-by: silver-ymz <yinmingzhuo@gmail.com>
    silver-ymz committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c106ac3 View commit details
    Browse the repository at this point in the history