GROW-256 Print onboarding dashboard link after sonar import completes#599
Open
kevinmlsilva wants to merge 4 commits into
Open
GROW-256 Print onboarding dashboard link after sonar import completes#599kevinmlsilva wants to merge 4 commits into
kevinmlsilva wants to merge 4 commits into
Conversation
✅ Deploy Preview for sonarqube-cli canceled.
|
Once repositories are imported, surface the organization's onboarding dashboard link so users can jump straight to it instead of navigating there manually. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Show the onboarding dashboard link as a detail line within the success box instead of a separate info line above it, so `outro()` gains an optional `detail` line for other callers that want the same layout. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The dashboard link was dimmed, making it easy to miss next to the bold success message. Bold + cyan gives it equal visual weight. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Indent the detail line by 6 spaces (2 leading + 2-col emoji icon + 2 gap) so it lines up under the message text instead of the icon. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
kevinmlsilva
force-pushed
the
kevinmlsilva/import-print-dashboard-link
branch
from
July 22, 2026 07:38
89930ea to
77582c5
Compare
Code Review ✅ ApprovedPrints the onboarding dashboard link after successful sonar imports to streamline user navigation. No issues found. OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Gitar |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
sonar importfinishes successfully, print the organization's onboarding dashboard link ({serverUrl}/organizations/{orgKey}/onboarding-dashboard) before the final outro, for both the streaming (--all/Recommended) and manual repo-selection import paths.Test plan
bun run typecheckbun run lintbun test tests/integration/specs/import/import.test.ts(56/56 pass, including a new assertion on the dashboard link output)