Skip to content

Conversation

@Team-Hammerhead
Copy link
Contributor

@Team-Hammerhead Team-Hammerhead commented Sep 1, 2025

Changes since last integration of Language Server

commit fc7253c97b19b920070c4b11d9ae194148d5943a
Author: Andrew Robinson Hodges <andrew.robinsonhodges@snyk.io>
Date:   Wed Sep 10 11:27:23 2025 +0100

    chore: update code-client-go to 1.23.4 (#993)

M	go.mod
M	go.sum

commit 4acfbe60c1206b375fd067733a776d6a5b830c77
Author: Ben Durrans <Benjamin.Durrans@snyk.io>
Date:   Wed Sep 10 10:49:54 2025 +0100

    fix(ci): use correct pact install location [IDE-1377] (#990)
    
    * fix(ci): use correct pact install location
    
    Cache .bin after `make tools`, keyed on the hash of the Makefile, so if anything updates we get fresh tools.
    Add common actions for setting up Go and tools.
    
    * chore(ci): use setup-go with go-version-file

A	.github/actions/setup-tools/action.yml
M	.github/workflows/build.yaml
M	.github/workflows/create-cli-pr.yaml
M	.github/workflows/instance-tests.yaml
M	.github/workflows/release.yaml

commit 5df27a795c73ba0faf349f57e4330b1ad4588ddb
Author: Knut Funkel <knut.funkel@snyk.io>
Date:   Mon Sep 8 17:44:28 2025 +0200

    feat: added support for CVSS 4.0 as default url [IDE-1304] (#988)
    
    fix: added cvss4 as default url

M	domain/ide/converter/converter.go
M	domain/ide/converter/converter_test.go
M	domain/snyk/oss_issue_data.go
M	infrastructure/oss/oss_html.go
M	infrastructure/oss/oss_html_test.go
M	infrastructure/oss/template/details.html
M	infrastructure/oss/types.go
M	internal/types/lsp.go

commit 9e7c0fb5316c3b4065a9644a331dcbd23632d3a3
Author: Ben Durrans <Benjamin.Durrans@snyk.io>
Date:   Mon Sep 8 13:07:01 2025 +0100

    chore(ci): check mocks were generated (#962)
    
    A combined step for lint and generate, to ensure `make generate` isn't missed.
    Regen the missed mock.
    Stop using global `mockgen`, now use the `go tool` command to have a project specified version of `mockgen`.
    Update `mockgen` commands to ensure the mocks are formatted properly to linter standards.

M	.github/workflows/build.yaml
M	Makefile
M	application/di/test_init.go
M	domain/snyk/issues_provider.go
M	go.mod
M	infrastructure/learn/mock_learn/service_mock.go
M	infrastructure/learn/service.go
M	internal/types/server.go

commit fe2f6dbd5fc4b27a60c1c0210c138dbb7efa08fe
Author: Ben Durrans <Benjamin.Durrans@snyk.io>
Date:   Mon Sep 8 12:41:34 2025 +0100

    chore: update CircleCI sec. scan image to Go 1.24 [IDE-1377] (#961)
    
    Also update toolchain to Go 1.24.6.

M	.circleci/config.yml
M	go.mod

commit 517c028deb0fb866760b0445535805d5071a76f6
Author: Ben Durrans <Benjamin.Durrans@snyk.io>
Date:   Mon Sep 8 10:34:59 2025 +0100

    chore(ci): correct docs sync path pt.2 [IDA-563] (#987)
    
    Attempt 2, because I missed a path in attempt 1.

M	.github/workflows/update-compatibility-matrix.yaml

commit 1c683528a21b76a66ff58c88bcdb184950929d72
Author: Ben Durrans <Benjamin.Durrans@snyk.io>
Date:   Fri Sep 5 13:30:10 2025 +0100

    chore(ci): correct docs sync path [IDA-563] (#986)

M	.github/workflows/update-compatibility-matrix.yaml

commit 6ce12002f1c2b68460f1e2d778d5daf38c74eb12
Author: Andrew Robinson Hodges <andrew.robinsonhodges@snyk.io>
Date:   Wed Sep 3 16:21:42 2025 +0100

    refactor: bundle analysis [IDE-1104] (#963)
    
    * refactor: separate analysis to return sarif
    
    * refactor: move UploadAndAnalyze logic to code-client-go
    
    * refactor: move UploadAndAnalyze logic to code-client-go
    
    * feat: added status reporting to lecacy code scan
    
    * chore: remove unused code and update ccg for testing
    
    * chore: implement fake scanner funcs
    
    * refactor: remove unused code
    
    * refactor: remove unused code
    
    * fix: failing code scanner tests
    
    * fix: failing code scanner tests
    
    * chore: update go sum
    
    * chore: fix merge errors
    
    * fix: merge errors
    
    * fix: merge errors
    
    * fix: linter errors
    
    * fix: linter errors
    
    * fix: linter errors
    
    * fix: linter errors
    
    * chore: temporarily disable code lens tests on the server
    
    * fix: cache_test should use issue count to determine whether issues have been added to cache
    
    * fix: server test should expect test data from code scanner
    
    * fix: reinstantiate failing code lens tests after fixing test setup
    
    * fix: import ordering for linter
    
    * fix: whitespace for linter
    
    * chore: code review markups
    
    * refactor: unit test markups
    
    * chore: remove empty files following merge
    
    * chore: update gaf to version on main
    
    * fix: export instrumentor in scanner
    
    * chore: update code-client-go to v1.23.1

M	application/codeaction/codeaction.go
M	application/codeaction/codeaction_test.go
M	application/di/init.go
M	application/di/test_init.go
M	application/server/server_test.go
M	domain/ide/codelens/codelens_test.go
M	domain/ide/command/code_fix_diffs_test.go
M	go.mod
M	go.sum
M	infrastructure/code/autofix.go
D	infrastructure/code/bundle.go
D	infrastructure/code/bundle_test.go
D	infrastructure/code/bundle_uploader.go
D	infrastructure/code/bundle_uploader_test.go
M	infrastructure/code/cache_test.go
M	infrastructure/code/code.go
M	infrastructure/code/code_test.go
M	infrastructure/code/convert_test.go
M	infrastructure/code/fake_code_client_scanner.go
M	infrastructure/code/fake_snyk_code_api_service.go
M	infrastructure/code/issue_enhancer.go
M	infrastructure/code/issue_enhancer_test.go
M	infrastructure/code/snyk_code_http_client.go
D	infrastructure/code/snyk_code_http_client_interface.go
D	infrastructure/code/snyk_code_http_client_pact_test.go
M	infrastructure/code/snyk_code_http_client_test.go
D	infrastructure/code/upload_batch.go
D	infrastructure/code/upload_batch_test.go
M	internal/observability/performance/interfaces.go
M	internal/testutil/test_setup.go
M	internal/types/scan.go

commit 93464800548188741bfcfd718121d02089518a0f
Author: Knut Funkel <knut.funkel@snyk.io>
Date:   Mon Sep 1 17:27:49 2025 +0200

    fix: reference folder not found for delta scans [IDE-1425] (#983)
    
    * fix: normalize paths so that they are actually matched when used for scans
    
    * fix: updated normalized path to handle windows and unix paths
    
    * fix: remove slashes before saving folderconfig to be consistant with path handling in snyk-ls
    
    * fix: rename NormalizePath to GenerateFolderConfigKey

A	internal/storedconfig/cross_platform_test.go
M	internal/storedconfig/stored_config_test.go
M	internal/storedconfig/xdg.go
M	internal/storedconfig/xdg_test.go
A	internal/util/path.go
A	internal/util/path_test.go

@github-actions
Copy link
Contributor

github-actions bot commented Sep 1, 2025

Warnings
⚠️

"chore: automatic integration of language server fc7253c97b19b920070c4b11d9ae194148d5943a" is too long. Keep the first line of your commit message under 72 characters.

Generated by 🚫 dangerJS against 4320c04

@snyk-io
Copy link

snyk-io bot commented Sep 1, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

code/snyk check is complete. No issues have been found. (View Details)

@team-ide-user team-ide-user force-pushed the chore/automatic-upgrade-of-ls branch 7 times, most recently from de74b97 to fce72bf Compare September 10, 2025 10:10
@team-ide-user team-ide-user force-pushed the chore/automatic-upgrade-of-ls branch from fce72bf to 4320c04 Compare September 10, 2025 10:47
@Team-Hammerhead Team-Hammerhead merged commit 7943787 into main Sep 10, 2025
10 checks passed
@Team-Hammerhead Team-Hammerhead deleted the chore/automatic-upgrade-of-ls branch September 10, 2025 12:33
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.

4 participants