-
Notifications
You must be signed in to change notification settings - Fork 102
Add bulk import #386
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
Add bulk import #386
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
87aec08
WIP on bulk import
jhamon 62c95e0
Fix unit tests
jhamon 764822e
WIP
jhamon 10cfc28
WIP on tests
jhamon 97b0027
Add on_error
jhamon 2a87b8a
Update error_mode unit test
jhamon fe7f93f
Some operationId > id fixes
jhamon 82d7905
Lint fixes
jhamon bc09023
Add skipTests for rc release
jhamon 8118ed3
Add skipTests for rc release
jhamon 686538d
Revert skipTests
jhamon 3ec5838
Improve types and json formatting
jhamon 6a1c7a1
Fix json print
jhamon b0bc0f3
Fix issue with InProgress enum value
jhamon e9158ae
Adjust list imports iterator
jhamon 70ac40d
Docstring updates
jhamon 9857a96
Rename from completed_at to finished_at
jhamon b8494c0
Passing error mode
jhamon 7649b00
Fix prerelease decorator
jhamon 1a7f4b0
Fix integrationId casing, add tests
jhamon 984c8b0
Adjust warning message
jhamon cfbd722
Custom warning class
jhamon f3b2bab
Cleanup
jhamon b19cce2
Fix mypy issue
jhamon 5711249
Remove warnings
jhamon 6d5ab6e
Merge branch 'main' into jhamon/import-feature
jhamon 5b900c2
Audrey feedback
jhamon 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 operationId > id fixes
- Loading branch information
commit fe7f93fa72adc4b45caab6f5a7a30cd1783dc1fc
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
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.
Discovered this along the way. Seems like a better default behavior than erroring when unexpected data is returned.
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.
Looks sweet
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.
Good catch