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

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Jul 12, 2024

Changes since last integration of Language Server

commit 8f015d9f14f0b7015e58f92618b4322f3ab9fe25
Author: Jérémy Lourenço <[email protected]>
Date:   Mon Jul 15 06:35:29 2024 +0100

    refactor: set default api url to api.nyk.io (#583)

:100644 100644 70a10d7 d24aa0d M	README.md
:100644 100644 230f074 a7b5f24 M	application/config/config.go
:100644 100644 8456edd 9187c4c M	application/server/configuration_test.go
:100644 100644 2b9ad7d 46fe344 M	infrastructure/authentication/cli_provider_test.go
:100644 100644 7019864 c6e89cb M	infrastructure/cli/environment_test.go
:100644 100644 456eb87 89f2631 M	infrastructure/learn/service_test.go

commit 7e520c5abf2791d6bdcf7afb36f6af7b850f43f7
Author: Bastian Doetsch <[email protected]>
Date:   Thu Jul 11 19:56:18 2024 +0200

    fix: better error reporting for failed scans [IDE-486] (#580)

:100644 100644 11c32e5 885e6ea M	application/codeaction/codeaction.go
:100644 100644 02ca505 ef79bea M	application/codeaction/codeaction_test.go
:100644 100644 6f165af 4e07897 M	application/codeaction/handlers.go
:100644 100644 6c890d9 230f074 M	application/config/config.go
:100644 100644 5736975 9aabfb5 M	application/config/config_test.go
:100644 100644 37bda0f 2183e43 M	application/server/configuration.go
:100644 100644 4db7088 8456edd M	application/server/configuration_test.go
:100644 100644 7ad50fd 92dd78b M	application/server/inline_values.go
:100644 100644 4099473 66b9aaf M	application/server/inline_values_test.go
:100644 100644 be58fc8 99d1ae4 M	application/server/notification.go
:100644 100644 bd6994c f1bcb27 M	application/server/notification/scan_notifier.go
:100644 100644 8eb5a46 62fba56 M	application/server/notification/scan_notifier_test.go
:100644 100644 fe1565b 2862531 M	application/server/notification_test.go
:100644 100644 b5e0f69 fd64247 M	application/server/server.go
:100644 100644 65e523b 77cdb68 M	application/server/server_smoke_test.go
:100644 100644 3cb905e c1ef608 M	application/server/server_test.go
:100644 100644 7bc335d 28feed6 M	application/server/trust_test.go
:100644 100644 7aeaf6e 4bd26a3 M	domain/ide/command/code_fix.go
:100644 100644 4c39282 69a0a33 M	domain/ide/command/code_fix_test.go
:100644 100644 40d3a33 0551d29 M	domain/ide/command/command_factory.go
:100644 100644 1e06c7c db40969 M	domain/ide/command/command_service.go
:100644 100644 c336d0f 9eb26e5 M	domain/ide/command/get_learn_lesson.go
:100644 100644 0f74727 678f489 M	domain/ide/command/navigate_to_range.go
:100644 100644 0c65022 fa7a72d M	domain/ide/command/open_learn_lesson.go
:100644 100644 2a5f305 161f1c7 M	domain/ide/command/trust.go
:100644 100644 15d0096 1291982 M	domain/ide/command/trust_workspace_folders.go
:100644 100644 803c13c 0a80a70 M	domain/ide/command/workspace_folder_scan.go
:100644 100644 86c4f1b 3cb0a9b M	domain/ide/command/workspace_scan.go
:100644 100644 98b0d0e 13c0dd4 M	domain/ide/converter/converter.go
:100644 100644 3c8ed7b d0aba29 M	domain/ide/workspace/folder.go
:100644 100644 ad4e532 1c08140 M	domain/ide/workspace/folder_test.go
:100644 100644 221a2d4 823976d M	domain/ide/workspace/workspace.go
:100644 100644 6022a7a fce4350 M	domain/ide/workspace/workspace_test.go
:100644 100644 84c146c 2b0a4a4 M	domain/snyk/scan_notifier.go
:100644 100644 0d73926 6254301 M	domain/snyk/scan_notifier_mock.go
:100644 100644 6e6a399 bbe86aa M	domain/snyk/scanner.go
:100644 100644 104b8aa 2351661 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 818b575 04aa39f M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 2bb40f0 7019864 M	infrastructure/cli/environment_test.go
:100644 100644 ba59e34 b7dfbc7 M	infrastructure/cli/initializer.go
:100644 100644 667f30b 81025ce M	infrastructure/cli/install/downloader_test.go
:100644 100644 d23a7ee a92a62e M	infrastructure/code/code_tracker.go
:100644 100644 46bb98a 1059150 M	infrastructure/code/code_tracker_test.go
:100644 100644 4d4f33f c696d4a M	infrastructure/filefilter/filter_test.go
:100644 100644 0e9f801 f8415d8 M	infrastructure/iac/types.go
:100644 100644 7a6bffd 4b9a0eb M	infrastructure/oss/cli_scanner.go
:100644 100644 7bf94c4 3e5a8f1 M	infrastructure/oss/types.go
:100644 100644 62b1ac0 379cce0 M	infrastructure/sentry/sentry_error_reporter_test.go
:100644 100644 b0cf3c5 7dfae20 M	internal/logging/lsp_logger.go
:100644 100644 e871214 e6eb955 M	internal/notification/notification_test.go
:100644 100644 5ad09ab f64f46d M	internal/notification/notifier.go
:100644 100644 7d5e65b 1bcf7b6 M	internal/notification/notifier_mock.go
:100644 100644 8699d43 1066faf M	internal/product/product.go
:100644 100644 1f3cc75 a75f4e8 M	internal/progress/progress.go
:100644 100644 609cbc7 893826c M	internal/progress/progress_test.go
:000000 100644 0000000 aa9eb4e A	internal/types/cli.go
:100644 100644 7230ad4 ec27783 M	internal/types/command.go
:100644 100644 34e3fd3 bf4d8e2 R099	internal/lsp/message_types.go	internal/types/lsp.go
:100644 100644 fd79f4a f797138 R089	internal/types/message.go	internal/types/message_request.go
:100644 100644 98b2eee 875c4b4 R096	internal/lsp/server.go	internal/types/server.go
:100644 100644 626ce12 3b13c3c R096	internal/lsp/severity_filter.go	internal/types/severity_filter.go

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner July 12, 2024 16:26
Copy link
Contributor

github-actions bot commented Jul 12, 2024

Warnings
⚠️

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

Generated by 🚫 dangerJS against f2ebd9c

@Team-Hammerhead Team-Hammerhead merged commit 4c0f6e0 into main Jul 15, 2024
13 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch July 15, 2024 08:00
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