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

Query formatting and dependency tree/graph visualisation #805

Merged
merged 26 commits into from
May 20, 2019

Commits on May 16, 2019

  1. Allow easier string formatting of queries, with optional descriptions…

    … of query attributes included in the resulting string
    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    402d9d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df23a7b View commit details
    Browse the repository at this point in the history
  3. Tweak docstring and node color for stored queries

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    c0d5ee3 View commit details
    Browse the repository at this point in the history
  4. Add helper function to plot dependency graph directly

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    eb78051 View commit details
    Browse the repository at this point in the history
  5. Update docstring for calculate_dependency_graph()

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    1c524cf View commit details
    Browse the repository at this point in the history
  6. Slightly terser import error message

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    354ebb0 View commit details
    Browse the repository at this point in the history
  7. Add info about required packages

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    f35239d View commit details
    Browse the repository at this point in the history
  8. Install pygraphviz as dev dependency

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    936b4e3 View commit details
    Browse the repository at this point in the history
  9. Add simple test for test_plot_dependency_graph

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    f716666 View commit details
    Browse the repository at this point in the history
  10. Update changelog

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    022a494 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into query-formatting

    maxalbert authored May 16, 2019
    Configuration menu
    Copy the full SHA
    fa75423 View commit details
    Browse the repository at this point in the history
  12. Overwrite __format__ instead of __repr__ in Table to retain previous …

    …behaviour
    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    39ec276 View commit details
    Browse the repository at this point in the history
  13. Add no-cover pragma for warning message.

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    f5ff273 View commit details
    Browse the repository at this point in the history
  14. Tidy up imports; add test for to_nested_list()

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    b54fac1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    bea8092 View commit details
    Browse the repository at this point in the history
  16. Merge remote-tracking branch 'origin/query-formatting' into query-for…

    …matting
    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7913f31 View commit details
    Browse the repository at this point in the history
  17. Need to explicitly import _makesafe (not covered by 'import *')

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    b3a57cc View commit details
    Browse the repository at this point in the history
  18. Install graphviz

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    13d9a9c View commit details
    Browse the repository at this point in the history
  19. Swap order of steps

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    2aa1f50 View commit details
    Browse the repository at this point in the history
  20. Move step into run_flowmachine_tests

    Maximilian Albert committed May 16, 2019
    Configuration menu
    Copy the full SHA
    7d43cca View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' into query-formatting

    maxalbert authored May 16, 2019
    Configuration menu
    Copy the full SHA
    e01e7ab View commit details
    Browse the repository at this point in the history

Commits on May 17, 2019

  1. Add test for query formatting

    Maximilian Albert committed May 17, 2019
    Configuration menu
    Copy the full SHA
    691bac8 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/query-formatting' into query-for…

    …matting
    Maximilian Albert committed May 17, 2019
    Configuration menu
    Copy the full SHA
    ba78ae5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into query-formatting

    maxalbert authored May 17, 2019
    Configuration menu
    Copy the full SHA
    e3ba265 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Merge branch 'master' into query-formatting

    maxalbert authored May 20, 2019
    Configuration menu
    Copy the full SHA
    99de76a View commit details
    Browse the repository at this point in the history
  2. Fix incomplete docstring

    Maximilian Albert committed May 20, 2019
    Configuration menu
    Copy the full SHA
    4661848 View commit details
    Browse the repository at this point in the history