eljoujat / hacvcsinfo

Display version control information in the administration console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived on 2020-02-16
I recently switched jobs away from SAP Commerce development

Version Control Infos for Administration Console

ko-fi

This extension adds a "Version Information" tab to the hybris administration console.

The displayed properties (hacvcsinfo/resources/hacvcsinfo/vcs.properties) are generated in buildcallbacks.xml, and contain:

  • commit hash
  • tag
  • branch name

of the current git HEAD.

This really helps to find out what version is actually deployed to a given server, as the property file is included in the zip files generated by ant production.

(Feel free to adjust the callback to include any other information you need, the new tab displays all properties without any filter.)

Screenshot

About

Display version control information in the administration console

License:Apache License 2.0


Languages

Language:Java 99.2%Language:JavaScript 0.8%