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

Unify remaining std::error_codes into Status/ErrorCodes in sync client #6869

Merged
merged 37 commits into from
Aug 11, 2023

Commits on Jul 12, 2023

  1. big shabang

    jbreams committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    0c081b4 View commit details
    Browse the repository at this point in the history
  2. remove more std::error_codes

    jbreams committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    66eee63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91a29b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    04a83d2 View commit details
    Browse the repository at this point in the history
  2. more test failures

    jbreams committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    ee757e6 View commit details
    Browse the repository at this point in the history
  3. remove unused code

    jbreams committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8371bac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10e5041 View commit details
    Browse the repository at this point in the history
  5. even less unambiguous

    jbreams committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    043fe3f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5abc4cc View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    4c2a8b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daa8fb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

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

Commits on Jul 31, 2023

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

Commits on Aug 2, 2023

  1. fixes from PR

    jbreams committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    4fe8d93 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. changelog

    jbreams committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c53c6c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753f2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00ff52e View commit details
    Browse the repository at this point in the history
  4. add missing header

    jbreams committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2367f93 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cb0c68 View commit details
    Browse the repository at this point in the history
  6. clang format again

    jbreams committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f1e5fce View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. whoops

    jbreams committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e6e8fa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d4ead0 View commit details
    Browse the repository at this point in the history
  3. handle redirects

    jbreams committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    8ecbed3 View commit details
    Browse the repository at this point in the history
  4. formatting fixups

    jbreams committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    982c9d5 View commit details
    Browse the repository at this point in the history
  5. fix emscripten build

    jbreams committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    caa3721 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

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

Commits on Aug 7, 2023

  1. nits

    jbreams committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a175488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f74beec View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    06cdd8f View commit details
    Browse the repository at this point in the history
  2. fixes

    jbreams committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    952277c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. handle auth errors correctly

    jbreams committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a96a3f2 View commit details
    Browse the repository at this point in the history
  2. fixups

    jbreams committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    49df1d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. fixes from PR

    jbreams committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    ec5d292 View commit details
    Browse the repository at this point in the history
  2. update error message

    jbreams committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    f2d5c8f View commit details
    Browse the repository at this point in the history
  3. remove duplicate

    jbreams committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    d164b3f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. changelog

    jbreams committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3e36355 View commit details
    Browse the repository at this point in the history