Project

General

Profile

Does a remote server vcs infos plugin exist ?

Added by Brett Communes almost 13 years ago

For a project i've setup a git server repository on the machine that run redmine. We have some branch (dev,staging,production). We also have different machines for dev and staging and finally our production/live server. When we want to deploy code on stagin and / or production server, we log them through ssh and do some git pull.

Through redmine the team can view each git branch, that's great, but I would like to add to project a view where we can at least see wich are the last commit pulled on each machine of our ecosystem in order to be sure that production and staging server are on the same last commit.

Do you know if a project / plugin exist to accomplish this goal ? Or do you have some advice on what can be the steps to implement a plugin that can glue to arbitrary remote server/repository and display some vcs infos within redmine project ?