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

Prepare 3.0.3 release #3317

Open
wants to merge 15 commits into
base: release/3.0
Choose a base branch
from
Open

Commits on Nov 7, 2024

  1. DatasetFSprovider fetchDataset() - fix behavior with non-existent dat…

    …asets and members (#3255)
    
    * Fix PDS members in fetchDataset
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * Update DatasetFSProvider.unit.test.ts
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * Merge branch 'main' into datasetfsprovider-remote-lookup-fix
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * move changelog update
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * improve logic
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * add ? after checking dsorg
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * do not fetch attributes for members
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    ---------
    
    Signed-off-by: Benjamin Santos <[email protected]>
    benjamin-t-santos authored and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8957a64 View commit details
    Browse the repository at this point in the history
  2. fix: use vscode.workspace.fs for delete and rename (#3261)

    * fix: use vscode.workspace.fs to rename URIs
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * chore: update ZE changelog
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * update mocks, remaining use of delete/rename
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    ---------
    
    Signed-off-by: Trae Yelovich <[email protected]>
    traeok authored and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    712370d View commit details
    Browse the repository at this point in the history
  3. Fix: To resolve error message upon switching the authentication metho…

    …ds (#3275)
    
    * To handle missing args in basicAuthClearSecureArray
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To handle missing args in tokenAuthClearSecureArray
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To add unit test case for missing arg's in basicAuthClearSecureArray
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To add unit test case for missing arg's in tokenAuthClearSecureArray
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To run pre-publish command
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To update changelog
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To modify tokenAuthClearSecureArray() function
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    * To add additional test cases for tokenAuthClearSecureArray()
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    
    ---------
    
    Signed-off-by: Santhoshi Boyina <[email protected]>
    SanthoshiBoyina1 authored and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    86a82f6 View commit details
    Browse the repository at this point in the history
  4. fix: "Show Config" button in error dialog does not work during initia…

    …lization (#3274)
    
    * fix: check if profileInfo is nullish during v1 migration
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * chore: update ZE changelog
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * tests: integration test for broken config
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * add unit test for nullish profileinfo
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * fix transient failures in UpdateCredentials scenario
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * remove extra join import in wdio conf
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * make integration test more reliable
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * move getprofileinfo call into try/catch during profiles init
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * test: open notification center to check for dialog
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * add license header to test; add another null check
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * add typedoc to ProfilesUtils.getProfileInfo
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * setupDefaultCredentialManager: log err msgs, update typedoc
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * test: promptUserWithNoConfigs, nullish profileInfo case
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor typedoc for setupDefaultCredentialManager
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    ---------
    
    Signed-off-by: Trae Yelovich <[email protected]>
    traeok authored and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    05c93bd View commit details
    Browse the repository at this point in the history
  5. fix(ds): Call remoteLookupForResource when entry doesn't exist locally (

    #3268)
    
    Signed-off-by: Trae Yelovich <[email protected]>
    Signed-off-by: Billie Simmons <[email protected]>
    Co-authored-by: Billie Simmons <[email protected]>
    traeok and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bbcbb1a View commit details
    Browse the repository at this point in the history
  6. fix: Only show "No configs detected" prompt if ZE opened (#3281)

    * fix: show 'No config detected' prompt once when ZE opened
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * chore: update ZE changelog
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * resolve failing tests
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor: move event into static fn, add coverage
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * update changelog
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * patch coverage for ProfilesUtils.promptUserWithNoConfigs
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * move variable definition
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    ---------
    
    Signed-off-by: Trae Yelovich <[email protected]>
    Signed-off-by: Billie Simmons <[email protected]>
    Co-authored-by: Billie Simmons <[email protected]>
    Signed-off-by: Billie Simmons <[email protected]>
    traeok and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    374ac06 View commit details
    Browse the repository at this point in the history
  7. fix(v3): Pass responseTimeout in z/OSMF MVS and USS API calls (#3292)

    * fix: pass responseTimeout to API functions
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor: remove fallback for spreading newOptions
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor: use optional chaining; work on resolving tests
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor: pass profile props to tests, fix types
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * tests: resolve failing cases in ZE
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * chore: update changelog entry for ZE API
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * refactor: remove fallback for spreading undefined options
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * fix: add missing functions to MvsApi test list
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    ---------
    
    Signed-off-by: Trae Yelovich <[email protected]>
    traeok authored and JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7f790bf View commit details
    Browse the repository at this point in the history
  8. run package

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    ca2f559 View commit details
    Browse the repository at this point in the history
  9. chore: remediation commit

    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    
    Third-Party DCO Remediation Commit for benjamin-t-santos <[email protected]>
    
    On behalf of benjamin-t-santos <[email protected]>, I, Fernando Rijo Cedeno <[email protected]>, hereby add my Signed-off-by to this commit: 8957a64
    
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    
    Third-Party DCO Remediation Commit for SanthoshiBoyina1 <[email protected]>
    
    On behalf of SanthoshiBoyina1 <[email protected]>, I, Fernando Rijo Cedeno <[email protected]>, hereby add my Signed-off-by to this commit: 86a82f6
    
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    zFernand0 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8ba33d6 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. DatasetFSProvider.readFile() makes at most one API call (#3279)

    * fix(ds): Call remoteLookupForResource when entry doesn't exist locally
    
    Signed-off-by: Trae Yelovich <[email protected]>
    
    * readFile() uses one MVS API call
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * update unit tests, fix logic of calls
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * fix lint error
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Benjamin Santos <[email protected]>
    
    ---------
    
    Signed-off-by: Trae Yelovich <[email protected]>
    Signed-off-by: Benjamin Santos <[email protected]>
    Signed-off-by: benjamin-t-santos <[email protected]>
    Co-authored-by: Trae Yelovich <[email protected]>
    Signed-off-by: Billie Simmons <[email protected]>
    2 people authored and JillieBeanSim committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    7c1a7ce View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Change default credentials manager check and not-found dialog (#3297)

    * updates to webpack and package.json for dev mode
    
    Signed-off-by: Billie Simmons <[email protected]>
    
    * Remove endless startup loop when default CM cannot be loaded
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Initial set of test updates
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Merge branch 'main' into change-credentials-manager-check
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Convenience launch to only run currently open test
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Fixed ProfileUtils tests
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Clean up package files
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Updated changelog
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Reworded info message
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Update CHANGELOG.md
    
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    
    * Added detail to info message
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    * Updated resource files
    
    Signed-off-by: Peter Haumer <[email protected]>
    
    ---------
    
    Signed-off-by: Billie Simmons <[email protected]>
    Signed-off-by: Peter Haumer <[email protected]>
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    Co-authored-by: Billie Simmons <[email protected]>
    Co-authored-by: Fernando Rijo Cedeno <[email protected]>
    Signed-off-by: Billie Simmons <[email protected]>
    3 people committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    98a4d51 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. prepare lerna and changelogs

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bb88cfd View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Merge branch 'release/3.0' of https://github.com/zowe/zowe-explorer-v…

    …scode into prepare-3.0.3-release
    
    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    zFernand0 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5627589 View commit details
    Browse the repository at this point in the history
  2. review: address PR feedback

    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    zFernand0 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    246ca93 View commit details
    Browse the repository at this point in the history
  3. audit: fix audit issue (thanks @awharn)

    Signed-off-by: Fernando Rijo Cedeno <[email protected]>
    zFernand0 committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    80bbfc7 View commit details
    Browse the repository at this point in the history