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

v2: Port profiles and import fixes #2377

Merged
merged 6 commits into from
Dec 6, 2024
Merged

Conversation

t1m0thyj
Copy link
Member

What It Does

Ports misc fixes from the main branch:

How to Test

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 78.94737% with 4 lines in your changes missing coverage. Please review.

Project coverage is 91.25%. Comparing base (08e02ce) to head (11b281f).
Report is 8 commits behind head on zowe-v2-lts.

Files with missing lines Patch % Lines
...es/imperative/src/config/src/ProfileCredentials.ts 55.55% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           zowe-v2-lts    #2377   +/-   ##
============================================
  Coverage        91.25%   91.25%           
============================================
  Files              638      638           
  Lines            19162    19168    +6     
  Branches          4062     4064    +2     
============================================
+ Hits             17486    17492    +6     
  Misses            1675     1675           
  Partials             1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@t1m0thyj t1m0thyj marked this pull request as ready for review November 26, 2024 13:33
Copy link
Member

@traeok traeok left a comment

Choose a reason for hiding this comment

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

Thanks for addressing the typos and refactoring the profiles logic 😋 Had a suggestion for updating an if/else block, but aside from that everything LGTM

Comment on lines +67 to +71
"@typescript-eslint/no-restricted-imports": ["error", {
"patterns": [{
"group": ["**/../lib", "**/../src"]
}]
}],
Copy link
Member

@traeok traeok Nov 26, 2024

Choose a reason for hiding this comment

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

This lint rule seems really useful - would be nice to use this in Zowe Explorer & ZE API

Copy link
Member

@zFernand0 zFernand0 left a comment

Choose a reason for hiding this comment

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

LGTM! 😋
Thanks for porting! 🙏

@zFernand0 zFernand0 merged commit df958ca into zowe-v2-lts Dec 6, 2024
14 of 15 checks passed
@zFernand0 zFernand0 deleted the v2/port-misc-fixes branch December 6, 2024 18:58
@zFernand0 zFernand0 added the release-patch Indicates a patch to existing code has been applied label Dec 6, 2024
Copy link

github-actions bot commented Dec 6, 2024

Release succeeded for the zowe-v2-lts branch. 🎉

The following packages have been published:

  • npm: @zowe/imperative@5.27.5
  • npm: @zowe/cli-test-utils@7.29.8
  • npm: @zowe/core-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-uss-for-zowe-sdk@7.29.8
  • npm: @zowe/provisioning-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-console-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-files-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-logs-for-zowe-sdk@7.29.8
  • npm: @zowe/zosmf-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-workflows-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-jobs-for-zowe-sdk@7.29.8
  • npm: @zowe/zos-tso-for-zowe-sdk@7.29.8
  • npm: @zowe/cli@7.29.8

Powered by Octorelease 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-patch Indicates a patch to existing code has been applied released
Projects
Status: Closed
Development

Successfully merging this pull request may close these issues.

4 participants