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

[FEAT]: add driver manager command #11

Merged
merged 24 commits into from
Oct 23, 2023
Merged

Commits on Oct 22, 2023

  1. add basic actions and tests

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    7bb8a99 View commit details
    Browse the repository at this point in the history
  2. rename command class

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6f57887 View commit details
    Browse the repository at this point in the history
  3. fix code style issues

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    8e473d7 View commit details
    Browse the repository at this point in the history
  4. remove todo from test

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    780f9b3 View commit details
    Browse the repository at this point in the history
  5. refactor code

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    dd880d8 View commit details
    Browse the repository at this point in the history
  6. fix typo

    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    32c1454 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Add missing `Process::result` call, and remove unnecessary empty array from `Process::fake` call
    asciito committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    23cbe48 View commit details
    Browse the repository at this point in the history
  8. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    6b2cb86 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    1f0fc79 View commit details
    Browse the repository at this point in the history
  2. refactor code

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8cc26b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d7d11 View commit details
    Browse the repository at this point in the history
  4. refactor pid command

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e9c9784 View commit details
    Browse the repository at this point in the history
  5. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f62246a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1947d0b View commit details
    Browse the repository at this point in the history
  7. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    a3d791e View commit details
    Browse the repository at this point in the history
  8. refactor code and tests

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2c9918c View commit details
    Browse the repository at this point in the history
  9. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    27a1f94 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    758cf0d View commit details
    Browse the repository at this point in the history
  11. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    502a4d6 View commit details
    Browse the repository at this point in the history
  12. change info for a warning

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    e18c204 View commit details
    Browse the repository at this point in the history
  13. fix option on command

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c19c958 View commit details
    Browse the repository at this point in the history
  14. fix default port

    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    73e1baf View commit details
    Browse the repository at this point in the history
  15. add preview of server to kill action

    Also, and change the text for `kill` and `list` action
    asciito committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    12a42a1 View commit details
    Browse the repository at this point in the history
  16. chore: fix styling

    asciito authored and github-actions[bot] committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    34d47c8 View commit details
    Browse the repository at this point in the history