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

Read custom visualizations #8180

Merged
merged 32 commits into from
Nov 3, 2023
Merged

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    f116816 View commit details
    Browse the repository at this point in the history
  2. wip: Subscribe to file updates

    The current problem is that we need to somehow know the file path of the project root.
    somebody1234 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    58a04d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    c5b1f80 View commit details
    Browse the repository at this point in the history
  2. Fix loading custom visualizations

    To do: updating lookup for visualizations for type; removing outdated styles
    somebody1234 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    c887beb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51602b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08309db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    33fb740 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0b41db View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Address review

    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    0ac8ee2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17c5890 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3adc681 View commit details
    Browse the repository at this point in the history
  4. Refactor out walkFs

    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3337d0d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5743ab8 View commit details
    Browse the repository at this point in the history
  6. Minor refactor

    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    54a1c53 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8d12d5d View commit details
    Browse the repository at this point in the history
  8. (wip) Tests

    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    be2e3bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f0287eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    25a12d7 View commit details
    Browse the repository at this point in the history
  11. Address new review

    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    8245475 View commit details
    Browse the repository at this point in the history
  12. Remove script to generate viz metadata; remove builtin dynamic visual…

    …izations; code splitting for large viz dependencies; fix bugs
    somebody1234 committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5604d79 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8247b94 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Address review

    somebody1234 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    17be3e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5350193 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Get mocks working for custom viz (hacky)

    The list of visualizations is not correct on the user-defined viz story
    somebody1234 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cd8a777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad412d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Simplifying refactors

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    aef1c22 View commit details
    Browse the repository at this point in the history
  2. Minor bug fixes

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    04640fe View commit details
    Browse the repository at this point in the history
  3. Fix type error

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8f60ddf View commit details
    Browse the repository at this point in the history
  4. Fix lint error

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    28b885b View commit details
    Browse the repository at this point in the history
  5. Fix tsconfig

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    911f55f View commit details
    Browse the repository at this point in the history
  6. fix lints again

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e8c2c67 View commit details
    Browse the repository at this point in the history
  7. prettier -_-

    somebody1234 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    dd6a4a4 View commit details
    Browse the repository at this point in the history