Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): improve nx connect success message #21295

Merged
merged 14 commits into from
Jan 30, 2024

Conversation

meeroslav
Copy link
Contributor

@meeroslav meeroslav commented Jan 24, 2024

Improve Nx Cloud connect success message to point to root of Nx Cloud app, so that the users can benefit from the new GitHub automated workflow.

Related Issue(s)

Fixes #

@meeroslav meeroslav self-assigned this Jan 24, 2024
@meeroslav meeroslav requested a review from a team as a code owner January 24, 2024 08:49
Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Updated (UTC)
nx-dev ⬜️ Ignored (Inspect) Visit Preview Jan 26, 2024 5:10pm

@FrozenPandaz FrozenPandaz added PR status: do not merge This will block a PR from being merged until this tag is removed. and removed PR status: do not merge This will block a PR from being merged until this tag is removed. labels Jan 26, 2024
Copy link
Collaborator

@FrozenPandaz FrozenPandaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make this minor update in a followup PR?

@@ -54,15 +50,10 @@ export async function connectToNxCloudCommand(): Promise<boolean> {
const nxJson = readNxJson();
if (isNxCloudUsed(nxJson)) {
output.log({
title: ' This workspace is already connected to Nx Cloud.',
title: ' This workspace has already Nx Cloud set up',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: '✔ This workspace has already Nx Cloud set up',
title: '✔ This workspace already has Nx Cloud set up',

@FrozenPandaz FrozenPandaz merged commit 647f41f into nrwl:master Jan 30, 2024
7 of 8 checks passed
@meeroslav meeroslav deleted the improve-connect-success-message branch January 30, 2024 17:43
Copy link

github-actions bot commented Feb 5, 2024

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 5, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants