Bug #13668
Updated by Tom Clegg over 6 years ago
after #13667 is done /var/www/arvados-api/current/package-build.version will be available
making simple changes to lib/app_version.rb will make use of this to display:
1.1.4-1 (ff353df24)
in the version dialog in workbench.
API server:
* add package_version config to application.yml so sysadmin can specify/override
* add "package_version" method to AppVersion that uses the configured package version or reads the package.version file
* add "packageVersion" to discovery doc, alongside "source_version"
Workbench:
* add package_version config to application.yml so sysadmin can specify/override
* add "package_version" method to AppVersion that uses the configured package version or reads the package.version file
* report both package version and source version in the dialog box
** source version still links to the commit in redmine
** ...for both apiserver and workbench versions