This is an automated email from the ASF dual-hosted git repository.
qianzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from cb4c966 Documented requesting JIRA permission in the release guide.
new 27b238d Added an optional parameter `outputFileName` to the fetcher
interface.
new b4531d8 Added an parameter `outputFileName` to the fetcher plugin
interface.
new c8542db Allowed caller to specify output file name for curl fetcher
plugin.
new adb9b80 Added a test
`CurlFetcherPluginTest.CURL_ValidUriWithOutputFileName`.
The 4 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:
include/mesos/uri/fetcher.hpp | 12 +++++++++---
src/tests/uri_fetcher_tests.cpp | 27 +++++++++++++++++++++++----
src/uri/fetcher.cpp | 14 ++++++++++----
src/uri/fetchers/copy.cpp | 3 ++-
src/uri/fetchers/copy.hpp | 3 ++-
src/uri/fetchers/curl.cpp | 13 +++++++++----
src/uri/fetchers/curl.hpp | 3 ++-
src/uri/fetchers/docker.cpp | 3 ++-
src/uri/fetchers/docker.hpp | 3 ++-
src/uri/fetchers/hadoop.cpp | 3 ++-
src/uri/fetchers/hadoop.hpp | 3 ++-
11 files changed, 65 insertions(+), 22 deletions(-)