Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MM-49610 - Merge master into production #337

Merged
merged 36 commits into from
Mar 15, 2023

Conversation

cpoile
Copy link
Member

@cpoile cpoile commented Jan 27, 2023

Summary

  • Related to MM-49609 - Update mattermost-server version #333 , merge master into production because we (calls) run the generator cmd on the production branch
  • After all the commits from Master, there are two new ones: the merge commit b248b8f, and the plugins.json diff ea51c3e
  • ea51c3e is updating the existing plugins to the new manifest (an empty hosting field). This way the next person to run the generator won't see all this in their diff.
  • I don't think this will cause any troubles with the marketplace, but correct me if I'm wrong please.

Ticket Link

hanzei and others added 26 commits November 25, 2020 12:02
* Add experimental and partner label

* Update generator add

* Apply labels before sending a response
Co-authored-by: Ben Schumacher <ben.schumacher@mattermost.com>
Co-authored-by: Jesse Hallam <jesse.hallam@gmail.com>
Co-authored-by: Christopher Speller <crspeller@gmail.com>
Co-authored-by: Daniel Espino García <larkox@gmail.com>
Co-authored-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com>
Co-authored-by: Christopher Poile <cpoile@gmail.com>
Co-authored-by: Michael Kochell <6913320+mickmister@users.noreply.github.com>
Co-authored-by: Jason Blais <13119842+jasonblais@users.noreply.github.com>
* update mattermost-server version

* remove ioutil

* remove deprecated linters, add revive

* experimenting with go and node circleci upgrades

* fix

* fix

* go 1.19, revive, fix new linter errors

* fix golangci-lint-version to match dep orb

* fix comment

* use same golangci-lint as plugins

* fix failing build?

* testing...

* remove unneeded gotest/tools

* fix
# Conflicts:
#	.circleci/config.yml
#	go.mod
#	go.sum
#	internal/model/label.go
#	plugins.json
@cpoile cpoile added the 2: Dev Review Requires review by a core committer label Jan 27, 2023
@hanzei
Copy link
Collaborator

hanzei commented Feb 16, 2023

@cpoile Would you please merge master into MM-49610-update-production-branch?

@cpoile
Copy link
Member Author

cpoile commented Feb 16, 2023

@hanzei done

hanzei
hanzei previously approved these changes Feb 16, 2023
@hanzei hanzei added the 3: QA Review Requires review by a QA tester label Feb 16, 2023
@hanzei
Copy link
Collaborator

hanzei commented Feb 16, 2023

@DHaussermann Could you please done some smoke testing around the Marketplace to ensure nothing breaks with this update?

streamer45
streamer45 previously approved these changes Feb 16, 2023
Copy link
Contributor

@streamer45 streamer45 left a comment

Choose a reason for hiding this comment

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

Nice 👍

@hanzei hanzei dismissed stale reviews from streamer45 and themself via 291ee5f February 18, 2023 17:37
@hanzei hanzei removed the 2: Dev Review Requires review by a core committer label Feb 18, 2023
@cpoile
Copy link
Member Author

cpoile commented Mar 7, 2023

Gentle ping on this @DHaussermann, thank you!

@DHaussermann
Copy link

Sorry for the delay on this @cpoile I can make time to test this today or Monday.

Can you clarify the scope and expected behavior here? I can regression test that Calls is installable. But, the rest of the scope is unclear to me.
I see a couple changes of github.com/mattermost/mattermost-server/v6/model but mostly I'm curious about the hosting value in the manifest. Are we changing the way this works?

Please let me know if you can provide some high level test guidance.
cc @hanzei

@cpoile
Copy link
Member Author

cpoile commented Mar 10, 2023

@DHaussermann No worries. From my point of view, I think we just need to test that the production marketplace will still work after this merge. The updates to model allows us to generate the hosting value, which was added to allow plugins to specify settings that are only for self hosted or only for cloud.

@hanzei Do you have anything specific you'd like to see tested?

Copy link

@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

  • Can use Marketplace to install Calls
  • Can use Marketplace to upgrade Calls from an earlier version
  • Tested that hosting is still respected ex: Antivirus is not listed if licence is of type Cloud
  • Tested that SKU for Proffesional/Enterprise check is still respected
  • Other various regression testing (searching, installs, theming and labels, surfacing an error if the plugin cannot start etc...)

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 Mar 15, 2023
@cpoile
Copy link
Member Author

cpoile commented Mar 15, 2023

Thanks @DHaussermann for the work!

@cpoile cpoile merged commit 48d943e into production Mar 15, 2023
@cpoile cpoile deleted the MM-49610-update-production-branch branch March 15, 2023 18:59
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.

7 participants