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

New error handling for browser #571

Merged
merged 5 commits into from
Jun 25, 2019
Merged

New error handling for browser #571

merged 5 commits into from
Jun 25, 2019

Commits on Jun 17, 2019

  1. Change error handling to mainly three exceptions:

    NotFoundError - no hits in db or similar
    ParsingError - unable to parse request (e. g. bad region)
    MalformedRequest - other error, currently only too large region
    talavis committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    efca7db View commit details
    Browse the repository at this point in the history
  2. Perform actual searches for all example queries in browser.

    Perform a lookup of the variant to match other queries with no results found.
    talavis committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4cdb4ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a137326 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da93f7e View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Configuration menu
    Copy the full SHA
    70d75fa View commit details
    Browse the repository at this point in the history