mattermost / mattermost-plugin-github

GitHub plugin for Mattermost
Apache License 2.0
157 stars 150 forks source link

[MM-53944] Make use of github.com/mattermost/mattermost/server/public #725

Closed hanzei closed 8 months ago

hanzei commented 10 months ago

Summary

This PR makes use of the newly created go module in https://pkg.go.dev/github.com/mattermost/mattermost/server/public.

See https://github.com/mattermost/mattermost-plugin-demo/pull/163 and https://github.com/mattermost/mattermost-plugin-gitlab/pull/393 for similar migrations.

Ticket Link

https://mattermost.atlassian.net/browse/MM-53944

codecov-commenter commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5aa2450) 15.79% compared to head (041e6c6) 15.79%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #725 +/- ## ======================================= Coverage 15.79% 15.79% ======================================= Files 15 15 Lines 5767 5767 ======================================= Hits 911 911 Misses 4814 4814 Partials 42 42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hanzei commented 10 months ago

/update-branch

hanzei commented 9 months ago

@Kshitij-Katiyar @raghavaggarwal2308 Could one of you please give the PR a review? Thanks!

hanzei commented 9 months ago

Waiting for v2.2.0 to get released