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

feat: create apex action from selected method/this class #5950

Merged
merged 9 commits into from
Nov 21, 2024

Conversation

CristiCanizales
Copy link
Contributor

@CristiCanizales CristiCanizales commented Nov 18, 2024

What does this PR do?

  • Creates new Central Class for Apex Action Creation
  • Creates shell for Metadata Orchestrator
  • Adds new command SFDX: Create Apex Action from Selected Method
  • Adds new command SFDX: Create Apex Action from this Class

What issues does this PR fix or reference?

@ W-17236284@, @W-17236576@, @W-17236448@, @W-17236508@

@CristiCanizales CristiCanizales self-assigned this Nov 20, 2024
@CristiCanizales CristiCanizales marked this pull request as ready for review November 20, 2024 00:46
@CristiCanizales CristiCanizales requested a review from a team as a code owner November 20, 2024 00:46
@CristiCanizales CristiCanizales changed the title [WIP] feat: create apex action from selected method feat: create apex action from selected method Nov 20, 2024
@CristiCanizales CristiCanizales changed the title feat: create apex action from selected method feat: create apex action from selected method/this class Nov 20, 2024
};

public extractAllMethodsMetadata = (): MethodMetadata[] | undefined => {
const editor = vscode.window.activeTextEditor;
Copy link
Member

Choose a reason for hiding this comment

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

I think there is a use case that the active text editor is not available when we right click on one apex source file in the file explorer.

Copy link
Contributor

@peternhale peternhale left a comment

Choose a reason for hiding this comment

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

@CristiCanizales aside from the comments from Mingxuan and the 3pp check, very nice job of laying the foundation of the work that follows!

@@ -57,6 +57,7 @@
"markdown-link-check": "^3.9.3",
"ncp": "^2.0.0",
"nyc": "15.1.0",
"openapi-types": "12.1.3",
Copy link
Contributor

Choose a reason for hiding this comment

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

@CristiCanizales please verify the 3pp status of the new modules

@CristiCanizales CristiCanizales changed the base branch from develop to feat/apex-oas November 20, 2024 22:31
Copy link
Member

@mingxuanzhangsfdx mingxuanzhangsfdx 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!

@CristiCanizales CristiCanizales merged commit 5ae0104 into feat/apex-oas Nov 21, 2024
6 checks passed
@CristiCanizales CristiCanizales deleted the cristi/apex-actions branch November 21, 2024 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants