mattermost-community / mattermost-plugin-aws-SNS

Plugin that receives SNS notification from Alerts created by AWS CloudWatch and sent via AWS SNS
Apache License 2.0
21 stars 22 forks source link

Add autocomplete functionality #50

Closed jrepe closed 3 years ago

jrepe commented 3 years ago

Summary

This pull request adds slash command autocomplete functionality

Ticket Link

Fixes https://github.com/mattermost/mattermost-plugin-aws-SNS/issues/39

mattermod commented 3 years ago

Hello @jrepe,

Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here.

mickmister commented 3 years ago

LGTM :+1: Thanks @jrepe!

jrepe commented 3 years ago

Great, thanks 🎉

hanzei commented 3 years ago

@DHaussermann I've tested this PR locally and didn't found any issues on this PR. Are you fine with merging this?

One unrelated issue was found: Entering /awssns does crash the plugin. I will submit a separate PR for this.