]> source.dussan.org Git - gitea.git/commit
Add simple update checker to Gitea (#17212)
authortechknowlogick <techknowlogick@gitea.io>
Sat, 16 Oct 2021 06:14:34 +0000 (02:14 -0400)
committerGitHub <noreply@github.com>
Sat, 16 Oct 2021 06:14:34 +0000 (02:14 -0400)
commit8edda8b446200545b36432b57d00cd1972a5cb7e
tree2d4b6dd12a1f247d0e1b2459350b14e963f1b162
parente18ea9e3491e872d0a0736322ace4def5680432c
Add simple update checker to Gitea (#17212)

* Add simple update checker to Gitea

* update struct and remove comments

* fix lint

* Update custom/conf/app.example.ini

* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: delvh <dev.lh@web.de>
* Update custom/conf/app.example.ini

Co-authored-by: delvh <dev.lh@web.de>
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: delvh <dev.lh@web.de>
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com>
* Update docs/content/doc/advanced/config-cheat-sheet.en-us.md

* Update modules/cron/tasks_extended.go

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* Update custom/conf/app.example.ini

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
* take PR feedback into account and display banner on admin dashboard for alerts

* Add more detailed message

* placate lint

* update per feedback

Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Steven <61625851+justusbunsi@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
custom/conf/app.example.ini
docs/content/doc/advanced/config-cheat-sheet.en-us.md
models/migrations/migrations.go
models/migrations/v199.go [new file with mode: 0644]
models/update_checker.go [new file with mode: 0644]
modules/cron/tasks_extended.go
routers/web/admin/admin.go
templates/admin/dashboard.tmpl