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

feat(language-server): integrate LS #5787

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Mar 14, 2025

Changes since last integration of Language Server

commit 1f7125f8d4edbfe84c4109abb0062dd68ddb2e07
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Tue Mar 25 11:22:41 2025 +0100

    fix: increase resilience of authentication [IDE-974] (#806)

:100644 100644 2fdf3545 de8b0f66 M	application/config/config.go
:100644 100644 f3ce0cf5 959a1ec6 M	application/server/configuration.go
:100644 100644 7fdb1618 6ee6be1d M	application/server/execute_command_test.go
:100644 100644 f797fb29 06885179 M	application/server/server.go
:100644 100644 f5fd6bd6 b17088e2 M	domain/ide/command/command_service.go
:100644 100644 0cc31d46 7ba79140 M	domain/ide/command/get_active_user.go
:100644 100644 1f3967d6 632c88ec M	infrastructure/authentication/auth_configuration.go
:100644 100644 53b9f669 7fef5bd0 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 ea5f28e4 2e3250ff M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 a54d0c66 3b73fb97 M	infrastructure/authentication/authentication_functions.go
:100644 100644 8b482745 90210095 M	infrastructure/authentication/oauth_provider.go
:100644 100644 8a119eac c0606071 M	infrastructure/authentication/provider_fake.go
:100644 100644 d02ba474 b35a1382 M	internal/storage/storage.go
:100644 100644 03f341c0 a0f8e7fc M	internal/storage/storage_test.go
:000000 100644 00000000 4f65270f A	internal/util/goroutines.go

commit 37ef5edff63f9b37597e8df6c0b25dadb7068ba1
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Mon Mar 24 11:34:29 2025 +0100

    fix: summary in-progress state (#808)

:100644 100644 2eda815b 151ded2d M	application/server/server_test.go
:100644 100644 414abd4d 0a71dcbd M	domain/ide/workspace/folder.go
:100644 100644 883a8002 d300a639 M	domain/ide/workspace/workspace.go
:100644 100644 9dc4777e a5cb4727 M	domain/scanstates/scan_state_aggregator.go
:100644 100644 46e2fdcf 11f48849 M	domain/scanstates/summary_emitter.go
:100644 100644 a7134409 3eee5478 M	domain/scanstates/summary_html.go

commit b635f126dfa1e4442a1384dc2dbb1e18f2640c74
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Fri Mar 21 10:12:27 2025 +0100

    feat: ux improvements for summary panel (#807)

:100644 100644 c9094d1d 2fdf3545 M	application/config/config.go
:100644 100644 aee475c4 a7134409 M	domain/scanstates/summary_html.go
:100644 100644 5f80328c dde260a7 M	domain/scanstates/template/details.html
:100644 100644 5f457ab1 39e40b90 M	infrastructure/code/code.go
:100644 100644 c239a84a 8a14a999 M	infrastructure/code/sast_local_engine.go

commit 7c3488f970ea3f5928df187c0a2608287f04c6a8
Author: Knut Funkel <knut.funkel@snyk.io>
Date:   Mon Mar 17 15:11:13 2025 +0100

    fix: catch nilpointer in sarif response from UploadAndAnalyzeWithIgnores (#803)

:100644 100644 c603566a 5f457ab1 M	infrastructure/code/code.go

commit 7c65344ee60c4bd50f3ddd123b869d9caf1d5783
Author: Zdroba <72391375+DariusZdroba@users.noreply.github.com>
Date:   Mon Mar 17 00:25:44 2025 -0700

    fix: unblock trust folder request by running in separate go func [IDE-982] (#804)

:100644 100644 ff3b4138 abe5346e M	application/server/trust_test.go
:100644 100644 58fee0f8 1fc83eaa M	domain/ide/command/folder_handler.go

commit 3b3aeb610170bcb64458e10a7562b9fd86d62575
Author: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>
Date:   Fri Mar 14 16:06:50 2025 +0100

    fix: use affectedFilePath as targetFilePath for OSS issues (#805)

:100644 100644 2f1d6a17 a374b80c M	infrastructure/oss/issue.go
:100644 100644 801a5932 bc8f556b M	infrastructure/oss/types.go
:100644 100644 98e064ae f1246a0d M	infrastructure/oss/types_test.go

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner March 14, 2025 15:53
Copy link
Contributor

github-actions bot commented Mar 14, 2025

Warnings
⚠️

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

Generated by 🚫 dangerJS against 322c088

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 2 times, most recently from 6494d4a to 7d95c9d Compare March 17, 2025 17:46
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from 7d95c9d to 97b30fd Compare March 24, 2025 10:48
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from 97b30fd to 322c088 Compare March 25, 2025 10:35
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.

2 participants