Skip to content

chore(language-server): integrate LS - #6060

Merged
Team-Hammerhead merged 1 commit into
mainfrom
chore/automatic-upgrade-of-ls
Jul 21, 2025
Merged

chore(language-server): integrate LS#6060
Team-Hammerhead merged 1 commit into
mainfrom
chore/automatic-upgrade-of-ls

Conversation

@Team-Hammerhead

@Team-Hammerhead Team-Hammerhead commented Jul 21, 2025

Copy link
Copy Markdown
Collaborator

Changes since last integration of Language Server

commit af6f306b820ec2f5fd314fcdd841f5c7d6265d43
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Mon Jul 21 17:13:12 2025 +0200

    fix: populate local branches even when base branch cannot be determined [IDE-1238] (#927)
    
    fix: populate local branches even when base branch cannot be determined
    
    When neither 'main' nor 'master' branches exist in a git repository,
    the getFromGit function was returning an error and preventing local
    branches from being stored in the folder config.
    
    This change allows local branches to be populated in the folder config
    even when a base branch cannot be determined. The base branch field
    will simply remain empty in such cases.
    
    Added tests to verify the fix works correctly, with Windows compatibility
    by ensuring git user configuration is set before commits.

:100644 100644 7d8c15d1 1fbf5fcf M	internal/storedconfig/git.go
:000000 100644 00000000 44c85000 A	internal/storedconfig/git_test.go
:100644 100644 3d18c94c 34233fb2 M	internal/storedconfig/stored_config_test.go

commit 310ccee29300c65fae86c6bcc012a5ab58fd2b63
Author: Andrew Robinson Hodges <andrew.robinsonhodges@snyk.io>
Date:   Mon Jul 21 15:19:28 2025 +0100

    chore: remove cli package scanner [IDE-1182] (#923)
    
    * chore: remove cli package scanner
    
    * chore: remove more unused code
    
    * chore: remove unused scanner interface

:100644 100644 42ab7454 18ec1814 M	application/server/server.go
:100644 100644 136f44a5 d501ea9c M	domain/snyk/scanner/scanner.go
:100644 000000 5762f325 00000000 D	infrastructure/oss/cli_package_scan.go
:100644 000000 d11fcfb0 00000000 D	infrastructure/oss/cli_package_scan_test.go
:100644 000000 4719cd3e 00000000 D	infrastructure/oss/html_range_finder.go
:100644 000000 7910982a 00000000 D	infrastructure/oss/parser/html_parser.go
:100644 000000 3ae2b0fe 00000000 D	infrastructure/oss/parser/html_parser_test.go
:100644 000000 d617ab2d 00000000 D	infrastructure/oss/parser/parser.go
:100644 100644 82949432 6939c3ee M	infrastructure/oss/range_finder.go
:100644 100644 045963b8 29f7a2ac M	infrastructure/oss/vulnerability_count.go

commit a31c77818608f2816e8b26dfd7543da2f22824ab
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Mon Jul 21 13:49:36 2025 +0200

    chore: Update create-cli-pr.sh (#926)

:100755 100755 7c64b0d2 1e88b820 M	.github/create-cli-pr.sh

@Team-Hammerhead
Team-Hammerhead requested a review from a team as a code owner July 21, 2025 12:08
@snyk-io

snyk-io Bot commented Jul 21, 2025

Copy link
Copy Markdown

🎉 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)

@github-actions

github-actions Bot commented Jul 21, 2025

Copy link
Copy Markdown
Contributor
Warnings
⚠️

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

Generated by 🚫 dangerJS against 7863a81

@team-ide-user
team-ide-user force-pushed the chore/automatic-upgrade-of-ls branch 2 times, most recently from 41ee05f to 7f1c25f Compare July 21, 2025 15:29
@PeterSchafer
PeterSchafer force-pushed the chore/automatic-upgrade-of-ls branch from 7f1c25f to 7863a81 Compare July 21, 2025 17:06
@Team-Hammerhead
Team-Hammerhead merged commit 769f7e6 into main Jul 21, 2025
9 checks passed
@Team-Hammerhead
Team-Hammerhead deleted the chore/automatic-upgrade-of-ls branch July 21, 2025 19:41
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