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

AWS Transfer Family #7891

Merged
merged 63 commits into from
Aug 6, 2024
Merged

AWS Transfer Family #7891

merged 63 commits into from
Aug 6, 2024

Commits on Jul 25, 2024

  1. inital branch commit

    armichaud committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    33a6f7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c6674e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    4cbdd4c View commit details
    Browse the repository at this point in the history
  2. Don't change Makefile

    armichaud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    2de6244 View commit details
    Browse the repository at this point in the history
  3. update backends

    armichaud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    60b81e5 View commit details
    Browse the repository at this point in the history
  4. clean up models

    armichaud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    cdcf8af View commit details
    Browse the repository at this point in the history
  5. working on key import

    armichaud committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5794ae2 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. import public keys

    armichaud committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    bf78341 View commit details
    Browse the repository at this point in the history
  2. Models completed

    armichaud committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    6f2e46a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Responses

    armichaud committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    ea219d8 View commit details
    Browse the repository at this point in the history
  2. Responses

    armichaud committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    8233356 View commit details
    Browse the repository at this point in the history
  3. Ready to run tests

    armichaud committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    95468ba View commit details
    Browse the repository at this point in the history
  4. testing

    armichaud committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    c51e942 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. test CRUD

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    cce02c1 View commit details
    Browse the repository at this point in the history
  2. Tests passing

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    185d82d View commit details
    Browse the repository at this point in the history
  3. make format

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    dc7ba3c View commit details
    Browse the repository at this point in the history
  4. Explicit imports

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6313c11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4f5cd6 View commit details
    Browse the repository at this point in the history
  6. add default params

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8cbff00 View commit details
    Browse the repository at this point in the history
  7. Reorder user params

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5f071ce View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e38a85 View commit details
    Browse the repository at this point in the history
  9. Final changes from tests

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5ec590d View commit details
    Browse the repository at this point in the history
  10. Fixed tests

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    47a86e1 View commit details
    Browse the repository at this point in the history
  11. Format

    armichaud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ec7133e View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. server methods

    armichaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8eb4f11 View commit details
    Browse the repository at this point in the history
  2. Server model methods

    armichaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6d0d8e9 View commit details
    Browse the repository at this point in the history
  3. Server ID

    armichaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    557acb5 View commit details
    Browse the repository at this point in the history
  4. Formatting

    armichaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    14314f9 View commit details
    Browse the repository at this point in the history
  5. refactor users logic

    armichaud committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c2a7f31 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. tests passing

    armichaud committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    be6fd9c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Remove users from response

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c035ebf View commit details
    Browse the repository at this point in the history
  2. format

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    f38c4f5 View commit details
    Browse the repository at this point in the history
  3. Revert makefile

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    1168736 View commit details
    Browse the repository at this point in the history
  4. not in

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    243122a View commit details
    Browse the repository at this point in the history
  5. type annotations

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    42a73e4 View commit details
    Browse the repository at this point in the history
  6. more type annotation

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bde1657 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b24caf8 View commit details
    Browse the repository at this point in the history
  8. Fix linting issues

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3f4eb08 View commit details
    Browse the repository at this point in the history
  9. Remove test server

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    130292d View commit details
    Browse the repository at this point in the history
  10. Fix post_init

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8096cdd View commit details
    Browse the repository at this point in the history
  11. Empty commit

    armichaud committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3396aaf View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    b746218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f094d7 View commit details
    Browse the repository at this point in the history
  3. Ready to run tests

    armichaud committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    38e624f View commit details
    Browse the repository at this point in the history
  4. tests passing

    armichaud committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    bbd8731 View commit details
    Browse the repository at this point in the history
  5. Format

    armichaud committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e615183 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Address linting errors

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    70b79b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7aeca4 View commit details
    Browse the repository at this point in the history
  3. reference request param

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9f4a841 View commit details
    Browse the repository at this point in the history
  4. Format

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1c3215d View commit details
    Browse the repository at this point in the history
  5. Any not any

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    74400fa View commit details
    Browse the repository at this point in the history
  6. fix nested values

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d115ab0 View commit details
    Browse the repository at this point in the history
  7. Format again

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    61e2ed2 View commit details
    Browse the repository at this point in the history
  8. does this work

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9e74086 View commit details
    Browse the repository at this point in the history
  9. type inner fields

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    efe8b9e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7dfb3c7 View commit details
    Browse the repository at this point in the history
  11. reformat

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b30d754 View commit details
    Browse the repository at this point in the history
  12. TypedDicts begone

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    60e3767 View commit details
    Browse the repository at this point in the history
  13. reformat again again

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    829926e View commit details
    Browse the repository at this point in the history
  14. Types

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    9ded039 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6a08f19 View commit details
    Browse the repository at this point in the history
  16. reformating forever

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    651df57 View commit details
    Browse the repository at this point in the history
  17. Finally

    armichaud committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d786722 View commit details
    Browse the repository at this point in the history