-
Notifications
You must be signed in to change notification settings - Fork 10
Two-level Malware Bug #315
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 all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
9218d80
Two-level test entity
eric-pSAP 5d6e5b6
Tests for two-level entities
eric-pSAP 33b1351
Multi-level deleting tests
eric-pSAP 2ade026
Merge branch 'main' into multi-level-bug
eric-pSAP c2ede55
Update null checks to use not.toBeNull()
eric-pSAP 0b14716
Fix bug of child entity seen as attachments
eric-pSAP 417ce6d
Merge conflict resolution
eric-pSAP 0bf95e4
Merge branch 'main' into multi-level-bug
eric-pSAP ebde99f
Adjustment to nesting
eric-pSAP 8eb8505
Merge branch 'multi-level-bug' of https://github.com/cap-js/attachmen…
eric-pSAP 3b1d0a6
Re-add attachments to model
eric-pSAP 1138793
Re-add recursion to hasAttachmentsComposition
eric-pSAP c24ef20
Re-add recursion for attachmentCompositions
eric-pSAP b4b86f9
Fix delete/update for hybrid
eric-pSAP 2f23f15
Merge branch 'multi-level-bug' of https://github.com/cap-js/attachmen…
eric-pSAP 4f49be4
Fix local delete/update
eric-pSAP 9edc0db
Merge branch 'main' into multi-level-bug
eric-pSAP a38c955
Cancel function fixed
eric-pSAP 724d20f
Refactor traversing function
eric-pSAP 01f4a13
Remove CANCEL handlers
eric-pSAP 08be81a
Switch from dot path to array
eric-pSAP d12cd8d
Merge branch 'main' into multi-level-bug
eric-pSAP e85d3a7
Refactor csn helper function
eric-pSAP 23ef5f2
Merge branch 'multi-level-bug' of https://github.com/cap-js/attachmen…
eric-pSAP 005984a
Adding up__ values for many-to-one compositions
eric-pSAP 43863a3
Condition for adding up__ key
eric-pSAP 33cce77
Draft cancel and many-to-one composition tests
eric-pSAP f4ac4c2
Merge branch 'main' into multi-level-bug
eric-pSAP 0559b19
Test query fix
eric-pSAP 42afa35
Merge branch 'multi-level-bug' of https://github.com/cap-js/attachmen…
eric-pSAP cb6e06f
Test fix composition size
eric-pSAP a2048ad
Restructure inline function
eric-pSAP 0c3c3b4
Merge branch 'main' into multi-level-bug
eric-pSAP 25d3ff8
Move function
eric-pSAP 940bcdc
Additional many-to-one composition tests
eric-pSAP abc374d
Comment feedback
eric-pSAP 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
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
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
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
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
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
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
3 changes: 3 additions & 0 deletions
3
tests/incidents-app/db/data/sap.capire.incidents-NonDraftTest.csv
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,3 @@ | ||
| ID,name,singledetails_ID | ||
| 33333333-3333-3333-3333-333333333333,Test Parent 1,877fc800-337e-495e-a497-c1a95fbfe6a3 | ||
| 44444444-4444-4444-4444-444444444444,Test Parent 2,877fc800-337e-495e-a497-c1a95fbfe6a3 |
8 changes: 8 additions & 0 deletions
8
tests/incidents-app/db/data/sap.capire.incidents-SingleTestDetails.csv
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,8 @@ | ||
| ID,abc | ||
| 877fc800-337e-495e-a497-c1a95fbfe6a3,My fancy text | ||
| e1ab7f04-40d3-434a-a638-c14d40f2b52c,My fancy text | ||
| d899ed80-7418-4d58-9772-b23db76fee8f,My fancy text | ||
| f774c1a0-f9a6-45d5-be48-99cf8df388a2,My fancy text | ||
| c5f57897-0c64-41f4-a303-dfad518a1512,My fancy text | ||
| 0fb9eda6-2989-4e14-be17-bf0da71b5f55,My fancy text | ||
| 27b34131-ffaa-4086-8e95-f1ed92f37768,My fancy text |
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,3 @@ | ||
| ID,name | ||
| 11111111-1111-1111-1111-111111111111,Test Parent 1 | ||
| 22222222-2222-2222-2222-222222222222,Test Parent 2 |
4 changes: 4 additions & 0 deletions
4
tests/incidents-app/db/data/sap.capire.incidents-TestDetails.csv
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,4 @@ | ||
| ID;test_ID;description | ||
| aaaaaaa1-aaaa-aaaa-aaaa-aaaaaaaaaaa1;11111111-1111-1111-1111-111111111111;Detail 1 for Test 1 | ||
| aaaaaaa2-aaaa-aaaa-aaaa-aaaaaaaaaaa2;11111111-1111-1111-1111-111111111111;Detail 2 for Test 1 | ||
| bbbbbbb1-bbbb-bbbb-bbbb-bbbbbbbbbbb1;22222222-2222-2222-2222-222222222222;Detail 1 for Test 2 |
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
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.
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.