This is an automated email from the ASF dual-hosted git repository.
chamikara pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from be3c4a6 Fix typechecking for FluentIterable use.
add db4e80c Added ProxyInfoFromEnvironmentVar() & GetNewHttp() methods to
get proxy environment settings.
add 2ca4bac Added parsing HTTP_PROXY variable in uppercase as well.
add 0b5b691 Some nit-picks around lower cases.
add 97719ce Adding example to show http_proxy format and accept only
lower case environment variable names.
add c4dd7d5 Added warnings about malformed proxy URL Removed initialising
ProxyInfo variable with Nones
add 71ef05d Reformatted function names from camel case to underscores.
https://www.python.org/dev/peps/pep-0008/#function-names
add 8079800 Cleaned function get_new_http, removing unnecessary
arguments, kwargs and http intermediate variable.
add ceddb98 Changed environment variable format checks using regexp
(re.match)
add 6684754 Initialised proxy_info = None
add b2101f3 Added extra newline before Returns section
add 92e3e37 Wrap to 80 chars for lint
add b5ecd50 Lint - Added two blank lines
add c48f0de Merged changes from gcsio
add 9d6beab Shortening condition.
add 1b50f8b Reverting splitting comments longer than 80 characters to
keep them in the same line.
add 3820f45 Returning None and removing unnecessary if condition.
add a341542 Correct os.environ.get call Fix Docstring conventions as per
PEP 257
add d3ae98e Fixing trailing whitespace
new 69758b0 Merge pull request #4136 from dsdinter/python-proxy
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
sdks/python/apache_beam/io/gcp/gcsio.py | 42 +++++++++++++++++++++++++++++++--
1 file changed, 40 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].