-
Notifications
You must be signed in to change notification settings - Fork 5k
Notify in case of availability of new version in admin section / UI #2986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How often should it check? GitHub has a rate-limit of 60 requests per hour for non-authenticated release-fetching 😄 @unknwon how about using that for automated updates? the release files should include everything we need for updates 😄 |
Maybe it would suffice to put some json file in the website branch or some other webhost that is updated upon a new release. That way one would not run into API limits... |
Easiest and most reliable is github API. And having a worker check once per hour isn't hard to do. @unknwon what do you think? |
+1 |
Apparently... Github has Atom-feeds for releases... https://github.com/gogits/gogs/releases.atom |
As a person responsible for a Gogs deploment I would like to know whenever there is a new version without having to visit the Gogs.io site, GitHub or an RSS feed.
Thus I would like to be notified in the Gogs UI once a new version becomes available.
Such a notification could be placed in the Admin-Section or somewhere at the top once a user is logged in.
The text was updated successfully, but these errors were encountered: