-
Notifications
You must be signed in to change notification settings - Fork 98
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] Update SDKs and address breaking changes #2932
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
74f29ec
update SDKs and address breaking changes
JillieBeanSim e39b222
add CHANGELOGs
JillieBeanSim 88f3eca
Replace ConfigBuilder with ConvertV1Profiles in API unit tests
t1m0thyj 1efd4f7
Add appendFileSync mock to fix unit test
t1m0thyj c759100
changes after testing convertV1Profiles
JillieBeanSim 7c810ef
Add base profile when creating team config
t1m0thyj b73f479
Merge remote-tracking branch 'origin/next' into update-sdks
JillieBeanSim b795f05
Await profile conversion before loading ZE
t1m0thyj 9d217d8
Merge branch 'next' into update-sdks
t1m0thyj 68bff9e
Merge branch 'next' into update-sdks
t1m0thyj b6ea6c8
Update dialog text and pass ProfileInfo to convert API
t1m0thyj 634884b
Update Zowe SDKs again and fix unit test
t1m0thyj 0d201d0
Update braces dep to fix audit check
t1m0thyj 6eee6dd
clean up commented code
JillieBeanSim 1a2a3cd
open config after conversion
JillieBeanSim 8edba0c
update version in CHANGELOGs
JillieBeanSim 3878944
Enhance response message for convert v1 profiles
t1m0thyj 39b1e13
Document static method change in changelog
t1m0thyj a33b419
Merge branch 'next' into update-sdks
t1m0thyj 72e0901
address comment about interface ZeApiConvertResponse
JillieBeanSim 309c492
add codecov
JillieBeanSim bfdd4b1
more codecov added
JillieBeanSim aca7442
cover elses in testing
JillieBeanSim 4f1c8aa
address comment
JillieBeanSim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,3 @@ | |
export * from "./Constants"; | ||
export * from "./Gui"; | ||
export * from "./GuiOptions"; | ||
export * from "./Interfaces"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this line (seems redundant) and update line 13 above to have latest timestamp (8.0.0-next.202407051717)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can keep the pre-release version updates in CHANGELOGs, this may help extenders know the compatible CLI/SDK dependency version per Zowe Explorer pre-release. We will create a nice clean CHANGELOG for the GA