IFC-2338: Documentation final updates and towncrier for webhook headers#8604
Open
polmichel wants to merge 29 commits intopmi-20260227-webhooks-ifc-2272from
Open
IFC-2338: Documentation final updates and towncrier for webhook headers#8604polmichel wants to merge 29 commits intopmi-20260227-webhooks-ifc-2272from
polmichel wants to merge 29 commits intopmi-20260227-webhooks-ifc-2272from
Conversation
Introduces CoreKeyValue generic with CoreStaticKeyValue, CorePasswordKeyValue, and CoreEnvironmentVariableKeyValue node types. Adds headers relationship to CoreWebhook generic. Registers all new schemas in core_models_mixed. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ern equivalents Use human_friendly_id and display_label (Jinja2 template) instead of the deprecated default_filter and display_labels on all CoreKeyValue schemas. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…during reconcile_all
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. 🗂️ Base branches to auto review (4)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 Coding Plan
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 |
Add 3 serial E2E tests covering the full lifecycle of webhook custom headers: create a StaticKeyValue, associate it as a header on a webhook, then dissociate it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 tasks
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.
Why
Final documentation pass and changelog entry for the webhook custom headers feature (INFP-445 / IFC-2272).
Closes IFC-2338
What changed
dev/knowledge/) with schema-definitions, code-generation, testing, and webhooks knowledgedocs/docs/topics/webhooks.mdx) with user-facing webhook headers guideCorePasswordKeyValueremovalBased on
This PR is the final step in the webhook custom headers feature chain, targeting
pmi-20260227-webhooks-ifc-2272.All based PRs in this chain:
How to review
Documentation-only changes plus a towncrier fragment. No behavioral changes.
The first commit to review in this PR is updating internal-documentation
How to test
Checklist
uv run towncrier create ...)