-
Notifications
You must be signed in to change notification settings - Fork 68
Revert "[BACKEND-946] [BACKEND-947] [BACKEND-948] pass thru errors, retry, catch bad annotation types" #54
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
Conversation
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 reverts commit 1cf98a3.
This reverts commit 805d97f.
This reverts commit 3300f77.
This reverts commit 96e1c76.
This reverts commit 4956bb5.
This reverts commit 8bf8e4d.
This reverts commit a083993.
This reverts commit c656f3c.
This reverts commit 8daeaff.
…f it has more than the default editors" This reverts commit 8d1d017.
This reverts commit d2a0909.
This reverts commit 621edef.
rllin
pushed a commit
that referenced
this pull request
Sep 1, 2020
…etry, catch bad annotation types" (#54) * Revert "update version and changelog" This reverts commit 1cf98a3. * Revert "ignore missing improrts" This reverts commit 805d97f. * Revert "retry" This reverts commit 3300f77. * Revert "catchall for other errors" This reverts commit 96e1c76. * Revert "print 400s" This reverts commit 4956bb5. * Revert "loosen requirements + catch actual error for reraise" This reverts commit 8bf8e4d. * Revert "catch actual errors" This reverts commit a083993. * Revert "Update client.py" This reverts commit c656f3c. * Revert "yapf" This reverts commit 8daeaff. * Revert "update labeling frontend test to work with any project even if it has more than the default editors" This reverts commit 8d1d017. * Revert "print response when fail" This reverts commit d2a0909. * Revert "catch bad inputs" This reverts commit 621edef.
rllin
pushed a commit
that referenced
this pull request
Sep 1, 2020
…lin/read_ontology * 'develop' of github.com:Labelbox/labelbox-python: (22 commits) Update CHANGELOG.md [BACKEND-946] [BACKEND-947] [BACKEND-948] pass thru errors, retry, catch bad annotation types (#55) Revert "[BACKEND-946] [BACKEND-947] [BACKEND-948] pass thru errors, retry, catch bad annotation types" (#54) update version and changelog ignore missing improrts retry catchall for other errors print 400s loosen requirements + catch actual error for reraise catch actual errors Update client.py yapf update labeling frontend test to work with any project even if it has more than the default editors print response when fail catch bad inputs import import yapf address comments another test ...
msokoloff1
pushed a commit
that referenced
this pull request
Sep 22, 2021
…etry, catch bad annotation types" (#54) * Revert "update version and changelog" This reverts commit 6b0620c. * Revert "ignore missing improrts" This reverts commit 688d2d0. * Revert "retry" This reverts commit 4406109. * Revert "catchall for other errors" This reverts commit 6387615. * Revert "print 400s" This reverts commit 48aae88. * Revert "loosen requirements + catch actual error for reraise" This reverts commit 8f436b7. * Revert "catch actual errors" This reverts commit 93bf996. * Revert "Update client.py" This reverts commit c0f04ba. * Revert "yapf" This reverts commit 028d4e8. * Revert "update labeling frontend test to work with any project even if it has more than the default editors" This reverts commit 2de3013. * Revert "print response when fail" This reverts commit ea8cf12. * Revert "catch bad inputs" This reverts commit e447311.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
just created a new master branch so we revert #49 so that we can have a diff with master when we merge