Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presentation: Common rule docs #3186

Merged
merged 26 commits into from
Mar 3, 2022
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
d56b66d
Add `chai-string` dependency to presentation-full-stack-tests
grigasp Feb 2, 2022
ff3ac6c
Doc enhancements for `RelatedInstanceSpecification`
grigasp Feb 3, 2022
a757e93
Doc enhancements for `RelationshipPathSpecification`
grigasp Feb 7, 2022
e9a3e43
Add docs for `RepeatableRelationshipPathSpecification`
grigasp Feb 8, 2022
2ec3ae0
Move `MultiSchemaClasses` learning snippet test into `CommonRules.tes…
grigasp Feb 8, 2022
092f71a
Move common rule docs into presentation docs root to avoid having to …
grigasp Feb 8, 2022
2c807cc
Merge branch 'master' into presentation/common-rule-docs
grigasp Feb 11, 2022
70a692e
Merge branch 'master' into presentation/common-rule-docs
grigasp Feb 17, 2022
460500d
Update docs/presentation/RelatedInstanceSpecification.md
grigasp Feb 21, 2022
1e46e84
Update docs/presentation/RelatedInstanceSpecification.md
grigasp Feb 21, 2022
49fed89
Remove unused `chai-string` dependency
grigasp Feb 21, 2022
1173507
Merge branch 'master' into presentation/common-rule-docs
grigasp Feb 21, 2022
2286570
Update full-stack-tests/presentation/src/learning-snippets/CommonRule…
grigasp Feb 21, 2022
308dd66
Extend the recursive relationship step step example
grigasp Feb 22, 2022
dfd7122
Attempt to clarify `count: "*"`
grigasp Feb 28, 2022
5d0a35a
Merge branch 'master' into presentation/common-rule-docs
grigasp Feb 28, 2022
07db8eb
Restore unintentional changes
grigasp Mar 1, 2022
fa5133a
Restore unintentional changes
grigasp Mar 1, 2022
6bd98b4
Update docs/presentation/RepeatableRelationshipPathSpecification.md
grigasp Mar 1, 2022
e63e170
Update docs/presentation/RepeatableRelationshipPathSpecification.md
grigasp Mar 1, 2022
3d8ec0b
Update docs/presentation/RepeatableRelationshipPathSpecification.md
grigasp Mar 1, 2022
c11c387
Update docs/presentation/RepeatableRelationshipPathSpecification.md
grigasp Mar 1, 2022
2baf79b
Update docs/presentation/RepeatableRelationshipPathSpecification.md
grigasp Mar 1, 2022
40c71f3
Merge branch 'master' into presentation/common-rule-docs
grigasp Mar 2, 2022
d2ca03c
Merge branch 'master' into presentation/common-rule-docs
grigasp Mar 3, 2022
35869ab
rush change
grigasp Mar 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,932 changes: 966 additions & 966 deletions common/config/rush/browser-approved-packages.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/changehistory/2.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ A property value renderer for instance key values has been added, which allows u

### Breaking changes to `ContentRelatedInstances`

Behavior of `ContentRelatedInstances` specification used in content rules was changed. It used to include input instances into the result if all paths in `relationshipPaths` property had `count: "*"` and target class matched input instance class. The behavior was changed to match cases where steps `relationshipPaths` have `count` set to specific number - the result only includes instances resulting from step outputs. See [RelationshipPathSpecification documentation]($docs/presentation/Common-Rules/RelationshipPathSpecification.md) for more details and examples.
Behavior of `ContentRelatedInstances` specification used in content rules was changed. It used to include input instances into the result if all paths in `relationshipPaths` property had `count: "*"` and target class matched input instance class. The behavior was changed to match cases where steps `relationshipPaths` have `count` set to specific number - the result only includes instances resulting from step outputs. See [RelationshipPathSpecification documentation]($docs/presentation/RelationshipPathSpecification.md) for more details and examples.

Example:

Expand Down
32 changes: 0 additions & 32 deletions docs/presentation/Common-Rules/RelatedInstanceSpecification.md

This file was deleted.

108 changes: 0 additions & 108 deletions docs/presentation/Common-Rules/RelationshipPathSpecification.md

This file was deleted.

Loading