1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: AGPL-3.0
6 # Get the source_version given in the API server's discovery
9 arvados_api_client.discovery[:source_version]
12 # Get the packageVersion given in the API server's discovery
14 def api_package_version
15 arvados_api_client.discovery[:packageVersion]
18 # URL for browsing source code for the given version.
19 def version_link_target version
20 "https://arvados.org/projects/arvados/repository/changes?rev=#{version.sub(/-.*/, "")}"