Actions
Bug #4276
openSystem info page uses mercurial/git versions from RhodeCode instead of VCSServer
Start date:
13.10.2016
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
On the system info page (http://localhost:5000/_admin/settings/system) we are displaying the versions of git, mercurial and subversion. Only in the git case we query the VCSServer to tell us which version it uses. In the case of mercurial and subversion we are using the packages which are available to RhodeCode if they are available. This is wrong because we want to display the versions which the VCSServer uses and not RhodeCode.
We should change this to query the VCSServer for all of them.
Updated by Martin Bornhold about 8 years ago
- Description updated (diff)
- Status changed from New to In Progress
- Assignee set to Martin Bornhold
Updated by Marcin Kuzminski [CTO] about 8 years ago
- Assignee changed from Martin Bornhold to Marcin Kuzminski [CTO]
Updated by Redmine Integration about 8 years ago
- Status changed from In Progress to Resolved
Commit 5dd5a06369e4 by Marcin Kuzminski marcin@rhodecode.com on default branch changed this issue. https://internal-code.rhodecode.com/rhodecode-enterprise-ce/changeset/5dd5a06369e48bc632d6ab1217c3d9da8555ccb6
Actions