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: coopenomics/prometheus-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jupp0r/prometheus-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 20 files changed
  • 2 contributors

Commits on Apr 30, 2026

  1. Upgrade civetweb to v1.16.bcr4

    As it is compatible with Bazel 9.x.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    3ab967a View commit details
    Browse the repository at this point in the history
  2. Upgrade curl to v8.12.0.bcr.1

    As it is compatible with Bazel 9.x.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    30e886c View commit details
    Browse the repository at this point in the history
  3. Upgrade google_benchmark to v1.9.5

    As it is compatible with Bazel 9.x.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    12be13d View commit details
    Browse the repository at this point in the history
  4. Upgrade googletest to v1.17.0.bcr.2

    As it is compatible with Bazel 9.x.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    e4071ed View commit details
    Browse the repository at this point in the history
  5. Add expicit rules_shell dependency

    And stop relying on it being available transitively.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    ab24328 View commit details
    Browse the repository at this point in the history
  6. Load rules from rules_cc

    As of Bazel 9.x, C++ rules are no longer builtins and *must* be loaded
    from rules_cc.
    pgold committed Apr 30, 2026
    Configuration menu
    Copy the full SHA
    f38ed2c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2026

  1. Configuration menu
    Copy the full SHA
    b38d78a View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupp0r#747 from pgold/bazel_9

    Build the project on Bazel 9.x.
    gjasny authored May 2, 2026
    Configuration menu
    Copy the full SHA
    56686fb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2026

  1. ci: update workflows

    gjasny committed May 3, 2026
    Configuration menu
    Copy the full SHA
    5d41c9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e23781 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jupp0r#748 from jupp0r/update-gha

    ci: update GitHub Actions
    gjasny authored May 3, 2026
    Configuration menu
    Copy the full SHA
    20ad4d4 View commit details
    Browse the repository at this point in the history
  4. ci: fix GitHub pages

    gjasny committed May 3, 2026
    Configuration menu
    Copy the full SHA
    f6ef444 View commit details
    Browse the repository at this point in the history
  5. ci: fix GitHub pages

    gjasny committed May 3, 2026
    Configuration menu
    Copy the full SHA
    c7ef868 View commit details
    Browse the repository at this point in the history
  6. ci: also run on master

    gjasny committed May 3, 2026
    Configuration menu
    Copy the full SHA
    0a779ab View commit details
    Browse the repository at this point in the history
Loading