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

Merged
merged 4 commits into from
Sep 18, 2024
Merged

Conversation

Team-Hammerhead
Copy link
Collaborator

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

Changes since last integration of Language Server

commit 0ea2420bdaa86edf783bf7895e1b6bf9e21908db
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Sep 16 19:07:47 2024 +0200

    chore: update protocol version

:100644 100644 2af6c6c6 77a6bb05 M	.goreleaser.yaml

commit 6813251c4c20e56eccfed251feaca344a7baf84f
Author: ShawkyZ <[email protected]>
Date:   Mon Sep 16 16:30:12 2024 +0000

    docs: updated licenses

:100644 100644 6839d51c 991e2ae9 M	licenses/github.com/pelletier/go-toml/v2/LICENSE

commit bf2adfc197a0be1fdf1cba6a90e2d31130e1a2c3
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Sep 16 18:26:40 2024 +0200

    chore: update GAF

:100644 100644 5860f1d4 650818a6 M	go.mod
:100644 100644 4c3bcf8a b0d2653b M	go.sum

commit bcd37208561a3372fd28958757603928281c6a86
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Sep 16 18:25:39 2024 +0200

    fix: set FF_OAUTH_AUTH_FLOW_ENABLED to true if OAuth flow

:100644 100644 542de368 1fb3d033 M	application/config/config.go

commit 16252576811ae75a7a2e76d35cef146079bf614b
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Sep 16 16:34:30 2024 +0200

    fix: disable offline checks (#666)

:100644 100644 5a97a19f c0052494 M	application/server/server.go

commit f7d0d1bc36760082cddebf15bdd66b4b4347e4b1
Author: Cata <[email protected]>
Date:   Mon Sep 16 10:23:13 2024 +0100

    feat: AI Fix for IntelliJ ⚡️ [IDE-580] (#647)
    
    Co-authored-by: Abdelrahman Shawki Hassan <[email protected]>
    Co-authored-by: Knut Funkel <[email protected]>

:100644 100644 824431ae 72279471 M	infrastructure/code/code.go
:100644 100644 d30eaa2b e9816f1b M	infrastructure/code/code_html.go
:100644 100644 400e36d5 94bfd7a6 M	infrastructure/code/code_html_test.go
:100644 100644 7c05d04f 4eea425e M	infrastructure/code/code_test.go
:100644 100644 36edd9f3 4fea9678 M	infrastructure/code/template/details.html

commit 6ab1b5562cd5f7cca55b71fa7733b8d1a199599b
Author: Bastian Doetsch <[email protected]>
Date:   Fri Sep 13 22:07:58 2024 +0200

    fix: increase timeout for health check, call website (#664)

:100644 100644 cdbf6015 5a97a19f M	application/server/server.go

commit fbe16e687ec5ff990e8a80b1a1717847ce76de23
Author: Bastian Doetsch <[email protected]>
Date:   Fri Sep 13 13:16:27 2024 +0200

    fix: increase timeout for tests (#663)

:100644 100644 5a7ea5fc f9eb71ad M	Makefile

commit ca4dd570d7b40f3495e0629c23f55aabc1471cb8
Author: Bastian Doetsch <[email protected]>
Date:   Fri Sep 13 12:00:25 2024 +0200

    fix: oauth offline detection (#661)
    
    Co-authored-by: Abdelrahman Shawki Hassan <[email protected]>

:100644 100644 a79ed2d1 ea0e95cf M	.github/workflows/instance-tests.yaml
:100644 100644 82e44238 9723a7d1 M	.github/workflows/release.yaml
:100644 100644 b4579562 542de368 M	application/config/config.go
:100644 100644 78761a82 a00e9a59 M	application/di/init.go
:100644 100644 410dc2f0 22fa49e4 M	application/di/test_init.go
:100644 100644 7e7e46f4 b63646b1 M	application/server/configuration.go
:100644 100644 f34c9a09 729b6568 M	application/server/configuration_test.go
:100644 100644 8b4f20f0 cdbf6015 M	application/server/server.go
:100644 100644 90b469a7 801cdf11 M	application/server/server_smoke_test.go
:100644 100644 9ec14812 487fdf1f M	domain/ide/command/command_service.go
:100644 100644 27295d4a 11098a8d M	domain/snyk/scanner/scanner.go
:100644 100644 f50cdd93 5860f1d4 M	go.mod
:100644 100644 51025b2e 4c3bcf8a M	go.sum
:100644 100644 6e915b7b 949a9b0f M	infrastructure/authentication/auth_configuration.go
:100644 100644 a5e254ab 70a7d6ca M	infrastructure/authentication/auth_service_impl.go
:100644 100644 b7dfbc7b b0748f9d M	infrastructure/cli/initializer.go
:100644 100644 6cc5a405 8a0d1e7c M	infrastructure/oss/cli_scanner.go
:100644 100644 7974b67e 0481ff48 M	infrastructure/oss/inline_value.go
:100644 100644 0a898ca7 770b58cd M	infrastructure/oss/oss_integration_test.go
:100644 100644 327dc95b 3114fabe M	infrastructure/oss/vulnerability_count.go
:100644 100644 b0dcae69 4f236291 M	infrastructure/oss/vulnerability_count_test.go
:100644 100644 e4eb1d81 202bb07f M	infrastructure/snyk_api/snyk_api.go
:100644 100644 4e8058f5 828e5520 M	internal/types/lsp.go
:100644 100644 81924a40 e1ca0687 M	ls_extension/main.go

commit 9cf34b8706d6dc9e7d1c01c8f41049445ecf8717
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Fri Sep 13 09:11:09 2024 +0200

    fix: js error when no example commit fixes exist (#662)

:100644 100644 cb4de0a5 36edd9f3 M	infrastructure/code/template/details.html

commit 7c55acee4d03326ea9c7d32ac1295e18093b1e89
Author: Bastian Doetsch <[email protected]>
Date:   Wed Sep 11 14:59:28 2024 +0200

    fix: move learn service cache init to after ls startup & init (#659)

:100644 100644 16b7e456 5eff1968 M	.github/workflows/build.yaml
:100644 100644 810779cf cc870b8c M	.github/workflows/create-cli-pr.yaml
:100644 100644 43415772 a79ed2d1 M	.github/workflows/instance-tests.yaml
:100644 100644 f5195564 82e44238 M	.github/workflows/release.yaml
:100644 100644 f9eb71ad 5a7ea5fc M	Makefile
:100644 100644 7e441c63 410dc2f0 M	application/di/test_init.go
:100644 100644 778391f6 8b4f20f0 M	application/server/server.go
:100644 100644 f80a5b84 6e915b7b M	infrastructure/authentication/auth_configuration.go
:100644 100644 4d74dd2b a5e254ab M	infrastructure/authentication/auth_service_impl.go
:100644 100644 9ac2c44e ccea24b7 M	infrastructure/code/snyk_code_http_client_test.go
:100644 100644 299ad8d9 77acf40e M	infrastructure/learn/mock_learn/service_mock.go
:100644 100644 23ea1810 ea20b4b1 M	infrastructure/learn/service.go
:100644 100644 a5dad060 88086f17 M	infrastructure/learn/service_test.go
:100644 100644 c87c2dca 62ebe8f8 M	internal/vcs/checkout_handler.go
:100644 100644 fd45ada5 bf768b58 M	internal/vcs/checkout_handler_test.go

commit 54ecfaeabb6381879280e282a111107fdcfcc76b
Author: Bastian Doetsch <[email protected]>
Date:   Tue Sep 10 14:53:03 2024 +0200

    feat: IDE-626_add-option-to-hide-hovers (#657)

:100644 100644 cc74de0c 46cb875e M	README.md
:100644 100644 26e8c28b b4579562 M	application/config/config.go
:100644 100644 b15a3409 7e7e46f4 M	application/server/configuration.go
:100644 100644 77555b4d f34c9a09 M	application/server/configuration_test.go
:100644 100644 f2734b82 ab7018b6 M	domain/ide/converter/converter.go
:100644 100644 90a51e77 f50cdd93 M	go.mod
:100644 100644 6ad3f948 51025b2e M	go.sum
:100644 100644 5c2bca9e a91a002a M	infrastructure/code/convert.go
:100644 100644 63ff2da3 67e2bbc0 M	infrastructure/code/convert_test.go
:100644 100644 6eac8963 df84d40a M	infrastructure/code/example_commit_fixes.go
:100644 100644 813bef99 32d4e58f M	infrastructure/iac/iac.go
:100644 100644 66c6bbc3 4e8058f5 M	internal/types/lsp.go
:000000 100644 00000000 134a5b8e A	licenses/github.com/writeas/go-strip-markdown/LICENSE

commit 58221542e5c7073222d4a33863e7692f09fffcbb
Author: Bastian Doetsch <[email protected]>
Date:   Mon Sep 9 16:44:12 2024 +0200

    fix: sanitize applyWorkspaceEdit ranges (#652)
    
    Co-authored-by: bastiandoetsch <[email protected]>

:100644 100644 ba0f8ad1 f2734b82 M	domain/ide/converter/converter.go
:100644 100644 ada3bbaf d0983f89 M	domain/snyk/edit.go
:000000 100644 00000000 45f52b02 A	domain/snyk/edit_test.go
:100644 100644 2d0e18c9 fe619e37 M	domain/snyk/issues.go
:100644 100644 1fa311fd 7c05d04f M	infrastructure/code/code_test.go
:100644 100644 c7d697ac 5c2bca9e M	infrastructure/code/convert.go
:100644 100644 9c09c639 63ff2da3 M	infrastructure/code/convert_test.go
:100644 100644 31d15c06 6eac8963 M	infrastructure/code/example_commit_fixes.go
:100644 100644 133f81af 672d2f20 M	infrastructure/code/fake_code_client_scanner.go
:100644 100644 0aebd777 c3488fc1 M	infrastructure/code/fake_snyk_code_api_service.go
:100644 100644 eb9f6ebb 3e62f3a2 M	infrastructure/oss/code_actions.go
:100644 100644 b35a0f7a b2c72e8c M	infrastructure/oss/issue.go
:100644 100644 9c0026aa 487b4f4c M	infrastructure/oss/oss_test.go
:100644 100644 4b0421cf 4b0421cf R100	licenses/github.com/stretchr/testify/assert/LICENSE	licenses/github.com/stretchr/testify/LICENSE

commit 667b0f959fc5d988b9b046c58ce58f695e626489
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Sep 9 10:50:34 2024 +0200

    fix: use es5 js for IE webview support (#653)

:100644 100644 20679c11 cb4de0a5 M	infrastructure/code/template/details.html
:100644 100644 bd35f917 e638dffa M	infrastructure/oss/template/details.html

commit 7f09ef6204241c41d96b2d6c65156be28a6ffa10
Author: Bastian Doetsch <[email protected]>
Date:   Fri Sep 6 14:05:14 2024 +0200

    fix: check if issue is new when returning code lenses (#651)

:100644 100644 c0a45941 626db450 M	domain/ide/codelens/codelens.go

commit fa3a3a95383b06c1dba190aefccd2ae922d1a730
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Thu Sep 5 19:17:23 2024 +0200

    fix: assertion in integration tests (#649)

:100644 100644 970e49c4 90b469a7 M	application/server/server_smoke_test.go

commit baa17e97f4b0dcaafb1e322adf462705547e83a4
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Thu Sep 5 16:41:12 2024 +0200

    fix: set ide name in case clientInfo is empty (#648)

:100644 100644 3098f566 778391f6 M	application/server/server.go

commit 00d8c2cfc54aaf5540b06140e230b6f9eb80e743
Author: Bastian Doetsch <[email protected]>
Date:   Wed Sep 4 09:57:06 2024 +0200

    feat: add capability to have folder-specific additional parameters [IDE-567] (#646)
    
    Co-authored-by: bastiandoetsch <[email protected]>

:100644 100644 752a1c5b 26e8c28b M	application/config/config.go
:100644 100644 a7448922 b15a3409 M	application/server/configuration.go
:100644 100644 12bbe4e3 77555b4d M	application/server/configuration_test.go
:100644 100644 d57fb254 49fb5f9a M	application/server/constants.go
:100644 100644 a96e2725 020889fd M	domain/ide/command/folder_handler.go
:100644 100644 30e5cc5c 9ad517f0 M	infrastructure/cli/cli.go
:100644 100644 3ad3b590 8f3f2931 M	infrastructure/oss/cli_package_scan.go
:100644 100644 efff7b4c 6cc5a405 M	infrastructure/oss/cli_scanner.go
:100644 100644 1147821b 9c0026aa M	infrastructure/oss/oss_test.go
:100644 100644 d1203f0a 1572e52b M	internal/git_config/git_config.go
:100644 100644 3f7ff570 e4ea7b89 M	internal/testutil/test_setup.go
:000000 100644 00000000 bc52e96f A	licenses/github.com/davecgh/go-spew/spew/LICENSE
:000000 100644 00000000 c67dad61 A	licenses/github.com/pmezard/go-difflib/difflib/LICENSE
:000000 100644 00000000 4b0421cf A	licenses/github.com/stretchr/testify/assert/LICENSE

Copy link
Contributor

github-actions bot commented Sep 4, 2024

Warnings
⚠️ There are multiple commits on your branch, please squash them locally before merging!
⚠️

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

Generated by 🚫 dangerJS against ac29862

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 3 times, most recently from 83b472b to 760247d Compare September 9, 2024 09:25
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 3 times, most recently from 8063a40 to 436430b Compare September 16, 2024 16:05
@ShawkyZ ShawkyZ closed this Sep 17, 2024
auto-merge was automatically disabled September 17, 2024 09:23

Pull request was closed

@ShawkyZ ShawkyZ reopened this Sep 17, 2024
@ShawkyZ ShawkyZ merged commit 573503f into main Sep 18, 2024
10 checks passed
@ShawkyZ ShawkyZ deleted the feat/automatic-upgrade-of-ls branch September 18, 2024 11:46
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