-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[Notifier] add support for gatewayapi-notifier #38685
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
962b19b
[Notifier] add support for gatewayapi-notifier
PGLongo 8de3bdd
Make GatewayAPITransportFactory final
PGLongo 6b9eca0
Fix typo in gatewaypi
PGLongo 86018e7
Fix typo
PGLongo 2a4c6a8
Update README.md
PGLongo da125b5
Rename GatewayAPI -> GatewayApi
PGLongo 8231389
Add GatewayApiTransportFactory tests
PGLongo f5a5f3b
Add GatewayApiTransportTest testSend
PGLongo c5dd5d8
Add GatewayApiTransportTest testSupportsSmsMessage
PGLongo 3ec6c59
Add GatewayApiTransportTest testNotSupportsChatMessage
PGLongo c10d7d6
Lint code
PGLongo 56aefa1
Fix name and email in composer.json
PGLongo 2575ca2
[Notifier] add support for gatewayapi-notifier
PGLongo ef3e509
Make GatewayAPITransportFactory final
PGLongo 10c8269
Fix typo in gatewaypi
PGLongo 633941b
Fix typo
PGLongo 9ce1bab
Update README.md
PGLongo c7f7d5f
Rename GatewayAPI -> GatewayApi
PGLongo 622a8bf
Add GatewayApiTransportFactory tests
PGLongo 4d9ef5c
Add GatewayApiTransportTest testSend
PGLongo 2faa1de
Add GatewayApiTransportTest testSupportsSmsMessage
PGLongo fc8fba8
Add GatewayApiTransportTest testNotSupportsChatMessage
PGLongo 0c03fa2
Lint code
PGLongo 88d533a
Fix name and email in composer.json
PGLongo 1010e7c
Remove extra from composer.json
PGLongo e2fe4fb
Update version tag in GatewayApiTransport
PGLongo d0e94db
Add /.gitattributes export-ignore in .gitattributes
PGLongo 9c482dc
Update UnsupportedSchemeException
PGLongo 716c3b6
Add required space in phpdoc
PGLongo 628fb46
Update GatewayApiTransportFactory.php
PGLongo 208899c
Merge branch '5.x' of https://github.com/PGLongo/symfony into 5.x
PGLongo 48002b5
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
PGLongo f6e7cbe
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
PGLongo 8c7e6d1
Update authors in composer.json
PGLongo 3370b92
Remove :void in GatewayApiTransportTest
PGLongo 9c084ff
Remove :void in GatewayApiTransportFactoryTest
PGLongo afff051
Rename initFactory to createFactory
PGLongo fd7144b
Remove not used createMock from getTransport
PGLongo 0d2b491
Update .gitattributes
PGLongo f9bbdb7
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json
PGLongo 9506724
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json
PGLongo 8ae74ff
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo 0e069b2
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo 23fc6ef
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo d41d30e
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo 09613da
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo b8412ee
Merge remote-tracking branch 'upstream/5.x' into 5.x
PGLongo fe9473d
Use UnsupportedMessageTypeException instead of LogicException in Gate…
PGLongo 139728f
Add first check if schema is supported in GatewayApiTransportFactory
PGLongo 0a848b0
Update GatewayApiTransportFactory.php
PGLongo 24fac37
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo 7bb93b8
Update composer.json
PGLongo ffbd0de
Fix code style issue in GatewayApiTransport
PGLongo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add /.gitattributes export-ignore in .gitattributes
- Loading branch information
commit d0e94dbadf7abb72a19a824f51e24c88203f4ea5
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
src/Symfony/Component/Notifier/Bridge/GatewayApi/.gitattributes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
/Tests export-ignore | ||
/phpunit.xml.dist export-ignore | ||
/.gitignore export-ignore | ||
/.gitattributes export-ignore | ||
PGLongo marked this conversation as resolved.
Show resolved
Hide resolved
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.