Skip to content
Snippets Groups Projects

compare entities and parent/property lists

Merged Henrik tom Wörden requested to merge f-review-lists-and-compare into dev
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
5503 """
5504 Return all elements from the given list that match the selection criteria.
5505
5506 You can provide name or ID and all matching elements will be returned.
5507 If both name and ID are given, elements matching either criterion will be
5508 returned.
5509
5510 If an Entity is given, neither name nor ID may be set. In this case, only
5511 elements matching both name and ID of the Entity are returned, as long as
5512 name and ID are both set.
5513
5514 In case the elements contained in the given list are wrapped, the function
5515 in its default configuration checks both the wrapped and wrapper Entity
5516 against the match criteria, and will return the wrapped Entity if both
5517 match. Note that this is currently not iterative, meaning that only the
5518 first layer of wrapped entity is considered.
  • added 11 commits

    • 58166513 - 1 earlier commit
    • 629183cf - Merge branch 'f-test-merge' into f-review-lists-and-compare
    • bdc88dfc - TST: add test cases for compare entities
    • a192adae - Merge branch 'f-test-merge' into f-review-lists-and-compare
    • 429b7651 - TST: new test cases for merge entity
    • d4b23b1a - Merge branch 'f-test-merge' into f-review-lists-and-compare
    • e134e739 - TST: add test cases for compare entities
    • 3ef55cf0 - Merge branch 'f-test-merge' into f-review-lists-and-compare
    • da07a1d7 - TST: add test cases for compare entities
    • 7cfe03ae - Merge branch 'f-test-merge' into f-review-lists-and-compare
    • b2b5a8bd - TST: activate test case

    Compare with previous version

  • added 7 commits

    • fdf9bfa8 - MAINT: refactor filter function
    • 3eb10743 - DOC: add comment on conversion
    • 0d26d998 - MNT: Update models._filter_entity_list:
    • 04ae295a - TST: Additional filter tests based on docstring
    • d8af8e21 - DOC: Update filter tutorial
    • a10bc1ed - TST: Extend compare_entities tests
    • 5ad9e7fc - Merge branch 'f-list-filter' into 'f-review-lists-and-compare'

    Compare with previous version

  • mentioned in commit 40208b8d

  • Please register or sign in to reply
    Loading