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

SDAP-401: Added JSON output formatting for COVERAGE plotting #200

Open
wants to merge 76 commits into
base: master
Choose a base branch
from

Commits on Sep 2, 2022

  1. Base framework for CAML rendering

    Should add support for CAML output to results and matchup endpoints (notwithstanding the fact it currently does nothing; just links up the code for now)
    rileykk committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    806b4ba View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Empty CAML return + utility function

    Also a quick test on parameter passing
    rileykk committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    c7d85e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b80a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Fixed issue to get renderer working with empty output

    Temporarily also passing through parameters for testing & dev purposes
    rileykk committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6609f06 View commit details
    Browse the repository at this point in the history
  2. Framework for passing params into CAML formatter

    rileykk committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    3710e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6026e7d View commit details
    Browse the repository at this point in the history
  4. Prep to fill in CAML result data

    rileykk committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    88f3136 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. First two charts - initial implementation

    rileykk committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    ceec6c2 View commit details
    Browse the repository at this point in the history
  2. Parameters for CAML rendering in matchup

    2 required 1 optional
    rileykk committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    90cb0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4e1801 View commit details
    Browse the repository at this point in the history
  4. Map output

    rileykk committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    daf31bf View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Query fields

    rileykk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4948ae9 View commit details
    Browse the repository at this point in the history
  2. TBA Histogram plots

    rileykk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    4171f4f View commit details
    Browse the repository at this point in the history
  3. Coverage json hist (#4)

    * Binned primary and secondary values by date
    
    * Histogram implementation
    
    * Cleanup
    
    Co-authored-by: rileykk <[email protected]>
    RKuttruff and rileykk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    2db044a View commit details
    Browse the repository at this point in the history
  4. Processing for chart type arguments

    rileykk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    202b53c View commit details
    Browse the repository at this point in the history
  5. Logic for chart filtering

    rileykk committed Sep 12, 2022
    Configuration menu
    Copy the full SHA
    d21cb28 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Fixed output lat/lon types in diff map

    rileykk committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    3a2879b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    aa805c4 View commit details
    Browse the repository at this point in the history
  2. Sorted data in time series output so that it doesn't need to be sorte…

    …d when plotting
    rileykk committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    deb4409 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Updated changelog

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    596bce5 View commit details
    Browse the repository at this point in the history
  2. Added EID to CAML output

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    f264c57 View commit details
    Browse the repository at this point in the history
  3. CAMLSecondary parameter will override parameter parameter

    It does not make sense for them to differ. Checks are maintained that it is a valid insitu parameter
    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    7f635db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83b57ec View commit details
    Browse the repository at this point in the history
  5. Fix key error for results retrieval formatting

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    3fe5017 View commit details
    Browse the repository at this point in the history
  6. Removed unused param

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b81c0d5 View commit details
    Browse the repository at this point in the history
  7. Fixed error code

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    99228cc View commit details
    Browse the repository at this point in the history
  8. Fixed error code

    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    b589dc0 View commit details
    Browse the repository at this point in the history
  9. Implementation of CAML formatter for domsresults endpoint

    May still need a bit of testing...
    rileykk committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    9e497bd View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

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

Commits on Sep 21, 2022

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    4596529 View commit details
    Browse the repository at this point in the history
  2. Added argument to choose bins for histogram plots

    rileykk committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3a15b14 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Removed unused code

    rileykk committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    568c6ff View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

  1. Merge remote-tracking branch 'upstream/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    RKuttruff committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    264939a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    35de93c View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    af7061b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2022

  1. Merge remote-tracking branch 'upstream/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    RKuttruff committed Oct 15, 2022
    Configuration menu
    Copy the full SHA
    678deec View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 19, 2022

  1. Replaced dynamic c+v keys with lists + separated time series chart in…

    …to two charts
    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1725957 View commit details
    Browse the repository at this point in the history
  2. Updated scatter plot chart

    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    153672f View commit details
    Browse the repository at this point in the history
  3. Added histogram timeseries arguments

    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9e996bb View commit details
    Browse the repository at this point in the history
  4. Added histogram timeseries charts

    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    35cf2ad View commit details
    Browse the repository at this point in the history
  5. Misc

    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    f57fd95 View commit details
    Browse the repository at this point in the history
  6. Removed unused variable

    rileykk committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c0f8efc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    374c7e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Oct 27, 2022
    Configuration menu
    Copy the full SHA
    efea983 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

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

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    882f998 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c09f173 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    cdec15f View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Moved changelog entry

    rileykk committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    c075a38 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    490d27d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    46dbc7a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    52cf6de View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

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

Commits on Mar 13, 2023

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

Commits on Mar 20, 2023

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

Commits on Mar 23, 2023

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

Commits on Mar 30, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0dbe511 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    #	analysis/webservice/algorithms_spark/Matchup.py
    rileykk committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    a1b38a2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 16, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6bbc22c View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	analysis/webservice/algorithms/doms/ResultsRetrieval.py
    rileykk committed May 17, 2023
    Configuration menu
    Copy the full SHA
    23a8137 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

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

Commits on Jun 22, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	analysis/webservice/algorithms/doms/BaseDomsHandler.py
    rileykk committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b8eec2c View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

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

Commits on Jul 10, 2023

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

Commits on Aug 1, 2023

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

Commits on Aug 21, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    421d472 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    c9bf43d View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 7, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    59d6e0a View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into coverage-json

    # Conflicts:
    #	CHANGELOG.md
    rileykk committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    79e77cd View commit details
    Browse the repository at this point in the history