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: implement -n X and -a flags #1341

Merged
merged 40 commits into from
Sep 21, 2023
Merged

feat: implement -n X and -a flags #1341

merged 40 commits into from
Sep 21, 2023

Commits on Sep 8, 2023

  1. loop over client receive

    tedim52 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    b86768d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. handle engine client err

    tedim52 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    35e2f37 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. rm log stmts

    tedim52 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    c386c79 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. add -a and -n to client

    tedim52 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    1660776 View commit details
    Browse the repository at this point in the history
  2. add -a and -n to engine

    tedim52 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    28d001d View commit details
    Browse the repository at this point in the history
  3. impl tail logs

    tedim52 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d5600a2 View commit details
    Browse the repository at this point in the history
  4. change -a and -n defaults

    tedim52 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    6875e2a View commit details
    Browse the repository at this point in the history
  5. add should return logs

    tedim52 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    db034ff View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. warn when parse error occurs

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    1929f50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59862d7 View commit details
    Browse the repository at this point in the history
  3. add debug logs

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b4578c9 View commit details
    Browse the repository at this point in the history
  4. add log

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    cf1a947 View commit details
    Browse the repository at this point in the history
  5. add log line

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    42dc819 View commit details
    Browse the repository at this point in the history
  6. tail from end of logs file

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    0cebec2 View commit details
    Browse the repository at this point in the history
  7. remove debug lgos

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    e17b530 View commit details
    Browse the repository at this point in the history
  8. tail from end of log file

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    b6e34ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e2e67e9 View commit details
    Browse the repository at this point in the history
  10. update typescript api

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d2e3e54 View commit details
    Browse the repository at this point in the history
  11. update ts tests

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2c8873a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7daf794 View commit details
    Browse the repository at this point in the history
  13. update ts sdk

    tedim52 committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    aa92db5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5388414 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    02b2584 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9a336dc View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. undo breaking changes

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    76135fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ecc12 View commit details
    Browse the repository at this point in the history
  3. delete pkg lock file

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a05d247 View commit details
    Browse the repository at this point in the history
  4. fix yarn lock

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    597200e View commit details
    Browse the repository at this point in the history
  5. partial refactor

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8560d89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7755ead View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c7814e8 View commit details
    Browse the repository at this point in the history
  8. finish refactor

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    9447eb5 View commit details
    Browse the repository at this point in the history
  9. add test

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    e69819d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    13ec51f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bed213b View commit details
    Browse the repository at this point in the history
  12. lint

    tedim52 committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ef0f801 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. close all log files

    tedim52 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a352d9b View commit details
    Browse the repository at this point in the history
  2. add inline comments

    tedim52 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6d7c8d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d81076a View commit details
    Browse the repository at this point in the history
  4. fix yarn lock

    tedim52 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4b2d5d7 View commit details
    Browse the repository at this point in the history