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.52.3
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.53.0
Choose a head ref
  • 10 commits
  • 6 files changed
  • 6 contributors

Commits on May 15, 2023

  1. config: allow exposing real secret value through marshal

    There are external projects out there that marshal/unmarshal the
    Prometheus config that has secrets. To get the real value currently such
    horrible workarounds are in place:
    https://github.com/tkestack/kvass/blob/master/pkg/sidecar/injector.go#L175-L214
    
    Let's add a way to get the original values through the `Secret` type to
    avoid such things.
    
    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed May 15, 2023
    Configuration menu
    Copy the full SHA
    5ad26bf View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Add StatusAt method for Alert struct

    This commit adds the StatusAt method for the Alert struct. It calls
    the ResolvedAt method while Status calls the Resolved method.
    
    This method will be used in Alertmanager to fix issue
    prometheus/alertmanager#3351.
    
    Signed-off-by: George Robinson <[email protected]>
    grobinson-grafana committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fb6970a View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Signed-off-by: George Robinson <[email protected]>
    grobinson-grafana committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    506a12c View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. LabelSet.String: restore faster sort call

    Signed-off-by: Bryan Boreham <[email protected]>
    bboreham committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    be294f1 View commit details
    Browse the repository at this point in the history
  2. LabelSet: add unit test for String method

    Signed-off-by: Bryan Boreham <[email protected]>
    bboreham committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a1ca958 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #618 from grobinson-grafana/grobinson/add-status-at

    Add StatusAt method for Alert struct
    Julien authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ea817bb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #487 from GiedriusS/allow_exposing_real_value

    config: allow exposing real secret value through marshal
    Julien authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    de5ed88 View commit details
    Browse the repository at this point in the history
  3. Fix up config test (#621)

    Make code more readable by replacing overly generic `trueValue` with the
    actual meaning `marshalSecret`.
    
    Fixes: #487
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c1b9b72 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request #619 from bboreham/restore-sort

    LabelSet.String: restore faster sort call
    Arthur Silva Sens authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e25b951 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #620 from bboreham/test-string

    LabelSet: add unit test for String method
    Arthur Silva Sens authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    e54e4df View commit details
    Browse the repository at this point in the history
Loading