Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

feat: expose logs of detached instances via ganache instances logs command #4254

Draft
wants to merge 37 commits into
base: develop
Choose a base branch
from

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    c7f86d3 View commit details
    Browse the repository at this point in the history
  2. Simplify logging

    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    54b85c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0ca2e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a397b6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f13a36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b206a42 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d1ec4fe View commit details
    Browse the repository at this point in the history
  8. Resolve invalid path

    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    feb57bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b8673f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d73be8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8b4ae04 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b6159e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2db28f View commit details
    Browse the repository at this point in the history
  14. Tidy up logging

    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    d2db1a4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4e64fc7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8423a65 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fcf39ed View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    22ec214 View commit details
    Browse the repository at this point in the history
  19. Switch to use 'fs.openSync()' instead of 'fs.writeSync()' because win…

    …dows won't if the content is empty :(
    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    37e1616 View commit details
    Browse the repository at this point in the history
  20. Work in progress. Move logger into @ganache/utils, resolve filehandle…

    … within logging-options.
    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    44a7107 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b02821d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e7ddd6 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f9aac47 View commit details
    Browse the repository at this point in the history
  24. tidy up implementation, fix tests, don't accept filehandle as logging…

    ….file because then it's impossible for us to now whether we should close it
    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6cc6fb2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    303330d View commit details
    Browse the repository at this point in the history
  26. Upgrade @ganache/utils

    jeffsmale90 committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    7edf108 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    ca8f581 View commit details
    Browse the repository at this point in the history
  2. Modify 'EPERM' test to support Windows (who does some freaky stuff wh…

    …en a directory is opened for writing)
    jeffsmale90 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    04a0674 View commit details
    Browse the repository at this point in the history
  3. Pin @types/sinon

    jeffsmale90 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    8352f82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a556d6 View commit details
    Browse the repository at this point in the history
  5. Fix failing tests

    jeffsmale90 committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1ff9eb9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d08ff26 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b577089 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    f4e7ad1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978aab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b9a55b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89ec342 View commit details
    Browse the repository at this point in the history