ember-website icon indicating copy to clipboard operation
ember-website copied to clipboard

Handle dates in /releases so they aren't always wrong

Open jenweber opened this issue 6 years ago • 7 comments

This site is perpetually out of date because everything is hard coded.

This app should be data-driven for confirmed past dates, such as "latest minor release". Forward looking dates should be removed because they are not able to be extrapolated from data.

It's a hack, but the versions.json used by the API docs would probably be ok to depend on.

jenweber avatar Nov 27 '18 04:11 jenweber

this is very much related to https://github.com/ember-learn/ember-website/issues/164 and there are some ways that we can actually hit the npm api to get latest release data live 🎉

mansona avatar Mar 27 '19 17:03 mansona

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 08 '19 07:07 stale[bot]

This issue has been automatically marked stale. If this issue is something that still needs work, please add a comment and it will remain open, otherwise it will close in 7 days. You are welcome to open a new issue if you miss the window. Thanks!

stale[bot] avatar Nov 06 '19 02:11 stale[bot]

I think this is still valid 👍

mansona avatar Nov 07 '19 22:11 mansona

This issue has been automatically marked stale. If this issue is something that still needs work, please add a comment and it will remain open, otherwise it will close in 7 days. You are welcome to open a new issue if you miss the window. Thanks!

stale[bot] avatar Mar 06 '20 22:03 stale[bot]

I came here because /releases is currently showing 3.27b3 as current, with 3.27 "Coming the week of May 3", when as of this writing the current release is 3.27.5 (and May 3 was a month and a half ago)

Looking at the code it looks like there was some work to make this dynamic, the releases/index controller does a this.model.find() to find a beta release...but it seems like maybe it's returning the first beta release, although I don't know what "first" means because I don't know what order the projects model will return things in.

cincodenada avatar Jun 18 '21 19:06 cincodenada

Hi, @cincodenada. Thank you for letting us know that the releases page(s) are out of date. I can update the information (done manually).

PS. While [email protected] is available for use, Ember 3.27 as a whole has yet to be announced (e.g. in blog.emberjs.com) due to a delay in releasing 3.27.x of ember-cli. This is why the beta page still showed 3.27b3. I've updated the version to 3.27b4.

ijlee2 avatar Jun 23 '21 04:06 ijlee2