Skip to content

Update next branch with LocalStorageKey, repo rename, and provenance#2788

Merged
JillieBeanSim merged 10 commits into
nextfrom
chore/update-next
Mar 28, 2024
Merged

Update next branch with LocalStorageKey, repo rename, and provenance#2788
JillieBeanSim merged 10 commits into
nextfrom
chore/update-next

Conversation

@t1m0thyj

Copy link
Copy Markdown
Member

Proposed changes

Release Notes

Milestone: v3

Changelog: N/A

Types of changes

What types of changes does your code introduce to Zowe Explorer?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Updates to Documentation or Tests (if none of the other choices apply)

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This checklist will be used as reference for both the contributor and the reviewer

  • I have read the CONTRIBUTOR GUIDANCE wiki
  • PR title follows Conventional Commits Guidelines
  • PR Description is included
  • gif or screenshot is included if visual changes are made
  • yarn workspace vscode-extension-for-zowe vscode:prepublish has been executed
  • All checks have passed (DCO, Jenkins and Code Coverage)
  • I have added unit test and it is passing
  • I have added integration test and it is passing
  • There is coverage for the code that I have added
  • I have tested it manually and there are no regressions found
  • I have added necessary documentation (if appropriate)
  • Any PR dependencies have been merged and published (if appropriate)

Further 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>
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@t1m0thyj t1m0thyj added the no-changelog Add to PR's that don't require a CHANGELOG update label Mar 15, 2024
@codecov

codecov Bot commented Mar 15, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.32%. Comparing base (901a49f) to head (1c5e233).

Additional details and impacted files
@@            Coverage Diff             @@
##             next    #2788      +/-   ##
==========================================
+ Coverage   93.30%   93.32%   +0.02%     
==========================================
  Files         110      109       -1     
  Lines       10232    10218      -14     
  Branches     2101     2181      +80     
==========================================
- Hits         9547     9536      -11     
+ Misses        684      681       -3     
  Partials        1        1              

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

zFernand0
zFernand0 previously approved these changes Mar 18, 2024

@zFernand0 zFernand0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

changes LGTM! 😋
Curious about the changelog though 😋

Comment thread packages/zowe-explorer-api/src/profiles/UserSettings.ts
Comment thread packages/zowe-explorer/src/PersistentFilters.ts
Comment on lines -126 to -128
if (e.affectsConfiguration(globals.LOGGER_SETTINGS)) {
await vscode.commands.executeCommand("zowe.extRefresh");
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Don't we need to refresh the extension if the logger settings change?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yes but the logger settings aren't stored in VS Code settings.json anymore, since we moved them to local storage. I guess I should make sure that we refresh the extension properly when logging-related settings are updated in local storage 😋

@t1m0thyj t1m0thyj Mar 21, 2024

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Actually we still need this, so I'll add it back and remove zowe.logger from the LocalStorageKey enum because it's still a VS Code setting.

@traeok traeok left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM, thanks @t1m0thyj 👍
I'm in the same boat as @zFernand0's comment regarding the changelog - will approve once addressed 😁

Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
zFernand0
zFernand0 previously approved these changes Mar 21, 2024

@zFernand0 zFernand0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! 😋
Thanks for adding the logger setting back 😋

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

@zFernand0 zFernand0 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Changes still LGTM 😋

@traeok traeok left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM - thanks @t1m0thyj 😀

@sonarqubecloud

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
1.2% Duplication on New Code

See analysis details on SonarCloud

@JillieBeanSim JillieBeanSim left a comment

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.

Thanks @t1m0thyj for all these updates!

@JillieBeanSim JillieBeanSim merged commit 3a1f422 into next Mar 28, 2024
@JillieBeanSim JillieBeanSim deleted the chore/update-next branch March 28, 2024 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

no-changelog Add to PR's that don't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants