This repository was archived by the owner on Feb 1, 2023. It is now read-only.
Commit 6c539df
feat: ✨ Use new snyk code api [ROAD-495] (#28)
* chore: ⬆️ update to latest snyk-code api [ROAD-495]
* chore: ⬆️ update version to 2.2.0 [ROAD-495]
- also fix javadoc and bump dependencies
* chore: ⬆️ update suggestions format with field leadURL [ROAD-495]
* chore: ⬆️ cleanup redundant semicolon [ROAD-495]
* chore: ⬆️ implement new analysis response payload [ROAD-495]
* chore: ⬆️ wait for up to two minutes for analysis in integration test [ROAD-495]
* chore: ⬆️ fix PR review items [ROAD-495]
* chore: 🔥️ remove LoginUtilsBase.java [ROAD-495]
* chore: split ExtendBundleRequest; adding some javadocs.
* chore: reformat project sources with .editorconfig settings
* chore: prepare 2.2.0 release
Co-authored-by: Artsiom Chapialiou <[email protected]>1 parent 75041d1 commit 6c539df
File tree
40 files changed
+743
-840
lines changed- src
- integTest/java/ai/deepcode/javaclient
- main/java/ai/deepcode/javaclient
- core
- requests
- responses
- test/java/ai/deepcode/javaclient/core
- mocks
40 files changed
+743
-840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | | - | |
52 | | - | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
| |||
0 commit comments