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

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Jan 29, 2025

Changes since last integration of Language Server

commit 807e06dcd3dfc420596648151cb4045f66169cdb
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Wed Jan 29 14:45:51 2025 +0100

    feat: send scan summary and scan base & working directory concurrently [IDE-776][IDE-896] (#753)
    
    Co-authored-by: DariusZdroba <[email protected]>

:100644 100644 ec9e2512 1c950dee M	application/config/config.go
:100644 100644 e957bd42 87d230ab M	application/di/init.go
:100644 100644 93eeaaf1 d6f5bbc9 M	application/di/test_init.go
:100644 100644 5e02b8b4 b9974c21 M	application/server/configuration.go
:100644 100644 89b5507e d9fff640 M	application/server/execute_command_test.go
:100644 100644 ba663965 86dbce5f M	application/server/server.go
:100644 100644 8f463640 554e314d M	application/server/server_smoke_test.go
:100644 100644 9bb60b17 894c3d6d M	application/server/server_test.go
:100644 100644 b7bf93d0 0ebd8332 M	application/server/trust_test.go
:100644 100644 f8d0ac92 28cff191 M	domain/ide/codelens/codelens_test.go
:100644 100644 38f852fb e73b8f8e M	domain/ide/command/clear_cache_test.go
:100644 100644 a208bd8a 6664a669 M	domain/ide/command/folder_handler.go
:100644 100644 b8b2afd3 9adfe690 M	domain/ide/command/logout_test.go
:100644 100644 efd8b80e bd555bb0 M	domain/ide/command/workspace_folder_scan.go
:100644 100644 7bf782a3 7bb82d1e M	domain/ide/command/workspace_scan.go
:100644 100644 5a363c7c fbed9550 M	domain/ide/converter/converter.go
:100644 100644 ff831578 4b925400 M	domain/ide/hover/fake_service.go
:100644 100644 c15633ae 623d23c6 M	domain/ide/hover/model.go
:100644 100644 dece6b42 2f288921 M	domain/ide/hover/service.go
:100644 100644 3e504d1c 0a922657 M	domain/ide/hover/service_test.go
:100644 100644 bdf73af3 f3889dce M	domain/ide/workspace/folder.go
:100644 100644 ca8515b7 c45ac1bc M	domain/ide/workspace/folder_test.go
:100644 100644 8337d1d8 f5c0e86f M	domain/ide/workspace/workspace.go
:100644 100644 278375e9 1098538a M	domain/ide/workspace/workspace_test.go
:100644 100644 caf90dbb aca54ef5 M	domain/ide/workspace/workspace_trust_test.go
:100644 100644 efc2c632 1a79591d R080	internal/types/delta.go	domain/scanstates/noop_emitter.go
:000000 100644 00000000 5595d622 A	domain/scanstates/noop_state_aggregator.go
:000000 100644 00000000 358b3b6c A	domain/scanstates/scan_state_aggregator.go
:000000 100644 00000000 54f1a496 A	domain/scanstates/scan_state_aggregator_test.go
:000000 100644 00000000 b794618b A	domain/scanstates/state_aggregator.go
:000000 100644 00000000 46e2fdcf A	domain/scanstates/summary_emitter.go
:000000 100644 00000000 c732f1aa A	domain/scanstates/summary_html.go
:100644 100644 62cf2558 9a86c333 R084	internal/summary/summary_html_test.go	domain/scanstates/summary_html_test.go
:000000 100644 00000000 3802c0be A	domain/scanstates/template/details.html
:000000 100644 00000000 37a1489f A	domain/scanstates/template/styles.css
:000000 100644 00000000 81a644ea A	domain/snyk/delta/delta_provider.go
:100644 100644 e452edf8 2a33fa90 M	domain/snyk/persistence/git_persistence_provider.go
:100644 100644 6629b0c2 d1acda59 M	domain/snyk/persistence/git_persistence_provider_test.go
:100644 100644 6bfaea5b 7fda9289 M	domain/snyk/scan_result_processor.go
:100644 100644 691afeae cab2926f M	domain/snyk/scanner/scanner.go
:100644 100644 3ce2b3c5 3cdc3223 M	domain/snyk/scanner/scanner_test.go
:100644 100644 e7bf3b0b a3dae3c1 M	domain/snyk/scanner/test_scanner.go
:100644 100644 dbda0637 a52ff42f M	infrastructure/code/code.go
:100644 100644 c44a568d f9605f99 M	infrastructure/code/code_test.go
:100644 100644 e8598139 b619e1e9 M	infrastructure/iac/iac.go
:100644 100644 60b567a8 b5e11e7e M	infrastructure/oss/cli_scanner.go
:100644 100644 648e05f5 76d350fb M	internal/delta/delta_finder.go
:100644 000000 eb49a417 00000000 D	internal/summary/summary_html.go
:100644 000000 ca8d568f 00000000 D	internal/summary/template/details.html
:100644 000000 d09ec426 00000000 D	internal/summary/template/styles.css
:100644 100644 e94df10e 1f46087e M	internal/types/workspace.go

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner January 29, 2025 14:42
Copy link
Contributor

Warnings
⚠️

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

Generated by 🚫 dangerJS against 1908a08

@Team-Hammerhead Team-Hammerhead merged commit 2083911 into main Jan 29, 2025
8 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch January 29, 2025 15:16
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