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

Instruct users on setting up cloud resources when opening SSH session and running container image #7607

Merged

Conversation

petrovic-d
Copy link
Collaborator

Instruct users on setting up cloud resources when opening SSH session and running container image.
Guide will be shown for the first time command is used for a given instance identified by an OCID.

@sdedic sdedic requested review from jhorvath and sdedic July 24, 2024 20:03
@sdedic sdedic added the VSCode Extension [ci] enable VSCode Extension tests label Jul 24, 2024
@petrovic-d petrovic-d force-pushed the instruct-user-to-set-cloud-resources branch from 1a06579 to e12b4eb Compare July 29, 2024 14:15
@petrovic-d petrovic-d requested a review from sdedic July 30, 2024 14:15
@jhorvath jhorvath added Need Squashing enterprise [ci] enable enterprise job LSP [ci] enable Language Server Protocol tests labels Jul 30, 2024
@apache apache locked and limited conversation to collaborators Jul 30, 2024
@apache apache unlocked this conversation Jul 30, 2024
@petrovic-d petrovic-d force-pushed the instruct-user-to-set-cloud-resources branch from 29d4f03 to 6a113fb Compare July 31, 2024 08:29
@mbien
Copy link
Member

mbien commented Jul 31, 2024

fyi: gh CI is currently having issues, requests don't get runners assigned looks like. (https://www.githubstatus.com/)

@petrovic-d petrovic-d force-pushed the instruct-user-to-set-cloud-resources branch from 6a113fb to 15801de Compare July 31, 2024 13:12
});
}

async messageHandler(message: any): Promise<void> {
Copy link
Member

Choose a reason for hiding this comment

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

Just a suggestion: given that superclass has getSource that assumes current guide's style (subclasses can override), the same principle may be used with messageHandler stock implementation: can be moved to the base class; if other javascript than guide.js is returned from getSources() it can use a differet msg command and an appropriate subclass can handle it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was thinking about it, but then parent GuidePanel.ts becomes aware of specific properties that are passed to it

@petrovic-d petrovic-d force-pushed the instruct-user-to-set-cloud-resources branch from 15801de to 2383962 Compare August 1, 2024 14:36
Copy link
Contributor

@jhorvath jhorvath left a comment

Choose a reason for hiding this comment

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

Looks good

@jhorvath jhorvath merged commit 3502830 into apache:master Aug 5, 2024
32 checks passed
@jhorvath jhorvath deleted the instruct-user-to-set-cloud-resources branch August 5, 2024 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enterprise [ci] enable enterprise job LSP [ci] enable Language Server Protocol tests VSCode Extension [ci] enable VSCode Extension tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants