FEATURE: display commit hash for each plugin on /admin/plugins page. (#22176)

It will help to find out the current version of the plugins even without the `docker_manager` plugin.
This commit is contained in:
Vinoth Kannan
2023-06-26 10:09:57 +05:30
committed by GitHub
parent a183f14d09
commit 52894b9d7c
11 changed files with 125 additions and 2 deletions

View File

@ -1141,6 +1141,7 @@ module Discourse
Discourse.git_version
Discourse.git_branch
Discourse.full_version
Discourse.plugins.each { |p| p.commit_url }
end,
Thread.new do
require "actionview_precompiler"