Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Fix secure properties not loaded in daemon mode #701

Merged
merged 4 commits into from Dec 10, 2021

Conversation

t1m0thyj
Copy link
Member

@t1m0thyj t1m0thyj commented Dec 8, 2021

Fixes zowe/zowe-cli#1232 by loading secure properties inside Config.reload

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 marked this pull request as ready for review December 9, 2021 18:52
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
@sonarcloud
Copy link

sonarcloud bot commented Dec 9, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Dec 9, 2021

Codecov Report

Merging #701 (e3a6d12) into next (9a1b5fb) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             next     #701   +/-   ##
=======================================
  Coverage   86.60%   86.60%           
=======================================
  Files         193      193           
  Lines        9907     9908    +1     
  Branches     1877     1878    +1     
=======================================
+ Hits         8580     8581    +1     
  Misses       1322     1322           
  Partials        5        5           
Impacted Files Coverage Δ
packages/config/src/Config.ts 98.13% <100.00%> (+<0.01%) ⬆️
packages/config/src/api/ConfigSecure.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cae116c...e3a6d12. Read the comment docs.

@t1m0thyj
Copy link
Member Author

t1m0thyj commented Dec 9, 2021

All tests are passing, but for some reason the GitHub workflows that run on Windows are failing to archive test result artifacts?

@t1m0thyj
Copy link
Member Author

All tests are passing, but for some reason the GitHub workflows that run on Windows are failing to archive test result artifacts?

Seems that uploading folders as artifacts fails on Windows, when there is an empty file present: actions/upload-artifact#281

@t1m0thyj t1m0thyj merged commit 020298d into next Dec 10, 2021
@t1m0thyj t1m0thyj deleted the next-daemon-credentials branch December 10, 2021 17:50
@zFernand0 zFernand0 removed their request for review January 19, 2023 14:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants