Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: PromPHP/prometheus_push_gateway_php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: PromPHP/prometheus_push_gateway_php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    32e39b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Upgrade to GitHub-native Dependabot (#7)

    Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
    dependabot-preview[bot] authored Apr 29, 2021
    Configuration menu
    Copy the full SHA
    90a23da View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. Move default timeouts from request to client configuration. (#9)

    The current implementation does not allow the configuration of custom timeouts since they are set to 20s/10s for each request. Passing in a custom client with specified timeouts does not change the timeout since they are overridden. In some scenarios, it is desirable to have shorter timeouts to avoid stalling the processing of requests/jobs.
    
    This change should not modify the library's default behaviour but move the timeouts into the client configuration to allow the customization of the values by providing a different instance of the Guzzle client.
    
    Signed-off-by: Claude Vessaz <claude.vessaz@hootsuite.com>
    claude-vessaz-hs authored Apr 11, 2022
    Configuration menu
    Copy the full SHA
    0129c78 View commit details
    Browse the repository at this point in the history
Loading