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/mixed in azure-core #7083

Merged
merged 35 commits into from
Oct 2, 2019
Merged

Multipart/mixed in azure-core #7083

merged 35 commits into from
Oct 2, 2019

Conversation

lmazuel
Copy link
Member

@lmazuel lmazuel commented Sep 5, 2019

No description provided.

@lmazuel lmazuel added Client This issue points to a problem in the data-plane of the library. Azure.Core labels Sep 5, 2019
@lmazuel lmazuel requested a review from johanste September 5, 2019 21:40
@AutorestCI
Copy link
Contributor

AutorestCI commented Sep 5, 2019

(message created by the CI based on PR content)

Installation instruction

Package azure-core

You can install the package azure-core of this PR using the following command:
pip install "git+https://github.com/Azure/azure-sdk-for-python@features/http_serialization#egg=azure-core&subdirectory=azure-core"

You can build a wheel to distribute for test using the following command:
pip wheel --no-deps "git+https://github.com/Azure/azure-sdk-for-python@features/http_serialization#egg=azure-core&subdirectory=azure-core"

If you have a local clone of this repository, you can also do:

  • git checkout features/http_serialization
  • pip install -e ./azure-core

Or build a wheel file to distribute for testing:

  • git checkout features/http_serialization
  • pip wheel --no-deps ./azure-core

Direct download

Your files can be directly downloaded here:

@lmazuel lmazuel changed the title Serialize HTTPRequest / HTTPResponse Multipart Sep 13, 2019
@lmazuel lmazuel force-pushed the features/http_serialization branch 4 times, most recently from 27d4878 to 34568b0 Compare September 19, 2019 19:49
Copy link
Contributor

@zezha-msft zezha-msft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@lmazuel lmazuel merged commit 2ed938f into master Oct 2, 2019
YijunXieMS pushed a commit to YijunXieMS/azure-sdk-for-python that referenced this pull request Oct 9, 2019
* Serialize HTTPRequest

* Basic deserialize Http Response

* http.client response transport

* Multipart helper - base version

* Working full mock scenario

* Parse multipart response based on content-type

* Adding BOM tests

* Improve a bit multipart generation

* Refactor prepare_multipart_mixed

* Core cleaning

* Fix tests

* Case insensitive dict fix

* Simplify code

* pylint

* mypy

* Python 2.7 improvement

* Python 2.7 improvement, part2

* Remove unecessary test

* Refactor parts

* Recursive multipart

* No multipart serialization on 2.7

* pylint

* mypy

* Fix test for 3.5

* Adding six as dep for azure-core

* Make analyze job happy

* Skip test that assumes dict ordering for consistency in 3.5

* Accept async on_response on async scenarios

* Async on_request support

* Complete support of async sansio in multipart with pipeline tests

* Fix mock naming

* pylint

* ChangeLog / Readme
@lmazuel lmazuel deleted the features/http_serialization branch May 15, 2020 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Azure.Core Client This issue points to a problem in the data-plane of the library.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants