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

Omwappi 1545 x dial server patches 2401 sprint #106

Commits on Mar 27, 2024

  1. ARRISAPP-69 wait for application state responses (#16)

    It is now possible to specify the amount of time
    xdial server waits for rtremote status update resposes
    with XDIAL_WAIT_FOR_RTREMOTE_STATE_RESPONSE_MS.
    This can be used to make sure that up-to-date application
    states are returned (instead of cached ones)
    margret-jaison-infosys committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7f4037a View commit details
    Browse the repository at this point in the history
  2. OMWAPPI-1342 xdial: create GDialApp if app exists (#23)

    - if app instances are created outside of xdial, we might
      still be missing GDialApp instance.
    - do not fetch app state asynchronously in case
      xdial is configured to wait for remote state responses
      anyway
    - if current app state is 'stopped' or 'hidden'
      always return 201 on POST requests
    margret-jaison-infosys committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4afd94c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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