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 default_server_config as a fallback config #25682

Merged
merged 7 commits into from
Jul 10, 2023

Commits on Jun 29, 2023

  1. Allow default_server_config as a fallback config

    The configuration provided with default_server_config can be used as a
    suitable fallback in case the well-known discovery failed.
    
    Using either of `default_server_config` or `default_server_name` is
    still supported and works like before.
    
    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f880422 View commit details
    Browse the repository at this point in the history
  2. Doucment the fallback behavior

    Also doucment the fallback behavior that would be used when both
    `default_server_config` and `default_server_name` are put inside
    config.json.
    
    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b8b89b1 View commit details
    Browse the repository at this point in the history
  3. Update docs/config.md

    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8a49276 View commit details
    Browse the repository at this point in the history
  4. Update

    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    d9fb27d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Add tests

    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    8561f6f View commit details
    Browse the repository at this point in the history
  2. Add fallback code to mobile guide

    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    7d79218 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Fix TypeScript lint errors

    Signed-off-by: Yorusaka Miyabi <[email protected]>
    ShadowRZ committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    45421cb View commit details
    Browse the repository at this point in the history