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

✨ feature: add initial support for hooks #1777

Merged
merged 30 commits into from Mar 10, 2022

Commits on Feb 14, 2022

  1. Add initial support for hooks.

    efectn committed Feb 14, 2022
    Copy the full SHA
    b0933d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. release ctx, mutex.

    efectn committed Feb 17, 2022
    1
    Copy the full SHA
    b43788d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Add unit tests.

    efectn committed Feb 18, 2022
    Copy the full SHA
    76a2e45 View commit details
    Browse the repository at this point in the history
  2. add comment lines.

    efectn committed Feb 18, 2022
    Copy the full SHA
    c61eac9 View commit details
    Browse the repository at this point in the history
  3. update

    efectn committed Feb 18, 2022
    Copy the full SHA
    124671b View commit details
    Browse the repository at this point in the history
  4. update

    efectn committed Feb 18, 2022
    Copy the full SHA
    7292511 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Copy the full SHA
    649bb6c View commit details
    Browse the repository at this point in the history
  2. remove unnecessary code.

    efectn committed Feb 19, 2022
    Copy the full SHA
    2faecaa View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-hooks-support' of https://github.com/efectn/fiber i…

    …nto add-hooks-support
    efectn committed Feb 19, 2022
    Copy the full SHA
    2e18ea0 View commit details
    Browse the repository at this point in the history
  4. fix race condition.

    efectn committed Feb 19, 2022
    Copy the full SHA
    429ee79 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. fix gosec.

    efectn committed Feb 20, 2022
    Copy the full SHA
    8a04452 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    936a260 View commit details
    Browse the repository at this point in the history
  3. update

    efectn committed Feb 20, 2022
    Copy the full SHA
    495e722 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. separate hooks from app.go

    efectn committed Feb 21, 2022
    Copy the full SHA
    2d8dce2 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

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

Commits on Feb 25, 2022

  1. Copy the full SHA
    7dd783b View commit details
    Browse the repository at this point in the history
  2. OnGroupName method.

    efectn committed Feb 25, 2022
    Copy the full SHA
    5b6073a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. Update hooks.go

    Co-authored-by: hi019 <65871571+hi019@users.noreply.github.com>
    efectn and hi019 committed Feb 26, 2022
    Copy the full SHA
    a9605c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Copy the full SHA
    57de317 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add-hooks-support' of https://github.com/efectn/fiber i…

    …nto add-hooks-support
    efectn committed Feb 28, 2022
    Copy the full SHA
    401e4c6 View commit details
    Browse the repository at this point in the history
  3. fix tests.

    efectn committed Feb 28, 2022
    Copy the full SHA
    bf99b34 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. Update app.go

    hi019 committed Mar 2, 2022
    Copy the full SHA
    02fa494 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1e4138e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'add-hooks-support' of https://github.com/efectn/fiber i…

    …nto add-hooks-support
    efectn committed Mar 2, 2022
    Copy the full SHA
    8efce6f View commit details
    Browse the repository at this point in the history
  4. add multi-handler.

    efectn committed Mar 2, 2022
    Copy the full SHA
    4bb277e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fecaa73 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Update hooks.go

    efectn committed Mar 5, 2022
    Copy the full SHA
    3dbf49b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. add newhooks method.

    efectn committed Mar 7, 2022
    Copy the full SHA
    0223ed1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Copy the full SHA
    8d9f0dc View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. remove ctx from hooks.

    efectn committed Mar 9, 2022
    Copy the full SHA
    34592bc View commit details
    Browse the repository at this point in the history