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 static ports #677

Merged
merged 27 commits into from
Jul 3, 2024

Commits on Jul 3, 2024

  1. feat(config): WIP: Update port publisher config

    * Add client settings
    * Add additional service settings
    * Delete global public port start
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f2704d4 View commit details
    Browse the repository at this point in the history
  2. feat(package-io): WIP: Enrich input parser for client and additional …

    …service port publisher settings
    
    * Add getter for port publisher parameters
    * Add parsing for client and additional service port publisher input parameters
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a9f1edc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d51e8fc View commit details
    Browse the repository at this point in the history
  4. feat(shared-utils): WIP: Add port publisher convenience functions

    * Add function to create static port numbers for components
    * Add function to create kurtosis port specs
    * Add function to create single additional service port spec
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9237452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f36814 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da6220c View commit details
    Browse the repository at this point in the history
  7. feat(cl): Add static port support for cl clients

    * Add participant id to launch and get_config method
    * Delete port id constants
    * Add port ids from constants
    * Delete kurtosis port spec getter
    * Add general kurtosis port spec getter from shared_utils
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f022bc4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21e6514 View commit details
    Browse the repository at this point in the history
  9. feat(vc): WIP: Add public port logic to lighthouse

    * Add port_publisher and vc_index to launch method
    * Add public ports to service config
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f9b94bd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a40761 View commit details
    Browse the repository at this point in the history
  11. feat(vc): Add port_publisher and vc_index to vc_launcher

    * Reference metric port id from constants
    * Delete obsolete code
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    e34cd01 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    265172e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    817671e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7a44536 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    14e6a5f View commit details
    Browse the repository at this point in the history
  16. feat(additional-services): WIP: Add static port feature

    * Add port publisher config and service index as launcher arguments
    * Add public ports for services
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8f9948b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b36ccd1 View commit details
    Browse the repository at this point in the history
  18. add readme, fix test case

    barnabasbusa authored and TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f552ed2 View commit details
    Browse the repository at this point in the history
  19. fix workflow

    barnabasbusa authored and TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    99d7987 View commit details
    Browse the repository at this point in the history
  20. fix workflow quotes

    barnabasbusa authored and TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    cf59094 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c1bd11c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    48e9eee View commit details
    Browse the repository at this point in the history
  23. fix forky

    barnabasbusa authored and TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    949cdec View commit details
    Browse the repository at this point in the history
  24. fix security issue

    barnabasbusa authored and TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    831685c View commit details
    Browse the repository at this point in the history
  25. feat(shared-utils): Improve public port convenience functions

    * Delete unnecessary initial port number assignments
    * Add websocket port ID constant to port spec function
    TobiWo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b0e8caf View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    31bf32a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b87acc6 View commit details
    Browse the repository at this point in the history