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(core)!: implement an interceptor for the logging layer #4961

Merged
merged 16 commits into from
Aug 9, 2024

Commits on Aug 5, 2024

  1. feat: init

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    59074b0 View commit details
    Browse the repository at this point in the history
  2. feat: accessor log

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5afb9a4 View commit details
    Browse the repository at this point in the history
  3. feat: more logs

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4e578ed View commit details
    Browse the repository at this point in the history
  4. feat: compile

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    629c45d View commit details
    Browse the repository at this point in the history
  5. feat: use interceptor

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9422ce4 View commit details
    Browse the repository at this point in the history
  6. feat: use ctx to log

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    abe248b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6e56f3b View commit details
    Browse the repository at this point in the history
  8. style: fix clippy

    evenyag committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d35fcac View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. chore: update comments

    evenyag committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    2c99896 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    2a48a42 View commit details
    Browse the repository at this point in the history
  2. refactor: pass operation

    evenyag committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e524609 View commit details
    Browse the repository at this point in the history
  3. feat: add context

    evenyag committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a44c5c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48fbec1 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. refactor: remove path

    evenyag committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9793d68 View commit details
    Browse the repository at this point in the history
  2. docs: fix example

    evenyag committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    d207f49 View commit details
    Browse the repository at this point in the history
  3. test: fix haskell test

    evenyag committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    9876d83 View commit details
    Browse the repository at this point in the history