-
Notifications
You must be signed in to change notification settings - Fork 181
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
JS-372 Introduce caches to improve SonarLint performance #4874
Merged
Changes from 36 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
f2883b7
Introduce 2 caches
zglicz 2f11a9c
fix build
zglicz 29e07ab
try another
zglicz 3d66b55
test
vdiez fa30272
simplify ci
vdiez e5b338d
enable debug logs
vdiez 7ad5f27
better log
zglicz f8c4a3c
logs
zglicz 0a532e6
add after script
zglicz 11e1d19
retry
zglicz 136bdee
sanitize reference paths
vdiez 5e95f0b
fix test
zglicz 5a574a9
clean tostring
zglicz ea4660e
Revert "sanitize reference paths"
zglicz dba4678
revert cirrus
zglicz 3f2e7c0
fix endless loop
zglicz cb42589
fix build
zglicz a0d0c94
fix build
zglicz 61668ca
revert tsconfig changes
zglicz 15badb2
update test
zglicz c1a89f7
Merge branch 'master' into cache
zglicz dd1603c
new logic on mapping tsconfigs and input files
vdiez fd32268
Make tests work
zglicz 4baea62
fix test
zglicz 8d614fc
allow downgrades
zglicz 6844b0b
fix test
zglicz c446784
tsconfig
zglicz 910da7a
SonarLint caching of tsconfigs v2 (#4884)
zglicz 3f7f738
fix sonarqube
zglicz 1ddc1c3
increase coverage
zglicz 4726c77
Fix tests for windows
zglicz 54914ee
More verbose logs
zglicz edd4070
stricter tsconfig.json file resolution
zglicz b028eac
reorder pending file
zglicz c77e7b5
Final touches
zglicz 30850d8
fix line too long
zglicz 10c46b8
Address comments and increase coverage
zglicz c45c03d
Merge branch 'master' into cache
zglicz ca75e64
add back npm ci
zglicz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 0 additions & 87 deletions
87
sonar-plugin/bridge/src/test/java/org/sonar/plugins/javascript/bridge/TsConfigFileTest.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did we remove this?