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

feat(tracing) Add a UI and backend for trace data #2309

Merged
merged 25 commits into from
Jan 12, 2022

Commits on Dec 17, 2021

  1. feat(tracing) Add a UI and backend for trace data

    Add a (very rudimentary) UI that allows a query to be run and displays the trace
    for that query. It will also display any error that may have arrived from
    running the query.
    rahul-kumar-saini authored and evanh committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    234b96c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. merge master

    rahul-kumar-saini committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    aa16fd1 View commit details
    Browse the repository at this point in the history
  2. formatting

    rahul-kumar-saini committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    945c3f2 View commit details
    Browse the repository at this point in the history
  3. PR comment changes

    rahul-kumar-saini committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    b501c72 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2021

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

    rahul-kumar-saini committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    411d9d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c7ce8 View commit details
    Browse the repository at this point in the history
  4. Mypy and test fix

    rahul-kumar-saini committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6d20e40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    339a850 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcc9c50 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

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

    evanh committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    d104f32 View commit details
    Browse the repository at this point in the history
  3. revert frontend changes

    evanh committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f88f7e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. add error message

    evanh committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    12d0361 View commit details
    Browse the repository at this point in the history
  2. merge

    evanh committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    b91297b View commit details
    Browse the repository at this point in the history
  3. fix tests

    evanh committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0324a00 View commit details
    Browse the repository at this point in the history
  4. more fixes

    evanh committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    3f6a319 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

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

    evanh committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    433251b View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. merge

    evanh committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    ebaf970 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    d384457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c5853 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6dfef1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. Configuration menu
    Copy the full SHA
    60ff1ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0431cef View commit details
    Browse the repository at this point in the history