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: google/cadvisor
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.50.0
Choose a base ref
...
head repository: google/cadvisor
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.51.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 5 contributors

Commits on Apr 24, 2024

  1. sysfs: trim spaces in device hidden check

    The hidden file might have an endline, so the check for equals to 1 would not be true.
    Trimming the spaces would help to cover this case.
    
    Signed-off-by: Seena Fallah <seenafallah@gmail.com>
    clwluvw committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    34f50e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Aug 7, 2024

  1. Merge pull request #3566 from char8/char8/fix-podman-inspect-crash

    address another nil ptr check in podmanFactory.CanHandleAndAccept()
    iwankgb authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c15f44e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge pull request #3522 from clwluvw/hidden-device

    sysfs: trim spaces in device hidden check
    iwankgb authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    96c346e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Avoid linting in Prow CI jobs

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    472517b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Drop unused setNetworkStats

    Signed-off-by: Davanum Srinivas <davanum@gmail.com>
    dims committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    50fab77 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Merge pull request #3608 from dims/avoid-linting-in-prow-ci-jobs

    Avoid linting in Prow CI jobs
    cwangVT authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    9764cdc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3609 from dims/drop-unused-setNetworkStats

    Drop unused setNetworkStats
    cwangVT authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    255cff7 View commit details
    Browse the repository at this point in the history
Loading