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

Allow programmatic configuration of unicast relays. #498

Merged
merged 9 commits into from
May 23, 2024

Commits on May 22, 2024

  1. Allow programmatic configuration of unicast relays.

    This change allows users to configure relays from code without having to
    `setenv(GZ_RELAY)`.
    
    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f590ccd View commit details
    Browse the repository at this point in the history
  2. Add docs

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    cce1038 View commit details
    Browse the repository at this point in the history
  3. Add test case

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    be2894f View commit details
    Browse the repository at this point in the history
  4. Fix up lint warnings

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ec5b23b View commit details
    Browse the repository at this point in the history
  5. Guard relayAddrs with a mutex.

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3111581 View commit details
    Browse the repository at this point in the history
  6. Don't add separate mutex for relayAddrs.

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f082ddf View commit details
    Browse the repository at this point in the history
  7. Style nits

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    504bafa View commit details
    Browse the repository at this point in the history
  8. snake_case -> camelCase

    Signed-off-by: Michael Beardsworth <beardsworth@intrinsic.ai>
    mbeards committed May 22, 2024
    Configuration menu
    Copy the full SHA
    811e865 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abb6151 View commit details
    Browse the repository at this point in the history