Conversation
|
@DHaussermann Please do a smoke test to make sure I didn't broke anything. |
|
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 and @manland, Please advise if we cxan resolve this as part of this PR or if I should create a new issue. |
|
@DHaussermann please use |
DHaussermann
left a comment
There was a problem hiding this comment.
Tested and passed
- Successfully Built
- Briefly regression tested - connect / disconnect, Subscriptions and webhook events delivery
- No issues found.
LGTM!
|
/update-branch |
|
Error trying to update the PR. |
#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>
* 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>
Summary
find . -name "*.go" -type f | xargs sed -i -e 's/github.com\/mattermost\/mattermost-server\//github.com\/mattermost\/mattermost-server\/v5\//g'go mod tidyTicket Link
https://mattermost.atlassian.net/browse/MM-21354