Skip to content

Commit 1edd909

Browse files
committed
Fix doc
1 parent 199a5f5 commit 1edd909

File tree

2 files changed

+41
-5
lines changed

2 files changed

+41
-5
lines changed

migration/README.md

Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

migration/what-is-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Version 0.1
1717

1818
- First alpha release
19-
- On top of the regular `sonar-config` export the follwoing is added
19+
- On top of the regular `sonar-config` export the following is added
2020
- Global:
2121
- List of 3rd party plugins installed
2222
- Per project

0 commit comments

Comments
 (0)