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

Refactor commands to use ink #1697

Draft
wants to merge 32 commits into
base: master
Choose a base branch
from
Draft

Refactor commands to use ink #1697

wants to merge 32 commits into from

Commits on Jan 10, 2020

  1. [WIP] Add graph info command

    This will be used to help CLI users understand the current composition
    information about the graph
    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8681b33 View commit details
    Browse the repository at this point in the history
  2. wip add graph:info command

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6aac7eb View commit details
    Browse the repository at this point in the history
  3. Return only the compositionResult

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    0433641 View commit details
    Browse the repository at this point in the history
  4. Expand query to include more graph information

    This is likely a broken commit, but signing off for the night to resume
    work tomorrow. The plan is for the `graph:info` command to be just as
    useful to non-federation users as to federation users, and this commit
    updates the types and the query to include more graph-level information
    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    a40ef70 View commit details
    Browse the repository at this point in the history
  5. Add type safety and silly error

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c4e83a3 View commit details
    Browse the repository at this point in the history
  6. Start adding support for non-federated graphs

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    b2b5e5a View commit details
    Browse the repository at this point in the history
  7. Add in information from query

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    818fe7e View commit details
    Browse the repository at this point in the history
  8. Remove extra print (unnecessary)

    Adam Zionts authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    595acc6 View commit details
    Browse the repository at this point in the history
  9. wip

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    5ed5095 View commit details
    Browse the repository at this point in the history
  10. fix build

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    c376a5d View commit details
    Browse the repository at this point in the history
  11. remove graph:info

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ae3d919 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bda6486 View commit details
    Browse the repository at this point in the history
  13. add file

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d7ec4ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    29c6b36 View commit details
    Browse the repository at this point in the history
  15. work

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    f448808 View commit details
    Browse the repository at this point in the history
  16. further work on the poc of ink

    jbaxleyiii authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    bdb2840 View commit details
    Browse the repository at this point in the history
  17. remove double sorting

    jbaxleyiii authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    5cbac1a View commit details
    Browse the repository at this point in the history
  18. remove double sorting

    jbaxleyiii authored and JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d7b4fa5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d23bc9b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    071e318 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    983a794 View commit details
    Browse the repository at this point in the history
  22. update command test

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    3be3e9c View commit details
    Browse the repository at this point in the history
  23. Add tests for NewCommand

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    3b22c2d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1ddbbaf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0f8645d View commit details
    Browse the repository at this point in the history
  26. wip on download-schema

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    9c5c931 View commit details
    Browse the repository at this point in the history
  27. fix node typing

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    e84b3cb View commit details
    Browse the repository at this point in the history
  28. cleanup

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    d5d83dc View commit details
    Browse the repository at this point in the history
  29. WIP on task runner

    JakeDawkins committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ff609fc View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. update with new hooks

    JakeDawkins committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1998366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ae076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    959e981 View commit details
    Browse the repository at this point in the history