Skip to content

Commit 55d11b8

Browse files
committed
Update doc
1 parent 339f05e commit 55d11b8

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

migration/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The user corresponding to the token must have sufficiently elevated permissions
4242
`ERROR` and above is always active.
4343
- `-c` or `--clientCert` : Allows to specify an optional client certificate file (as .pem file)
4444
- `--httpTimeout` : Sets the timeout for HTTP(S) requests to the SonarQube platform
45+
- `--skipIssues` : Skips the "expensive" issue count extract from the migration. This reduces by a factor of 2 to 3 the extract duration and the number of API calls
4546
- `--skipVersionCheck` : `sonar-migration` occasionnally checks on pypi.org if there is a new version of **sonar-migration** available, and output a warning log if that is the case. You can skip this check with this option.
4647
- `-l <logFile>` : Send logs to **<logFile>**, stdout by default
4748

@@ -107,6 +108,11 @@ When sonar-migration complete successfully they return exit code 0. En case of f
107108

108109
# What's New - Release notes
109110

111+
## Version 0.3
112+
113+
- Robustness: Handle `connectionError` errors in project extract threads
114+
- Added option `--skipIssues` to skip expensive issue count extraction task from the extract which may be necessary on large platforms extracts
115+
110116
## Version 0.2
111117

112118
- Added export of:

migration/what-is-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Version 0.3
22

3-
- Robustness: Handle connectionError errors in project extract threads
4-
- Added option ``--skipIssues` to skip expensive issue count extraction task from the extract which may be necessary on large platforms extracts
3+
- Robustness: Handle `connectionError` errors in project extract threads
4+
- Added option `--skipIssues` to skip expensive issue count extraction task from the extract which may be necessary on large platforms extracts
55

66

77
# Version 0.2

0 commit comments

Comments
 (0)