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

Update for V3 #22

Merged
merged 25 commits into from
Jul 21, 2024
Merged

Update for V3 #22

merged 25 commits into from
Jul 21, 2024

Commits on Jul 5, 2024

  1. v3 upgrade WIP

    phillipivan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    59bb508 View commit details
    Browse the repository at this point in the history
  2. implement keepalive framework (still requires KA message)

    remove old code from index.js
    phillipivan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e9ff7eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f29c4f View commit details
    Browse the repository at this point in the history
  4. rework configUpdated

    phillipivan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    132c5f1 View commit details
    Browse the repository at this point in the history
  5. refactor actionOptions, feedbackOptions

    fix config regex
    minor fixes
    phillipivan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0d9b1dc View commit details
    Browse the repository at this point in the history
  6. formatting

    phillipivan committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    98232b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    865408a View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. declare unchanging variables as const

    startKeepAlive on sendAck.
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c757e9b View commit details
    Browse the repository at this point in the history
  2. accept variables for sourceName and destinationName action option fie…

    …lds, and corresponding actions.
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7c93700 View commit details
    Browse the repository at this point in the history
  3. define commands as constants

    keepalive sends dummy packet
    fixup presets for V3
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    c359765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be8b591 View commit details
    Browse the repository at this point in the history
  5. fixups

    prettier
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    63ad7b8 View commit details
    Browse the repository at this point in the history
  6. remove redundant comments

    add crosspoint connected, crosspoint connect by name feedbacks
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    6004209 View commit details
    Browse the repository at this point in the history
  7. fix feedbacks

    fix presets
    on extractLabels updateFeedbacks
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1b9cd26 View commit details
    Browse the repository at this point in the history
  8. select source and select destination presets now generated according …

    …to router size
    
    select source preset now has source routed to destination feedback added
    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    76e67e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae56bff View commit details
    Browse the repository at this point in the history
  10. fix typos

    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    d296fad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45aca46 View commit details
    Browse the repository at this point in the history
  12. update help.md

    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    687bce8 View commit details
    Browse the repository at this point in the history
  13. minor refactor

    phillipivan committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7a09123 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b2707c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. remove redundant async actions & feedbacks

    refactor init (calls configUpdated, since run the same code).
    refactor record action
    feedback crosspoint_connected, crosspoiint_connected_by_name add subscribe
    subscribeActions and subscribeFeedbacks on connect
    phillipivan committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cd9f96d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c61afed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. help.md - fix typos

    phillipivan committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a92d70d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    b7333b7 View commit details
    Browse the repository at this point in the history