Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions migration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,15 @@ When sonar-migration complete successfully they return exit code 0. En case of f
- Per project:
- Issues coming from instantiated rules (e.g. custom secrets)
- Hotspots which have been reviewed as SAFE or FIXED
- sonar-migration has its own user agent to be recongnized in SonarQune access.log
- sonar-migration has its own user agent to be recognized in SonarQube access.log
- Added check whether the running version is the last released
- Fixed crash when accessing a portfolio with not enough permissions
- `sonar-migration` now has its own doc pages (readme and what's new)

## Version 0.1

- First alpha release
- On top of the regular `sonar-config` export the following is added
- On top of the regular `sonar-config` export of the following is added
- Global:
- List of 3rd party plugins installed
- Per project
Expand Down
4 changes: 2 additions & 2 deletions migration/what-is-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
- Per project:
- Issues coming from instantiated rules (e.g. custom secrets)
- Hotspots which have been reviewed as SAFE or FIXED
- sonar-migration has its own user agent to be recongnized in SonarQune access.log
- sonar-migration has its own user agent to be recognized in SonarQube access.log
- Added check whether the running version is the last released
- Fixed crash when accessing a portfolio with not enough permissions
- `sonar-migration` now has its own doc pages (readme and what's new)

# Version 0.1

- First alpha release
- On top of the regular `sonar-config` export the following is added
- On top of the regular `sonar-config` export of the following is added
- Global:
- List of 3rd party plugins installed
- Per project
Expand Down