Skip to content

Document HPNS regional URLs (Global, US, EU, Japan) and remove stale … - #9114

Merged
mrckndt merged 3 commits into
mattermost:masterfrom
mrckndt:add-HPNS-URLs
Jul 28, 2026
Merged

Document HPNS regional URLs (Global, US, EU, Japan) and remove stale …#9114
mrckndt merged 3 commits into
mattermost:masterfrom
mrckndt:add-HPNS-URLs

Conversation

@mrckndt

@mrckndt mrckndt commented Jul 27, 2026

Copy link
Copy Markdown
Member

Summary

Documents the 4 regional Hosted Push Notification Service (HPNS) URLs and removes stale, single-URL references:

  • Updated the Push notification server location config setting (administration-guide/configure/push-notification-server-configuration-settings.rst) to list the actual config.json URL values for each region — Global (https://global.push.mattermost.com, load-balances across regions), US, EU, and Japan — replacing the outdated "US (Default) or Germany" wording.
  • Updated deployment-guide/mobile/mobile-troubleshooting.rst so the proxy setup instructions reference all 4 regional URLs instead of a single hardcoded https://push.mattermost.com.
  • Updated end-user-guide/preferences/troubleshoot-notifications.rst to drop the stale bare HPNS URL and point to the full regional list.

@mrckndt
mrckndt requested a review from DSchalla July 27, 2026 13:15
@mrckndt mrckndt added the preview-environment Allow the preview environment to be generated for Pull Requests coming from fork repositories label Jul 27, 2026
@coderabbitai

coderabbitai Bot commented Jul 27, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9ba2b1cb-2240-4548-a42e-edab031f8647

📥 Commits

Reviewing files that changed from the base of the PR and between 4ad3868 and d14edfe.

📒 Files selected for processing (1)
  • source/administration-guide/configure/push-notification-server-configuration-settings.rst
🚧 Files skipped from review as they are similar to previous changes (1)
  • source/administration-guide/configure/push-notification-server-configuration-settings.rst

📝 Walkthrough

Walkthrough

Updated Mattermost documentation to describe regional HPNS selection, endpoints, proxy forwarding, deprecated URLs, and regional endpoint references across administration, deployment, and end-user troubleshooting guides.

Changes

Regional HPNS documentation

Layer / File(s) Summary
HPNS region settings
source/administration-guide/configure/push-notification-server-configuration-settings.rst
The push notification server setting now lists Global, US, EU (Germany), and AP (Japan) regions, their HPNS URLs, and the status of legacy URLs.
HPNS connection guidance
source/deployment-guide/mobile/mobile-troubleshooting.rst, source/end-user-guide/preferences/troubleshoot-notifications.rst
Proxy instructions and notification guidance now reference regional HPNS endpoints, including the global endpoint and the region-setting cross-reference.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title matches the main change: documenting regional HPNS URLs and removing stale references.
Description check ✅ Passed The description accurately summarizes the documentation updates and is clearly related to the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@source/deployment-guide/mobile/mobile-troubleshooting.rst`:
- Around line 54-60: Update the regional HPNS reference target in
source/deployment-guide/mobile/mobile-troubleshooting.rst lines 54-60 to
administration-guide/configure/push-notification-server-configuration-settings:push
notification server location. Apply the same target correction in
source/end-user-guide/preferences/troubleshoot-notifications.rst line 212; no
other content changes are needed.
🪄 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 Plus

Run ID: e02e8919-d800-47e8-9402-a7bb58f30881

📥 Commits

Reviewing files that changed from the base of the PR and between cdf7db1 and 4ad3868.

📒 Files selected for processing (3)
  • source/administration-guide/configure/push-notification-server-configuration-settings.rst
  • source/deployment-guide/mobile/mobile-troubleshooting.rst
  • source/end-user-guide/preferences/troubleshoot-notifications.rst

Comment thread source/deployment-guide/mobile/mobile-troubleshooting.rst
@github-actions

Copy link
Copy Markdown
Contributor

Newest code from mrckndt has been published to preview environment for Git SHA 4ad3868

@mrckndt
mrckndt requested a review from roberson-io July 28, 2026 08:24

@DSchalla DSchalla left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Two small changes. I'm wondering if we should include that us.push.mattermost.com supersedes push.mattermost.com and eu.push.mattermost.com supersedes hpns-de.mattermost.com - They still work but are effectively deprecated, pointing to the new infrastructure.

Labels the EU and AP regions with their legacy names (Germany, Japan) and documents that push.mattermost.com and hpns-de.mattermost.com are deprecated aliases now pointing to the new regional infrastructure.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@mrckndt

mrckndt commented Jul 28, 2026

Copy link
Copy Markdown
Member Author

Two small changes. I'm wondering if we should include that us.push.mattermost.com supersedes push.mattermost.com and eu.push.mattermost.com supersedes hpns-de.mattermost.com - They still work but are effectively deprecated, pointing to the new infrastructure.

@DSchalla I've added this as note below the table. Thank you for pointing out.

@mrckndt
mrckndt requested a review from DSchalla July 28, 2026 10:33
@mrckndt
mrckndt merged commit 86ab253 into mattermost:master Jul 28, 2026
5 checks passed
@mrckndt
mrckndt deleted the add-HPNS-URLs branch July 28, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

preview-environment Allow the preview environment to be generated for Pull Requests coming from fork repositories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants