docs: consistent dynamic-variable preview and run with sample values (20580)#193
Draft
ManuelGerding wants to merge 4 commits into
Draft
docs: consistent dynamic-variable preview and run with sample values (20580)#193ManuelGerding wants to merge 4 commits into
ManuelGerding wants to merge 4 commits into
Conversation
…eries
- Variables: rename the "Fixed and Dynamic Values" section to "Value Settings"
and describe the three value kinds, adding a "List of Fixed Values" section
(per-value IN(...) expansion, comma-join in scalar contexts, no comma-splitting
of a single value).
- Query Language: add a "Using variables and placeholders" section covering
{{variable}} / [[placeholder]] markers as values (quoted or unquoted), the
IN ({{var}}) matches-any behaviour, and that a =/!= comparison against a
multi-value variable is equivalent to IN/NOT IN.
- Update the environment and service variable cross-links to the renamed anchor.
(ticket 20792)
ticket 20792
…e values Adds two subsections under Dynamic Value: the pinned design-time sample (consistent counts/previews, "Resample dynamic variable values") and the "Run with sample values" run option. (ticket 20580)
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.
Documents the design-time consistency behavior for dynamic variable values (ticket 20580).
What
Two new subsections under Dynamic Value in
use-steadybit/experiments/variables.md:Targets
main, but the branch is stacked on #192 (docs/20792-multi-value-fixed-variables) and requires #192 to be merged first — the two features release together. Until #192 merges, this PR's diff also shows #192's changes; once #192 lands inmain, only these changes remain.Notes
<!-- TODO screenshot: … -->placeholders (3) — to be added before merge.SUMMARY.mdchange (edits an existing page).