Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Wizard mentions Zowe version 2 during Zowe v3 installation #270

Open
skurnevich opened this issue Feb 10, 2025 · 2 comments
Open
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@skurnevich
Copy link
Collaborator

Install Wizard doesn't seem to work well with Zowe v3 pax files. Some screens still seem to detect it as v2.

It seems that some pages are mention Zowe v2 even if you upload Zowe v3 pax file.
Could be happening after unsuccessful attempt to install Zowe via downloading latest pax which takes Zowe v2 and fails ( #268 )

Image

@skurnevich skurnevich added bug Something isn't working good first issue Good for newcomers labels Feb 10, 2025
@1000TurquoisePogs
Copy link
Member

Let's try this again - v3.1 just came out, does it grab 3.1 now?

@1000TurquoisePogs
Copy link
Member

@struga0258 saw that this is due to hardcoding of "v2.x" in this file such as here

https.get('https://raw.githubusercontent.com/zowe/zowe-install-packaging/v2.x/master/manifest.json.template', (res) => {

I would say this should instead be reactive.

The user either uploads the version they want, or chooses to get "the latest"
I suppose "the latest" could just mean v3, but it would be better if "download the latest" was actually 2 buttons: download v2 or download v3.

When the user chooses upload instead, you could just check the filename to detect which version it is.

Anyway, this file should be adjusting which branch it is pulling depending on if it sees v2 or v3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
Status: In Progress
Development

No branches or pull requests

4 participants