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

Added logging to cache for video endpoint #1220

Merged
merged 8 commits into from
Mar 18, 2020

Commits on Mar 15, 2020

  1. WIP added logging to cache for video endpoint

    Cameron Rice committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    1ac57de View commit details
    Browse the repository at this point in the history
  2. Updating cache call to use TTL from config

    Cameron Rice committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    a678b50 View commit details
    Browse the repository at this point in the history
  3. Updates from initial feedback

    * Log now includes HTTP headers
    * Fixed caching to use a new cache entry rather than appending to the
    VAST
    * Added feature where is query is set, the test flag is set in the
    request
    Cameron Rice committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    1f7a0aa View commit details
    Browse the repository at this point in the history
  4. Updated recorded response and handleError

    Cameron Rice committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    c60768c View commit details
    Browse the repository at this point in the history
  5. Updates from code review comments

    * Changed recorded output to be only the debug ext
    * Removed extra marhal calls
    * Changed cache to be an endpoint dependency
    * Added debugLog struct to hold all debug related info
    * Numerous smaller changes
    Cameron Rice committed Mar 15, 2020
    Configuration menu
    Copy the full SHA
    e939e3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac698c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Added missing error checks

    Cameron Rice committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    87b1b65 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. Added unit test for error case

    Cameron Rice committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    b01d04d View commit details
    Browse the repository at this point in the history