Skip to content

Bump Mattermost to 5.18#127

Merged
hanzei merged 2 commits intomasterfrom
mm_5.18
Jan 7, 2020
Merged

Bump Mattermost to 5.18#127
hanzei merged 2 commits intomasterfrom
mm_5.18

Conversation

@hanzei
Copy link
Copy Markdown
Collaborator

@hanzei hanzei commented Dec 20, 2019

Summary

  • Update Mattermost dependency on all plugins to 5.18
  • Update MM import path using find . -name "*.go" -type f | xargs sed -i -e 's/github.com\/mattermost\/mattermost-server\//github.com\/mattermost\/mattermost-server\/v5\//g'
  • Run go mod tidy
  • Update other dependencies

Ticket Link

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

@hanzei hanzei added 2: Dev Review Requires review by a core committer 3: QA Review Requires review by a QA tester labels Dec 20, 2019
@hanzei
Copy link
Copy Markdown
Collaborator Author

hanzei commented Dec 20, 2019

@DHaussermann Please do a smoke test to make sure I didn't broke anything.

@manland
Copy link
Copy Markdown
Contributor

manland commented Dec 20, 2019

I have checked go-gitlab changelog and nothing is changing significantly. When we update this dependency the big part is web-hook (because of runtime and not compile time).

@hanzei hanzei removed the 2: Dev Review Requires review by a core committer label Dec 20, 2019
@mickmister
Copy link
Copy Markdown
Contributor

@hanzei Thanks for updating this repo @hanzei!

@DHaussermann
Copy link
Copy Markdown

@hanzei and @manland,
I can regression test this by just using make dist but there seems to be a pre-existing issue with the make file. When trying to run the full make I get

Running errcheck
env GO111MODULE=off /usr/local/go/bin/go get github.com/kisielk/errcheck
errcheck ./server/...

Please advise if we cxan resolve this as part of this PR or if I should create a new issue.

@manland
Copy link
Copy Markdown
Contributor

manland commented Jan 6, 2020

@DHaussermann please use make all instead of make because we include errcheck before the all: instruction in makefile. So using make result in a errcheck and not in a make all.

Copy link
Copy Markdown

@DHaussermann DHaussermann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and passed

  • Successfully Built
  • Briefly regression tested - connect / disconnect, Subscriptions and webhook events delivery
  • No issues found.
    LGTM!

@DHaussermann DHaussermann added 4: Reviews Complete All reviewers have approved the pull request and removed 3: QA Review Requires review by a QA tester labels Jan 6, 2020
@mickmister
Copy link
Copy Markdown
Contributor

/update-branch

@mattermod
Copy link
Copy Markdown
Contributor

Error trying to update the PR.
Please do it manually.

@hanzei hanzei self-assigned this Jan 6, 2020
@hanzei hanzei merged commit 4e65b0c into master Jan 7, 2020
@hanzei hanzei deleted the mm_5.18 branch January 7, 2020 08:50
@hanzei hanzei added this to the v1.1.0 milestone Jan 7, 2020
ayusht2810 pushed a commit that referenced this pull request Jan 31, 2024
#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 <6913320+mickmister@users.noreply.github.com>

* 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 <6913320+mickmister@users.noreply.github.com>
Signed-off-by: ayusht2810 <ayush.thakur@brightscout.com>
mickmister added a commit that referenced this pull request Feb 1, 2024
* Sync with playbooks: install-go-tools, gotestsum, and dynamic versions (#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 <6913320+mickmister@users.noreply.github.com>

* 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 <6913320+mickmister@users.noreply.github.com>
Signed-off-by: ayusht2810 <ayush.thakur@brightscout.com>

* Fetch plugin logs from server (#193)

Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>

* [MM-176] Fix lint errors

---------

Signed-off-by: ayusht2810 <ayush.thakur@brightscout.com>
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4: Reviews Complete All reviewers have approved the pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants