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.58.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.59.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Sep 4, 2024

  1. expfmt: Add WithEscapingScheme to help construct Formats (#688)

    expfmt: Add WithEscapingScheme to help construct Formats
    
    Signed-off-by: Owen Williams <[email protected]>
    
    ---------
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg authored Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4f8e8f4 View commit details
    Browse the repository at this point in the history
  2. Change the default escape method to UnderscoreEscaping

    fixes #689
    
    Signed-off-by: Owen Williams <[email protected]>
    ywwg committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    01da226 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge pull request #690 from ywwg/owilliams/default-escaping

    Change the default escape method to UnderscoreEscaping
    ywwg authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf4843e View commit details
    Browse the repository at this point in the history
Loading