-
Notifications
You must be signed in to change notification settings - Fork 23
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
Discord notification fixes #83
Merged
Merged
Changes from 41 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
02212af
feat: implement discord driver
warlof dc8592b
feat(notifications): implement discord notifications
warlof faefe0e
fix(l18n): add missing captions
warlof d6d6e2c
style(ci): apply change requests
warlof 9376ddc
feat: use the new composer way to get installed version
warlof d0d810b
fix: prevent concurrent notifications to be dispatched
warlof b619abb
use rate limiting for contracts
recursivetree 268c121
Merge remote-tracking branch 'upstream/5.0.x' into 5.0.x
recursivetree 9552fd1
Merge remote-tracking branch 'upstream/5.0.x' into 5.0.x
recursivetree dfafe3b
Merge branch 'discord' into native-discord-5.0.x
recursivetree 5631497
fix merge conflicts
recursivetree d7d89fe
refactor: remove AbstractsCharacterNotification
recursivetree 60f3589
fix routes
recursivetree e45ba98
add test notification
recursivetree 643fb83
styleci
recursivetree 8ea79a0
message refactor infrastructure
recursivetree dc3c8bc
refactor to allow ping injection
recursivetree a32661f
move via() to AbstractXNotification
recursivetree 0a7ce34
more styleci
recursivetree 9ad1215
remove deprecated, unused notifications
recursivetree 2d2f419
add populateMessage support for mail+slack
recursivetree f0a6a3c
mentions ui+model
recursivetree b0a864b
add discord ping types
recursivetree 24b522d
introduce notification dispatch trait
recursivetree b1bf05e
more work on pings
recursivetree 2fdff54
fix annoying things
recursivetree b70f9f4
connect mentions with discord
recursivetree 3996781
fix routes
recursivetree 5d1b473
add missing imports
recursivetree 29cfdde
styleci
recursivetree 71cc11e
remove debugging logger
recursivetree 2dba086
Apply suggestions from code review
recursivetree 7049a4c
styleci
recursivetree 4ccd4f9
fix CorpAppNewMsg
recursivetree 40e64ed
refactor name->label
recursivetree 50d5921
fix null issue
recursivetree 8cc45c0
fix embed fields
recursivetree d432899
fix timestamp conversion
recursivetree be5985d
fix job bugs
recursivetree 0fc5d2b
Merge remote-tracking branch 'upstream/5.0.x' into 5.0.x
recursivetree f13928e
Merge branch '5.0.x' into clean-discord-fixes
recursivetree b6eab19
Revert "fix timestamp conversion"
recursivetree 4c76d44
styleci
recursivetree 47319c0
improve error handling
recursivetree 9edfc21
remove null check
recursivetree 9014c81
styleci
recursivetree 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
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about casting the field with carbon in the model instead ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you do that? If so, it's probably a good idea