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

Commits on Feb 14, 2024

  1. Unexport Format strings

    With the addition of the escaping term, format strings now have many permutations and doing direct string comparisons of formats is not reliable.
    Instead, users should call FormatType and compare the result against the possible enum values.
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    05d7387 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Merge pull request #576 from ywwg/owilliams/unexport

    Unexport Format strings
    beorn7 authored Feb 20, 2024
    Configuration menu
    Copy the full SHA
    bd41eb6 View commit details
    Browse the repository at this point in the history
Loading