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 Flower Client App connection error handling #2969

Merged
merged 39 commits into from
Mar 5, 2024

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    3373b38 View commit details
    Browse the repository at this point in the history
  2. Format files

    charlesbvll committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    8a6661a View commit details
    Browse the repository at this point in the history
  3. Fix typing

    charlesbvll committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    397c7f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Fix type

    charlesbvll committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a9bf7ff View commit details
    Browse the repository at this point in the history
  2. Rename connection error

    charlesbvll committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    fbc580d View commit details
    Browse the repository at this point in the history
  3. Fix name error

    charlesbvll committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    8ceabe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b10fc8 View commit details
    Browse the repository at this point in the history
  5. Correct docstrings

    charlesbvll committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    3f71762 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97dd6e1 View commit details
    Browse the repository at this point in the history
  7. Remove unused import

    charlesbvll committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    61a0bd0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8f0c9d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    64b8115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f96b9a View commit details
    Browse the repository at this point in the history
  3. Add arguments

    charlesbvll committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4e582d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    4b8a7df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e05148 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a502ae7 View commit details
    Browse the repository at this point in the history
  4. Reformat

    charlesbvll committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4b004c6 View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    charlesbvll committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    3f07bb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d560554 View commit details
    Browse the repository at this point in the history
  7. Fix type hints

    charlesbvll committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e0bcc9 View commit details
    Browse the repository at this point in the history
  8. Add retry_invoker in test

    charlesbvll committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    b083eda View commit details
    Browse the repository at this point in the history
  9. Fix import

    charlesbvll committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ae0bfcb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6998cd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    73ee50c View commit details
    Browse the repository at this point in the history
  2. Improve logging

    charlesbvll committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ba49e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    5ec5bf1 View commit details
    Browse the repository at this point in the history
  2. Use better names

    charlesbvll committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9983cd6 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    charlesbvll and danieljanes authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5ed7348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bfb0d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d72580f View commit details
    Browse the repository at this point in the history
  4. Use correct Type

    charlesbvll committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d658510 View commit details
    Browse the repository at this point in the history
  5. Add necessary import

    charlesbvll committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    56ebc0c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ecc1620 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    630c9d9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b16f8f1 View commit details
    Browse the repository at this point in the history