@@ -12,7 +12,7 @@ Command line tool to collect SonarQube data to prepare eventual migration to Son
1212[ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=okorach_sonar-tools&metric=bugs )] ( https://sonarcloud.io/dashboard?id=okorach_sonar-tools )
1313[ ![ Lines of Code] ( https://sonarcloud.io/api/project_badges/measure?project=okorach_sonar-tools&metric=ncloc )] ( https://sonarcloud.io/dashboard?id=okorach_sonar-tools )
1414
15- [ What's new] ( https://github.com/okorach/sonar-tools/blob/master/doc /what-is-new.sonar-migration .md )
15+ [ What's new] ( https://github.com/okorach/sonar-tools/blob/master/migration /what-is-new.md )
1616
1717** DISCLAIMER** : This software is community software.
1818
@@ -107,9 +107,45 @@ When sonar-migration complete successfully they return exit code 0. En case of f
107107
108108# What's New - Release notes
109109
110- # Version 0.1
111-
112- - First beta release
110+ ## Version 0.2
111+
112+ - Added export of:
113+ - Users email and SCM accounts when available
114+ - Users last SonarQube and SonarLint login date
115+ - Per project:
116+ - Issues coming from instantiated rules (e.g. custom secrets)
117+ - Hotspots which have been reviewed as SAFE or FIXED
118+ - sonar-migration has its own user agent to be recongnized in SonarQune access.log
119+ - Added check whether the running version is the last released
120+ - Fixed crash when accessing a portfolio with not enough permissions
121+ - ` sonar-migration ` now has its own doc pages (readme and what's new)
122+
123+ ## Version 0.1
124+
125+ - First alpha release
126+ - On top of the regular ` sonar-config ` export the following is added
127+ - Global:
128+ - List of 3rd party plugins installed
129+ - Per project
130+ - Last analysis date
131+ - Ncloc w/ breakdown by language
132+ - Detected CI
133+ - Main branch revision
134+ - Last background task scanner context and warnings
135+ - Background Task history
136+ - Issues:
137+ - # of issue False positive
138+ - # of issues Won’t fix
139+ - # of issues Accepted
140+ - # of issues generated by 3rd party rules (with breakdown per rule)
141+ - For each branch:
142+ - Last analysis date
143+ - Ncloc w/ breakdown by language
144+ - Issues
145+ - # of issue False positive
146+ - # of issues Won’t fix
147+ - # of issues Accepted
148+ - # of issues generated by 3rd party rules (with breakdown per rule)
113149
114150# License
115151
0 commit comments