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_client_php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: PromPHP/prometheus_client_php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 4 commits
  • 4 files changed
  • 7 contributors

Commits on Dec 2, 2024

  1. Ignore phpstan argument.type lint in test (#169)

    Signed-off-by: Matias Ylipelto <129368437+lianatech-matias-ylipelto@users.noreply.github.com>
    lianatech-matias-ylipelto authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    12af805 View commit details
    Browse the repository at this point in the history
  2. Use explicit nullable type parameters (#168)

    Signed-off-by: Matias Ylipelto <129368437+lianatech-matias-ylipelto@users.noreply.github.com>
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    lianatech-matias-ylipelto and LKaemmerling authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    6d7328e View commit details
    Browse the repository at this point in the history
  3. Redis - Metrics collection should not write anything (#165)

    Signed-off-by: Jakub Pastuszek <jakub.pastuszek@invia.cz>
    Co-authored-by: Jakub Pastuszek <jakub.pastuszek@invia.cz>
    iKsSs and iksss-invia authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d6233cc View commit details
    Browse the repository at this point in the history
  4. Redis ACL AUTH two argument supporting. (#167)

    * Redis ACL AUTH two argument supporting.
    Signed-off-by: Gennadii Chernykh <ragnarek45@gmail.com>
    
    Signed-off-by: Gennadii Chernykh <gennadii.chernykh@eglobal-group.com>
    
    * Redis ACL AUTH two argument supporting.
    Signed-off-by: Gennadii Chernykh <ragnarek45@gmail.com>
    
    Signed-off-by: Gennadii Chernykh <gennadii.chernykh@eglobal-group.com>
    
    * Fix not using empty in Redis Adapter
    
    * Fix not using empty in RedisNg Adapter
    
    ---------
    
    Signed-off-by: Gennadii Chernykh <gennadii.chernykh@eglobal-group.com>
    Co-authored-by: Gennadii Chernykh <gennadii.chernykh@eglobal-group.com>
    Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
    3 people authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    abe6bbb View commit details
    Browse the repository at this point in the history
Loading