-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.55.0
head repository: prometheus/common
compare: v0.56.0
Commits on Jun 27, 2024
-
Don't always fetch a OAuth2 token, if the secret from a file didn't c…
…hange When configuring a OAuth2 client using the `client_secret_file` configuration option, the original intent of the code was to *not* forcefully refetch a token if the content of the file didn't change. However, both the test and the implementation had 2 typos and a new token token was fetched on every request through the HTTP client. Signed-off-by: Jonathan Ballet <jon@multani.info>
Configuration menu - View commit details
-
Copy full SHA for 249682f - Browse repository at this point
Copy the full SHA 249682fView commit details
Commits on Jun 28, 2024
-
Merge pull request #647 from multani/fix-oauth2-secret-file-refresh
Don't always fetch a OAuth2 token, if the secret from a file didn't change
Configuration menu - View commit details
-
Copy full SHA for 8742f09 - Browse repository at this point
Copy the full SHA 8742f09View commit details
Commits on Jul 14, 2024
-
remove dependency to github.com/prometheus/client_golang in sigv4
Replace promhttp.RoundTripperFunc with local version. Signed-off-by: Saeed Rasooli <saeed.gnu@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3e6afe2 - Browse repository at this point
Copy the full SHA 3e6afe2View commit details -
Bump github.com/aws/aws-sdk-go from 1.54.7 to 1.54.11 in /sigv4 (#661)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.7 to 1.54.11. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.54.7...v1.54.11) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8e3075b - Browse repository at this point
Copy the full SHA 8e3075bView commit details
Commits on Jul 15, 2024
-
Revert "Unexport Format strings"
This reverts commit 05d7387. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 279f076 - Browse repository at this point
Copy the full SHA 279f076View commit details -
Add deprecation notice to format strings to allow transition to new functionality. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c3e8247 - Browse repository at this point
Copy the full SHA c3e8247View commit details -
Update common Prometheus files (#664)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 1d53a04 - Browse repository at this point
Copy the full SHA 1d53a04View commit details -
Merge pull request #665 from prometheus/superq/revert_unexport
Revert #576 and add deprecation notice
Arthur Silva Sens authoredJul 15, 2024 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 4cf22c5 - Browse repository at this point
Copy the full SHA 4cf22c5View commit details
Commits on Jul 16, 2024
-
Bump golang.org/x/net from 0.26.0 to 0.27.0 (#667)
Signed-off-by: Ben Kochie <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b924af - Browse repository at this point
Copy the full SHA 0b924afView commit details
Commits on Jul 17, 2024
-
use basic string in IsValidLegacyMetricName
Parameter didn't even match the function name. Signed-off-by: Owen Williams <owen.williams@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for a9acdc7 - Browse repository at this point
Copy the full SHA a9acdc7View commit details
Commits on Jul 23, 2024
-
Merge pull request #668 from ywwg/owilliams/param
use basic string in IsValidLegacyMetricName
Configuration menu - View commit details
-
Copy full SHA for a3eaa75 - Browse repository at this point
Copy the full SHA a3eaa75View commit details
Commits on Aug 6, 2024
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 6eac2f4 - Browse repository at this point
Copy the full SHA 6eac2f4View commit details -
Merge pull request #672 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 3f9e4f8 - Browse repository at this point
Copy the full SHA 3f9e4f8View commit details
Commits on Aug 11, 2024
-
Update common Prometheus files (#674)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for d235298 - Browse repository at this point
Copy the full SHA d235298View commit details -
Bump github.com/aws/aws-sdk-go from 1.54.19 to 1.55.5 in /sigv4 (#671)
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.54.19 to 1.55.5. - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Commits](aws/aws-sdk-go@v1.54.19...v1.55.5) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 430dbfe - Browse repository at this point
Copy the full SHA 430dbfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dade5b - Browse repository at this point
Copy the full SHA 1dade5bView commit details
Commits on Aug 12, 2024
-
Fix overflows of untyped int constants on 32-bit
9223372036 as an untyped int constant will overflow on 32-bit archs. math.MaxInt64 is an untyped int constant (1<<63 - 1), and will thus also overflow on 32-bit if not cast to an int64. Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 008d7b8 - Browse repository at this point
Copy the full SHA 008d7b8View commit details
Commits on Aug 13, 2024
-
Merge pull request #675 from dswarbrick/fix-32bit-overflows
Fix overflows of untyped int constants on 32-bit
Configuration menu - View commit details
-
Copy full SHA for 79c0459 - Browse repository at this point
Copy the full SHA 79c0459View commit details
Commits on Aug 14, 2024
-
Update `github.com/prometheus/client_golang` to the latest release. Signed-off-by: SuperQ <superq@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2cac84e - Browse repository at this point
Copy the full SHA 2cac84eView commit details
Commits on Aug 20, 2024
-
* Update common Prometheus files Signed-off-by: prombot <prometheus-team@googlegroups.com> * Fix golint ci Signed-off-by: Julien <roidelapluie@o11y.eu> --------- Signed-off-by: prombot <prometheus-team@googlegroups.com> Signed-off-by: Julien <roidelapluie@o11y.eu> Co-authored-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for cd4bcc0 - Browse repository at this point
Copy the full SHA cd4bcc0View commit details
Commits on Aug 21, 2024
-
expfmt: Add UTF-8 syntax support in text_parse.go (#670)
Update expfmt/text_parse.go to support the new UTF-8 syntax --------- Signed-off-by: Federico Torres <federico.torres@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 8968b6c - Browse repository at this point
Copy the full SHA 8968b6cView commit details
Commits on Aug 22, 2024
-
Update common Prometheus files
Signed-off-by: prombot <prometheus-team@googlegroups.com>
Configuration menu - View commit details
-
Copy full SHA for 29a2d2c - Browse repository at this point
Copy the full SHA 29a2d2cView commit details
Commits on Aug 23, 2024
-
Merge pull request #681 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Configuration menu - View commit details
-
Copy full SHA for 19d0796 - Browse repository at this point
Copy the full SHA 19d0796View commit details
Commits on Aug 26, 2024
-
Provide a method for explicitly checking label names for legacy valid…
…ity. (#682) This is needed in Prometheus for modes when legacy validation has been explicitly requested but UTF-8 is otherwise enabled. Signed-off-by: Owen Williams <owen.williams@grafana.com>
Configuration menu - View commit details
-
Copy full SHA for 6623230 - Browse repository at this point
Copy the full SHA 6623230View commit details
There are no files selected for viewing