Feature/process 410 gone revocation#246
Open
ottonomy wants to merge 27 commits into1EdTech:developfrom
Open
Conversation
Bumps [flask](https://github.com/pallets/flask) from 0.12.1 to 1.0. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/master/CHANGES.rst) - [Commits](pallets/flask@0.12.1...1.0) Signed-off-by: dependabot[bot] <support@github.com>
…on content-type encoding; prevents encoding errors / throws same error as json.loads
…ions, check max depth before adding validations WIP
…cy version conflict resolution strictness
… error reporting)
… handle arrays as well as objects
use json() function of Response object for it's assumptions around…
Bugfix/max validation depth
…wont-upload BP-5506 protects against task_meta.depth being set to None
…ported mime types.
Bump flask from 0.12.1 to 1.0
…es_that_are_unsupported_mime_types Reports a badge as invalid if badge or badge class images are not supported mime types
…ocation specially
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
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.
Fixes #236 to show assertions returned with 410 status as revoked with a good error message.
There is some other cleanup code for testing included in this branch. Includes some code from previous releases made by CSky that update this to be a python3-only package