-
Notifications
You must be signed in to change notification settings - Fork 83
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
[GH #175] add autocomplete for gitlab slash command #182
[GH #175] add autocomplete for gitlab slash command #182
Conversation
add autocomplete for gitlab slash command issue# 175
Codecov Report
@@ Coverage Diff @@
## master #182 +/- ##
==========================================
- Coverage 42.31% 40.84% -1.48%
==========================================
Files 16 16
Lines 1633 1714 +81
==========================================
+ Hits 691 700 +9
- Misses 871 944 +73
+ Partials 71 70 -1
Continue to review full report at Codecov.
|
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.
Great! Thanks @ericjaystevens !
Couple of comments bellow.
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.
This will be a quite handy improvement for UX
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.
Great work 🎉 Can't wait to see these in action.
Two thoughts on the naming
Seem's like the consensus is to change We can generalize this that a convention exists for slash subcommands of |
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.
Awesome work 🎉 Just one missing command in the help text
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
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.
Thanks @ericjaystevens looks great to me! Awesome!
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.
Great work @ericjaystevens 🎉 This is awesome
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.
Tested and passed
- Tested that all commands are successfully added to auto-complete
- Smoke tested the plugin using auto complete functionality
- Tested on desktop and browser
- No issues found
LGTM!
Huge thanks @ericjaystevens for implementing this! This is especially nice to use with subscriptions and webhooks functionality.
add autocomplete for gitlab slash command issue# 175
Summary
Adds autocomplete support for slash command
Ticket Link
Fixes #175