Skip to content

Commit a377617

Browse files
authored
Merge pull request #1362 from okorach:fix-sonar-migration-doc-links
sonar-migration own doc
2 parents 03f1605 + 43dd81a commit a377617

File tree

4 files changed

+45
-2
lines changed

4 files changed

+45
-2
lines changed

doc/README.sonar-migration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

doc/what-is-new.sonar-migration.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
- `sonar-migration` now has its own doc pages (readme and what's new)
15+
16+
# Version 0.1
17+
18+
- First alpha release
19+
- On top of the regular `sonar-config` export the follwoing is added
20+
- Global:
21+
- List of 3rd party plugins installed
22+
- Per project
23+
- Last analysis date
24+
- Ncloc w/ breakdown by language
25+
- Detected CI
26+
- Main branch revision
27+
- Last background task scanner context and warnings
28+
- Background Task history
29+
- Issues:
30+
- # of issue False positive
31+
- # of issues Won’t fix
32+
- # of issues Accepted
33+
- # of issues generated by 3rd party rules (with breakdown per rule)
34+
- For each branch:
35+
- Last analysis date
36+
- Ncloc w/ breakdown by language
37+
- Issues
38+
- # of issue False positive
39+
- # of issues Won’t fix
40+
- # of issues Accepted
41+
- # of issues generated by 3rd party rules (with breakdown per rule)

setup_migration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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(),

sonar_migration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ sonar-migration version {version.PACKAGE_VERSION}
2828
2929
run: 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
''')

0 commit comments

Comments
 (0)