-
Notifications
You must be signed in to change notification settings - Fork 8
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: use code-client-go to create and extend bundle [IDE-175] #455
Merged
Conversation
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
4 tasks
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 8, 2024 15:03
af3e57b
to
58e9802
Compare
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 8, 2024 15:08
58e9802
to
9c8f1a2
Compare
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 8, 2024 15:09
9c8f1a2
to
cba44c6
Compare
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 8, 2024 15:10
cba44c6
to
5e5b5c6
Compare
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 8, 2024 16:07
18c8426
to
f2b5abb
Compare
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 25, 2024 17:25
3378039
to
00243cc
Compare
teodora-sandu
had a problem deploying
to
Standard
March 25, 2024 17:25
— with
GitHub Actions
Failure
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 26, 2024 09:21
00243cc
to
5053291
Compare
teodora-sandu
had a problem deploying
to
Standard
March 26, 2024 09:21
— with
GitHub Actions
Failure
teodora-sandu
force-pushed
the
feat/code-client-go
branch
from
March 26, 2024 09:35
5053291
to
7984072
Compare
cat2608
approved these changes
Mar 26, 2024
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.
Tested it locally with IntelliJ and FF enabled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Starts using the
code-client-go
library for uploading and analyzing Snyk Code files with ignores. Updates to the latestcode-client-go
as a result and includes the bundle creation/extension of the files in the workspace.Tested in IntelliJ by running
make build-debug
insnyk-ls
andmake build
in the CLI , then changing the path to the CLI in IntelliJ. I enabled thesnykCodeConsistentIgnores
feature flag and thesnyk.preview.snyk.code.ls.enabled
registry flag, then opened IntelliJ on https://github.com/snyk/target-serviceAlso added smoke tests, which I was able to run in my IDE. See screenshot for proof of passing. The token was a service account token created for our new test org.
Checklist
🚨After having merged, please update the CLI go.mod to pull in latest language server.
Screenshots / GIFs