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

Allow options like "timeout" to be passed to HTTPoison.get_blob underneath inside options #54

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Aug 29, 2024

  1. allow options, headers and params to pass as part of opts key…

    …word list
    
    Co-authored-by: Hitalo Siqueira <[email protected]>
    Co-authored-by: Jon Lauridsen <[email protected]>
    3 people committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    318d566 View commit details
    Browse the repository at this point in the history
  2. tests for checking whether correct request is going through to HTTPoi…

    …son from Azurex for `get_blob`
    
    Co-authored-by: Jon Lauridsen <[email protected]>
    krishna1m and gaggle committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    390a626 View commit details
    Browse the repository at this point in the history
  3. remove unnecessary function create_request

    Co-authored-by: Jon Lauridsen <[email protected]>
    krishna1m and gaggle committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c4d0445 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Allow configuration source to be injected

    Still always read azure connection string from application config, but
    allow the element itself to be parameterised. Still default to azurex.
    
    This change does introduce some breaking API changes, notably on
    put_blob, to nest params under options (similar to an earlier commit's
    work on get_blob).
    
    Co-authored-by: Aman Kumar Singh <[email protected]>
    Co-authored-by: Konstantinos Gkinis <[email protected]>
    3 people committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c8f56b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Revert "Allow configuration source to be injected"

    This reverts commit c8f56b2.
    craigfurman committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    894784c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Accept headers to put_blob

    Co-authored-by: Aman Kumar Singh <[email protected]>
    HarisudhanRavi and amanksingh01 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    61bfc29 View commit details
    Browse the repository at this point in the history