-
Notifications
You must be signed in to change notification settings - Fork 57
SLCORE-1845 Enable the new database globally #1587
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
base: master
Are you sure you want to change the base?
SLCORE-1845 Enable the new database globally #1587
Conversation
ef9e980 to
08fffa1
Compare
71936b4 to
e3c4d11
Compare
08fffa1 to
02e9b7b
Compare
e3c4d11 to
4367e3e
Compare
225f0d7 to
e4c925a
Compare
|
hi @vnaskos-sonar, could you give this a look? The PR is quite big, sorry, but it's mostly due to the Xodus removal. There are 3 changes:
If you're too busy, I think this can also wait tomorrow |
e4c925a to
bc3b030
Compare
|
backend/core/src/main/java/org/sonarsource/sonarlint/core/issue/IssueService.java
Show resolved
Hide resolved
kirill-knize-sonarsource
left a comment
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.
Minor typos inherited from previous implementation, else LGTM
| taintIssueEntity.setLink("branch", branchEntity); | ||
| } | ||
|
|
||
| public static InputStream toProtoFlow(List<ServerTaintIssue.Flow> flows) { |
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.
toProtoFlows?
| return new ByteArrayInputStream(buffer.toByteArray()); | ||
| } | ||
|
|
||
| public static InputStream toProtoImpact(Map<SoftwareQuality, ImpactSeverity> impacts) { |
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.
toProtoImpacts
vnaskos-sonar
left a comment
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.
I tested this SlCore version on VS and everything* seemed to work as expected. 👍
*everything:
- analysis of JS, TS, CPP, C#, VB.NET, HTML, Secrets
- Exclusions/Suppressions
- Connected mode
- Mark issue as resolved
- Hotspots
- Taints




No description provided.