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-community/pro-bing
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: prometheus-community/pro-bing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 7 commits
  • 6 files changed
  • 4 contributors

Commits on Jun 24, 2023

  1. Return ctx.Err() from RunWithContext() and Run() (#50)

    Signed-off-by: Jeremiah Millay <jmillay@fastly.com>
    floatingstatic committed Jun 24, 2023
    Configuration menu
    Copy the full SHA
    1530f0f View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Fix packet loss stat zero division (#51)

    Signed-off-by: Jeremiah Millay <jmillay@fastly.com>
    floatingstatic committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    631cd38 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Bump golang.org/x/net from 0.10.0 to 0.11.0 (#53)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.10.0 to 0.11.0.
    - [Commits](golang/net@v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    943e28d View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/sync from 0.2.0 to 0.3.0 (#54)

    Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.2.0 to 0.3.0.
    - [Commits](golang/sync@v0.2.0...v0.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/sync
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2fd66fd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update common Prometheus files

    Signed-off-by: prombot <prometheus-team@googlegroups.com>
    prombot committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f93419f View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Update linter settings

    * Disable unused-parameter
    * Enable misspell
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3aaea78 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #55 from prometheus-community/repo_sync

    Synchronize common files from prometheus/prometheus
    SuperQ committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0999adf View commit details
    Browse the repository at this point in the history
Loading