mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
128 stars 120 forks source link

Fetch plugin logs from server #193

Closed hanzei closed 7 months ago

hanzei commented 9 months ago

Summary

To make it easier for plugin developers to get the log of the plugin that they are developing, this PR add two new Make target:

Screencast from 18.12.2023 12:37:35.webm

Ticket Link

NONE

hanzei commented 9 months ago

I've been thinking about adding a mmctl logs watch command. If we want to do that, where would be shared code life?

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (eef27c8) 5.26% compared to head (cfb38d8) 5.26%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #193 +/- ## ====================================== Coverage 5.26% 5.26% ====================================== Files 3 3 Lines 38 38 ====================================== Hits 2 2 Misses 36 36 ```

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

hanzei commented 8 months ago

LGTM, @hanzei do you have any remaining major concerns?

@mickmister I think you meant to ping @lieut-data, right?