Closed hanzei closed 2 years ago
We need to bump the min_server_version
to 5.37
, similar to https://github.com/mattermost/mattermost-marketplace/pull/233
Our conclusive plan after the incompatibility issue was that we would always import from a specific Mattermost version (not commit, though I see in this PR we are importing using a version), and set the min_server_version
to that version. We haven't been following it, but that is what we arrived at to make sure we don't run into similar incombatibility issues in the future.
@mickmister Thanks for spotting that. Fixed :+1:
Merging #60 (d869016) into master (2f9e612) will decrease coverage by
0.04%
. The diff coverage is28.57%
.
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
- Coverage 17.03% 16.98% -0.05%
==========================================
Files 13 13
Lines 1773 1772 -1
==========================================
- Hits 302 301 -1
Misses 1453 1453
Partials 18 18
Impacted Files | Coverage Δ | |
---|---|---|
server/api.go | 6.97% <ø> (-0.13%) |
:arrow_down: |
server/command.go | 9.72% <ø> (ø) |
|
server/main.go | 0.00% <ø> (ø) |
|
server/plugin.go | 3.51% <0.00%> (-0.02%) |
:arrow_down: |
server/webhook.go | 0.00% <ø> (ø) |
|
server/utils.go | 18.18% <25.00%> (ø) |
|
server/manifest.go | 100.00% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 2f9e612...d869016. Read the comment docs.
@sibasankarnayak Gentle reminder to review the PR
@hanzei, @dipak-demansol and I have completed the round of release testing for v1.1.1
Any thoughts on if this required for 1.1.1
as the milestone is set here?
@DHaussermann No, this PR isn't required for v1.1.1
, but given that its low risk, I'm incident to merge it anyway.
@mickmister Gentle reminder to review the PR
I'm going to skip QA review as this PR contains mostly tooling changes.
Summary
This PR updates the dependency on
github.com/mattermost/mattermost-server
fromv5
tov6
. This ensures the v6 breaking changes propagate quickly to developers using this plugin.Please note that the plugin still works against v5 servers.
Ticket Link
None