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

[vNext] Merge maintenance with 2.9.2 work #2414

Merged
merged 116 commits into from
Aug 15, 2023
Merged

[vNext] Merge maintenance with 2.9.2 work #2414

merged 116 commits into from
Aug 15, 2023

Commits on Jun 14, 2023

  1. update version to "2.9.1-SNAPSHOT"

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

Commits on Jun 16, 2023

  1. update lerna

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    62fac4d View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Patchwork fix to use VSCode keytar

    Signed-off-by: Andrew W. Harn <[email protected]>
    awharn authored and JillieBeanSim committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    722d942 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Signed-off-by: Andrew W. Harn <[email protected]>
    awharn authored and JillieBeanSim committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8456eca View commit details
    Browse the repository at this point in the history
  3. Add condition to initialization test

    Signed-off-by: Andrew W. Harn <[email protected]>
    awharn authored and JillieBeanSim committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    49b41a3 View commit details
    Browse the repository at this point in the history
  4. Removed unused import

    Signed-off-by: Andrew W. Harn <[email protected]>
    awharn authored and JillieBeanSim committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    856acf5 View commit details
    Browse the repository at this point in the history
  5. fix location of CHANGELOG item

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    67fbcc0 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2342 from zowe/2.9.0-2.9.1-prep

    [maintenance] merge main and set "2.9.1-SNAPSHOT"
    JillieBeanSim authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f97d1d2 View commit details
    Browse the repository at this point in the history
  7. Fix watcher on browser based environments

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    952227c View commit details
    Browse the repository at this point in the history
  8. Add changes to CHANGELOG.md

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5272381 View commit details
    Browse the repository at this point in the history
  9. add coverage for new change

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    42bb64b View commit details
    Browse the repository at this point in the history
  10. fix(ds,uss): optimize logic in getChildren function

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2d15d23 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'maintenance' into fix/optimize/tree-views

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    0e32e71 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. fix(jobs): optimize fetching children in Jobs view

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7fe24b3 View commit details
    Browse the repository at this point in the history
  2. docs: Add fix to ZE changelog

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c97f8ce View commit details
    Browse the repository at this point in the history
  3. fix: optimize sorting for tree items

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    5c1641f View commit details
    Browse the repository at this point in the history
  4. test: Add test cases for sortTreeItems

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b02f401 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. test: add test case for ZoweJobNode.getChildren

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    62ee057 View commit details
    Browse the repository at this point in the history
  2. docs: update fix in changelog w/ issue number

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    11b313e View commit details
    Browse the repository at this point in the history
  3. fix: SonarCloud code smell (nested template literal)

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    dd2f854 View commit details
    Browse the repository at this point in the history
  4. fix: tokenType/tokenValue assigned to direct-to-service profiles

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a05b3ae View commit details
    Browse the repository at this point in the history
  5. fix: do not rebuild prof. w/ ProfilesCache if already provided

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d187e2b View commit details
    Browse the repository at this point in the history
  6. docs: add changelogs

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    02a9f21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    875e535 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8aad1d0 View commit details
    Browse the repository at this point in the history
  9. test: add 2 unit tests for profile/sessionName args

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a00bb3a View commit details
    Browse the repository at this point in the history
  10. fix: only call refreshAll once in ssoLogin, ssoLogout

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ad49f2f View commit details
    Browse the repository at this point in the history
  11. tests: ZoweTreeProvider.ssoLogin, ZoweTreeProvider.ssoLogout

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    2399bb9 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. docs: move updates to TBD release in changelogs

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    864e4a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2346 from zowe/theia/fix-watcher

    Fix watcher on browser based environments
    JillieBeanSim authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    1bdd4bc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maintenance' into fix/apiml-dts-maintenance

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    597bded View commit details
    Browse the repository at this point in the history
  4. Merge branch 'maintenance' into fix/optimize/tree-views

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ff48c93 View commit details
    Browse the repository at this point in the history
  5. fix: bump semver to 7.5.3 to resolve audit

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    43e1bf0 View commit details
    Browse the repository at this point in the history
  6. audit fix

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    dcac8bd View commit details
    Browse the repository at this point in the history
  7. audit fix

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    47b2deb View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Merge pull request #2352 from zowe/fix/dep/bump-semver

    fix(dep): bump semver to 7.5.3 to resolve audit
    JillieBeanSim authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    4b46175 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'maintenance' into fix/apiml-dts-maintenance

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    d8cf75b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c83a8c1 View commit details
    Browse the repository at this point in the history
  4. prepare 2.9.1 release

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a003ccf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2351 from zowe/fix/apiml-dts-maintenance

    fix(profiles): Apply #2330 fix to maintenance branch
    rudyflores authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    531a18e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'maintenance' into fix/optimize/tree-views

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0e38147 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'maintenance' into 2.9.1-release

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    52e6345 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2349 from zowe/fix/optimize/tree-views

    fix(trees): Optimize fetching and caching child nodes for tree views
    rudyflores authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    820d685 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c0e1dba View commit details
    Browse the repository at this point in the history
  10. updates to ZE README

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    111e082 View commit details
    Browse the repository at this point in the history
  11. updated CHANGELOGS

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    03117ef View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Merge pull request #2355 from zowe/doc/mfa-updates

    Updates to ZE README
    JillieBeanSim authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    029b92b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44cc138 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #2354 from zowe/2.9.1-release

    2.9.1 Release
    JillieBeanSim authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    399284d View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.9.1 [ci skip]

    Signed-off-by: zowe-robot <[email protected]>
    zowe-robot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5cad05c View commit details
    Browse the repository at this point in the history
  3. Bump version to 2.9.2-SNAPSHOT [ci skip]

    Signed-off-by: zowe-robot <[email protected]>
    zowe-robot committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6ae3d57 View commit details
    Browse the repository at this point in the history
  4. add jobs not found message

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5018545 View commit details
    Browse the repository at this point in the history
  5. add changelog

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3158b43 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'maintenance' into jes-refinements2

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5b664b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Handle control characters in ds member names

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    afbdc66 View commit details
    Browse the repository at this point in the history
  2. Improve error message for invalid members

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b1ef08a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. fix: job tree not creating new nodes

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    33f2318 View commit details
    Browse the repository at this point in the history
  2. fix: remove refreshElement check in unit test

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c1a456e View commit details
    Browse the repository at this point in the history
  3. fix: remove temp fix for desync w/ dirty flag

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    2be5c4c View commit details
    Browse the repository at this point in the history
  4. fix: change noJobsNode declaration to Job class

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    afd5d8c View commit details
    Browse the repository at this point in the history
  5. fix: update sorting to match 2.9.0 behavior

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    a72091c View commit details
    Browse the repository at this point in the history
  6. fix audit

    Signed-off-by: zFernand0 <[email protected]>
    zFernand0 authored and JillieBeanSim committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    d1009a2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #2372 from zowe/audit-fix-maintenance

    Bring audit fix into maintenance branch
    rudyflores authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    515a8ec View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6e8bfe5 View commit details
    Browse the repository at this point in the history
  9. address traeok's comments

    Signed-off-by: Rudy Flores <[email protected]>
    rudyflores committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4697f13 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    51140ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2363 from zowe/jes-refinements2

    Add jobs not found message
    t1m0thyj authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ba1648d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maintenance' into fix/job-tree-fix

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    067d6be View commit details
    Browse the repository at this point in the history
  4. Add unit test for 'no spool files'

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    bcb1fa1 View commit details
    Browse the repository at this point in the history
  5. test: add unit test for sorting jobs

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3c12eba View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. test: add test case for equal job IDs

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a6f0cd9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix: prevent cancelled search from fetching jobs

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fe3e8b2 View commit details
    Browse the repository at this point in the history
  2. fix: prevent early search execution due to filtered flag

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ebaf1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd3746 View commit details
    Browse the repository at this point in the history
  4. Add unit test and update changelog

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e8f735b View commit details
    Browse the repository at this point in the history
  5. Forgot to run prettier

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    11b9f45 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Fix integration tests for Theia 1.37

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    d39538c View commit details
    Browse the repository at this point in the history
  2. Try to fix Hide Profile tests

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8ee98f4 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Merge pull request #2379 from zowe/fix/theia-element-selectors

    Fix integration tests for Theia 1.37
    t1m0thyj authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    1db4805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fc587 View commit details
    Browse the repository at this point in the history
  3. Update Zowe CLI and try removing resolutions

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    149d163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    287391b View commit details
    Browse the repository at this point in the history
  5. fix: update filtering logic to remove old nodes

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    419aa5d View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. test: add test for updating job statuses

    Signed-off-by: Trae Yelovich <[email protected]>
    traeok committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    266e1ff View commit details
    Browse the repository at this point in the history
  2. update branch with simple important fixes and label update

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e2a2672 View commit details
    Browse the repository at this point in the history
  3. add unit tests & fix lint error

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    61dfc87 View commit details
    Browse the repository at this point in the history
  4. add more unit tests & cleanup

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    f1e216e View commit details
    Browse the repository at this point in the history
  5. update CHANGELOG run prepublish

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3e27186 View commit details
    Browse the repository at this point in the history
  6. revert i18 naming updates, check if affects coverage

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d542518 View commit details
    Browse the repository at this point in the history
  7. add more unit tests for DatasetTree

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4591f80 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. add more coverage to DatasetTree

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    aa365b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2371 from zowe/fix/job-tree-fix

    fix(jobs): Job tree not creating new nodes after submitting job
    t1m0thyj authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8a39f8d View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. address feedback

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    0e9f917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd82533 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'maintenance' into check-creds-bug

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    501efc1 View commit details
    Browse the repository at this point in the history
  4. move the call to expandNode for all trees

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    af633ef View commit details
    Browse the repository at this point in the history
  5. config file watcher isn't noticing changes for secure fields

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    70953cb View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Merge branch 'maintenance' into fix/list-members-control-chars

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    40bedd5 View commit details
    Browse the repository at this point in the history
  2. fix for ds tree

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    00770cb View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. prepare patch release 2.9.2

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a76b6f9 View commit details
    Browse the repository at this point in the history
  2. fix jobs tree extra server call

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    8314be9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Merge pull request #2336 from zowe/fix/list-members-control-chars

    fix(ds): Handle control characters in ds member names
    zFernand0 authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    53eed46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccdd8a3 View commit details
    Browse the repository at this point in the history
  3. update try/catch

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    255f498 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9833349 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add notes to users about keytar update and v3 pre-release

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    767fcea View commit details
    Browse the repository at this point in the history
  2. fix linter error

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c7e24d1 View commit details
    Browse the repository at this point in the history
  3. copy edits

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0af3ba8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Merge pull request #2382 from zowe/check-creds-bug

    Fix for check creds bug
    JillieBeanSim authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    af9d5e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd2ead8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2393 from zowe/2.9.2-release

    Prepare 2.9.2 patch release
    zFernand0 authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    abcf96e View commit details
    Browse the repository at this point in the history
  4. Bump version to 2.9.2 [ci skip]

    Signed-off-by: zowe-robot <[email protected]>
    zowe-robot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    25dedfe View commit details
    Browse the repository at this point in the history
  5. Bump version to 2.9.3-SNAPSHOT [ci skip]

    Signed-off-by: zowe-robot <[email protected]>
    zowe-robot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    42ad3df View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    e5a6668 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Fix isTheia call to remove undefined reference to "this"

    Signed-off-by: Timothy Johnson <[email protected]>
    t1m0thyj committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b2dde9d View commit details
    Browse the repository at this point in the history
  2. fix unit tests

    Signed-off-by: Billie Simmons <[email protected]>
    JillieBeanSim authored and t1m0thyj committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d4c6eef View commit details
    Browse the repository at this point in the history