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

Log during activation instead of showing popup #127

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

rudyflores
Copy link

What It Does

Displays the old Zowe Explorer was modified for the CICS Extension. in the log instead of in a popup.

How to Test

Package and install extension, and when opening ZE should not show popup anymore.

Review Checklist
I certify that I have:

Additional Comments

Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
@rudyflores rudyflores requested a review from zFernand0 May 8, 2024 20:52
@rudyflores rudyflores self-assigned this May 8, 2024
@rudyflores
Copy link
Author

@zFernand0 once merged, i'll cherry-pick the commits to the other to branches :)

@codecov-commenter
Copy link

codecov-commenter commented May 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.28%. Comparing base (aeee0bd) to head (936b623).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #127   +/-   ##
=======================================
  Coverage   93.28%   93.28%           
=======================================
  Files          74       74           
  Lines         760      760           
  Branches       93       93           
=======================================
  Hits          709      709           
  Misses         51       51           

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

Signed-off-by: Rudy Flores <68666202+rudyflores@users.noreply.github.com>
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.

The changes make sense. 👍🏽

However, we need to initialize the logger, otherwise no logs are being printed out.

{
 "mJsLogger":
  { 
   "category":"app", 
   "context": {} 
  },
 "category":"app",
 "initStatus":false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review/QA
Development

Successfully merging this pull request may close these issues.

None yet

3 participants