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

Improve Callback Graph #1179

Merged
merged 62 commits into from
Sep 3, 2020
Merged

Improve Callback Graph #1179

merged 62 commits into from
Sep 3, 2020

Commits on Apr 4, 2020

  1. Move callback graph to cytoscape and add clientside coloring

    Jonathan Jara-Almonte committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6d9cdfd View commit details
    Browse the repository at this point in the history
  2. Update styling and add live component and callback introspection

    Jonathan Jara-Almonte committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    18539a2 View commit details
    Browse the repository at this point in the history
  3. Add State to the callback graph with dashed lines

    Jonathan Jara-Almonte committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    45c3b98 View commit details
    Browse the repository at this point in the history
  4. Remove redundant value fields in introspection data

    Jonathan Jara-Almonte committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5d99381 View commit details
    Browse the repository at this point in the history
  5. Change to BFS layout for better State support

    Jonathan Jara-Almonte committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    42c7664 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    d4652ca View commit details
    Browse the repository at this point in the history
  2. Connect CallbackGraph to profiling and change notifications

    Jonathan Jara-Almonte committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    5a4b996 View commit details
    Browse the repository at this point in the history
  3. Add basic profiling and execution highlighting

    Jonathan Jara-Almonte committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    221d4ba View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Cleanup effects and highlight the sub-callback graph on select.

    Jonathan Jara-Almonte committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    a89994b View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Add support for Server-Timing headers and resource timing API

    Jonathan Jara-Almonte committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    1fbd48c View commit details
    Browse the repository at this point in the history
  2. Fix error when callback selected before first run.

    Jonathan Jara-Almonte committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    147d3be View commit details
    Browse the repository at this point in the history
  3. Switch to react-json-tree because of bugs

    Jonathan Jara-Almonte committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    2e2215c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2020

  1. Update JSON styling

    Jonathan Jara-Almonte committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    6390f01 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/dev' into callback_graph. Brea…

    …ks callback graph.
    Jonathan Jara-Almonte committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    8553fb6 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Partial implementation of wildcards. Introspection is broken.

    Jonathan Jara-Almonte committed May 15, 2020
    Configuration menu
    Copy the full SHA
    0b24da2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

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

Commits on Jul 27, 2020

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

Commits on Jul 28, 2020

  1. Configuration menu
    Copy the full SHA
    c480342 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2026f10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c67bd64 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c24a8e1 View commit details
    Browse the repository at this point in the history
  5. avoid errors on callback graph info for pattern-matching callbacks

    for now just ignore those IDs
    alexcjohnson committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    c89bd92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0f4924e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. lint js

    alexcjohnson committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    39ee385 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19de6ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8be31bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6325a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2c6db4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ba3378 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    97f4bee View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    244c6a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712b8df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd54525 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    fd749c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c927f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc967a4 View commit details
    Browse the repository at this point in the history
  4. prettier

    alexcjohnson committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    21d1e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. get callback inputs/outputs from request/response, not layout

    this makes callback info work correctly with wildcards
    but component info still doesn't support wildcards
    alexcjohnson committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    3cbd990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd8a752 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cec93f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bda9d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fdde1f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    e9977d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da76ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df041e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe759e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. black

    alexcjohnson committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    f6ac62b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

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

Commits on Aug 20, 2020

  1. Configuration menu
    Copy the full SHA
    75160ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65e14c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2020

  1. callback graph tests

    alexcjohnson committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    6ee83d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18035a7 View commit details
    Browse the repository at this point in the history
  3. py2 test fix?

    alexcjohnson committed Aug 30, 2020
    Configuration menu
    Copy the full SHA
    4b10e65 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    02bbe5f View commit details
    Browse the repository at this point in the history
  2. fix changelog

    alexcjohnson committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    fd28d05 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    Marc-Andre-Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ec345d3 View commit details
    Browse the repository at this point in the history
  4. fix bad merge on requestedCallbacks.ts

    Marc-André Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8af36d5 View commit details
    Browse the repository at this point in the history
  5. trigger build

    Marc-André Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    fdc662e View commit details
    Browse the repository at this point in the history
  6. update dash-test-components lock file

    Marc-André Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a710e5f View commit details
    Browse the repository at this point in the history
  7. trigger build

    Marc-André Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    607773d View commit details
    Browse the repository at this point in the history
  8. trigger build

    Marc-André Rivet committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    c065fd2 View commit details
    Browse the repository at this point in the history