Skip to content

Commit f77a5c6

Browse files
authored
Merge pull request #1366 from okorach:fix-docker-release
Fix docker release
2 parents 562717d + 2002d35 commit f77a5c6

File tree

3 files changed

+51
-15
lines changed

3 files changed

+51
-15
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/release.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ COPY ./sonar sonar
2525
COPY ./requirements.txt .
2626
COPY ./cli cli
2727
COPY ./setup_migration.py .
28-
COPY ./sonar_migration .
29-
COPY ./README.md .
28+
COPY ./migration migration
29+
COPY ./migration/README.md .
3030
COPY ./LICENSE .
3131
COPY ./sonar/audit sonar/audit
3232

migration/what-is-new.md

Lines changed: 9 additions & 9 deletions
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
@@ -27,15 +27,15 @@
2727
- Last background task scanner context and warnings
2828
- Background Task history
2929
- 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)
30+
- Nbr of issue False positive
31+
- Nbr of issues Won’t fix
32+
- Nbr of issues Accepted
33+
- Nbr of issues generated by 3rd party rules (with breakdown per rule)
3434
- For each branch:
3535
- Last analysis date
3636
- Ncloc w/ breakdown by language
3737
- 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)
38+
- Nbr of issue False positive
39+
- Nbr of issues Won’t fix
40+
- Nbr of issues Accepted
41+
- Nbr of issues generated by 3rd party rules (with breakdown per rule)

0 commit comments

Comments
 (0)