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

Support pass context.Context to all methods #1034

Merged
merged 6 commits into from Feb 24, 2022
Merged

Commits on Feb 15, 2022

  1. all: support pass context.Context to all methods

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 15, 2022
    Copy the full SHA
    0389f44 View commit details
    Browse the repository at this point in the history
  2. webhooks: remove go1.12 support

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 15, 2022
    Copy the full SHA
    dacbdf8 View commit details
    Browse the repository at this point in the history
  3. misc: use NewRequestWithContext

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 15, 2022
    Copy the full SHA
    d89251b View commit details
    Browse the repository at this point in the history
  4. misc: use http.MethodXXX constant

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 15, 2022
    Copy the full SHA
    1645ac2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. chat: add some BuildRequestContext methods for backwards compatibility

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    67b468f View commit details
    Browse the repository at this point in the history
  2. webhook: remove unnecessary PostWebhookContextCustomHTTP function

    Signed-off-by: Koichi Shiraishi <zchee.io@gmail.com>
    zchee committed Feb 24, 2022
    Copy the full SHA
    741a1f5 View commit details
    Browse the repository at this point in the history