Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit fa85c6e

Browse files
committed
fix: for shard calculation project name usage;
chore: changelog update.
1 parent 0d8956c commit fa85c6e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
## [2.2.1] - 2020-12-10
1+
## [2.2.2] - 2022-03
2+
- feat: provide unique (per project) `shard` to getAnalysis call
3+
4+
## [2.2.1] - 2021-12-10
25
- fix: don't upload empty files
36

47
## [2.2.0] - 2020-11-29

src/main/java/ai/deepcode/javaclient/core/AnalysisDataBase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ private GetAnalysisResponse doGetAnalysis(
578578
bundleId,
579579
deepCodeParams.getMinSeverity(),
580580
filesToAnalyse,
581-
HashContentUtilsBase.calculateHash(project.toString())
581+
HashContentUtilsBase.calculateHash(pdUtils.getProjectName(project))
582582
);
583583

584584
pdUtils.progressCheckCanceled(progress);

0 commit comments

Comments
 (0)