SAP / open-ux-odata

Enable community collaboration to jointly promote and facilitate best in class framework and tooling capabilities when working with OData services.
Apache License 2.0
51 stars 13 forks source link

Adding tests to support Expand all children of a node #867

Closed QuentinCHAMPAULT closed 1 month ago

QuentinCHAMPAULT commented 1 month ago

When doing a context.expand(MAX_SAFE_INTEGER), we should expand the node selected and all descendants. This is done by returning all the children of the node, the type of node, the distance from root and the number of children a node has. This has been checked on a working backend.

changeset-bot[bot] commented 1 month ago

⚠️ No Changeset found

Latest commit: a62574039b5915c414318aaca96d68fbf74cb355

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

cla-assistant[bot] commented 1 month ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

:white_check_mark: nlunets
:x: QuentinCHAMPAULT
You have signed the CLA already but the status is still pending? Let us recheck it.

nlunets commented 1 month ago

Replaced by https://github.com/SAP/open-ux-odata/pull/868