V11.7 Docs#8895
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
📝 WalkthroughWalkthroughDocumentation and Sphinx metadata updates: bumped commented Sphinx version to '11.7'; replaced v10.5 ESR references with v10.11 and recommended upgrade target v11.7 across product-overview and upgrade docs; adjusted release-policy timeline date; added enterprise-search health-check behaviour, reconnection/backoff, sample logs, and a new Prometheus metric; added ChangesSphinx configuration
ESR upgrade guidance & release policy
Enterprise search behaviour and metrics
Environment configuration settings
Sequence Diagram(s)sequenceDiagram
autonumber
participant Mattermost as Mattermost Server
participant SearchEngine as Elasticsearch/OpenSearch
participant DB as Database
participant Prom as Prometheus
rect rgba(200,200,255,0.5)
Mattermost->>SearchEngine: periodic health check
end
alt health OK
SearchEngine-->>Mattermost: healthy
Note right of Mattermost: continue using search engine
else first failure
SearchEngine-->>Mattermost: unhealthy
Mattermost->>DB: route search queries to database (fallback)
Mattermost->>Prom: expose metric mattermost_search_engine_status = 0
Note right of Mattermost: start exponential-backoff retries
end
opt consecutive failures
Mattermost->>SearchEngine: disable engine, stop forwarding
Mattermost->>Prom: metric remains 0
end
opt recovery
SearchEngine-->>Mattermost: responds healthy
Mattermost->>SearchEngine: resume engine, re-evaluate config/license
Mattermost->>Prom: metric mattermost_search_engine_status = 1
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3 | ❌ 2❌ Failed checks (2 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Updates the Sphinx documentation configuration to reflect the Mattermost 11.7 documentation version, aligning the docs build metadata with the “V11.7 Docs” release.
Changes:
- Bumps the commented Sphinx
versionplaceholder from11.6to11.7. - Bumps the commented Sphinx
releaseplaceholder from11.6to11.7.
|
Newest code from mattermost has been published to preview environment for Git SHA cb3019b |
|
Newest code from mattermost has been published to preview environment for Git SHA ec06c14 |
|
Newest code from mattermost has been published to preview environment for Git SHA 9e260d9 |
|
Newest code from mattermost has been published to preview environment for Git SHA 9603a85 |
* Update ESR docs to reflect v10.11 end-of-life on August 15, 2026 Update placeholder ESR notices across docs to indicate that Mattermost Server v10.11 ESR is coming to end of life on August 15, 2026, and that upgrading to v11.7 or later is recommended. Also update upgrade path examples to include v11.7 ESR. Co-authored-by: Amy Blais <amyblais@users.noreply.github.com> * Update common-esr-support-upgrade.md * Update release-policy.md --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Amy Blais <amyblais@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA b19d633 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@source/product-overview/release-policy.md`:
- Line 86: Replace the hardcoded absolute URLs in the sentence referencing the
v10.11 ESR and v11.7 ESR with repo-appropriate relative Markdown links: locate
the two inline links whose link text is "v10.11 ESR" and "v11.7 ESR" and convert
each href from the full https://docs.mattermost.com/... URL to the corresponding
relative path used by the repo (relative Markdown link syntax) so the links
point to the same internal doc pages without the external domain.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 2bf7bc80-543f-4b69-8e1a-1ab4a9308fe9
📒 Files selected for processing (5)
source/administration-guide/upgrade/prepare-to-upgrade-mattermost.rstsource/product-overview/common-esr-support-rst.rstsource/product-overview/common-esr-support-upgrade.mdsource/product-overview/common-esr-support.mdsource/product-overview/release-policy.md
✅ Files skipped from review due to trivial changes (4)
- source/product-overview/common-esr-support-rst.rst
- source/administration-guide/upgrade/prepare-to-upgrade-mattermost.rst
- source/product-overview/common-esr-support.md
- source/product-overview/common-esr-support-upgrade.md
|
Newest code from mattermost has been published to preview environment for Git SHA 5c9347c |
|
Newest code from mattermost has been published to preview environment for Git SHA 3459a12 |
* Add new ES/OS behaviour on outages * Document new fast-fail behaviour and health metric
|
Newest code from mattermost has been published to preview environment for Git SHA 032c883 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In
`@source/administration-guide/scale/common-configure-mattermost-for-enterprise-search.rst`:
- Line 43: The sentence currently reads as unconditional that "the Mattermost
Server will fall back on Database search"; update it to clarify the conditional
behavior: state that the server will fall back to Database Search only if
Database Search is enabled, and if Database Search has been disabled the server
cannot fall back and search will be unavailable during Elasticsearch/OpenSearch
outages. Update the sentence around the phrase "will fall back on Database
search" and keep the link to the outage handling FAQ (the :ref:`outage handling
FAQ <administration-guide/scale/enterprise-search:how does mattermost handle
elasticsearch or opensearch outages?>`) so readers know where to get details.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 727aeae4-b802-4ee3-8539-e45fb8cf416d
📒 Files selected for processing (3)
source/administration-guide/scale/common-configure-mattermost-for-enterprise-search.rstsource/administration-guide/scale/enterprise-search.rstsource/administration-guide/scale/performance-monitoring-metrics.rst
✅ Files skipped from review due to trivial changes (2)
- source/administration-guide/scale/performance-monitoring-metrics.rst
- source/administration-guide/scale/enterprise-search.rst
|
Newest code from mattermost has been published to preview environment for Git SHA f019823 |
…terialized views (#8846)
|
Newest code from mattermost has been published to preview environment for Git SHA c3d07d4 |
|
Newest code from mattermost has been published to preview environment for Git SHA c609915 |
|
Newest code from mattermost has been published to preview environment for Git SHA fe2ea24 |
|
Newest code from mattermost has been published to preview environment for Git SHA e221c46 |
|
Newest code from mattermost has been published to preview environment for Git SHA 171d37a |
|
Newest code from mattermost has been published to preview environment for Git SHA 1172f08 |
* Add v11.7 ESR documentation for May 15 release Updates documentation for the Mattermost v11.7 Extended Support Release and Desktop App v6.2 ESR, releasing May 15, 2026 with support through May 15, 2027. Co-authored-by: Amy Blais <amyblais@users.noreply.github.com> * Update release-policy.md * Update ui-ada-changelog.rst * Update mattermost-v11-changelog.md * Update ui-ada-changelog.rst * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update open-source-components.rst * Update deprecated-features.rst * Update mattermost-desktop-releases.md * Update deprecated-features.rst * Update mattermost-v11-changelog.md * Update software-hardware-requirements.rst * Update mattermost-v11-changelog.md * Update ui-ada-changelog.rst * Update mattermost-v11-changelog.md * Update release-policy.md * Update software-hardware-requirements.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update release-policy.md * Update important-upgrade-notes.rst * Apply suggestion from @wiggin77 * Update mattermost-v11-changelog.md * Update source/product-overview/mattermost-v11-changelog.md Co-authored-by: Doug Lauder <wiggin77@warpmail.net> * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update release-policy.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update source/product-overview/mattermost-v11-changelog.md Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com> * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update release-policy.md * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update ui-ada-changelog.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update important-upgrade-notes.rst * Update mattermost-v11-changelog.md * Update mattermost-v11-changelog.md * Update ui-ada-changelog.rst * Update mattermost-v11-changelog.md * Update important-upgrade-notes.rst --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Amy Blais <amyblais@users.noreply.github.com> Co-authored-by: Doug Lauder <wiggin77@warpmail.net> Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
|
Newest code from mattermost has been published to preview environment for Git SHA a2b0d31 |
|
Newest code from mattermost has been published to preview environment for Git SHA 1aeb2d2 |
* Update release-policy.md * Update release-policy.md * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update release-policy.md * Update release-policy.md * Update release-policy.md --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA f537b16 |
|
@Combs7th Please help approve this (but not merge yet) before Friday, May 15th. |
|
Newest code from mattermost has been published to preview environment for Git SHA 0ee5049 |
…8962) Adds a short admin-facing section noting that, from Mattermost Desktop v6.2.0, the same organization-level settings available via Windows group policy can be managed on macOS via managed preferences delivered through an MDM solution. Refs mattermost/desktop#3692 Resolves #8960 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Combs7th <Combs7th@users.noreply.github.com>
|
Newest code from mattermost has been published to preview environment for Git SHA bd364c3 |
To be merged on Friday, May 15th.