Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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 Oct 22, 2020
8de3bdd
Make GatewayAPITransportFactory final
PGLongo Oct 22, 2020
6b9eca0
Fix typo in gatewaypi
PGLongo Oct 22, 2020
86018e7
Fix typo
PGLongo Oct 22, 2020
2a4c6a8
Update README.md
PGLongo Oct 22, 2020
da125b5
Rename GatewayAPI -> GatewayApi
PGLongo Oct 23, 2020
8231389
Add GatewayApiTransportFactory tests
PGLongo Oct 23, 2020
f5a5f3b
Add GatewayApiTransportTest testSend
PGLongo Oct 23, 2020
c5dd5d8
Add GatewayApiTransportTest testSupportsSmsMessage
PGLongo Oct 23, 2020
3ec6c59
Add GatewayApiTransportTest testNotSupportsChatMessage
PGLongo Oct 23, 2020
c10d7d6
Lint code
PGLongo Oct 23, 2020
56aefa1
Fix name and email in composer.json
PGLongo Oct 30, 2020
2575ca2
[Notifier] add support for gatewayapi-notifier
PGLongo Oct 22, 2020
ef3e509
Make GatewayAPITransportFactory final
PGLongo Oct 22, 2020
10c8269
Fix typo in gatewaypi
PGLongo Oct 22, 2020
633941b
Fix typo
PGLongo Oct 22, 2020
9ce1bab
Update README.md
PGLongo Oct 22, 2020
c7f7d5f
Rename GatewayAPI -> GatewayApi
PGLongo Oct 23, 2020
622a8bf
Add GatewayApiTransportFactory tests
PGLongo Oct 23, 2020
4d9ef5c
Add GatewayApiTransportTest testSend
PGLongo Oct 23, 2020
2faa1de
Add GatewayApiTransportTest testSupportsSmsMessage
PGLongo Oct 23, 2020
fc8fba8
Add GatewayApiTransportTest testNotSupportsChatMessage
PGLongo Oct 23, 2020
0c03fa2
Lint code
PGLongo Oct 23, 2020
88d533a
Fix name and email in composer.json
PGLongo Oct 30, 2020
1010e7c
Remove extra from composer.json
PGLongo Dec 7, 2020
e2fe4fb
Update version tag in GatewayApiTransport
PGLongo Dec 7, 2020
d0e94db
Add /.gitattributes export-ignore in .gitattributes
PGLongo Dec 7, 2020
9c482dc
Update UnsupportedSchemeException
PGLongo Dec 7, 2020
716c3b6
Add required space in phpdoc
PGLongo Dec 7, 2020
628fb46
Update GatewayApiTransportFactory.php
PGLongo Dec 7, 2020
208899c
Merge branch '5.x' of https://github.com/PGLongo/symfony into 5.x
PGLongo Dec 7, 2020
48002b5
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
PGLongo Dec 10, 2020
f6e7cbe
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/README.md
PGLongo Dec 10, 2020
8c7e6d1
Update authors in composer.json
PGLongo Dec 10, 2020
3370b92
Remove :void in GatewayApiTransportTest
PGLongo Dec 10, 2020
9c084ff
Remove :void in GatewayApiTransportFactoryTest
PGLongo Dec 10, 2020
afff051
Rename initFactory to createFactory
PGLongo Dec 10, 2020
fd7144b
Remove not used createMock from getTransport
PGLongo Dec 10, 2020
0d2b491
Update .gitattributes
PGLongo Dec 10, 2020
f9bbdb7
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json
PGLongo Dec 15, 2020
9506724
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/composer.json
PGLongo Dec 15, 2020
8ae74ff
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
0e069b2
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
23fc6ef
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
d41d30e
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
09613da
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
b8412ee
Merge remote-tracking branch 'upstream/5.x' into 5.x
PGLongo Dec 15, 2020
fe9473d
Use UnsupportedMessageTypeException instead of LogicException in Gate…
PGLongo Dec 15, 2020
139728f
Add first check if schema is supported in GatewayApiTransportFactory
PGLongo Dec 15, 2020
0a848b0
Update GatewayApiTransportFactory.php
PGLongo Dec 15, 2020
24fac37
Update src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/Gateway…
PGLongo Dec 15, 2020
7bb93b8
Update composer.json
PGLongo Dec 18, 2020
ffbd0de
Fix code style issue in GatewayApiTransport
PGLongo Dec 18, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add /.gitattributes export-ignore in .gitattributes
  • Loading branch information
PGLongo committed Dec 7, 2020
commit d0e94dbadf7abb72a19a824f51e24c88203f4ea5
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