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

Closed

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Aug 19, 2024

Changes since last integration of Language Server

commit 1f0ca57c12f014eff95ae40b918023486421287a
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Thu Aug 22 15:00:22 2024 +0200

    fix: panic in instrumentation when no origin url exists (#634)

:100644 100644 987faf0 bcc0a69 M	go.mod
:100644 100644 24af127 779a047 M	go.sum

commit d67e47c3e8d9a20dd919f7a79b9d832daeffed31
Author: Bastian Doetsch <[email protected]>
Date:   Thu Aug 22 14:50:27 2024 +0200

    fix: use IDE-specific storage (#633)

:100644 100644 780d674 5d4592c M	application/config/config.go
:100644 100644 af7c65f 45c1b70 M	application/server/server.go
:100644 100644 26d6b33 7858155 M	infrastructure/authentication/auth_configuration_test.go

commit 1753682d623fcf56a0f1606b19ab5c1d058b86ea
Author: Bastian Doetsch <[email protected]>
Date:   Thu Aug 22 09:02:11 2024 +0200

    fix: do not execute code action commands twice [IDE-506][HEAD-229]  (#632)

:100644 100644 0539177 a427317 M	Makefile
:100644 100644 ad6ed04 4d1eb9f M	application/codeaction/codeaction.go
:100644 100644 2b65bb8 029eda2 M	application/codeaction/codeaction_test.go
:100644 100644 531ccb2 60f0e54 M	application/server/codeaction_handlers.go
:100644 100644 c2e6120 22310c9 M	application/server/server_test.go
:100644 100644 58bc2ea c9cd3d9 M	infrastructure/code/issue_enhancer.go

commit 752a6f271eaa890e4402e7621b87870d9595de39
Author: Bastian Doetsch <[email protected]>
Date:   Wed Aug 21 14:16:05 2024 +0200

    fix: downgrade to go1.22 (#631)

:100644 100644 b5bb4a0 987faf0 M	go.mod

commit 8addbb9c8a6c25ba363ec2445c56326d35bfad58
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Wed Aug 21 09:28:30 2024 +0200

    feat: OSS and IaC delta matcher (#622)

:100644 100644 577938b 6395363 M	application/di/init.go
:100644 100644 a334dba 7e441c6 M	application/di/test_init.go
:100644 100644 cc19a4d 3ece40c M	application/server/execute_command_test.go
:100644 100644 3e0667a 60df779 M	application/server/inline_values.go
:100644 100644 291d8af efa31f6 M	application/server/notification/scan_notifier.go
:100644 100644 dd7359b 816a5ba M	application/server/notification/scan_notifier_test.go
:100644 100644 1c29d10 af7c65f M	application/server/server.go
:100644 100644 545392d c2e6120 M	application/server/server_test.go
:100644 100644 72b7f8e 33785d7 M	application/server/trust_test.go
:100644 100644 2404ca3 cddffbe M	domain/ide/command/logout_test.go
:100644 100644 92b7872 4f9c4f5 M	domain/ide/workspace/folder.go
:100644 100644 aee436a a04733e M	domain/ide/workspace/folder_test.go
:100644 100644 04e3ebd 3ce74f2 M	domain/ide/workspace/ui/diagnostics_overview_test.go
:100644 100644 ae2bcf0 eba36f6 M	domain/ide/workspace/workspace.go
:100644 100644 6d861d3 c8b0866 M	domain/ide/workspace/workspace_test.go
:000000 100644 0000000 9621360 A	domain/snyk/code_issue_data.go
:100644 100644 afe78d6 2e929e0 M	domain/snyk/codeaction_test.go
:100644 100644 e98a75c 04a11cb R086	domain/snyk/delta_product_factory.go	domain/snyk/delta/delta_product_factory.go
:000000 100644 0000000 75cc389 A	domain/snyk/iac_issue_data.go
:100644 100644 486bac3 2d0e18c M	domain/snyk/issues.go
:000000 100644 0000000 414781b A	domain/snyk/oss_issue_data.go
:100644 000000 66c695c 0000000 D	domain/snyk/scan_notifier.go
:000000 100644 0000000 70913b8 A	domain/snyk/scanner/scan_notifier.go
:100644 100644 7860133 374e993 R063	domain/snyk/scan_notifier_mock.go	domain/snyk/scanner/scan_notifier_mock.go
:100644 100644 27072dc 27295d4 R058	domain/snyk/scanner.go	domain/snyk/scanner/scanner.go
:100644 100644 24ef793 9ea6a36 R080	domain/snyk/scanner_test.go	domain/snyk/scanner/scanner_test.go
:100644 100644 7b92e3e efd1df6 R088	domain/snyk/test_product_scanner.go	domain/snyk/scanner/test_product_scanner.go
:100644 100644 056abdf 9c499a9 R084	domain/snyk/test_scanner.go	domain/snyk/scanner/test_scanner.go
:100644 100644 910f50b 04e788e M	infrastructure/code/code.go
:100644 100644 16d7ff7 6443ec6 M	infrastructure/code/code_test.go
:100644 100644 e5f6827 813bef9 M	infrastructure/iac/iac.go
:100644 100644 a1d10d1 3ad3b59 M	infrastructure/oss/cli_package_scan.go
:100644 100644 4daf273 bddfccd M	infrastructure/oss/cli_scanner.go
:100644 100644 466c3fd b35a0f7 M	infrastructure/oss/issue.go
:000000 100644 0000000 fc752d7 A	infrastructure/utils/fingerprint.go
:100644 100644 d7c51c6 4dcb13b M	internal/delta/delta_finder_test.go
:100644 100644 587b21d 64954bd R089	internal/delta/code_matcher.go	internal/delta/fuzzy_matcher.go
:100644 100644 171cd4d 77175c6 R099	internal/delta/code_matcher_test.go	internal/delta/fuzzy_matcher_test.go
:000000 100644 0000000 c87c2dc A	internal/vcs/checkout_handler.go
:000000 100644 0000000 fd45ada A	internal/vcs/checkout_handler_test.go

commit fb24d7daa813674242ac423ca6f1a84d9206d1a0
Author: Alexey Gronskiy <[email protected]>
Date:   Wed Aug 21 08:55:11 2024 +0200

    chore(autofix): more visible logging (#626)

:100644 100644 3cea38d 9981335 M	infrastructure/code/autofix.go

commit 53faba6a2490331926e9bf990a7b1c291fbcda42
Author: Bastian Doetsch <[email protected]>
Date:   Tue Aug 20 09:55:56 2024 +0200

    fix: use pointer receivers in cli as the semaphore was copied (#630)

:100644 100644 8143b2e 30e5cc5 M	infrastructure/cli/cli.go
:100644 100644 b872864 7cb4a6c M	infrastructure/cli/cli_test.go

commit e0971ab1f6303d44f5b4a620488e57c9aa81979c
Author: Bastian Doetsch <[email protected]>
Date:   Mon Aug 19 15:19:36 2024 +0200

    feat: add executeCLI command (#628)
    
    Co-authored-by: bastiandoetsch <[email protected]>

:100644 100644 5002777 0539177 M	Makefile
:100644 100644 75128e8 2b65bb8 M	application/codeaction/codeaction_test.go
:100644 100644 a704ba1 780d674 M	application/config/config.go
:100644 100644 f30b356 577938b M	application/di/init.go
:100644 100644 428f08c cc19a4d M	application/server/execute_command_test.go
:100644 100644 183a760 1c29d10 M	application/server/server.go
:100644 100644 c68ac53 970e49c M	application/server/server_smoke_test.go
:100644 100644 4c0f2d5 545392d M	application/server/server_test.go
:100644 100644 0551d29 bed239f M	domain/ide/command/command_factory.go
:100644 100644 db40969 9ec1481 M	domain/ide/command/command_service.go
:100644 100644 478735b b6dd7fa M	domain/ide/command/command_service_test.go
:000000 100644 0000000 eae1ee5 A	domain/ide/command/execute_cli.go
:000000 100644 0000000 b88a958 A	domain/ide/command/execute_cli_test.go
:100644 100644 90ecf60 b5bb4a0 M	go.mod
:100644 100644 706aa42 24af127 M	go.sum
:100644 100644 7e20af4 3cea38d M	infrastructure/code/autofix.go
:100644 100644 61f2dd6 c7d697a M	infrastructure/code/convert.go
:100644 100644 e2d9aa7 8f053a3 M	internal/types/command.go
:100644 100644 ad3f18a 2250326 M	internal/util/math_extensions.go
:100644 100644 b587dcb 0426076 M	licenses/github.com/creachadair/mds/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/crypto/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/exp/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/mod/semver/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/net/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/oauth2/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/sync/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/sys/LICENSE
:100644 100644 6a66aea 2a7cf70 M	licenses/golang.org/x/text/LICENSE
:100644 100644 a40f3c2 812abc9 M	main.go

commit da8fd457f5ec53ff0935489e2493e1c0fcc9f643
Author: Cata <[email protected]>
Date:   Mon Aug 19 07:12:00 2024 +0100

    fix: adjust Data Flow CSS rules (#627)

:100644 100644 fca793e 400e36d M	infrastructure/code/code_html_test.go
:100644 100644 eb7f38b 20679c1 M	infrastructure/code/template/details.html

Copy link
Contributor

github-actions bot commented Aug 19, 2024

Warnings
⚠️

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

Generated by 🚫 dangerJS against c429861

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 4 times, most recently from 752a55c to cee5ac7 Compare August 21, 2024 08:01
@bastiandoetsch bastiandoetsch changed the base branch from main to release-candidate August 21, 2024 08:38
@bastiandoetsch bastiandoetsch changed the base branch from release-candidate to main August 21, 2024 11:42
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 3 times, most recently from 5b86c86 to e3dfdfa Compare August 22, 2024 13:42
@bastiandoetsch bastiandoetsch changed the base branch from main to release-candidate August 26, 2024 08:23
auto-merge was automatically disabled August 26, 2024 08:35

Pull request was closed

@PeterSchafer PeterSchafer deleted the feat/automatic-upgrade-of-ls branch August 26, 2024 08:48
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.

4 participants