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

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Oct 9, 2024

Changes since last integration of Language Server

commit 56a46746f0be9d0ad20bc1c31e9aa8a66c8c31dc
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Wed Oct 9 15:42:19 2024 +0200

    docs: add sdk callback to README.md (#693)

:100644 100644 46cb875e 8e7937fc M	README.md

commit 8be7064e2b1c186fad09dc7972fa1df5b6834d89
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Wed Oct 9 15:41:55 2024 +0200

    fix: smoke tests (#694)

:100644 100644 029eda24 0d89f1b3 M	application/codeaction/codeaction_test.go
:100644 100644 801cdf11 d63291c9 M	application/server/server_smoke_test.go
:100644 100644 8f5c9b3e d2bee480 M	domain/ide/command/get_active_user_test.go
:100644 100644 7829c337 a22777a7 M	domain/ide/command/get_feature_flag_status_test.go
:100644 100644 cddffbed e78d89e5 M	domain/ide/command/logout_test.go
:100644 100644 de3eed34 e8ea9545 M	domain/ide/command/report_analytics_test.go
:100644 100644 835987f7 682ed50c M	domain/ide/command/sast_enabled_test.go
:100644 100644 a04733eb ce12a7b3 M	domain/ide/workspace/folder_test.go
:100644 100644 770b58cd 4128fe8f M	infrastructure/oss/oss_integration_test.go

commit d8dce930590848fdb922f22e9e4b650ffb3dd9e8
Author: Bastian Doetsch <bastian.doetsch@snyk.io>
Date:   Wed Oct 9 13:15:53 2024 +0200

    fix:  update web url on endpoint change, request SDKs from client [IDE-629][IDE-688] (#686)
    
    Co-authored-by: bastiandoetsch <bastiandoetsch@users.noreply.github.com>

:100644 100644 77a6bb05 5a4e3f86 M	.goreleaser.yaml
:100644 100644 d2962ad0 4b11d2b1 M	application/config/automatic_config.go
:100644 100644 36d37f1c d883e632 M	application/config/automatic_config_test.go
:100644 100644 cc2fd198 5085d6ab M	application/config/config.go
:100644 100644 e0d726f4 949dd03c M	application/config/config_test.go
:100644 100644 687ecb1d 793cb329 M	application/server/notification.go
:100644 100644 f8dbba80 816e2780 M	go.mod
:100644 100644 6db48290 3129a54a M	go.sum
:100644 100644 9ad517f0 b86f2069 M	infrastructure/cli/cli.go
:100644 100644 31b45316 85c723a7 M	infrastructure/cli/cli_extension_executor.go
:100644 100644 e9816f1b 0ca90e1d M	infrastructure/code/code_html.go
:100644 100644 a3263f9b fb232c97 M	infrastructure/code/settings.go
:100644 100644 7fdc8773 5c249d3d M	infrastructure/oss/cli_scanner.go
:100644 100644 a04f67ea ccf033e8 M	infrastructure/oss/issue_html.go
:100644 100644 487b4f4c a13bcf53 M	infrastructure/oss/oss_test.go
:100644 100644 f85d3ac2 e321988d M	infrastructure/oss/template/details.html
:100644 100644 b55520b6 16e45d5a M	internal/notification/notifier_mock.go
:000000 100644 00000000 a760c80f A	internal/sdk/sdk.go
:100644 100644 f03d59ab c4dda6e5 M	internal/types/lsp.go
:000000 100644 00000000 7a4a3ea2 A	licenses/cuelabs.dev/go/oci/ociregistry/LICENSE
:000000 100644 00000000 d6456956 A	licenses/cuelang.org/go/LICENSE
:000000 100644 00000000 8dada3ed A	licenses/cuelang.org/go/internal/third_party/yaml/LICENSE
:000000 100644 00000000 866d74a7 A	licenses/cuelang.org/go/internal/third_party/yaml/NOTICE
:000000 100644 00000000 829ea336 A	licenses/github.com/cockroachdb/apd/v3/LICENSE
:000000 100644 00000000 aeab5b44 A	licenses/github.com/emicklei/proto/LICENSE
:000000 100644 00000000 22985159 A	licenses/github.com/mitchellh/go-wordwrap/LICENSE.md
:000000 100644 00000000 3ac8ab64 A	licenses/github.com/opencontainers/go-digest/LICENSE
:000000 100644 00000000 9fdc20fd A	licenses/github.com/opencontainers/image-spec/specs-go/LICENSE
:000000 100644 00000000 d6456956 A	licenses/github.com/protocolbuffers/txtpbfmt/LICENSE
:000000 100644 00000000 49ea0f92 A	licenses/github.com/rogpeppe/go-internal/LICENSE
:100644 100644 2a7cf70d 2a7cf70d R100	licenses/golang.org/x/mod/semver/LICENSE	licenses/golang.org/x/mod/LICENSE
:100644 100644 e1ca0687 bd0c8be8 M	ls_extension/main.go
:100644 100644 9706840d bbf78e5f M	main.go
:100644 100644 064cf6d9 d57637b3 M	main_test.go

commit f391f56da09bf0244e1d0569f37ed4be8e995a4e
Author: Berkay Berabi <berkay.berabi@snyk.io>
Date:   Wed Oct 9 09:22:00 2024 +0200

    fix: autofix html decoding (#691)
    
    Co-authored-by: Abdelrahman Shawki Hassan <shawki.hassan@snyk.io>

:100644 100644 6dac1e69 c7642f2d M	infrastructure/code/convert.go
:100644 100644 fa8cbda9 4947dc26 M	infrastructure/code/convert_test.go

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner October 9, 2024 07:55
Copy link
Contributor

github-actions bot commented Oct 9, 2024

Warnings
⚠️

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

Generated by 🚫 dangerJS against e5d8b68

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from 75a2b4c to e5d8b68 Compare October 9, 2024 14:29
@Team-Hammerhead Team-Hammerhead merged commit 391ad1f into main Oct 9, 2024
11 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch October 9, 2024 15:19
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