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 CLI to Flower #2942

Merged
merged 46 commits into from
Feb 20, 2024
Merged

Add CLI to Flower #2942

merged 46 commits into from
Feb 20, 2024

Commits on Feb 13, 2024

  1. Update mt-pytorch example (#2933)

    jafermarq authored and tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    b004c7b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into flower_cli

    * main:
      Update mt-pytorch example (#2933)
    tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    8eb8b56 View commit details
    Browse the repository at this point in the history
  3. Add CLI

    tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    fc10257 View commit details
    Browse the repository at this point in the history
  4. Reset dependencies

    tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ede60a7 View commit details
    Browse the repository at this point in the history
  5. Reset dependencies

    tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    785f562 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    036877c View commit details
    Browse the repository at this point in the history
  7. Format

    tanertopal committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    57d05d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    52fd6e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'update_pytest_watch' into flower_cli

    * update_pytest_watch:
      Add pytest-watcher instead of unmainted pytest-watch
    tanertopal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    374fd90 View commit details
    Browse the repository at this point in the history
  3. Improve CLI

    tanertopal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    3783e15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    863cc83 View commit details
    Browse the repository at this point in the history
  5. Fix

    tanertopal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0c45224 View commit details
    Browse the repository at this point in the history
  6. Improve CLI

    tanertopal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1b92064 View commit details
    Browse the repository at this point in the history
  7. Fix error

    tanertopal committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    eae980a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    d99759a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24908ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d716a03 View commit details
    Browse the repository at this point in the history
  4. Update pyproject.toml

    tanertopal authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    17897d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    0783605 View commit details
    Browse the repository at this point in the history
  2. Update src/py/flwr/cli/__init__.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    a654ff6 View commit details
    Browse the repository at this point in the history
  3. Update src/py/flwr/cli/app.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    d07d53c View commit details
    Browse the repository at this point in the history
  4. Update src/py/flwr/cli/app.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    21c0136 View commit details
    Browse the repository at this point in the history
  5. Update src/py/flwr/cli/new/new.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    771746f View commit details
    Browse the repository at this point in the history
  6. Update src/py/flwr/cli/utils.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    07f78af View commit details
    Browse the repository at this point in the history
  7. Update src/py/flwr/cli/new/templates/requirements.pytorch.txt.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    df5c365 View commit details
    Browse the repository at this point in the history
  8. Update src/py/flwr/cli/new/templates/requirements.pytorch.txt.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    02bb301 View commit details
    Browse the repository at this point in the history
  9. Update src/py/flwr/cli/new/templates/requirements.tensorflow.txt.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ab0d42f View commit details
    Browse the repository at this point in the history
  10. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    ce9ef21 View commit details
    Browse the repository at this point in the history
  11. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    4a90f32 View commit details
    Browse the repository at this point in the history
  12. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    91ee651 View commit details
    Browse the repository at this point in the history
  13. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    6f12510 View commit details
    Browse the repository at this point in the history
  14. Update src/py/flwr/cli/new/templates/flower.toml.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    62dce46 View commit details
    Browse the repository at this point in the history
  15. Update src/py/flwr/cli/app.py

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    1d510ba View commit details
    Browse the repository at this point in the history
  16. Apply suggestions from code review

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 18, 2024
    Configuration menu
    Copy the full SHA
    7303815 View commit details
    Browse the repository at this point in the history
  17. Apply fixes

    tanertopal committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    36c635f View commit details
    Browse the repository at this point in the history
  18. Fix

    tanertopal committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    e8bf318 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

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

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    723ec1b View commit details
    Browse the repository at this point in the history
  2. Update src/py/flwr/cli/new/templates/flower.toml.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    62bb7a6 View commit details
    Browse the repository at this point in the history
  3. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    08f92b3 View commit details
    Browse the repository at this point in the history
  4. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a67ebfe View commit details
    Browse the repository at this point in the history
  5. Update src/py/flwr/cli/new/templates/README.md.tpl

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    tanertopal and danieljanes authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bf1c746 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    955c360 View commit details
    Browse the repository at this point in the history
  7. Add additional code files

    tanertopal committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    7baa1ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf72ee0 View commit details
    Browse the repository at this point in the history