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/sky rev fwd #1830

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

Commits on Jun 17, 2024

  1. refactor: Rename skyrev and skyfwd to net

    Rename the `skyrev` package to `con` and `skyfwd` to `pub` under the `net` command. This change improves the clarity and consistency of the codebase.
    ersonp authored and ersonp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    70378f3 View commit details
    Browse the repository at this point in the history
  2. refactor: Rename forward to connect

    ersonp authored and ersonp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    65a4123 View commit details
    Browse the repository at this point in the history
  3. feat: Add publish and update connect

    ersonp authored and ersonp committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    8ee38fa View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    102802f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47672e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5681da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b1532 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a575224 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5eecb1a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27b864e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a8cee5 View commit details
    Browse the repository at this point in the history
  9. chore: Update comment

    ersonp committed Jun 22, 2024
    Configuration menu
    Copy the full SHA
    87e6748 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d73b400 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. feat: add app type support

    Add support for HTTP, TCP, UDP in the API, RPC and CMD
    ersonp committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    dcd7b58 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. feat: ensure port availability

     Ensure port availability before adding ConnectConn and PublishListener
    ersonp committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    870c6ee View commit details
    Browse the repository at this point in the history
  2. refactor: update APIs

    Update `Connect` and `Publish` API to return ConnectInfo and PublishInfo as well as for `ListPublished` and `ListConnected` to return []PublishInfo and []ConnectInfo
    ersonp committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    cbbc403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e69512 View commit details
    Browse the repository at this point in the history
  4. fix(publish): remove http.Server headers

    Remove ReadHeaderTimeout and WriteTimeout that were causing the publisher to close the incoming connection if nothing was connectead to it withing 5 seconds.
    ersonp committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    b9b97c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. chore: fix linting issues

    ersonp committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7205554 View commit details
    Browse the repository at this point in the history
  2. chore: fix linting

    ersonp committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b2f97a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1daefdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02e630c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    42e44ad View commit details
    Browse the repository at this point in the history
  6. chore: fix linting

    ersonp committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    18b96db View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. chore: fix linting

    ersonp committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    3ab96d9 View commit details
    Browse the repository at this point in the history