-
Notifications
You must be signed in to change notification settings - Fork 200
Implement bypass deferred binding #1462
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
surgupta-msft
merged 74 commits into
feature/sdk-type-binding
from
surgupta/bypass-deferredbinding
May 12, 2023
Merged
Changes from 19 commits
Commits
Show all changes
74 commits
Select commit
Hold shift + click to select a range
f7853d7
Initial changes
surgupta-msft 9d105a6
Updating metadata
surgupta-msft 0a4342b
Adding a test
surgupta-msft d5206aa
Code refactoring
surgupta-msft a4da7dc
Execution flow added
surgupta-msft 61479cb
Execution flow
surgupta-msft 356b372
cleanup
surgupta-msft 199e6cb
Cleanup
surgupta-msft 379da90
Cleanup
surgupta-msft 71e0be8
Cleanup execution flow
surgupta-msft ad21fb9
Added test
surgupta-msft 6e14edf
Adding tests
surgupta-msft a398322
code cleanup
surgupta-msft df76646
Code cleanup
surgupta-msft bc9749f
code refactor
surgupta-msft 0eb9b5f
Added logic to check type before sending to converter
surgupta-msft 6630355
Updated tests
surgupta-msft 15752e9
Removing advertised converters from options
surgupta-msft 1ef5181
Adding options back
surgupta-msft 63af451
Changes to check type
surgupta-msft 29bcb97
updating type check logic
surgupta-msft dfac68e
correction in metadata generation
surgupta-msft 359b38c
code cleanup
surgupta-msft 7211f01
Test cleanup
surgupta-msft b565b45
Added changes to support poco
surgupta-msft 478f7b9
Metadata generation changes
surgupta-msft 0074cbd
Changes on Invocation side
surgupta-msft f06b7dd
correcting type check and tests
surgupta-msft e6b059f
Test for poco invocation support
surgupta-msft 4f8431b
Added tests for poco invocation flows
surgupta-msft 8f88495
Metadata generator minor update
surgupta-msft 5af5a3d
Grpc definition update
surgupta-msft 3aee9e6
Added poco and poco collection check
surgupta-msft 321050d
cleanup metadata generation
surgupta-msft 68b232a
Adding support for type collection
surgupta-msft ac548ee
Merge branch 'feature/sdk-type-binding' into surgupta/bypass-deferred…
surgupta-msft e8ebef0
code cleanup
surgupta-msft c6c922c
Fixing metadata gen
surgupta-msft b34e939
Test fix
surgupta-msft b4c9e17
Grpc definition fix
surgupta-msft 54c1cee
Removing BlobContainerClient advertisement
surgupta-msft 3323177
Readding containerclient
surgupta-msft 12fd136
Updated metadata generator
surgupta-msft deed9ed
Changes as per latest design
surgupta-msft 81f7712
code cleanup
surgupta-msft 5ddcc76
updatin tests input
surgupta-msft 78e4271
code cleanup
surgupta-msft 02ec62f
Cleanup Metadata generation
surgupta-msft 0a6468e
correcting converters fallback logic
surgupta-msft 5073024
Removing converter advertisement on cosmos trigger
surgupta-msft 0136fc7
Fixing failing test
surgupta-msft f1dece6
Undo testing changes in sample app
surgupta-msft daa23fc
spacing fix
surgupta-msft e918fcd
updated tests
surgupta-msft b8b89e0
Addressing PR feedback
surgupta-msft 7ef0a40
Removed json deserialization attribute
surgupta-msft 8391cf2
Rename to AllowConverterFallback
surgupta-msft bac43ab
Addressing feedback
surgupta-msft 3971796
Metada generation cleanup
surgupta-msft b8507af
Test cleanup
surgupta-msft be00b04
Addressing feedback
surgupta-msft 1780981
Updated grpcFunctionDefinition for multiple inputConverterAttribute
surgupta-msft f1bcde0
Removing cosmos converter registration
surgupta-msft 6197db7
Address PR feedback
surgupta-msft 9d803b7
Address PR feedback
surgupta-msft 49e5d04
Test fix
surgupta-msft 6d4978d
Minor
surgupta-msft 744a9eb
Updating AllowConverterFallback value
surgupta-msft 4380e9d
Adding release notes
surgupta-msft d27ba03
Updating bypass deferred binding packages
surgupta-msft a39601b
Revert "Updating bypass deferred binding packages"
surgupta-msft 3af7780
Minor updates based on comments
surgupta-msft e36726b
Cleanup defaultInputConverterProvider
surgupta-msft 958375d
Test refactor
surgupta-msft 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
3 changes: 2 additions & 1 deletion
3
extensions/Worker.Extensions.Storage.Blobs/src/BlobInputAttribute.cs
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: 2 additions & 1 deletion
3
extensions/Worker.Extensions.Storage.Blobs/src/BlobTriggerAttribute.cs
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.
Uh oh!
There was an error while loading. Please reload this page.