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 #5564

Merged
merged 1 commit into from
Nov 5, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Nov 4, 2024

Changes since last integration of Language Server

commit a829a9cd7dda23328c7fb5b3fbb8a2200f1b0b79
Author: Bastian Doetsch <[email protected]>
Date:   Tue Nov 5 15:16:23 2024 +0100

    fix: better locking in auth concurrent operations (#713)

:100644 100644 76ebb536 66c302db M	application/config/client_settings.go
:100644 100644 de32ab70 bf0f01f1 M	application/config/client_settings_test.go
:100644 100644 b66cdce6 7c5c53d2 M	application/config/config.go
:100644 100644 31fb5304 e957bd42 M	application/di/init.go
:100644 100644 0d1eeb86 93eeaaf1 M	application/di/test_init.go
:100644 100644 0ffc7de7 9e26f71f M	application/server/authentication_smoke_test.go
:100644 100644 c614d6fd 85e69c6e M	application/server/configuration.go
:100644 100644 3e344f1d b3fd84fb M	application/server/configuration_test.go
:100644 100644 fdae0c1d 91083e16 M	application/server/execute_command_test.go
:100644 100644 66b9aafa fbac9d32 M	application/server/inline_values_test.go
:100644 100644 a7e9302d 344db2b1 M	application/server/notification_test.go
:100644 100644 c37323f7 7605e138 M	application/server/parallelization_test.go
:100644 100644 45d03013 88428353 M	application/server/server.go
:100644 100644 3a56e47a 72d5b107 M	application/server/server_smoke_test.go
:100644 100644 d6d75a52 7cba1961 M	application/server/server_test.go
:100644 100644 cff8d5a9 d10c50dd M	application/server/trust_test.go
:100644 100644 f517b929 1c44fa9c M	domain/ide/codelens/codelens.go
:100644 100644 9a18aff4 f8d0ac92 M	domain/ide/codelens/codelens_test.go
:100644 100644 bee452e7 763641e0 M	domain/ide/command/clear_cache.go
:100644 100644 61932ee9 38f852fb M	domain/ide/command/clear_cache_test.go
:100644 100644 ad2a65db 61af048b M	domain/ide/command/command_factory.go
:100644 100644 cf6c5425 a56ff6b0 M	domain/ide/command/folder_handler.go
:100644 100644 97dee533 543e5244 M	domain/ide/command/logout.go
:100644 100644 e78d89e5 b8b2afd3 M	domain/ide/command/logout_test.go
:100644 100644 12919829 d8c0ea1d M	domain/ide/command/trust_workspace_folders.go
:100644 100644 40dc9707 efd8b80e M	domain/ide/command/workspace_folder_scan.go
:100644 100644 3cb0a9be 7bf782a3 M	domain/ide/command/workspace_scan.go
:100644 100644 a81bda24 bdf73af3 M	domain/ide/workspace/folder.go
:100644 100644 3227c194 dba3a81c M	domain/ide/workspace/workspace.go
:100644 100644 e2961d1f 278375e9 M	domain/ide/workspace/workspace_test.go
:100644 100644 04dae8eb 6c97f0f8 M	domain/snyk/issues_provider.go
:100644 100644 603afdcd e452edf8 M	domain/snyk/persistence/git_persistence_provider.go
:100644 100644 2719c9b5 19ccf37b M	infrastructure/authentication/auth_service_impl.go
:100644 100644 1a7db21c 410c3c44 M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 5fe3d0af 2b212372 M	infrastructure/authentication/oauth_provider.go
:100644 100644 c8153e53 d223c8e4 M	infrastructure/code/code_html.go
:100644 100644 f0d04a17 9dacf1b9 M	internal/progress/progress.go
:100644 100644 806b6db1 f7190346 M	internal/types/lsp.go
:000000 100644 00000000 05902a93 A	internal/types/trust_requester.go
:000000 100644 00000000 e94df10e A	internal/types/workspace.go

commit a551138f32e4e4ffba786fe3223c4b4d1b60251d
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Tue Nov 5 07:38:40 2024 +0100

    fix: release pipeline (#715)

:100755 100755 2890d501 e5d5eff4 M	.github/upload-to-s3.sh
:100644 100644 a28483a0 a4db0177 M	.github/workflows/release.yaml

commit b9370c763cc57a85f46055cbad6af055c8adcf22
Author: Bastian Doetsch <[email protected]>
Date:   Mon Nov 4 11:42:56 2024 +0100

    feat: add analytics event processing [IDE-736] (#712)

:100644 100644 5eff1968 c5791742 M	.github/workflows/build.yaml
:100644 100644 9723a7d1 a28483a0 M	.github/workflows/release.yaml
:100644 100644 058589a7 b66cdce6 M	application/config/config.go
:100644 100644 734bbce7 eff30dbc M	application/server/notification.go
:100644 100644 ca40ef9e c37323f7 M	application/server/parallelization_test.go
:100644 100644 bd82626a 3a56e47a M	application/server/server_smoke_test.go
:100644 100644 6b904553 5922f540 M	domain/ide/command/get_active_user_test.go
:100644 100644 4356ce81 17bf7c36 M	domain/ide/command/report_analytics_test.go
:100644 000000 40482010 00000000 D	domain/ide/command/test_helpers.go
:100644 100644 a9c6cdfb a81bda24 M	domain/ide/workspace/folder.go
:100644 100644 97cc77b0 1f8b7b25 M	infrastructure/analytics/analytics.go
:100644 100644 1a672f43 685c0665 M	infrastructure/analytics/pact_test.go
:100644 100644 d7007727 2719c9b5 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 c31621fc 1a7db21c M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 b7506812 72d4ec67 M	infrastructure/authentication/oauth_provider_test.go
:100644 100644 4d74a7cb 57e76758 M	infrastructure/cli/initializer_test.go
:100644 100644 bb680e5c d75b3744 M	infrastructure/cli/install/downloader.go
:100644 100644 5ab197fe 66afa415 M	infrastructure/cli/install/downloader_test.go
:100644 100644 e43df987 ea772ba8 M	infrastructure/cli/install/installer.go
:100644 100644 b68080dd e37e5831 M	infrastructure/cli/install/installer_test.go
:100644 100644 4128fe8f 5ec703a9 M	infrastructure/oss/oss_integration_test.go
:100644 100644 ba988545 f0d04a17 M	internal/progress/progress.go
:100644 100644 18b25350 ca6f8d20 M	internal/testutil/test_setup.go
:100644 100644 c8e3b62a 76faf91c M	internal/types/command.go

commit 69f162cb55a7b0447d7e57a68686e2daab346891
Author: Knut Funkel <[email protected]>
Date:   Fri Oct 25 17:43:35 2024 +0200

    feat: automated region configuration [IDE-731] (#710)

:100644 100644 5a4e3f86 3ee94794 M	.goreleaser.yaml
:100644 100644 56ba0d98 fcebb3ed M	README.md
:100644 100644 e41dc04d fdae0c1d M	application/server/execute_command_test.go
:100644 100644 793cb329 734bbce7 M	application/server/notification.go
:100644 100644 6b8053f4 a7e9302d M	application/server/notification_test.go
:100644 100644 e7e31c30 a9c6cdfb M	domain/ide/workspace/folder.go
:100644 000000 b926666e 00000000 D	domain/ide/workspace/ui/diagnostics_overview.go
:100644 000000 b7958a03 00000000 D	domain/ide/workspace/ui/diagnostics_overview_test.go
:100644 000000 2b75808b 00000000 D	domain/ide/workspace/ui/template/diagnosticsOverview.css
:100644 000000 ad51b761 00000000 D	domain/ide/workspace/ui/template/diagnosticsOverview.html
:100644 100644 c1f06de7 d7007727 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 c545fe07 c31621fc M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 e6eb955e 302f727d M	internal/notification/notification_test.go
:100644 100644 f21fa154 806b6db1 M	internal/types/lsp.go

commit 5927c2057b60b5064d068fbb63b5d5ad6d628b13
Author: Bastian Doetsch <[email protected]>
Date:   Thu Oct 24 15:39:01 2024 +0200

    fix: concurrent processing in server, switch CLI download URL (#711)
    
    Co-authored-by: Abdelrahman Shawki Hassan <[email protected]>

:100644 100644 0c1173c9 45d03013 M	application/server/server.go
:100644 100644 9f2dbd96 d6d75a52 M	application/server/server_test.go
:100644 100644 d16bdd52 5ab197fe M	infrastructure/cli/install/downloader_test.go
:100644 100644 1e171c02 73e9f1fe M	infrastructure/cli/install/releases.go
:100644 100644 8a785eeb 034a9be2 M	infrastructure/cli/install/releases_test.go

commit 2dc39991ccb9ec78984d3fb5aa67d3d7a48fc7ea
Author: Berkay Berabi <[email protected]>
Date:   Thu Oct 24 15:32:09 2024 +0200

    fix: autofix unify code action and web panel view flows (#696)
    
    Co-authored-by: Abdelrahman Shawki Hassan <[email protected]>

:100644 100644 ca247c12 7fa532ba M	infrastructure/code/autofix.go
:100644 100644 c7642f2d dfd7394a M	infrastructure/code/convert.go
:100644 100644 6fca2929 fe20d7da M	infrastructure/code/fake_snyk_code_api_service.go
:100644 100644 dfe1d22d 37d1b748 M	infrastructure/code/snyk_code_http_client.go
:100644 100644 d36f757b 82f79563 M	infrastructure/code/snyk_code_http_client_interface.go

commit 454d930e260ba7a7bb56e5833c97be5d7a8df8cc
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Thu Oct 24 11:47:29 2024 +0200

    fix: unc file path to URI conversion (#705)
    
    Co-authored-by: Darius-Beniamin Zdroba <[email protected]>

:100644 100644 e2794592 bd82626a M	application/server/server_smoke_test.go
:100644 100644 c829fbbe f7a91cde M	internal/uri/uri_util.go
:100644 100644 5fabd4c7 ea31bac0 M	internal/uri/uri_util_test.go

Copy link
Contributor

github-actions bot commented Nov 4, 2024

Warnings
⚠️

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

Generated by 🚫 dangerJS against 3558e73

@Team-Hammerhead Team-Hammerhead merged commit cfe6a44 into main Nov 5, 2024
9 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch November 5, 2024 14:52
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