-
Notifications
You must be signed in to change notification settings - Fork 9
Support inline single attachments via Attachment type #768
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
Open
busehalis-sap
wants to merge
49
commits into
main
Choose a base branch
from
feature/support-single-attachments
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
2b60fe0
Support inline single attachments via Attachment type
busehalis-sap 13ce9b4
fix: resolve correct inline prefix for multi-field inline attachments
busehalis-sap 6dc91e1
Use LinkedHashSet in getInlineAttachmentFieldNames to avoid O(n²) lookup
busehalis-sap d311213
Appy spotless formatting
busehalis-sap e317ab5
refactor: remove redundant inline-attachment entries from association…
busehalis-sap 8ef3dcd
Add UI annotations to Attachment type and show scan status in booksho…
busehalis-sap 13eb10b
Add tests to meet JaCoCo branch and complexity coverage thresholds
busehalis-sap 3c99d8c
Apply spotless formatting
busehalis-sap 08fd4d2
Add extra tests to increase JaCoCo coverage margin for CI
busehalis-sap 561e889
Clear mimeType/fileName for inline attachments in MarkAsDeletedAttach…
busehalis-sap 4cb1e07
Support nested single attachments in AssociationCascader
busehalis-sap f041e27
Add Single (Inline) Attachments section to README
busehalis-sap d58680d
Move statusNav to MediaData aspect and update bookshop version
busehalis-sap 067e115
fundamentals
Schmarvinius ab2a73a
spotless
Schmarvinius 6d4c117
Merge remote-tracking branch 'origin/main' into feature/support-singl…
Schmarvinius 304f772
Fix compilation after merge: add third argument to getChangeSetListen…
Schmarvinius cc93c13
add tests
Schmarvinius 779c253
reduce diff
Schmarvinius 6669168
fix with cds-services fix/stream-utils-cqn-element-ref branch
Schmarvinius 1d7c89c
add tests
Schmarvinius bf81e44
add deep deletion
Schmarvinius eb409cf
Remove integration tests (moved to feature/support-single-attachments…
Schmarvinius 6453155
Merge branch 'main' into feat/separate-bucket-multitenancy-v2/sm-hand…
Schmarvinius 976d564
update versions and fix merging issue
Schmarvinius 8b96506
fix etag issue
Schmarvinius 9721ac4
simplify
Schmarvinius f06d353
Merge branch 'main' into feature/support-single-attachments
Schmarvinius 818f0a8
Add integration tests for inline (single) attachments (#805)
Schmarvinius 51291fc
fix build
Schmarvinius 5e8ee0e
remove unit tests
Schmarvinius f8e32c0
remove pitest
Schmarvinius 0c1ad1e
add more tests
Schmarvinius 73a5f75
improve inline for val max and also draft cancel
Schmarvinius 3113513
make merge ready
Schmarvinius 5a1dfe8
add example annotation to bookshop
Schmarvinius 3c8642c
improvement
Schmarvinius 7d321a1
cosmetics
Schmarvinius 5534cdd
revert import
Schmarvinius 1d67472
simplify function declaration
Schmarvinius 76c1905
fix: include entity keys in persistInlineAttachmentMetadata WHERE clause
Schmarvinius 162def3
Add integration tests for inline attachment isolation and draft size …
Schmarvinius 80c779a
refactor: extract shared resolveFieldName utility to ApplicationHandl…
Schmarvinius c7ef2d4
fix: consolidate double fileName/mimeType header extraction into sing…
Schmarvinius 89310b5
refactor: clarify operator precedence in MarkAsDeletedAttachmentEvent
Schmarvinius 85787a4
fix: use entity keys in malware scanner update to prevent cross-entit…
Schmarvinius 1b4f157
refactor: simplify DraftCancel validator and prevent orphan attachmen…
Schmarvinius 03879a2
Merge branch 'main' into feature/support-single-attachments
Schmarvinius 406a168
updates
Schmarvinius 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not have anything todo with single attachments, no?