Skip to content

feat: Add Zowe version to the Gateway Homepage#4569

Open
balhar-jakub wants to merge 3 commits intov3.x.xfrom
balhar-jakub/zowe-version
Open

feat: Add Zowe version to the Gateway Homepage#4569
balhar-jakub wants to merge 3 commits intov3.x.xfrom
balhar-jakub/zowe-version

Conversation

@balhar-jakub
Copy link
Copy Markdown
Member

Description

The Gateway homepage contained only details about the API ML version, which does not have to reflect the Zowe version. The goal is to add the version

Type of change

Please delete options that are not relevant.

  • feat: New feature (non-breaking change which adds functionality)

Checklist:

For more details about how should the code look like read the Contributing guideline

Signed-Off-By: Jakub Balhar <jakub.balhar@broadcom.com>
Signed-Off-By: Jakub Balhar <jakub.balhar@broadcom.com>
@pull-request-size pull-request-size bot added size/L and removed size/M labels Apr 16, 2026
@sonarqubecloud
Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
67.5% Coverage on New Code (required ≥ 80%)
25.8% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

}
VersionInfoDetails zowe = versionInfo.getZowe();
if (zowe != null && zowe.getVersion() != null && !zowe.getVersion().equalsIgnoreCase("unknown")) {
zoweVersionText = String.format("Zowe Version %s", zowe.getVersion(), zowe.getBuildNumber());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this one is missing the buildnumber placeholder

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants