laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.54k stars 11.02k forks source link

Tag badge is invalid. #4501

Closed taylorotwell closed 10 years ago

taylorotwell commented 10 years ago

@GrahamCampbell this has been invalid since you made that change. Been broken for weeks now. Please fix.

GrahamCampbell commented 10 years ago

Unfortunately there is nothing we can do. This api keeps returning error 500s.

GrahamCampbell commented 10 years ago

It is working for me, but it's temperamental. http://i.imgur.com/sUVdXro.png. Should we just remove it from the readme and instead just write the latest versions of 3.x/4.1/4.2 on the readme in plain text like we have on irc?

Anahkiasen commented 10 years ago

Working for me too, for the note. Never saw it say invalid actually.

GrahamCampbell commented 10 years ago

We could manually do badges: LTS, Stable.

The urls for those are as follows:

https://img.shields.io/badge/LTS-3.2.14-brightgreen.svg
https://img.shields.io/badge/Stable-4.1.29-brightgreen.svg

That would 100% avoid errored badges.

crynobone commented 10 years ago

https://poser.pugx.org/ has been consistent all this while. Didn't understand why it was changed before.

GrahamCampbell commented 10 years ago

@crynobone That will have exactly the same issues we have here. If the api errors, it affects both services.

GrahamCampbell commented 10 years ago

@taylorotwell Checkout https://github.com/laravel/framework/pull/4504 and https://github.com/laravel/laravel/pull/2935. I've gone with @crynobone's suggestion. Maybe poster.pugx.org has a better caching stratagy when their servers hit errors.