Skip to content

WIP: Migrate to SDK 2 #10

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

Open
wants to merge 33 commits into
base: master
Choose a base branch
from
Open

WIP: Migrate to SDK 2 #10

wants to merge 33 commits into from

Conversation

aschereT
Copy link

@aschereT aschereT commented Jan 9, 2020

This is a PR to migrate this op to SDK 2, following the official migration guide.

Vincent Tan added 20 commits January 7, 2020 14:29
Signed-off-by: Vincent Tan <[email protected]>
…og with ux.print.

Builds will be broken while undergoing conversion.

Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
@aschereT aschereT added the enhancement New feature or request label Jan 9, 2020
@aschereT aschereT self-assigned this Jan 9, 2020
Copy link
Contributor

@ruxandrafed ruxandrafed 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 taking care of this migration! Please cleanup any commented lines and ensure all TODOS are handled without any regression from the previous version. Function documentation should be consistent as far as formatting is concerned, and no need to explain in detail every step of every function. Leverage TypeScript to ensure the right types are passed into functions, and maybe refactor some of the variable names to improve legibility where possible..

Also, very important: whenever things were removed to ensure compatibility with SDK 2, can we please ensure there are no regressions as far as the user interactions are concerned? Thank you!

Vincent Tan added 5 commits January 16, 2020 16:27
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
Signed-off-by: Vincent Tan <[email protected]>
@aschereT aschereT requested a review from ruxandrafed January 21, 2020 00:39
@aschereT aschereT changed the title Migrate to SDK 2 WIP: Migrate to SDK 2 Jan 22, 2020
@aschereT
Copy link
Author

Just realized this op utilises sdk.config, which breaks a lot of functionality when moving to SDK2.

Signed-off-by: Vincent Tan <[email protected]>
@aschereT
Copy link
Author

Just realized this op utilises sdk.config, which breaks a lot of functionality when moving to SDK2.

I was wrong. This was not the breaking error, it was a typo in keyValPrompt. My bad.

Copy link
Contributor

@CalHoll CalHoll left a comment

Choose a reason for hiding this comment

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

Approved! Sorry for the wait.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants