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-60179: add support package #1580

Merged
merged 4 commits into from
Aug 20, 2024
Merged

Conversation

ifoukarakis
Copy link
Contributor

Summary

Add loader for support package v1.

Ticket Link

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

@ifoukarakis ifoukarakis marked this pull request as ready for review August 19, 2024 14:31
@ifoukarakis ifoukarakis added the 2: Dev Review Requires review by a core committer label Aug 19, 2024
"""
try:
metadata, sp = load_support_package_file(support_package)
logger.info('Loaded survey packet')
Copy link
Contributor

Choose a reason for hiding this comment

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

packet or package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Both terms appear in discussions. Since docs use support packet, I'll change the naming to packet.

Copy link
Contributor

@catalintomai catalintomai Aug 20, 2024

Choose a reason for hiding this comment

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

Yes, they are confusing. One idea I thought was captured above (before your renaming) was to call the file - support package and its payload - support packet.

@ifoukarakis ifoukarakis merged commit fb0f471 into master Aug 20, 2024
4 checks passed
@ifoukarakis ifoukarakis deleted the MM-60179-support-package-v1 branch August 20, 2024 08:24
@ifoukarakis ifoukarakis added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants