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

Add multi region support #483

Merged
merged 29 commits into from
Oct 18, 2021

Commits on Oct 12, 2021

  1. Configuration menu
    Copy the full SHA
    567199d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af92a7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    894c48e View commit details
    Browse the repository at this point in the history
  4. Add region support to the Client

    In particular, we add:
    - Client.get_regions()
    - region config option and DWAVE_API_REGION env var
    - metadata_api_endpoint config option
    randomir committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    3bcffa9 View commit details
    Browse the repository at this point in the history
  5. Update docs for multi-region

    randomir committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    81d06ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9e7ebb View commit details
    Browse the repository at this point in the history
  7. Add config.get_cache_dir()

    randomir committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    39886d3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01712dc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9d314b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4a3f2ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    efd00b8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    943edb0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1f3e318 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    433b562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30f1247 View commit details
    Browse the repository at this point in the history
  3. Add support for mutually exclusive config options

    For example `region` in env should override `endpoint` in config file.
    However `endpoint` in file will override `region` in file.
    randomir committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    9663cab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6012ce0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd26e65 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    81cfb02 View commit details
    Browse the repository at this point in the history
  2. Keep request history in LoggingSession (up to history_size)

    Exposed on `DWaveAPIClient.session.history` as well.
    randomir committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    1c5491b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1828a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c352c35 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07c3156 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    96f74a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f8da94 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    33b3d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1efcd65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e868f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6019484 View commit details
    Browse the repository at this point in the history