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

Add data structures for chart plugin system #6028

Merged
merged 20 commits into from
Oct 9, 2018

Commits on Oct 8, 2018

  1. add unit tests

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    de4e716 View commit details
    Browse the repository at this point in the history
  2. add test structure

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    ed7a53a View commit details
    Browse the repository at this point in the history
  3. add unit tests for Registry

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    608e160 View commit details
    Browse the repository at this point in the history
  4. add LoaderRegistry unit test

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    1f496d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92a22ff View commit details
    Browse the repository at this point in the history
  6. add type check

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    5d1a757 View commit details
    Browse the repository at this point in the history
  7. add plugin data structures

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    288513d View commit details
    Browse the repository at this point in the history
  8. simplify API

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    dfae36c View commit details
    Browse the repository at this point in the history
  9. add preset tests

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    585f3f2 View commit details
    Browse the repository at this point in the history
  10. update test message

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    36e1017 View commit details
    Browse the repository at this point in the history
  11. fix lint

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    932bbf4 View commit details
    Browse the repository at this point in the history
  12. update makeSingleton

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    047e2d7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1043d4e View commit details
    Browse the repository at this point in the history
  14. revise Registry code

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    428146f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    de72995 View commit details
    Browse the repository at this point in the history
  16. update test

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    58ad704 View commit details
    Browse the repository at this point in the history
  17. update unit test

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    0904e4a View commit details
    Browse the repository at this point in the history
  18. update plugin unit test

    kristw committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    0deeecb View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    3f8fff6 View commit details
    Browse the repository at this point in the history
  2. update test description

    kristw committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    18eae1b View commit details
    Browse the repository at this point in the history