dshoreman / servidor

A modern web application for managing servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Display current Application versions

dshoreman opened this issue · comments

It would be nice if there were a way to see the version or commit that we're currently checked out at for each project in Applications.

To start with we can see if a project is checked out at a tag and use that. If it's not on a tag then branch@commit-sha (eg master@eca32fad should suffice.

Eventually, we could distinguish between checked out commit and application version by having a way for the user to set version detection. A simple dropdown with some presets:

  • Current Git commit hashes
  • Latest Git tag
  • Stored in VERSION file
  • Custom (toggles input for shell command)