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 HTTPS to REST API #1770

Merged
merged 59 commits into from
Apr 19, 2023
Merged

Add HTTPS to REST API #1770

merged 59 commits into from
Apr 19, 2023

Commits on Apr 4, 2023

  1. Add HTTPS to REST API

    charlesbvll committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    23f4873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bccfed8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Replace underscore with dash

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    charlesbvll and danieljanes authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    ef58919 View commit details
    Browse the repository at this point in the history
  2. Replace underscore with dash

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    charlesbvll and danieljanes authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    9a73a35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9240cba View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Add client-side TLS

    charlesbvll committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3f943bd View commit details
    Browse the repository at this point in the history
  2. Add type hints

    charlesbvll committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    b42ffce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5897d4d View commit details
    Browse the repository at this point in the history
  4. Reformat

    charlesbvll committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    3d8096c View commit details
    Browse the repository at this point in the history
  5. Reorder parameters

    charlesbvll committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f79dd59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb8efb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

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

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    cf14eb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dad788e View commit details
    Browse the repository at this point in the history
  3. Reformat files

    charlesbvll committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    baae0d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f904eff View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1722f9 View commit details
    Browse the repository at this point in the history
  6. Reduce line lenghts

    charlesbvll committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    96ea8fe View commit details
    Browse the repository at this point in the history
  7. Reduce line lenghts

    charlesbvll committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    d4e8137 View commit details
    Browse the repository at this point in the history
  8. Reformat file

    charlesbvll committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    169f790 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    e5502c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16c21bb View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into add-https-rest

    * main:
      Validate server and client IP address (#1755)
      Export unexported modules for better LSP hint; fix wrong `fl` alias usage (#1773)
      Add FEMNIST baseline release to the changelog (#1787)
    tanertopal committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bb0bc90 View commit details
    Browse the repository at this point in the history
  4. Remove todo statement

    tanertopal committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    507ca88 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    e6fffaf View commit details
    Browse the repository at this point in the history
  2. Revert change

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    f787b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2cbb8e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'add-https-rest' of github.com:adap/flower into add-http…

    …s-rest
    
    * 'add-https-rest' of github.com:adap/flower:
      Export logger.configure from flwr.common (#1788)
      gh: move `CODE_OF_CONDUCT.md` inside the `.github/` dir (#1789)
    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    430a66b View commit details
    Browse the repository at this point in the history
  5. Update src/py/flwr/client/app.py

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    tanertopal and danieljanes authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c9143b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ffc445 View commit details
    Browse the repository at this point in the history
  7. Apply autoformat

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    6556f4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc68e0e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1e77218 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'add-https-rest' of github.com:adap/flower into add-http…

    …s-rest
    
    * 'add-https-rest' of github.com:adap/flower:
      Exclude private members from API ref (#1797)
      Make spacing before imports consistent (#1798)
    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    5c52695 View commit details
    Browse the repository at this point in the history
  11. Update app.py

    tanertopal authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    daf6822 View commit details
    Browse the repository at this point in the history
  12. Simplify

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    9401815 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a85121b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    22f7bef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0cb81d1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4a87ef1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2e2a131 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d06cedb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    642a52e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0213c07 View commit details
    Browse the repository at this point in the history
  21. Exception handling

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c5cec46 View commit details
    Browse the repository at this point in the history
  22. Fix

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    7111249 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'add-https-rest' of github.com:adap/flower into add-http…

    …s-rest
    
    * 'add-https-rest' of github.com:adap/flower:
      Update src/py/flwr/client/rest_client/connection.py
      Update src/py/flwr/client/app.py
      Update src/py/flwr/client/app.py
      Update src/py/flwr/client/grpc_client/connection.py
      Update src/py/flwr/client/app.py
      Update src/py/flwr/client/app.py
      Update src/py/flwr/client/app.py
      Make other packages' spacing consistent (#1799)
    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bd56a05 View commit details
    Browse the repository at this point in the history
  24. Update src/py/flwr/server/app.py

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    tanertopal and danieljanes authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    ce82e19 View commit details
    Browse the repository at this point in the history
  25. Update src/py/flwr/server/app.py

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    tanertopal and danieljanes authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    cb06fc2 View commit details
    Browse the repository at this point in the history
  26. Update src/py/flwr/server/app.py

    Co-authored-by: Daniel J. Beutel <daniel@adap.com>
    tanertopal and danieljanes authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    da1527c View commit details
    Browse the repository at this point in the history
  27. Autoformat

    tanertopal committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0a87939 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b5b038f View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. Merge branch 'main' into add-https-rest

    * main:
      Improves shutdown when background thread fails (#1794)
    tanertopal committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    c26f261 View commit details
    Browse the repository at this point in the history
  2. Fix linter issue

    tanertopal committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5ab7f0b View commit details
    Browse the repository at this point in the history
  3. Fixes a linter error

    tanertopal committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    0d18130 View commit details
    Browse the repository at this point in the history
  4. Fix linter error

    tanertopal committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5e1c70e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8551fd8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8133499 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9356f8e View commit details
    Browse the repository at this point in the history