-
Notifications
You must be signed in to change notification settings - Fork 242
Native Bulk Element Deletion API #9052
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
Merged
Merged
Changes from 3 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
349a25d
Added new bulk element deletion api and quite a few tests
RohitPtnkr1996 97a43bc
Added performance tests and updated API args
RohitPtnkr1996 6e7fb53
Added changelog and updated api signatures
RohitPtnkr1996 0c6485e
Added an options object instead of a boolean arg
RohitPtnkr1996 e995302
Updated performance reporter message
RohitPtnkr1996 14481f4
Removed experimental flag
RohitPtnkr1996 5fc2204
Removed tests for the experiment
RohitPtnkr1996 a24de6d
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 7c43d8e
Removed unused imports (linting error)
RohitPtnkr1996 1489a77
Merge branch 'rohitptnkr/bulk-element-deletion' of https://github.com…
RohitPtnkr1996 c6d017d
Made function comment clearer
RohitPtnkr1996 cda3f3d
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 06f1c1f
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 263a9bd
Added tests to cover sub model hierarchies
RohitPtnkr1996 c1d464f
Bug fixes, added even more tests
RohitPtnkr1996 36f2dfa
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 e6bc3d7
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 3bfcd81
Final minor changes and added new tests
RohitPtnkr1996 cc2ef93
Final minor optimization
RohitPtnkr1996 a97d8b2
Updated API signatures
RohitPtnkr1996 ee310b2
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 9fce743
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 86783da
Added docs for bulk element deletion
RohitPtnkr1996 4caaa8a
Merge branch 'rohitptnkr/bulk-element-deletion' of https://github.com…
RohitPtnkr1996 587124b
@bentley/imodeljs-native 5.9.4
imodeljs-admin 9cdda21
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 49c7929
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 6cf4d6d
Updated tests to use EditTxns
RohitPtnkr1996 fca54b4
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 1669ad3
Update docs/learning/backend/BulkElementDeletion.md
RohitPtnkr1996 3246683
Ran extract-api
RohitPtnkr1996 e521e2c
Merge branch 'rohitptnkr/bulk-element-deletion' of https://github.com…
RohitPtnkr1996 3bec958
Removed unused import
RohitPtnkr1996 6bd5833
Updated docs
RohitPtnkr1996 60788ea
Merge branch 'rohitptnkr/bulk-element-deletion' of https://github.com…
RohitPtnkr1996 ecc6daf
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 cf6442d
Addressed PR comments
RohitPtnkr1996 4ed2b35
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 261a5fb
Fixed failing test
RohitPtnkr1996 0ebfaa7
Merge branch 'rohitptnkr/bulk-element-deletion' of https://github.com…
RohitPtnkr1996 428d19e
Fixed docs to use EditTxns instead of IModelDb.Elements
RohitPtnkr1996 fc0affa
Merge branch 'master' into rohitptnkr/bulk-element-deletion
RohitPtnkr1996 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/core-backend/rohitptnkr-bulk-element-deletion_2026-03-03-14-06.json
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "changes": [ | ||
| { | ||
| "packageName": "@itwin/core-backend", | ||
| "comment": "Added native apis to bulk delete definition and non-definition elements", | ||
| "type": "none" | ||
| } | ||
| ], | ||
| "packageName": "@itwin/core-backend" | ||
| } | ||
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.