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

NEW (Extension) @W-17330890@ A4D SFCA Integration - Integrate with UnifiedDiff UI #155

Merged
merged 32 commits into from
Jan 21, 2025

Conversation

jag-j
Copy link
Collaborator

@jag-j jag-j commented Jan 17, 2025

No description provided.

jag-j added 30 commits January 17, 2025 10:54
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
…exCRUDViolation - add token to access internal repo
@jag-j jag-j changed the title NEW (Extension) @W-17330890@ A4D SFCA Integration - Code Fixes for ApexCRUDViolation NEW (Extension) @W-17330890@ A4D SFCA Integration - Integrate with UnifiedDiff UI Jan 21, 2025
@@ -33,7 +33,9 @@
"SFCA"
],
"dependencies": {
"@salesforce/vscode-service-provider": "^1.3.0-rc.6.2",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We access the LLM model via this package.

"cross-spawn": "^7.0.3",
"einstein-shared": "https://github.com/forcedotcom/salesforcedx-vscode-einstein-shared#semver:0.3.9",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is the shared module repository and since the package cannot be open sourced yet, we depend on it this way.

Copy link
Collaborator

Choose a reason for hiding this comment

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

When installing our vscode extention… will the new dependency
einstein-shared": "https://github.com/forcedotcom/salesforcedx-vscode-einstein-shared#semver:0.3.9",
get pulled during install or is it installed into the vsix file?

That is... can we even ship this line of code or will it break users during install?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We can ship with this line of code. This is bundled into the vsix.

@@ -9,10 +9,14 @@ jobs:
steps:
- name: 'Check out the code'
uses: actions/checkout@v4
with:
token: ${{ secrets.IDEE_GH_TOKEN }} # So we can access internal repo to pull shared ui components
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This lets us run as idee bot user so we can access the internal private repo.

@jag-j jag-j marked this pull request as ready for review January 21, 2025 18:48
@jag-j jag-j merged commit fd412ac into dev Jan 21, 2025
7 checks passed
@jag-j jag-j deleted the jj/W-17330890_2 branch January 21, 2025 19:51
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