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

[multipart] Support bytes[]/content type #2380

Merged
merged 49 commits into from
Feb 2, 2024
Merged

Commits on Jan 23, 2024

  1. init

    msyyc committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    94e6e3d View commit details
    Browse the repository at this point in the history
  2. rename file

    msyyc committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a45a47c View commit details
    Browse the repository at this point in the history
  3. lint

    msyyc committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    575568f View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. review

    msyyc committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    b8fd3ff View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. update

    msyyc committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    97932ba View commit details
    Browse the repository at this point in the history
  2. fix cspell

    msyyc committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    ca46a17 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    44747f3 View commit details
    Browse the repository at this point in the history
  2. update test

    msyyc committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fba4a91 View commit details
    Browse the repository at this point in the history
  3. update test

    msyyc committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f7d4ce6 View commit details
    Browse the repository at this point in the history
  4. accept files input, doesn't work

    iscai-msft committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    f0eb959 View commit details
    Browse the repository at this point in the history
  5. don't use unreleased tcgc

    iscai-msft committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7280ce8 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Merge branch 'main' of https://github.com/Azure/autorest.python into …

    …multipart-file-array-dev5
    iscai-msft committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a847978 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/Azure/autorest.python into …

    …multipart-file-array-dev5
    iscai-msft committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    6493106 View commit details
    Browse the repository at this point in the history
  3. revert test changes to multipart

    iscai-msft committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3d78277 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. try to pass payload multipart, waiting on tcgc

    iscai-msft committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fbc88e6 View commit details
    Browse the repository at this point in the history
  2. can generate list of multipart file types

    iscai-msft committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e72641e View commit details
    Browse the repository at this point in the history
  3. regen

    iscai-msft committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5518329 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. update to dev 4 version

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9c4db12 View commit details
    Browse the repository at this point in the history
  2. use dev.5

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    445d4a3 View commit details
    Browse the repository at this point in the history
  3. passes multipart test

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3e57197 View commit details
    Browse the repository at this point in the history
  4. almost there with legacy

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3e70bac View commit details
    Browse the repository at this point in the history
  5. remove file_properties

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    913c3f5 View commit details
    Browse the repository at this point in the history
  6. add back doc formatting

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    34d9725 View commit details
    Browse the repository at this point in the history
  7. black

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    915f34b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/Azure/autorest.python into …

    …multipart-file-array-dev5
    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7062043 View commit details
    Browse the repository at this point in the history
  9. linting checks

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    4a887a1 View commit details
    Browse the repository at this point in the history
  10. fix gen and add dpg changes

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b41e539 View commit details
    Browse the repository at this point in the history
  11. remove multipartFile section from types

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    ca66468 View commit details
    Browse the repository at this point in the history
  12. run black

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8734335 View commit details
    Browse the repository at this point in the history
  13. remove files added to azure mock api tests

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    fe19141 View commit details
    Browse the repository at this point in the history
  14. use eggs for azure-core and corehttp in main

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0375e3d View commit details
    Browse the repository at this point in the history
  15. import email.utils

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1d977fd View commit details
    Browse the repository at this point in the history
  16. generate with optional filetype

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    8f53d03 View commit details
    Browse the repository at this point in the history
  17. give typehint to _data

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0da11ba View commit details
    Browse the repository at this point in the history
  18. fix typing for files

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    7bfd08f View commit details
    Browse the repository at this point in the history
  19. bump azure-core versions

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6704313 View commit details
    Browse the repository at this point in the history
  20. regen with fixed files typing

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    dcf59fa View commit details
    Browse the repository at this point in the history
  21. prepare changelog and package.json

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    3eb1f38 View commit details
    Browse the repository at this point in the history
  22. black

    iscai-msft committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2c256e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix corehttp dep in setup.py

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6d3da87 View commit details
    Browse the repository at this point in the history
  2. mypy fix

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    2533326 View commit details
    Browse the repository at this point in the history
  3. use FilesType typing for _files

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c15d6b4 View commit details
    Browse the repository at this point in the history
  4. fix mypy hopefully

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    43520d4 View commit details
    Browse the repository at this point in the history
  5. regen with correct relative import of FileType

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e8d1b7a View commit details
    Browse the repository at this point in the history
  6. improve code structure

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ad3174d View commit details
    Browse the repository at this point in the history
  7. fix generation for autorest

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9731549 View commit details
    Browse the repository at this point in the history
  8. add complex tests

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e49b726 View commit details
    Browse the repository at this point in the history
  9. fix mypy and pyright of generated helper functions

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7ad0dbb View commit details
    Browse the repository at this point in the history
  10. remove unused imports in generated code

    iscai-msft committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a7a41c9 View commit details
    Browse the repository at this point in the history