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

Merged
merged 1 commit into from
Mar 11, 2025

Conversation

Team-Hammerhead
Copy link
Collaborator

@Team-Hammerhead Team-Hammerhead commented Mar 4, 2025

Changes since last integration of Language Server

commit 2181ed7f671945a8b36bc1848ab04b38aa432454
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Tue Mar 11 13:10:17 2025 +0100

    fix: panic when issue id doesnt match (#800)

:100644 100644 9afcb6b6 7072acb7 M	domain/ide/command/generate_issue_description.go
:100644 100644 63af504d 386c6ae6 M	domain/ide/workspace/workspace.go
:100644 100644 2e1a9ec6 066bcac4 M	domain/snyk/scanner/scanner.go

commit e6e61175e162e75f2e43b0b3abb16ca344210d50
Author: Zdroba <[email protected]>
Date:   Tue Mar 11 11:38:34 2025 +0200

    fix: lazy instantiation deepcode LLM binding  (#792)

:100644 100644 34ddb81b f748bc8c M	application/di/init.go
:100644 100644 d94c56f1 7fdb1618 M	application/server/execute_command_test.go
:100644 100644 60376ffe e131c7f4 M	domain/ide/command/code_fix_apply_edit.go
:100644 100644 98d57050 e175b207 M	domain/ide/command/code_fix_diffs.go
:100644 100644 3ece3749 d7e01771 M	domain/ide/command/code_fix_diffs_test.go
:100644 100644 11ae7dd7 103ac32d M	domain/ide/command/command_factory.go
:100644 100644 111e6fd5 f5fd6bd6 M	domain/ide/command/command_service.go
:100644 100644 e56b3567 b6dd7fa3 M	domain/ide/command/command_service_test.go
:100644 100644 a86071c8 9afcb6b6 M	domain/ide/command/generate_issue_description.go
:100644 100644 9ccb2368 5e5da7d4 M	domain/ide/command/navigate_to_range.go
:100644 100644 8ab3f869 2ff5bf23 M	go.mod
:100644 100644 10e19ba8 028a7c2b M	go.sum
:100644 100644 76b0bbf0 beee56a8 M	infrastructure/code/ai_fix_handler.go
:000000 100644 00000000 b9d937fa A	infrastructure/code/ai_fix_handler_test.go
:100644 100644 52a1f5a1 2c643c51 M	infrastructure/code/code_html.go
:100644 100644 df05174a 997ff0f4 M	infrastructure/code/code_html_test.go
:100644 100644 f1111255 425139dd M	infrastructure/code/code_test.go

commit 72025173a44a98c42500ca87330179ea42964eb3
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Mar 10 16:25:39 2025 +0100

    fix: code text color (#798)

:100644 100644 1e8debeb 7e2efd79 M	infrastructure/code/template/styles.css

commit 7253c4d31502189f1f9a753a636279ea020d28b1
Author: Bastian Doetsch <[email protected]>
Date:   Mon Mar 10 14:53:28 2025 +0100

    fix: avoid logging sensitive data on config updates (#797)

:100644 100644 3ed6d966 53558df3 M	application/server/configuration.go
:100644 100644 523d8edc f797fb29 M	application/server/server.go
:100644 100644 cff75d8d 8ab3f869 M	go.mod
:100644 100644 399eeed7 10e19ba8 M	go.sum

commit 2afd77876dd2ff08d72f72b245c20ff8e6fdef67
Author: Zdroba <[email protected]>
Date:   Mon Mar 10 15:53:04 2025 +0200

    fix: render AI fix elements based on show-hidden class [IDE-1020] (#796)

:100644 100644 40e63ce1 df05174a M	infrastructure/code/code_html_test.go
:100644 100644 90020912 a70f0ee8 M	infrastructure/code/template/details.html

commit 565e13ec7a4cf02fabe45dac79deaf397d3af352
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Mar 10 13:23:40 2025 +0100

    fix: UI of issues panel (#794)
    
    Co-authored-by: andygongea <[email protected]>

:100644 100644 f22a602f 40e63ce1 M	infrastructure/code/code_html_test.go
:100644 100644 56f91574 90020912 M	infrastructure/code/template/details.html
:100644 100644 535f79a5 1e8debeb M	infrastructure/code/template/styles.css
:100644 100644 89805b89 ec6da669 M	infrastructure/iac/iac_html_test.go
:100644 100644 7259f3b6 88ebd9a7 M	infrastructure/iac/template/index.html
:100644 100644 06c24431 9fb88f16 M	infrastructure/iac/template/styles.css
:100644 100644 b8295d7a 78ea1da8 M	infrastructure/oss/oss_html.go
:100644 100644 f3ecf5ce b64c5df2 M	infrastructure/oss/oss_html_test.go
:100644 100644 8ef633e4 f9f1b50c M	infrastructure/oss/template/details.html
:100644 100644 c0c616ce 97a8af33 M	infrastructure/oss/template/styles.css
:100644 100644 fe1f7524 e199a414 M	internal/html/severity_icons.go

commit 9faf2a01a4601fc66f54712a2f11e054a86048a0
Author: Andrew Robinson Hodges <[email protected]>
Date:   Mon Mar 10 11:15:07 2025 +0000

    fix: update reference html for scan summary with correct font scaling (#791)

:100644 100644 21ebd2b4 4ed7db81 M	shared_ide_resources/ui/html/ScanSummaryInit.html

commit 4adb30e682cdf4196ea6fda48796f3543677d740
Author: Andrew Robinson Hodges <[email protected]>
Date:   Mon Mar 10 10:10:53 2025 +0000

    fix: update scan summary wording to account for users who have multiple open projects [IDE-978] (#793)

:100644 100644 09e8eabf 5f80328c M	domain/scanstates/template/details.html

commit dcfca4993775144f182ab2bf0e19448c39f82b34
Author: Bastian Doetsch <[email protected]>
Date:   Thu Mar 6 07:46:09 2025 +0100

    fix: remove non-working link. we don't have an alternative, yet (#789)

:100644 100644 9a01fd8f f3ecf5ce M	infrastructure/oss/oss_html_test.go
:100644 100644 f6721df4 8ef633e4 M	infrastructure/oss/template/details.html

commit 8c05bf853ab1de68cce4b20c5abd39c7af42e0e5
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Wed Mar 5 14:58:55 2025 +0100

    fix: use unique issue identity for delta matching [IDE-1017] [IDE-991] (#790)

:100644 100644 b99e178f 6370d298 M	domain/ide/workspace/folder.go
:100644 100644 5a5706d4 3f5874ce M	infrastructure/utils/fingerprint.go
:100644 100644 c08ffb46 cd9cc2b0 M	infrastructure/utils/fingerprint_test.go
:100644 100644 0900640f ada5c9c2 M	internal/delta/issue_enricher.go

commit 3cd0807794b18991cd3c968f8b4add64aca6303c
Author: Bastian Doetsch <[email protected]>
Date:   Tue Mar 4 14:34:04 2025 +0100

    fix: cleanup inconsistent auth configuration when needed [IDE-916] (#787)

:100644 100644 11552b11 6eb204d2 M	domain/snyk/issues.go
:100644 100644 ae5af1c1 53b9f669 M	infrastructure/authentication/auth_service_impl.go
:100644 100644 895610b7 ea5f28e4 M	infrastructure/authentication/auth_service_impl_test.go
:100644 100644 6adb6633 d40b37aa M	infrastructure/oss/cli_scanner.go
:100644 100644 f2ff385f 7022fbad M	internal/testutil/test_setup.go

commit 3d05ff4f01b632b67f23eb61f0022f424e5d7c66
Author: Ben Durrans <[email protected]>
Date:   Tue Mar 4 12:43:56 2025 +0000

    fix: hide AI fix for ignored issues [IDE-941] (#788)

:100644 100644 ab137363 ca330d14 M	infrastructure/code/issue_enhancer.go
:100644 100644 7e709850 bc63c42d M	infrastructure/code/issue_enhancer_test.go
:100644 100644 2f957e10 56f91574 M	infrastructure/code/template/details.html

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner March 4, 2025 12:55
Copy link
Contributor

github-actions bot commented Mar 4, 2025

Warnings
⚠️

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

Generated by 🚫 dangerJS against 7c22b54

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch 7 times, most recently from 84605dd to 3179688 Compare March 11, 2025 09:50
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from 3179688 to 7c22b54 Compare March 11, 2025 12:22
@Team-Hammerhead Team-Hammerhead merged commit 91300f0 into main Mar 11, 2025
9 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch March 11, 2025 13:01
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