GithubHelp home page GithubHelp logo

Comments (9)

Derkades avatar Derkades commented on July 25, 2024 1

Thank you for opening this issue, this explains why my checks are failing after updating to 1.1.0

from runitor.

bdd avatar bdd commented on July 25, 2024 1

from runitor.

bdd avatar bdd commented on July 25, 2024 1

Thanks for confirming.

Do you want this closed now or on final release?

I'll close it when 1.1.1 is out.

from runitor.

GermanCoding avatar GermanCoding commented on July 25, 2024

All good, thanks for caring!

I do have GitHub release notifications on actually, but I often tend to ignore prereleases. I always feel like I won't have the time to manually test them properly, so I naturally tend to just rely on stable releases. Of course when everyone does that the prerelease becomes useless - a typical issue with these types of projects.

For the future I'm going to try and setup a beta/RC channel for runitor. I have recently setup a Debian package for runitor (https://github.com/GermanCoding/runitor) sourced from official releases (it actually just repackages the official binary so signatures are preserved - it's not build from source). Then I will look into running a few runitor beta's here and there.

from runitor.

bdd avatar bdd commented on July 25, 2024

This may take a couple more hours.
One of the YubiKeys I use for signing releases that I packed for travel seems to be dead.
An alternate solution is on the way.

from runitor.

bdd avatar bdd commented on July 25, 2024

@GermanCoding @Derkades @blackscreen
Can you please test the release at https://github.com/bdd/runitor/releases/tag/v1.1.1-rc.1 ?

from runitor.

Derkades avatar Derkades commented on July 25, 2024

Thank you for your quick action! Especially considering your circumstances. Anyway, I have tested the release candidate and it appears to work (with the / suffix removed)

from runitor.

GermanCoding avatar GermanCoding commented on July 25, 2024

Yes, I can also confirm that this fix works. In addition, the double slash is now also a single slash in both cases:

runitor 1.1.1-rc.1 behaviour:

HC_API_URL="https://healthchecks.example.com/ping/"
runitor --uuid foobar

generates final request URL:

https://healthchecks.example.com/ping/foobar?rid=runid (single slash)

HC_API_URL="https://healthchecks.example.com/ping" (no final slash)
runitor --uuid foobar

generates final request URL:

https://healthchecks.example.com/ping/foobar?rid=runid (also single slash)

In fact, any number of trailing slashes are coalesced into a single slash:

HC_API_URL="https://healthchecks.example.com/ping/////////////"
runitor --uuid foobar
https://healthchecks.example.com/ping/foobar?rid=runid

Do you want this closed now or on final release?

from runitor.

bdd avatar bdd commented on July 25, 2024

v1.1.1 is out.
Go module v1.1.0 retracted.

https://github.com/bdd/runitor/releases/tag/v1.1.1

from runitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.