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

Add Signal channel #106

Open
wants to merge 52 commits into
base: master
Choose a base branch
from

Conversation

tehCh0nG
Copy link

Apologies for the mass commits. I wasn't able to get them to squash.

tehCh0nG and others added 30 commits August 11, 2020 16:25
Revert "Add Discord channel" (laravel-notification-channels#14)

Update README.md

chore: update instructions

chore: update readme

docs: fork repo correction

fix: update documentation

Add files via upload

Create src folder

Create Exceptions folder

Delete Exceptions

Create Delete

Create config folder

Create delete

Upload Signal files

Upload file

Create delete

Add files via upload

Add files via upload

Delete Delete

Delete delete

Delete delete

Delete test

Delete signal-notification-channel.php

Add files via upload

Delete delete
@tehCh0nG tehCh0nG mentioned this pull request Aug 12, 2020
composer.lock Outdated Show resolved Hide resolved
src/Exceptions/CouldNotSendNotification.php Outdated Show resolved Hide resolved
src/Exceptions/CouldNotSendNotification.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
}

if (!$result->isSuccessful()) {
$symfonyerror = new ProcessFailedException($result);
Copy link
Member

Choose a reason for hiding this comment

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

Wrong var passed here.

Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't we pass a string, not another exception object here?

src/SignalMessage.php Outdated Show resolved Hide resolved
src/tests/MessageTest.php Show resolved Hide resolved
src/tests/MessageTest.php Show resolved Hide resolved
@tehCh0nG tehCh0nG requested a review from atymic August 19, 2020 21:09
src/Signal.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
src/SignalChannel.php Outdated Show resolved Hide resolved
src/SignalMessage.php Outdated Show resolved Hide resolved
Fix indenting, remove env usage, fix spacing
Added additional tests
Fix sprintf usage
@tehCh0nG tehCh0nG requested a review from atymic August 26, 2020 18:40
@atymic
Copy link
Member

atymic commented May 18, 2021

@tehCh0nG still happy to do this? If so i will re-review.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants