-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.52.3
head repository: prometheus/common
compare: v0.53.0
- 10 commits
- 6 files changed
- 6 contributors
Commits on May 15, 2023
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5ad26bf - Browse repository at this point
Copy the full SHA 5ad26bfView commit details
Commits on Apr 12, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fb6970a - Browse repository at this point
Copy the full SHA fb6970aView commit details -
Signed-off-by: George Robinson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 506a12c - Browse repository at this point
Copy the full SHA 506a12cView commit details
Commits on Apr 13, 2024
-
LabelSet.String: restore faster sort call
Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be294f1 - Browse repository at this point
Copy the full SHA be294f1View commit details -
LabelSet: add unit test for String method
Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1ca958 - Browse repository at this point
Copy the full SHA a1ca958View commit details
Commits on Apr 15, 2024
-
Merge pull request #618 from grobinson-grafana/grobinson/add-status-at
Add StatusAt method for Alert struct
Julien authoredApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for ea817bb - Browse repository at this point
Copy the full SHA ea817bbView commit details -
Merge pull request #487 from GiedriusS/allow_exposing_real_value
config: allow exposing real secret value through marshal
Julien authoredApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for de5ed88 - Browse repository at this point
Copy the full SHA de5ed88View commit details -
Make code more readable by replacing overly generic `trueValue` with the actual meaning `marshalSecret`. Fixes: #487 Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1b9b72 - Browse repository at this point
Copy the full SHA c1b9b72View commit details
Commits on Apr 18, 2024
-
Merge pull request #619 from bboreham/restore-sort
LabelSet.String: restore faster sort call
Arthur Silva Sens authoredApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for e25b951 - Browse repository at this point
Copy the full SHA e25b951View commit details -
Merge pull request #620 from bboreham/test-string
LabelSet: add unit test for String method
Arthur Silva Sens authoredApr 18, 2024 Configuration menu - View commit details
-
Copy full SHA for e54e4df - Browse repository at this point
Copy the full SHA e54e4dfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.52.3...v0.53.0