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: prometheus/procfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: prometheus/procfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.19.2
Choose a head ref
  • 3 commits
  • 37 files changed
  • 2 contributors

Commits on Oct 26, 2025

  1. meminfo: Fix ZswappedBytes (#759)

    Fix assignment of ZswappedBytes parsing.
    * Add tests.
    * Migrate `meminfo_test.go` to `cmp` package.
    
    Fixes: #758
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    d4dc49b View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2025

  1. chore: Migrate tests to cmp package (#760)

    Migrate the majority of diff tests from `reflect.DeepEqual()` to
    `cmp.Diff()` to improve the test failure readability.
    * Fixup Copyright lines
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ authored Oct 27, 2025
    Configuration menu
    Copy the full SHA
    b8b5106 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2025

  1. Fix: Use base16 to convert pci sriov_vf_device (#762)

    * base16 for sriov vf device
    
    Signed-off-by: Jain Johny <jj@asama.ai>
    
    * log device location on error
    
    Signed-off-by: Jain Johny <jj@asama.ai>
    
    * fix test case
    
    Signed-off-by: Jain Johny <jj@asama.ai>
    
    ---------
    
    Signed-off-by: Jain Johny <jj@asama.ai>
    jj-asama authored Oct 30, 2025
    Configuration menu
    Copy the full SHA
    9b0219b View commit details
    Browse the repository at this point in the history
Loading