herpaderpaldent/seat-notifications

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.styleci.yml
CHANGELOG.md
LICENSE
README.md
composer.json
src/Caches/RedisRateLimitProvider.php40
src/Channels/Discord/DiscordChannel.php82
src/Channels/Discord/DiscordEmbed.php80
src/Channels/Discord/DiscordEmbedField.php37
src/Channels/Discord/DiscordMessage.php50
src/Channels/Slack/SlackAttachment.php96
src/Channels/Slack/SlackAttachmentField.php31
src/Channels/Slack/SlackChannel.php77
src/Channels/Slack/SlackMessage.php92
src/Commands/SeatNotificationsTest.php20
src/Commands/UpdateKillmails.php39
src/Drivers/AbstractNotificationDriver.php44
src/Drivers/DiscordNotificationDriver.php60
src/Drivers/DiscourseNotificationDriver.php90
A
1 hr
src/Drivers/INotificationDriver.php15
src/Drivers/SlackNotificationDriver.php57
src/Exceptions/CouldNotSendNotification.php18
src/Exceptions/ImplementPrivateFlowException.php13
src/Exceptions/InvalidMessage.php13
src/Exceptions/UnknownDriverException.php12
src/Http/Actions/AddSubscriptionStatus.php25
src/Http/Actions/BuildAffiliationJSONAction.php26
A
1 hr
src/Http/Actions/Filter/GetCharacterFilter.php44
C
1 day
src/Http/Actions/Filter/GetCorporationFilter.php44
C
1 day
src/Http/Actions/Filter/GetFilterListAction.php28
src/Http/Actions/GetPublicDriverId.php32
src/Http/Actions/SubscribeAction.php37
src/Http/Actions/UnsubscribeAction.php37
A
1 hr
src/Http/Controllers/Discord/DiscordOAuthController.php119
A
2 hrs
src/Http/Controllers/Discord/DiscordServerController.php169
C
7 hrs
src/Http/Controllers/SeatNotificationsController.php97
src/Http/Controllers/SettingsController.php17
src/Http/Controllers/Slack/SlackServerOAuthController.php104
B
5 hrs
src/Http/Controllers/Slack/SlackUserOAuthController.php106
A
2 hrs
src/Http/Routes/Configuration/Discord.php13
src/Http/Routes/Configuration/Discourse.php5
src/Http/Routes/Configuration/Slack.php9
src/Http/Routes/NotificationChannel/Discord.php9
src/Http/Routes/NotificationChannel/Slack.php9
src/Http/Routes/routes.php76
src/Http/Validations/FilterRequest.php20
src/Http/Validations/SubscribeRequest.php21
src/Http/Validations/ValidateOAuth.php18
src/Http/Validations/ValidateSlackOAuth.php18