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/exporter-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.0
Choose a base ref
...
head repository: prometheus/exporter-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 7, 2023

  1. Landing page: Use HTML5 and Semantic HTML tags

    Signed-off-by: Julien Pivotto <[email protected]>
    Julien Pivotto committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b48d77b View commit details
    Browse the repository at this point in the history
  2. test: use port polling to wait for server to start

    Previously tests did not wait for the server to start listening on the port.
    This could lead to race conditions and flaky tests. This commit adds a
    port polling loop that waits for the server to start listening on the
    port before running the tests.
    
    Signed-off-by: Julien Pivotto <[email protected]>
    Julien Pivotto committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    a672922 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Merge pull request #139 from roidelapluie/pollport

    test: use port polling to wait for server to start
    SuperQ authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    a8a91cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #138 from roidelapluie/landigsemantic

    Landing page: Use HTML5 and Semantic HTML tags
    SuperQ authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    9055603 View commit details
    Browse the repository at this point in the history
  3. Update kingpin library

    Update to the latest version, fixes 32-bit builds.
    
    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    b21149f View commit details
    Browse the repository at this point in the history
  4. Release 0.9.1

    Signed-off-by: SuperQ <[email protected]>
    SuperQ committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    2985cce View commit details
    Browse the repository at this point in the history
  5. Merge pull request #140 from prometheus/superq/bump_kingpin

    Update kingpin library
    SuperQ authored Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bd1af23 View commit details
    Browse the repository at this point in the history
Loading