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 Status and StatusOr classes #10550

Merged
merged 14 commits into from
Apr 13, 2020
Merged

Add Status and StatusOr classes #10550

merged 14 commits into from
Apr 13, 2020

Commits on Mar 26, 2020

  1. Add Status and StatusOr classes.

    These classes are to be used for removing exceptions in HTTP codecs.
    
    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    5efd11a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2020

  1. Mollify clang-tidy

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    9bd9d7f View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Address comments

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ed3cea4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into statusor

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    cdc5b3c View commit details
    Browse the repository at this point in the history
  3. Fork absl::StatusOr

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    01d1739 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Merge branch 'master' into statusor

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    479c026 View commit details
    Browse the repository at this point in the history
  2. Create StatusOr fork in the absl namespace

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    552f882 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. Add Envoy::StatusOr alias and its unit tests

    Exclude third_party from check_format
    
    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    d857eef View commit details
    Browse the repository at this point in the history
  2. Exclude third_party from clang-tidy

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    185b002 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into statusor

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    f376c73 View commit details
    Browse the repository at this point in the history
  4. Address comments

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    25329e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Address comments

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    9a81b9f View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    8de3e33 View commit details
    Browse the repository at this point in the history
  3. Remove DEATH tests after removing RELEASE_ASSERTs

    Signed-off-by: Yan Avlasov <yavlasov@google.com>
    yanavlasov committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    cbfac5a View commit details
    Browse the repository at this point in the history