-
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
[MM-231] Sync the plugin with starter template #356
Conversation
#192) * Revert "Update main.go (#154)" This reverts commit be4a281d0cc791d10e6e5ae917b325b2f054e475. * Revert "[MM-33506] Use embed package to include plugin manifest (#145)" This reverts commit ca9ee3c17c6920a636a33f378e17395afd6f329f. * Revert "Don't generate manifest.ts (#127)" This reverts commit 18d30b50bc7ba800c9f05bfd82970781db0aea3e. * install-go-tools target, adopt gotestsum * bring back make apply + automatic versioning * Update build/manifest/main.go Co-authored-by: Michael Kochell <[email protected]> * suppress git describe error when no tags match * make version/release notes opt-in * fix whitespace in Makefile * document version management options --------- Co-authored-by: Michael Kochell <[email protected]>
Co-authored-by: Jesse Hallam <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #356 +/- ##
=======================================
Coverage 23.71% 23.71%
=======================================
Files 62 62
Lines 3087 3087
=======================================
Hits 732 732
Misses 2274 2274
Partials 81 81 ☔ View full report in Codecov by Sentry. |
@ayusht2810 Can you please resolve the conflicts here? Thank you |
@raghavaggarwal2308 Can you please take a look at this PR? |
Not sure if the lint one is running correctly though. Looks like it just downloads the dependencies https://github.com/mattermost/mattermost-plugin-welcomebot/actions/runs/8344951987/job/22838648109?pr=123 |
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.
LGTM, other than @mickmister comment above
@mickmister Should we move the PR to QA review? |
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.
The above PR has been tested for all the basic slash commands and the functionality of plugin. LGTM. Approved
…lendar into MM-231
Summary
Synced the plugin to include the below PRs:
Ticket Link