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

Update to new diagnostics format and shorten status bar messages #433

Open
wants to merge 47 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
aaab531
Update to new diagnostics format and shorten status bar messages
JonasAlaif May 10, 2023
7679e75
Merge branch 'master' into new-diagnostics
JonasAlaif Jan 19, 2024
3fa310c
Merge branch 'master' into new-diagnostics
JonasAlaif Feb 12, 2024
7ff2a6f
Updates
JonasAlaif Feb 12, 2024
1e3ef60
Update year
JonasAlaif Feb 14, 2024
9a6194d
Try adding `viper` to nightly.json
JonasAlaif Feb 14, 2024
7312872
adapts CI to latest config changes
ArquintL Feb 14, 2024
24ca225
some more adaptations
ArquintL Feb 14, 2024
0790cc5
temporarily disables testing against nightly releases
ArquintL Feb 14, 2024
018c1f1
enable super hacky hack to get viperserver from polybox
ArquintL Feb 14, 2024
b8bd322
Use `.type` instead of `.name`
JonasAlaif Feb 14, 2024
d848e1c
Merge branch 'new-diagnostics' of https://github.com/viperproject/vip…
JonasAlaif Feb 14, 2024
50a10ec
Revert "enable super hacky hack to get viperserver from polybox"
JonasAlaif Feb 14, 2024
6fa0a7c
Revert "temporarily disables testing against nightly releases"
JonasAlaif Feb 14, 2024
1e1b7b0
Use new backend names
JonasAlaif Feb 14, 2024
b9bf151
Revert "Revert "temporarily disables testing against nightly releases""
JonasAlaif Feb 14, 2024
6debc46
Revert "Revert "enable super hacky hack to get viperserver from polyb…
JonasAlaif Feb 14, 2024
ba05085
Add logging
JonasAlaif Feb 14, 2024
5304edf
More logging
JonasAlaif Feb 14, 2024
8411660
Even more
JonasAlaif Feb 14, 2024
89de1e7
Revert RevertRevertRevertRevert
JonasAlaif Feb 14, 2024
ed90359
TODO: revert me
JonasAlaif Feb 14, 2024
fad7603
Update VerificationController.ts
JonasAlaif Feb 14, 2024
f650779
typo
JonasAlaif Feb 14, 2024
4e1146d
Try force update
JonasAlaif Feb 14, 2024
db8ebf7
Logging
JonasAlaif Feb 14, 2024
1124f72
More debug
JonasAlaif Feb 14, 2024
222c9ba
Revert "More debug"
JonasAlaif Feb 14, 2024
d6c5aed
Revert "Logging"
JonasAlaif Feb 14, 2024
9345ebd
Revert "Try force update"
JonasAlaif Feb 14, 2024
fa5e9bf
Revert "Update VerificationController.ts"
JonasAlaif Feb 14, 2024
e80bd08
Revert "TODO: revert me"
JonasAlaif Feb 14, 2024
2e8a165
Revert "Even more"
JonasAlaif Feb 14, 2024
1031546
Revert "More logging"
JonasAlaif Feb 14, 2024
18e68c9
Revert "Add logging"
JonasAlaif Feb 14, 2024
ec80476
Disable problematic tests
marcoeilers Feb 14, 2024
f59bc26
Re-enable local test
marcoeilers Feb 14, 2024
13bcf85
Delete nightly tests again
marcoeilers Feb 14, 2024
3f916b2
Revert "Delete nightly tests again"
JonasAlaif Feb 15, 2024
b4a7a19
Revert "Re-enable local test"
JonasAlaif Feb 15, 2024
6422b0a
Revert "Disable problematic tests"
JonasAlaif Feb 15, 2024
25e9ec5
Support the old version of viperserver
JonasAlaif Feb 15, 2024
3e276a5
Lints
JonasAlaif Feb 15, 2024
0ed3292
Merge branch 'master' into new-diagnostics
rayman2000 Apr 2, 2024
c8b07af
version
rayman2000 Apr 2, 2024
2484414
merge mistakes and local launch
rayman2000 Apr 2, 2024
10a28ee
version
rayman2000 Apr 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,17 +153,18 @@ jobs:
if: ${{ fromJSON(env.TEST_LOCAL_ON_PUSH_PR) || contains(needs.create-viper-tools.result, 'success') }}
run: |
mkdir -p client/src/test/data/settings

echo '{
"viperSettings.buildVersion": "External",
"viperSettings.paths": {
"viper.buildVersion": "External",
"viper.paths": {
"v": "674a514867b1",
"viperToolsPath": {
"windows": "${{ env.EXTRACTED_TOOLS_PATH }}",
"linux": "${{ env.EXTRACTED_TOOLS_PATH }}",
"mac": "${{ env.EXTRACTED_TOOLS_PATH }}"
}
},
"viperserver.trace.server": "verbose"
"viper.viperserver.trace.server": "verbose"
}' > client/src/test/data/settings/external.json
shell: bash

Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading