-
Notifications
You must be signed in to change notification settings - Fork 154
Expand Record Object Mapping to allow Parameter Mapping #1362
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
MaxAake
wants to merge
45
commits into
6.x
Choose a base branch
from
parameter-mapping
base: 6.x
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 32 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
7fdbc14
Enable Object Mapping for Parameters
MaxAake 8974b0e
deno sync
MaxAake 8bed085
fix tests
MaxAake 596cb31
Update bolt-v3.test.js
MaxAake cdfcbf3
support converting lists of params and add asInteger
MaxAake 70bbadb
deno sync
MaxAake 68f84e0
remove as integer, makes no sense with asNumber and asBigInt
MaxAake 6466d4b
drop lingering bits of asInteger
MaxAake 232b11a
fix temporal bugs and some renaming
MaxAake 86254dc
deno sync
MaxAake 66ead65
document temporal types string parsing
MaxAake a107800
deno sync
MaxAake 2e53950
add tests for string parsing temporal types
MaxAake de76027
deno sync
MaxAake 1040d63
improve duration parsing
MaxAake c3e03f4
deno sync
MaxAake 0127f10
error message testing
MaxAake 6cf1e45
improve test and take record object mapping out of preview
MaxAake 224031e
Update record-object-mapping.test.js
MaxAake 9c410e9
test nested maps and dont ignore parameter mapping for optionals
MaxAake 1f34571
Update record-object-mapping.test.js
MaxAake d102b06
deno sync
MaxAake 0587594
fix typo, allow parsing zoned datetimes
MaxAake d760fcd
Fixing most review comments
MaxAake eae1683
deno sync
MaxAake f59c279
query parameterRules should only override default rules if provided
MaxAake 17b760e
Update deno.lock
MaxAake e26d70b
allow optional fields to be missing
MaxAake 8c52440
deno sync
MaxAake 9601d8e
add string parser for Date to avoid needing to export JSDate
MaxAake 0bc3c1b
deno sync
MaxAake 2f3ac83
Update temporal-types.test.ts
MaxAake d5e9243
addressing PR review comments
MaxAake 75bd611
deno sync
MaxAake 9497926
asInteger ruleFactory
MaxAake e18586c
deno sync
MaxAake af87f6e
fix vector validation for browser
MaxAake 0fab267
add tests for asInteger and asNumber isInterger setting
MaxAake 6f22238
test integer mapping with own driver
MaxAake 5bb2ac5
addressing review comments
MaxAake 5af0636
deno sync
MaxAake 691f441
clarify logic in fromString functions
MaxAake c9114cd
deno sync
MaxAake e39f8a8
addressing comments
MaxAake 224f352
deno sync
MaxAake 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
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.