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

Support mixed v2/v3 xDS request/responses #12913

Merged
merged 38 commits into from
Sep 22, 2020

Commits on Sep 1, 2020

  1. first version

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    28dcba3 View commit details
    Browse the repository at this point in the history
  2. add comment

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    0b27712 View commit details
    Browse the repository at this point in the history
  3. fix no watcher case

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    e3f3485 View commit details
    Browse the repository at this point in the history
  4. fix no watcher case

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 1, 2020
    Configuration menu
    Copy the full SHA
    1190cf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    afc5263 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5f8dcc View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2020

  1. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    17a1002 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    333d68f View commit details
    Browse the repository at this point in the history
  3. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    ca8e67b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4deb6b View commit details
    Browse the repository at this point in the history
  5. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 2, 2020
    Configuration menu
    Copy the full SHA
    53887ac View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. support v2 response to v3 request

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    de87fd6 View commit details
    Browse the repository at this point in the history
  2. fix spelling

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8153e6c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. move impl out of include header

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    56edcaf View commit details
    Browse the repository at this point in the history
  2. fix watcher empty

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    d4d68be View commit details
    Browse the repository at this point in the history
  3. fix watcher empty

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    fd72d9f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. type url map be singleton

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3a374b7 View commit details
    Browse the repository at this point in the history
  2. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1f0c8b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. add runtime flag

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    cf0e1ec View commit details
    Browse the repository at this point in the history
  2. add runtime flag

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    e0475fd View commit details
    Browse the repository at this point in the history
  3. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d0ba29a View commit details
    Browse the repository at this point in the history
  4. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    504d403 View commit details
    Browse the repository at this point in the history
  5. unit test runtime

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    8ea1fac View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. merge

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    0633926 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. add doc

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    314d127 View commit details
    Browse the repository at this point in the history
  2. add helper function

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1371da9 View commit details
    Browse the repository at this point in the history
  3. refactor

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    a8eae1d View commit details
    Browse the repository at this point in the history
  4. format

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1278fda View commit details
    Browse the repository at this point in the history
  5. clean up

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    ca3ece4 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. test coverage

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    bfd7e87 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. type util test

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    804721d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. format

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    ca31bf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. format

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    fd37479 View commit details
    Browse the repository at this point in the history
  2. add doc

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    4617ca2 View commit details
    Browse the repository at this point in the history
  3. format

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 21, 2020
    Configuration menu
    Copy the full SHA
    1d9c95c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c4170a View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. change doc

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    eded175 View commit details
    Browse the repository at this point in the history
  2. docs

    Signed-off-by: chaoqinli <chaoqinli@google.com>
    chaoqinli committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    5d14694 View commit details
    Browse the repository at this point in the history