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

feature: add support for per-service endpoint url configuration #2737

Merged
merged 31 commits into from
Sep 1, 2023

Commits on Aug 8, 2023

  1. add support for per-service endpoint url configuration

      pick 1ca30ba add support for per-service endpoint url configuration
    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    efb74ce View commit details
    Browse the repository at this point in the history
  2. update heredoc

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    681f83b View commit details
    Browse the repository at this point in the history
  3. unset env vars

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    371bca4 View commit details
    Browse the repository at this point in the history
  4. add ignore configured urls to default config

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8c15d73 View commit details
    Browse the repository at this point in the history
  5. add test for ignore_configure_endpoint_urls

    merge
    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    8aa98e0 View commit details
    Browse the repository at this point in the history
  6. update docs

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    44fb436 View commit details
    Browse the repository at this point in the history
  7. refactor configresolver params

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    5a0688f View commit details
    Browse the repository at this point in the history
  8. make options optional

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    d8fde5f View commit details
    Browse the repository at this point in the history
  9. config resolver test changes

    Sean O'Brien committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    c850943 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. refactor function to generic subsection parser

    Sean O'Brien committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2ea8a52 View commit details
    Browse the repository at this point in the history
  2. update config resolver test

    Sean O'Brien committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    cd83c2b View commit details
    Browse the repository at this point in the history
  3. undo key-value alignment

    Sean O'Brien committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    114c3d1 View commit details
    Browse the repository at this point in the history
  4. add annotation to config resolver

    Sean O'Brien committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f49b2e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 30, 2023

  1. update tests, address feedback

    Sean O'Brien committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    a98619b View commit details
    Browse the repository at this point in the history
  2. update ignore endpoint url config test

    Sean O'Brien committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    7dc33d7 View commit details
    Browse the repository at this point in the history
  3. update service ini test

    Sean O'Brien committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    93a5eba View commit details
    Browse the repository at this point in the history
  4. update subsection parser to stream

    Sean O'Brien committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    13e09a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. update subsection parser to merge values if duplicated

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    febc64d View commit details
    Browse the repository at this point in the history
  2. update comments

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    9aaefff View commit details
    Browse the repository at this point in the history
  3. refactor subsection parser

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c414902 View commit details
    Browse the repository at this point in the history
  4. add newline to changelog entry

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    f1a2eba View commit details
    Browse the repository at this point in the history
  5. add newline to configurationresolvertest

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    7875dc0 View commit details
    Browse the repository at this point in the history
  6. switch option to legacy endpoint option

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    cd6e975 View commit details
    Browse the repository at this point in the history
  7. ensure endpoint is not set in args if not provided

    Sean O'Brien committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    e194339 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. updates based on feedback

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ae85893 View commit details
    Browse the repository at this point in the history
  2. update closing brackets

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    f79f384 View commit details
    Browse the repository at this point in the history
  3. remove explicit evaluation

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    2942964 View commit details
    Browse the repository at this point in the history
  4. undo builtin changes

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    178befd View commit details
    Browse the repository at this point in the history
  5. undo builtin changes

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    a98ed65 View commit details
    Browse the repository at this point in the history
  6. update clientresolver docs

    Sean O'Brien committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9328d9e View commit details
    Browse the repository at this point in the history