File tree Expand file tree Collapse file tree 4 files changed +44
-2
lines changed Expand file tree Collapse file tree 4 files changed +44
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ 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 )
16+
1517** DISCLAIMER** : This software is community software.
1618
1719
Original file line number Diff line number Diff line change 1+ # Next version yet unreleased
2+
3+ # Version 0.2
4+
5+ - Added export of:
6+ - Users email and SCM accounts when available
7+ - Users last SonarQube and SonarLint login date
8+ - Per project:
9+ - Issues coming from instantiated rules (e.g. custom secrets)
10+ - Hotspots which have been reviewed as SAFE or FIXED
11+ - sonar-migration has its own user agent to be recongnized in SonarQune access.log
12+ - Added check whether the running version is the last released
13+ - Fixed crash when accessing a portfolio with not enough permissions
14+
15+ # Version 0.1
16+
17+ - First alpha release
18+ - On top of the regular ` sonar-config ` export the follwoing is added
19+ - Global:
20+ - List of 3rd party plugins installed
21+ - Per project
22+ - Last analysis date
23+ - Ncloc w/ breakdown by language
24+ - Detected CI
25+ - Main branch revision
26+ - Last background task scanner context and warnings
27+ - Background Task history
28+ - Issues:
29+ - # of issue False positive
30+ - # of issues Won’t fix
31+ - # of issues Accepted
32+ - # of issues generated by 3rd party rules (with breakdown per rule)
33+ - For each branch:
34+ - Last analysis date
35+ - Ncloc w/ breakdown by language
36+ - Issues
37+ - # of issue False positive
38+ - # of issues Won’t fix
39+ - # of issues Accepted
40+ - # of issues generated by 3rd party rules (with breakdown per rule)
Original file line number Diff line number Diff line change 4040 url = "https://github.com/okorach/sonar-tools" ,
4141 project_urls = {
4242 "Bug Tracker" : "https://github.com/okorach/sonar-tools/issues" ,
43- "Documentation" : "https://github.com/okorach/sonar-tools/README.md" ,
43+ "Documentation" : "https://github.com/okorach/sonar-tools/doc/ README.sonar-migration .md" ,
4444 "Source Code" : "https://github.com/okorach/sonar-tools" ,
4545 },
4646 packages = setuptools .find_packages (),
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ sonar-migration version {version.PACKAGE_VERSION}
2828
2929run: sonar-migration -u <SonarQubeURL> -t <SonarAdminUserToken>
3030
31- See tools built-in -h help and https://github.com/okorach/sonar-tools for more documentation
31+ See tools built-in -h help and https://github.com/okorach/sonar-tools/doc/README.sonar-migration.md for more documentation
3232''' )
You can’t perform that action at this time.
0 commit comments