-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 allow_redirect option #10160
Merged
Merged
Add allow_redirect option #10160
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New folder generated by docker if using docker compose v2
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
ghost
added
integration/mesos_slave
integration/nginx_ingress_controller
integration/openmetrics
integration/openstack_controller
integration/powerdns_recursor
integration/riak
integration/scylla
integration/sonarqube
integration/spark
integration/vault
integration/voltdb
integration/vsphere
integration/yarn
labels
Sep 20, 2021
The |
The |
coignetp
requested changes
Sep 21, 2021
4 tasks
coignetp
approved these changes
Sep 21, 2021
github-actions bot
pushed a commit
that referenced
this pull request
Sep 21, 2021
* Set allow_redirects to true by default * Adds allow_redirects to all tests * update .gitignore New folder generated by docker if using docker compose v2 * Fixing tests * Fix Style * format fix * Fix config model and config tests * fix styles * Set allow_redirects to true by default * Adds allow_redirects to all tests * update .gitignore New folder generated by docker if using docker compose v2 * Fixing tests * Fix Style * format fix * Fix config model and config tests * fix styles * validate config and models * Update typo Co-authored-by: Paul <[email protected]> * Update checks dependency provider Co-authored-by: Paul <[email protected]> * add allow_redirects to http template * Update .gitignore Co-authored-by: Paul <[email protected]> * Validate config * Validate new models * validate models * adds the option in ddev test Co-authored-by: Paul <[email protected]> 49fbb43
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev/tooling
documentation
integration/activemq_xml
integration/airflow
integration/amazon_msk
integration/ambari
integration/apache
integration/avi_vantage
integration/azure_iot_edge
integration/cilium
integration/cisco_aci
integration/cloud_foundry_api
integration/cockroachdb
integration/consul
integration/coredns
integration/couch
integration/couchbase
integration/crio
integration/datadog_checks_base
integration/datadog_checks_dependency_provider
integration/datadog_checks_dev
integration/datadog_cluster_agent
integration/druid
integration/ecs_fargate
integration/eks_fargate
integration/elastic
integration/envoy
integration/etcd
integration/external_dns
integration/fluentd
integration/gitlab_runner
integration/gitlab
integration/go_expvar
integration/haproxy
integration/harbor
integration/hazelcast
integration/hdfs_datanode
integration/hdfs_namenode
integration/http_check
integration/ibm_was
integration/istio
integration/kong
integration/kube_apiserver_metrics
integration/kube_scheduler
integration/kubelet
integration/kyototycoon
integration/lighttpd
integration/linkerd
integration/mapreduce
integration/marathon
integration/marklogic
integration/mesos_master
integration/mesos_slave
integration/nginx_ingress_controller
integration/nginx
integration/openmetrics
integration/openstack_controller
integration/php_fpm
integration/powerdns_recursor
integration/rabbitmq
integration/riak
integration/scylla
integration/sonarqube
integration/spark
integration/squid
integration/teamcity
integration/twistlock
integration/vault
integration/voltdb
integration/vsphere
integration/yarn
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds allow_redirect into the http wrapper
Motivation
psf/requests#4951
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached