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: 3f8e4ff
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: 3e4811f
Choose a head ref
  • 6 commits
  • 11 files changed
  • 7 contributors

Commits on Mar 3, 2025

  1. Use PHP 8.4 for tests and fix phpstan issue (#176)

    * Use PHP 8.4 for tests and fix phpstan issue
    
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    
    * Update actions
    
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    
    * Migrate phpunit configuration
    
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    
    ---------
    
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    LKaemmerling authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    f191801 View commit details
    Browse the repository at this point in the history
  2. Catch invalid JSON from Redis and throw an error (#174)

    * Catch invalid JSON from Redis and throw an error
    
    Signed-off-by: Vsevolod <vmalygin@adsterra.com>
    
    * was added a custom json exception for metrics
    
    Signed-off-by: Vsevolod <vmalygin@adsterra.com>
    
    * refactoring
    
    Signed-off-by: Vsevolod <vmalygin@adsterra.com>
    
    * Update src/Prometheus/Exception/MetricJsonException.php
    
    ---------
    
    Signed-off-by: Vsevolod <vmalygin@adsterra.com>
    Co-authored-by: Vsevolod <vmalygin@adsterra.com>
    Co-authored-by: Lukas Kämmerling <github@lukas-kaemmerling.de>
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    4 people authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    4f71eb1 View commit details
    Browse the repository at this point in the history
  3. Bump min php Version to 7.4, fix PHPstan issues

    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    LKaemmerling committed Mar 3, 2025
    Configuration menu
    Copy the full SHA
    7912087 View commit details
    Browse the repository at this point in the history
  4. feat: add metric name to MetricsRegistrationException (#163)

    Signed-off-by: Simon Podlipsky <simon@podlipsky.net>
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    simPod and LKaemmerling authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    1d8b02b View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Prevent php error when data was removed from redis (#149)

    This code was already in redis storage but not in redisNg
    
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    pluk77 and LKaemmerling authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    381753d View commit details
    Browse the repository at this point in the history
  2. APCng storage - avoid worst-case memory usage in buildPermutationTree (

    …#123)
    
    * APCng storage - avoid worst-case memory usage in buildPermutationTree
    
    Signed-off-by: Josh Hoffer <jhoffer@datava.com>
    
    * Fix PHPstan errors
    
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    
    ---------
    
    Signed-off-by: Josh Hoffer <jhoffer@datava.com>
    Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    Co-authored-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
    Princemachiavelli and LKaemmerling authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    3e4811f View commit details
    Browse the repository at this point in the history
Loading