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

Visualization - Error Checking #1610

Merged
merged 7 commits into from
Feb 7, 2022
Merged

Commits on Feb 2, 2022

  1. Detect when repo_id not specified

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    28a6ec6 View commit details
    Browse the repository at this point in the history
  2. Add error telling user if the repo_id is not specified

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    ce5a0d4 View commit details
    Browse the repository at this point in the history
  3. Move duplicate code to method, and notify user if repo_id not specified

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4e8f4d3 View commit details
    Browse the repository at this point in the history
  4. Add doc string for method that gets the repo_id, start_date, and end_…

    …date
    
    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    166d84d View commit details
    Browse the repository at this point in the history
  5. Change method names of methods that didn't match endpoint path

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    fd8b15e View commit details
    Browse the repository at this point in the history
  6. Change invalid query param error, to a 400 error code

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    8fd0839 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Add no repo_id error message

    Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com>
    ABrain7710 committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    04c0cf5 View commit details
    Browse the repository at this point in the history