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

uri: Add form-urlencoded support to body_format #37188

Merged
merged 4 commits into from
May 17, 2018

Conversation

dagwieers
Copy link
Contributor

@dagwieers dagwieers commented Mar 8, 2018

SUMMARY

This PR adds form-urlencoded support so the user does not need to take
care of correctly encoded input and have the same convenience as using
JSON.

Compatible with Requests.

This fixes #37182

ISSUE TYPE
  • Feature Pull Request
COMPONENT NAME

uri

ANSIBLE VERSION

v2.5

@ansibot
Copy link
Contributor

ansibot commented Mar 8, 2018

@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. needs_triage Needs a first human triage before being processed. net_tools Net-tools category support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests. labels Mar 8, 2018
@dagwieers dagwieers requested a review from sivel March 8, 2018 15:27
@dagwieers dagwieers added this to the 2.7.0 milestone Mar 8, 2018
@sivel sivel removed the needs_triage Needs a first human triage before being processed. label Mar 8, 2018
@ansibot ansibot added stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. and removed stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels Mar 17, 2018
@dagwieers
Copy link
Contributor Author

@romeotheriault Can we merge this ?

@dagwieers dagwieers requested a review from abadger March 22, 2018 02:22
@dagwieers dagwieers force-pushed the uri-formencoded branch 4 times, most recently from c5d71bf to f1c71ed Compare March 22, 2018 17:35
@ansibot ansibot added needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. and removed core_review In order to be merged, this PR must follow the core review workflow. labels Mar 22, 2018
@mattclay

This comment has been minimized.

@mattclay mattclay added the ci_verified Changes made in this PR are causing tests to fail. label Mar 24, 2018
@dagwieers

This comment has been minimized.

@mattclay

This comment has been minimized.

@ansibot ansibot removed the ci_verified Changes made in this PR are causing tests to fail. label Mar 26, 2018
@ansibot ansibot added the needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. label Apr 12, 2018
This PR adds form-urlencoded support so the user does not need to take
care of correctly encode input and have the same convenience as using
JSON.

This fixes ansible#37182
@ansibot ansibot removed the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Apr 16, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label Apr 25, 2018
@ansibot ansibot added stale_review Updates were made after the last review and the last review is more than 7 days old. and removed stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. labels May 3, 2018
@ansibot ansibot added the stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. label May 10, 2018
No longer my problem
@ansibot ansibot removed stale_ci This PR has been tested by CI more than one week ago. Close and re-open this PR to get it retested. stale_review Updates were made after the last review and the last review is more than 7 days old. labels May 10, 2018
@dagwieers
Copy link
Contributor Author

Ready for re-review.

@dagwieers
Copy link
Contributor Author

@sivel Can we get this merged before v2.6 is branched ?

@sivel
Copy link
Member

sivel commented May 17, 2018

rebuild_merge

@ansibot ansibot added core_review In order to be merged, this PR must follow the core review workflow. and removed needs_revision This PR fails CI tests or a maintainer has requested a review/revision of the PR. labels May 17, 2018
@ansibot ansibot merged commit 0fba72c into ansible:devel May 17, 2018
achinthagunasekara pushed a commit to achinthagunasekara/ansible that referenced this pull request May 23, 2018
* uri: Add form-urlencoded support to body_format

This PR adds form-urlencoded support so the user does not need to take
care of correctly encode input and have the same convenience as using
JSON.

This fixes ansible#37182

* Various fixes

* Undo documentation improvements

No longer my problem

* Fix the remaining review comments
jacum pushed a commit to jacum/ansible that referenced this pull request Jun 26, 2018
* uri: Add form-urlencoded support to body_format

This PR adds form-urlencoded support so the user does not need to take
care of correctly encode input and have the same convenience as using
JSON.

This fixes ansible#37182

* Various fixes

* Undo documentation improvements

No longer my problem

* Fix the remaining review comments
ilicmilan pushed a commit to ilicmilan/ansible that referenced this pull request Nov 7, 2018
* uri: Add form-urlencoded support to body_format

This PR adds form-urlencoded support so the user does not need to take
care of correctly encode input and have the same convenience as using
JSON.

This fixes ansible#37182

* Various fixes

* Undo documentation improvements

No longer my problem

* Fix the remaining review comments
@ansible ansible locked and limited conversation to collaborators May 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
core_review In order to be merged, this PR must follow the core review workflow. feature This issue/PR relates to a feature request. module This issue/PR relates to a module. net_tools Net-tools category support:core This issue/PR relates to code supported by the Ansible Engineering Team. test This PR relates to tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uri: Support x-www-form-urlencoded body format
5 participants