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

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

Team-Hammerhead
Copy link
Collaborator

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

Changes since last integration of Language Server

commit 2efc168d742e9e6ed6f6a0ab4aebd984b8cf3f15
Author: DariusZdroba <[email protected]>
Date:   Fri Nov 15 13:43:49 2024 +0200

    chore: add ideScript as separate script

:100644 100644 3881e51c a7c7be55 M	infrastructure/iac/template/index.html

commit fbaef50640896a0d277ca8058675b71098faf606
Author: DariusZdroba <[email protected]>
Date:   Fri Nov 15 13:28:27 2024 +0200

    chore: add test for scripts

:100644 100644 5a83248f 40bccb34 M	infrastructure/iac/iac_html_test.go

commit d77bfbaebe086b146a664a1181c8fa95297a58ee
Author: DariusZdroba <[email protected]>
Date:   Fri Nov 15 13:27:51 2024 +0200

    chore: revert code changes

:100644 100644 b945d3bf 25162fc7 M	infrastructure/code/template/details.html
:100644 100644 97ad267b 3881e51c M	infrastructure/iac/template/index.html
:100644 100644 9c887074 3c32ee2a M	infrastructure/iac/template/scripts.js

commit 4cf72ec14fe0641fcf58f6e4af1511cd481f0463
Author: DariusZdroba <[email protected]>
Date:   Fri Nov 15 12:59:26 2024 +0200

    chore: move iac ignore scripts from intellij plugin to ls

:100644 100644 25162fc7 b945d3bf M	infrastructure/code/template/details.html
:100644 100644 2ab34a1a 772bd8f1 M	infrastructure/iac/iac_html.go
:100644 100644 3fda7e7d 97ad267b M	infrastructure/iac/template/index.html
:000000 100644 00000000 9c887074 A	infrastructure/iac/template/scripts.js

commit cdedea8c34f19bc27eebbb3ac94dfb7db9024382
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Wed Nov 13 11:52:25 2024 +0100

    fix: smoke test assertion

:100644 100644 0e6f6ae1 2e3403ea M	application/server/server_smoke_test.go

commit 5d08ace5567fa187420bba0c1bfb085cc72c2249
Author: DariusZdroba <[email protected]>
Date:   Wed Nov 13 11:08:47 2024 +0200

    chore: tests for html template

:100644 100644 785b47b6 5a83248f M	infrastructure/iac/iac_html_test.go

commit 6cd1fea58803a6f154b87337014e60c4839af65a
Author: DariusZdroba <[email protected]>
Date:   Tue Nov 12 17:29:15 2024 +0200

    fix: tests

:100644 100644 d75b3744 819a89cd M	infrastructure/cli/install/downloader.go
:100644 100644 9dacf1b9 b88f4bb8 M	internal/progress/progress.go

commit e701cbcf46d0327581c43a665cfdbfa99fa8fdb8
Author: DariusZdroba <[email protected]>
Date:   Tue Nov 12 16:54:54 2024 +0200

    fix: test

:100644 100644 1417ae8f 0e6f6ae1 M	application/server/server_smoke_test.go

commit 44dffb8f17618434b53372781459d0969d1f96c2
Author: DariusZdroba <[email protected]>
Date:   Tue Nov 12 16:25:55 2024 +0200

    chore: fix resourcePath attribute name

:100644 100644 a93f72f4 3fda7e7d M	infrastructure/iac/template/index.html

commit 552b1aa552ec2c94f1ad6aaa51778747a726b3d6
Author: DariusZdroba <[email protected]>
Date:   Tue Nov 12 15:53:01 2024 +0200

    fix: add ls part for iac ignore button

:100644 100644 fd89007d 2ab34a1a M	infrastructure/iac/iac_html.go
:100644 100644 c2e84bb4 a93f72f4 M	infrastructure/iac/template/index.html
:100644 100644 63cc7433 8bfdb1d1 M	infrastructure/iac/template/styles.css

commit 0d1ae91278afea5985d8072beaad7bf71780124e
Author: Abdelrahman Shawki Hassan <[email protected]>
Date:   Mon Nov 4 15:16:46 2024 +0100

    fix: delete lsconfig content if invalid json

:100755 100755 2890d501 e5d5eff4 M	.github/upload-to-s3.sh
:100644 100644 5eff1968 ae19aa61 M	.github/workflows/build.yaml
:100644 100644 9723a7d1 a4db0177 M	.github/workflows/release.yaml
:100644 100644 e2794592 50af4347 M	application/server/server_smoke_test.go
:100644 100644 4128fe8f 5ec703a9 M	infrastructure/oss/oss_integration_test.go
:100644 100644 6f2af9fd 92ee27a7 M	internal/storage/storage.go
:100644 100644 713894d9 03f341c0 M	internal/storage/storage_test.go

@Team-Hammerhead Team-Hammerhead requested a review from a team as a code owner November 12, 2024 12:22
Copy link
Contributor

github-actions bot commented Nov 12, 2024

Warnings
⚠️

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

Generated by 🚫 dangerJS against 697c7f9

@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from 4329077 to fdceab7 Compare November 13, 2024 11:15
@team-ide-user team-ide-user force-pushed the feat/automatic-upgrade-of-ls branch from fdceab7 to 697c7f9 Compare November 19, 2024 10:44
@Team-Hammerhead Team-Hammerhead merged commit 56fc704 into main Nov 19, 2024
8 checks passed
@Team-Hammerhead Team-Hammerhead deleted the feat/automatic-upgrade-of-ls branch November 19, 2024 11:17
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