-
Notifications
You must be signed in to change notification settings - Fork 10
[268]- Fix/Delete cascading attachments when deleting parent #269
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 15 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
ed57d0f
chore: remove jest from dependencies
viniciuslora 9cfacf2
Switch tenantID from req to cds.context
eric-pSAP 335e28b
Added race condition check
KoblerS 27faa77
Enhance malware scanning with error handling and remove race conditio…
KoblerS 27ecb3b
Enhance malware scanning by removing hardcoded tenant ID and adding e…
KoblerS d144df9
Refactor malware scan handling to improve error management and clarif…
KoblerS 8c131a9
fix: delete attachments after deleting parente when request coming fr…
viniciuslora faa30cc
Merge branch 'main' into fix/delete-attachments-when-delete-parent
KoblerS 9d2b5a9
Merge branch 'main' into fix/delete-attachments-when-delete-parent
KoblerS 80ded3a
Proper fix for deleting attachment when deleting child entities
schiwekM 2f80fb3
Update lib/plugin.js
schiwekM b1f6d04
Update lib/plugin.js
schiwekM e07e549
Update lib/plugin.js
schiwekM 386ea39
Update lib/aws-s3.js
schiwekM a0be638
Merge branch 'main' into fix/delete-attachments-when-delete-parent
schiwekM f28bf63
Update lib/aws-s3.js
schiwekM 47470f9
Update lib/aws-s3.js
KoblerS 0328dc6
Update lib/plugin.js
KoblerS 8313658
Update lib/plugin.js
KoblerS 11d2a10
Update lib/plugin.js
KoblerS ea18bf6
Move generic handlers into basic + outbox
schiwekM 5826462
Update basic.js
schiwekM 0dab512
Added test case to ensure delete event is put into outbox
schiwekM 9de2259
Merge branch 'main' into fix/delete-attachments-when-delete-parent
schiwekM 4569bd3
Update plugin.js
schiwekM 6de417f
Update lib/basic.js
schiwekM 2277ae0
Update lib/basic.js
schiwekM 9caf5cb
Update lib/basic.js
schiwekM ca3f99e
Removed unused parameter
schiwekM e3ddeb2
Merge branch 'fix/delete-attachments-when-delete-parent' of https://g…
schiwekM d5b8811
Update lib/basic.js
schiwekM 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
Some comments aren't visible on the classic Files Changed page.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,5 @@ | |
node_modules/ | ||
gen/ | ||
|
||
package-lock.json | ||
package-lock.json | ||
.vscode/* |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
|
||
# added by cds | ||
.cdsrc-private.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 |
---|---|---|
|
@@ -22,10 +22,6 @@ | |
} | ||
} | ||
} | ||
}, | ||
"attachments": { | ||
"kind": "db", | ||
"scan": false | ||
} | ||
} | ||
}, | ||
|
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.