-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: prometheus/exporter-toolkit
base: v0.9.1
head repository: prometheus/exporter-toolkit
compare: v0.10.0
- 19 commits
- 16 files changed
- 10 contributors
Commits on Mar 9, 2023
-
Fix Nil pointers in WebSystemdSocket
Signed-off-by: Ethan J. Gallant <[email protected]> Co-authored-by: William Van Hevelingen <[email protected]> Co-authored-by: Stephanie Palis <[email protected]> change to var
Configuration menu - View commit details
-
Copy full SHA for 137f7e5 - Browse repository at this point
Copy the full SHA 137f7e5View commit details -
Merge pull request #127 from ethan-gallant/master
Fix Nil pointer references for WebSystemdSocket
Julien Pivotto authoredMar 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 54d6390 - Browse repository at this point
Copy the full SHA 54d6390View commit details
Commits on Mar 21, 2023
-
Add a Content-Type header to the landing page
Set the landing page Content-Type header to HTML. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 392e735 - Browse repository at this point
Copy the full SHA 392e735View commit details -
Update common Prometheus files
Signed-off-by: prombot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3016db3 - Browse repository at this point
Copy the full SHA 3016db3View commit details
Commits on Mar 23, 2023
-
Merge pull request #143 from prometheus/repo_sync
Synchronize common files from prometheus/prometheus
Julien Pivotto authoredMar 23, 2023 Configuration menu - View commit details
-
Copy full SHA for b8280a8 - Browse repository at this point
Copy the full SHA b8280a8View commit details
Commits on Mar 24, 2023
-
Merge pull request #142 from prometheus/superq/web_header
Add a Content-Type header to the landing page
Configuration menu - View commit details
-
Copy full SHA for 8e3c86f - Browse repository at this point
Copy the full SHA 8e3c86fView commit details
Commits on Mar 25, 2023
-
Add a POST form to the landing page
Add configuration to the landing page generator to allow a POST form. * Reduce header font size. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9165b70 - Browse repository at this point
Copy the full SHA 9165b70View commit details -
Refer user to doco from help message
Signed-off-by: Daniel Ruggeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for feef77d - Browse repository at this point
Copy the full SHA feef77dView commit details -
Merge pull request #145 from DRuggeri/master
Refer user to doco from help message
Configuration menu - View commit details
-
Copy full SHA for 5526383 - Browse repository at this point
Copy the full SHA 5526383View commit details
Commits on Mar 30, 2023
-
Merge pull request #144 from prometheus/superq/landing_form
Add a POST form to the landing page
Configuration menu - View commit details
-
Copy full SHA for f42e5c7 - Browse repository at this point
Copy the full SHA f42e5c7View commit details -
Add generic customization to landing page
Allow generic additional HTML or CSS to be added to the landing page output. * Fix broken placeholder template. Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f213b7f - Browse repository at this point
Copy the full SHA f213b7fView commit details
Commits on Apr 1, 2023
-
Bump github.com/prometheus/common from 0.41.0 to 0.42.0
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.41.0 to 0.42.0. - [Release notes](https://github.com/prometheus/common/releases) - [Commits](prometheus/common@v0.41.0...v0.42.0) --- updated-dependencies: - dependency-name: github.com/prometheus/common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 906c281 - Browse repository at this point
Copy the full SHA 906c281View commit details -
Merge pull request #148 from prometheus/dependabot/go_modules/github.…
…com/prometheus/common-0.42.0 Bump github.com/prometheus/common from 0.41.0 to 0.42.0
Configuration menu - View commit details
-
Copy full SHA for 22a4c39 - Browse repository at this point
Copy the full SHA 22a4c39View commit details
Commits on Apr 5, 2023
-
Merge pull request #146 from prometheus/superq/landing_extra
Add generic customization to landing page
Configuration menu - View commit details
-
Copy full SHA for b059844 - Browse repository at this point
Copy the full SHA b059844View commit details
Commits on Apr 7, 2023
-
Client TLS: Add option to require a specific DNS name in Subject Alte…
…rnate Name (#126) Signed-off-by: saroshali-dbx <[email protected]> Signed-off-by: chodges15 <[email protected]> Co-authored-by: saroshali-dbx <[email protected]> Co-authored-by: Chris Hodges <[email protected]> Co-authored-by: chodges15 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47811e7 - Browse repository at this point
Copy the full SHA 47811e7View commit details
Commits on May 1, 2023
-
Bump golang.org/x/crypto from 0.7.0 to 0.8.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](golang/crypto@v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3791ec9 - Browse repository at this point
Copy the full SHA 3791ec9View commit details -
Merge pull request #149 from prometheus/dependabot/go_modules/golang.…
…org/x/crypto-0.8.0 Bump golang.org/x/crypto from 0.7.0 to 0.8.0
Configuration menu - View commit details
-
Copy full SHA for 1dbd862 - Browse repository at this point
Copy the full SHA 1dbd862View commit details -
* [FEATURE] Client TLS: Add option to require a specific Subject Alternate Names #126 * [FEATURE] Add a POST form to the landing page #144 * [FEATURE] Add generic customization to landing page #146 * [ENHANCEMENT] Add a Content-Type header to the landing page #142 * [BUGFIX] Fix Nil pointer references for WebSystemdSocket #127 Signed-off-by: SuperQ <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3df7372 - Browse repository at this point
Copy the full SHA 3df7372View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dd218 - Browse repository at this point
Copy the full SHA a7dd218View 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.9.1...v0.10.0