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

Update important-upgrade-notes.rst #4811

Merged
merged 4 commits into from
Aug 11, 2021
Merged

Conversation

amyblais
Copy link
Member

@amyblais amyblais commented Jul 30, 2021

-5.38 upgrade notes
-Also added a note for mattermost/mattermost#18038 (comment)

@amyblais amyblais added 1: Dev Review Requires review by a core commiter 1: PM Review Requires review by a product manager 2: Editor Review Requires review by an editor labels Jul 30, 2021
@amyblais amyblais added this to the v5.38.0 milestone Jul 30, 2021
@github-actions
Copy link

Newest code from amyblais has been published to preview environment for Git SHA eacc05b

@amyblais amyblais requested review from agnivade and streamer45 August 3, 2021 19:12
@github-actions
Copy link

github-actions bot commented Aug 3, 2021

Newest code from amyblais has been published to preview environment for Git SHA 3d7ba94

@amyblais amyblais removed the 1: Dev Review Requires review by a core commiter label Aug 4, 2021
@amyblais amyblais requested a review from esethna August 4, 2021 12:57
@github-actions
Copy link

github-actions bot commented Aug 4, 2021

Newest code from amyblais has been published to preview environment for Git SHA 0fb89f6

| | and 20 seconds for a database containing approximately 4 million channel memberships and about 130,000 channels. The ``fixCRTThreadCountsAndUnreads`` fix takes |
| | about 3 minutes and 30 seconds for a database containing 56367 threads, 124587 thread memberships, and 220801 channel memberships. These are on MYSQL v5.6.51. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Focalboard v0.8.0 (released with Mattermost v5.38.0) requires Mattermost v5.37 due to the new database connection system. |
Copy link
Member Author

@amyblais amyblais Aug 6, 2021

Choose a reason for hiding this comment

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

@chenilim Would you be able to review if we want to add this note here (for Focalboard)?

Copy link
Member

Choose a reason for hiding this comment

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

Sorry for the delay, looks good to me!

@amyblais amyblais removed the 2: Editor Review Requires review by an editor label Aug 9, 2021
@github-actions
Copy link

github-actions bot commented Aug 9, 2021

Newest code from amyblais has been published to preview environment for Git SHA 26e1d82

Copy link
Member

@chenilim chenilim left a comment

Choose a reason for hiding this comment

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

LGTM!

| | and 20 seconds for a database containing approximately 4 million channel memberships and about 130,000 channels. The ``fixCRTThreadCountsAndUnreads`` fix takes |
| | about 3 minutes and 30 seconds for a database containing 56367 threads, 124587 thread memberships, and 220801 channel memberships. These are on MYSQL v5.6.51. |
| +------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| | Focalboard v0.8.0 (released with Mattermost v5.38.0) requires Mattermost v5.37 due to the new database connection system. |
Copy link
Member

Choose a reason for hiding this comment

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

Sorry for the delay, looks good to me!

@amyblais amyblais added 3: Reviews Complete All reviewers have approved the pull request and removed 1: PM Review Requires review by a product manager labels Aug 11, 2021
@amyblais amyblais merged commit 76ba6a7 into v5.38-documentation Aug 11, 2021
@amyblais amyblais deleted the amyblais-patch-7 branch August 11, 2021 16:34
amyblais added a commit that referenced this pull request Aug 16, 2021
* Update conf.py

* Update open-source-components.rst

* Update release-lifecycle.rst

* Reliable Websockets: default to true

Documentation for: mattermost/mattermost#17890

Updated:
- Set Up, Manage, Onboard, and Comply > Set Up Mattermost > Self-Managed Deployments > Configuration Settings > Experimental Settings only in config.json > Enable Reliable Websockets
   - Updated the default value of the config setting to ``true``

* PR didn't follow internal processes for submission

* Re-added file deleted in error

* Re-added the correct file that was deleted in error

* MM-36779 - Add ChimeraOAuthProxyURL config option (#4928)

* MM-36779 - Add ChimeraOAuthProxyURL config option

Documentation for: mattermost/mattermost#17888

Updated:
- Set Up, Manage, Onboard, and Comply > Set Up Mattermost > Self-Managed Deployments > Configuration Settings > Plugins (Beta)
   - Added the Chimera OAuth Proxy URL configuration setting

* Added ChimeraOAuthProxyUrl to Telemetry

* added note about the setting being available only via config.json

* Update source/configure/configuration-settings.rst

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update source/configure/configuration-settings.rst

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Reliable Websockets: default to true (#4918)

Documentation for: mattermost/mattermost#17890

Updated:
- Set Up, Manage, Onboard, and Comply > Set Up Mattermost > Self-Managed Deployments > Configuration Settings > Experimental Settings only in config.json > Enable Reliable Websockets
    - Updated the default value of the config setting to ``true``

* Added functionality to archive/unarchive teams from system console (#4927)

* Added functionality to archive/unarchive teams from system console

Documentation for: mattermost/mattermost-webapp#8129

Updated:
- Set Up, Manage, Onboard, and Comply > Manage Mattermost > Self-Managed Deployments > Managing Team and Channel Members (E20) > Team Profile
   - Updated section to include details on how to archive/unarchive the team

* Added archive/unarchive updates to Cloud-specific page

* Updated LHS

- Moved self-managed topic from all instances to self-managed
- Added Cloud-specific topic

* added mmctl equivalent for team restore

* added mmctl equivalent for team restore (self-managed)

* Update source/manage/cloud-team-and-channel.rst

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update source/manage/team-channel-members.rst

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* Update data-retention-policy.rst (#4937)

* Update data-retention-policy.rst

Adding docs for custom data retention policies.

* Update data-retention-policy.rst

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update data-retention-policy.rst

* Update data-retention-policy.rst

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update source/comply/data-retention-policy.rst

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update important-upgrade-notes.rst (#4811)

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* Update important-upgrade-notes.rst

* Fix typos

* MM-36547 Renamed 'Mute Channel' and 'Edit Channel Header' menus (#4941)

Documentation for: mattermost/mattermost-webapp#8313

Updated:
- Messaging > Manage Teams, Channels, and Members > Managing Channels > Creating a Direct or Group Message
   - Updated section to include mute, unmute, and edit header options for group and direct messages

* MM-35722: CRT, post click open thread (#4942)

Documentation for: mattermost/mattermost-webapp#8342

Updated:
- Messages > Work with Messages > Organizing Conversations using Collapsed Reply Threads (Beta) > Start or Reply to Threads
   - Updated Tip bullet point #1 to clarify that uses can click anywhere in a message in the center pane to view it/reply to it

* MM-35470 Disable config watching logic (#4951)

* MM-35470 Disable config watching logic

Documentation for: mattermost/mattermost#17913

Updated:
- Set Up, Manage, Onboard, and Comply > Set Up Mattermost > Self-Managed Deployments > Configuration Settings
   - Updated introductory content to remove < v5.12 legacy note and add config watcher note and link to mmctl command

* Update source/configure/configuration-settings.rst

Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>

* v5.38.0 Changelog (#4810)

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Apply suggestions from code review

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

* Update self-managed-changelog.md

* Update self-managed-changelog.md

* Update self-managed-changelog.md

Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com>

Co-authored-by: Amy Blais <29708087+amyblais@users.noreply.github.com>
Co-authored-by: Justine Geffen <justinegeffen@users.noreply.github.com>
Co-authored-by: Katie Wiersgalla <39744472+wiersgallak@users.noreply.github.com>
@amyblais amyblais removed the 3: Reviews Complete All reviewers have approved the pull request label Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants