You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: migration/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,7 @@ The user corresponding to the token must have sufficiently elevated permissions
42
42
`ERROR` and above is always active.
43
43
-`-c` or `--clientCert` : Allows to specify an optional client certificate file (as .pem file)
44
44
-`--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
45
46
-`--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.
46
47
-`-l <logFile>` : Send logs to **<logFile>**, stdout by default
47
48
@@ -107,6 +108,11 @@ When sonar-migration complete successfully they return exit code 0. En case of f
107
108
108
109
# What's New - Release notes
109
110
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
0 commit comments