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

feat: add support for spanner client resource base routing #780

Closed

Commits on Dec 31, 2019

  1. feat: added method to get endPointUris and related changes

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    3b5c4de View commit details
    Browse the repository at this point in the history
  2. fix: unit test cases was failing

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    241fe62 View commit details
    Browse the repository at this point in the history
  3. pass instanceId externally in each SpannerClient Request

    fix the system test and unit test
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    d4d50b7 View commit details
    Browse the repository at this point in the history
  4. feat: added flag to check weather resource based routing is enable or…

    … not
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    87fd04a View commit details
    Browse the repository at this point in the history
  5. move getInstanceEndPointUris to instance.ts file

    fix the existing test cases
    pass the formattedName_ instead of instanceId and check the instanceId on one place
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    1ba9e16 View commit details
    Browse the repository at this point in the history
  6. test: added unit test cases

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    2ac95bf View commit details
    Browse the repository at this point in the history
  7. fix: removed end point uris mapping chaching

    disable the resource based routing while system test
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    f504666 View commit details
    Browse the repository at this point in the history
  8. test:added more unit test cases

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    cc5e72f View commit details
    Browse the repository at this point in the history
  9. provided an option to enable resource based routing to user

        improve the unit test cases
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    dfb8100 View commit details
    Browse the repository at this point in the history
  10. pass the instance id insted of formmatedName_ in each method

    fix the related changes
    pending the test case
    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    9d4f4af View commit details
    Browse the repository at this point in the history
  11. fix: unit test cases

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    67f74af View commit details
    Browse the repository at this point in the history
  12. fix: unit test cases

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    15f261d View commit details
    Browse the repository at this point in the history
  13. test:added system test

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    fe0e1a5 View commit details
    Browse the repository at this point in the history
  14. test:added unit test for instance permission

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    d46a13c View commit details
    Browse the repository at this point in the history
  15. fix:review changes

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    c4c12d2 View commit details
    Browse the repository at this point in the history
  16. refactor: simplify and clean up

    Lalji Kanjareeya committed Dec 31, 2019
    Configuration menu
    Copy the full SHA
    aae7311 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. fix: reverse the resource based routing condition

    Lalji Kanjareeya committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    0b7e83e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. test: added unit test for multiple endpointUri

    Lalji Kanjareeya committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    59cdb4f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    06fba33 View commit details
    Browse the repository at this point in the history
  2. fix:correct spell

    Lalji Kanjareeya committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    600d5f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    2c99834 View commit details
    Browse the repository at this point in the history
  2. refactor: replace getInstanceEndpointUris with getMetadata

    Lalji Kanjareeya committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    846cb78 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    1e83f37 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

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

Commits on Jan 24, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    eefc95d View commit details
    Browse the repository at this point in the history
  2. fix:review changes

    Lalji Kanjareeya committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4c2f6aa View commit details
    Browse the repository at this point in the history
  3. fix: unit-test case fail issue

    Lalji Kanjareeya committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    48085fb View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. refactor: added enum to check the permission status

    Lalji Kanjareeya committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    eb358f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    06dc72d View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. merge:merge from master

    Lalji Kanjareeya committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    e5b02c5 View commit details
    Browse the repository at this point in the history
  2. fix: review changes

    Lalji Kanjareeya committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    710bc9a View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    66eac38 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. test: added unit test and system-test cases

    Lalji Kanjareeya committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a464043 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into resource-based-routing

    Lalji Kanjareeya committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    f3b976c View commit details
    Browse the repository at this point in the history