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: sns #147

Merged
merged 12 commits into from
Oct 26, 2023
Merged

feat: sns #147

merged 12 commits into from
Oct 26, 2023

Conversation

totalimmersion
Copy link
Contributor

Submit a pull request

CLA

  • I have signed the Stream CLA (required).
  • The code changes follow best practices
  • Code changes are tested (add some information if not applicable)

Description of the pull request

@totalimmersion totalimmersion requested a review from gumuz as a code owner October 23, 2023 11:16
stream_chat/async_chat/client.py Outdated Show resolved Hide resolved
stream_chat/async_chat/client.py Outdated Show resolved Hide resolved
stream_chat/client.py Outdated Show resolved Hide resolved
stream_chat/client.py Outdated Show resolved Hide resolved
stream_chat/tests/async_chat/test_client.py Outdated Show resolved Hide resolved
stream_chat/tests/test_client.py Outdated Show resolved Hide resolved
stream_chat/async_chat/client.py Outdated Show resolved Hide resolved
stream_chat/client.py Outdated Show resolved Hide resolved
totalimmersion and others added 6 commits October 23, 2023 12:21
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@@ -495,6 +495,15 @@ async def check_sqs(
) -> StreamResponse:
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url}
return await self.post("check_sqs", data=data)
async def check_sns(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[black] reported by reviewdog 🐶

Suggested change
async def check_sns(
async def check_sns(

@@ -479,6 +479,15 @@ def check_sqs(
) -> StreamResponse:
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url}
return self.post("check_sqs", data=data)
def check_sns(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[black] reported by reviewdog 🐶

Suggested change
def check_sns(
def check_sns(

@@ -495,6 +495,15 @@ async def check_sqs(
) -> StreamResponse:
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url}
return await self.post("check_sqs", data=data)
async def check_sns(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [flake8] <301> reported by reviewdog 🐶
expected 1 blank line, found 0

@@ -479,6 +479,15 @@ def check_sqs(
) -> StreamResponse:
data = {"sqs_key": sqs_key, "sqs_secret": sqs_secret, "sqs_url": sqs_url}
return self.post("check_sqs", data=data)
def check_sns(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [flake8] <301> reported by reviewdog 🐶
expected 1 blank line, found 0

@totalimmersion totalimmersion merged commit 616206e into master Oct 26, 2023
1 of 5 checks passed
@totalimmersion totalimmersion deleted the feature/PBE-1044_sns branch October 26, 2023 11:44
@github-actions github-actions bot mentioned this pull request Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant