[pull] main from platformsh:main - #25
Open
pull[bot] wants to merge 4243 commits into
Open
Conversation
Add example.com to the linkcheckerrc ignore list
remove sentence
removed sentence
…-page feat: removed sentence
Kafka service: Add PHP example; misc fixes
[API-BOT] Update API Docs
[API-BOT] Update API Docs
The term `APP_NAME` was misleading cause previously it refers to mercure with `SERVICE_NAME`.
Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](scrapy/scrapy@2.14.1...2.14.2) --- updated-dependencies: - dependency-name: scrapy dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 25.3.0 to 26.0.0. - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](pyca/pyopenssl@25.3.0...26.0.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-version: 26.0.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
added accurate info
Bumps [pyasn1](https://github.com/pyasn1/pyasn1) from 0.5.0 to 0.6.3. - [Release notes](https://github.com/pyasn1/pyasn1/releases) - [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst) - [Commits](pyasn1/pyasn1@v0.5.0...v0.6.3) --- updated-dependencies: - dependency-name: pyasn1 dependency-version: 0.6.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Document the --shared-key option for webhook integrations, explaining the JWS (RFC 7515/7797) signing mechanism and providing verification examples in Python, Node.js, PHP, and Go. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.7 to 3.4.2. - [Commits](WebReflection/flatted@v3.2.7...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.3.3 to 3.4.2. - [Commits](WebReflection/flatted@v3.3.3...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
feat: adjusted text for accuracy
Bumps [flatted](https://github.com/WebReflection/flatted) from 3.2.7 to 3.4.2. - [Commits](WebReflection/flatted@v3.2.7...v3.4.2) --- updated-dependencies: - dependency-name: flatted dependency-version: 3.4.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
[API-BOT] Update API Docs
[API-BOT] Update API Docs
Document SendGrid DKIM key rotation policy, update email.md for parity
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
[meta-version-updater] Sync legacy registry.json
Replaces the hand-maintained Grid Active/Sunset/Decommissioned version lists in redis.md with the image-versions-live shortcode, sourcing the data from meta.upsun.com instead of static copy that had to be updated by hand. Also splits Dedicated Gen 2 into its own "Dedicated Gen 2 versions" section using the existing image-versions shortcode (registry.json- backed), since DG2 uses the Supported/Deprecated model, not Active/ Sunset/Decommissioned — the previous single-table layout implied a Grid/DG2 parity that doesn't exist, and mislabeled DG2's "deprecated" versions as "sunset" even though deprecated maps to active under the real classification. Verified with a local Hugo build: rendered output matches the real meta.upsun.com data and all internal anchors resolve correctly. Depends on the image-versions-live shortcode (see the infra/image-versions-live-shortcode branch/PR — merge that first). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…ortcode Add image-versions-live shortcode for live version-status data
Serve Redis Grid version statuses live, split out Dedicated Gen 2
Adds `dynamic_compression` to both `web.locations` property tables and a new "Dynamic response compression" section covering the runtime behavior, the enable-on-the-location then opt-out-per-rule pattern, and the BREACH caveat. Also corrects the "Response compression" overview, which claimed dynamic responses can't be compressed at all. Mirrors upsun/devcenter-mintlify#710. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Consolidates Drush install/path/hooks/troubleshooting guidance into one page, adapted for Platform's local mounts and automatic drush-aliases (unlike Upsun, which lost that CLI capability). Also folds in fixes for support tickets around multisite queries, composer install failures, and missing-drush deploy hooks. Points troubleshoot.md and the glossary at the new page instead of the now-thin, drifting glossary entries. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…asize-redis Add runtime/service upgrade guide, de-emphasize Redis as one-off
📝 Document the dynamic_compression web location setting
…into console-support-urls
feat(support url updates): Update support URLs (Zendesk migration)
feat(support url updates): Update Blackfire support page and landing page name
feat(drush): Add Drush guide for Platform Fixed docs
…remove applications key)
Found while validating the applications: wrapper cleanup: a stray quote in _index.md broke the require block, and extensions.md's composable example had runtimes written as a scalar with child keys, which isn't valid YAML.
Same anti-pattern as the applications: wrapper: .platform/services.yaml and .platform/routes.yaml don't wrap their entries in a top-level services:/routes: key either. Confirmed against add-services/_index.md (services.yaml) and the rest of define-routes/ (routes.yaml), where these wrapper-free examples are already the unanimous convention.
Unrelated to the applications:/services:/routes: wrapper convention: these are genuine indentation and typo bugs, predating this cleanup, that would break if a reader copy-pasted the example. - mysql/_index.md: configuration:/endpoints: over-indented under disk: - redis.md: passthru: over-indented under root: - strapi postgresql.md: stray tab character and misaligned disk: - sanitize-db/postgresql-symfony.md: deploy: block scalar not indented under its key, so the shell script doesn't actually attach to it - web.md: same block-scalar bug on post_start: in both codetabs, plus a stray trailing colon on name: left over from PR #5721
Fix YAML config examples to follow Fixed convention (remove applications:/services:/routes: wrapper keys)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )