Skip to content
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

Update pgstac to return 400 on invalid date parameter. #240

Merged
merged 5 commits into from
Aug 20, 2021

Commits on Aug 19, 2021

  1. Update pgstac to return 400 on invalid date parameter.

    Also allow backends to raise their own InvalidQueryParameter
    exceptions, which will be translated into a 400 by exception
    handling. This is another option for backends that want to handle
    query parameter validation in other ways besides stac-pydantic model validation.
    lossyrob committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    05aed8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e51f35 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    beb7ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1de7608 View commit details
    Browse the repository at this point in the history
  3. Remove unused json import

    moradology committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    3fe1c7f View commit details
    Browse the repository at this point in the history