Instead of pointing to the commit of the tag which doesn't give a
description of the release, point to the github tag page.
For example, instead of going to
https://github.com/openstax/cnx-deploy/commit/6a1fa1ad2aaa431d86bf5656164917ea26e53b21
go to
https://github.com/openstax/cnx-deploy/releases/tag/v3.1.4
Use ajax for getting pypi versions on cnx dashboard
One of the things that causes the cnx dashboard to be very slow is the
requests to pypi to get the versions of the packages. Change from doing
it in python to using ajax in the browser, that way the page can be
loaded with most of the content ready and the pypi versions are filled
in as the responses come in.
Add cnx-deploy versions to cnx dashboard
Sometimes a package has been updated and released but we forget to
update the version pinned in cnx-deploy, this should help us with it.
Change cnx repos tags to point to github tag page
Instead of pointing to the commit of the tag which doesn't give a description of the release, point to the github tag page.
For example, instead of going to
https://github.com/openstax/cnx-deploy/commit/6a1fa1ad2aaa431d86bf5656164917ea26e53b21
go tohttps://github.com/openstax/cnx-deploy/releases/tag/v3.1.4
Use ajax for getting pypi versions on cnx dashboard
One of the things that causes the cnx dashboard to be very slow is the requests to pypi to get the versions of the packages. Change from doing it in python to using ajax in the browser, that way the page can be loaded with most of the content ready and the pypi versions are filled in as the responses come in.
Add cnx-deploy versions to cnx dashboard
Sometimes a package has been updated and released but we forget to update the version pinned in cnx-deploy, this should help us with it.