Skip to content

Conversation

@Team-Hammerhead
Copy link
Contributor

@Team-Hammerhead Team-Hammerhead commented Jan 8, 2026

Changes since last integration of Language Server

commit 36303931affc77193b1d73893666fdc293c110d7
Author: Knut Funkel <[email protected]>
Date:   Tue Jan 13 11:22:44 2026 +0100

    fix: eclipse project settings label [IDE-1672] (#1113)
    
    * fix: removed path validation
    
    * fix: removed unneeded validation functions
    
    * fix: update Eclipse config UI to show Project Settings instead of Folder Settings [IDE-1672]
    
    Update the config HTML renderer to detect Eclipse integration and display
    'Project Settings' instead of 'Folder Settings' in the configuration dialog.
    
    - Added isEclipse() function to detect Eclipse integration
    - Updated GetConfigHtml() to set folderLabel to 'Project' when Eclipse is detected
    - Added test case TestConfigHtmlRenderer_EclipseShowsProjectSettings to verify the change
    - Similar to existing Visual Studio handling which shows 'Solution Settings'
    - Default behavior unchanged for other IDEs (still shows 'Folder Settings')
    
    Files changed:
    - infrastructure/configuration/config_html.go
    - infrastructure/configuration/config_html_test.go

M	infrastructure/configuration/config_html.go
M	infrastructure/configuration/config_html_test.go

commit 25a87f1b76bcbd8c85f686f9fee1b2b4ab645809
Author: nick-y-snyk <[email protected]>
Date:   Fri Jan 9 14:52:43 2026 +0100

    feat: add deprecated organization field to configuration UI (#1114)
    
    * feat: add deprecated organization field to configuration UI
    
    Add global organization field to Scan Configuration section with deprecation notice:
    - Display deprecated organization field with warning icon and subtle styling
    - Add tooltip suggesting folder-specific organization settings instead
    - Use dynamic FolderLabel template variable for IDE-specific terminology
    - Add CSS class for deprecated labels with subtle gray styling
    - Improve placeholder text visibility with opacity and italic styling
    
    The deprecated field guides users toward the preferred folder-specific
    organization settings while maintaining backward compatibility.
    
    * fix: ie11 support of placeholder style

M	infrastructure/configuration/template/config.html
M	infrastructure/configuration/template/styles.css

commit bac951d02af36a3ffd8c9b7629cea16e281a1363
Author: Bastian Doetsch <[email protected]>
Date:   Fri Jan 9 12:17:44 2026 +0100

    chore: add uv manifest/lock files to cli scanner (#1111)

M	infrastructure/oss/cli_scanner.go

commit 583e9d48ac44a6eb0cc51029e6e8be95a06b7c16
Author: Bastian Doetsch <[email protected]>
Date:   Fri Jan 9 10:24:42 2026 +0100

    chore: migrate to gitguardian [IDE-1536] (#1112)

M	.pre-commit-config.yaml

commit d759ccc76c7f88727bb214685d72c067828d7ece
Author: Ben Durrans <[email protected]>
Date:   Fri Jan 9 08:07:45 2026 +0000

    chore: improve delta scan logging [IDE-1514] (#1105)
    
    chore: improve delta scan logging

M	domain/ide/workspace/folder.go
M	domain/snyk/persistence/git_persistence_provider.go
M	domain/snyk/scanner/base_scan.go
M	internal/vcs/git_cloner.go

commit f7c7f76c3a134e41f72726732eb1e28aaba9f74d
Author: Ben Durrans <[email protected]>
Date:   Thu Jan 8 14:58:07 2026 +0000

    chore(CI): enable auto-merge on the correct PR (#1110)

M	.github/create-cli-pr.sh

@Team-Hammerhead Team-Hammerhead requested review from a team as code owners January 8, 2026 15:15
@github-actions
Copy link
Contributor

github-actions bot commented Jan 8, 2026

Warnings
⚠️

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

Generated by 🚫 dangerJS against fc586ea

@team-ide-user team-ide-user force-pushed the chore/automatic-upgrade-of-ls branch 3 times, most recently from f0cab1d to e588bb1 Compare January 9, 2026 11:44
@team-ide-user team-ide-user force-pushed the chore/automatic-upgrade-of-ls branch from e588bb1 to fc586ea Compare January 13, 2026 10:41
@Team-Hammerhead Team-Hammerhead merged commit 8197578 into main Jan 13, 2026
9 checks passed
@Team-Hammerhead Team-Hammerhead deleted the chore/automatic-upgrade-of-ls branch January 13, 2026 11:21
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