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

Add npm install timeout notification #4662

Merged
merged 5 commits into from Apr 23, 2024

Conversation

hardillb
Copy link
Member

part of #4622

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Proposed changes

Adds a notification if the HTTP POST to install a new node is closed by a intermediate proxy (e.g. nginx)

image

Checklist

  • I have read the contribution guidelines
  • For non-bugfix PRs, I have discussed this change on the forum/slack team.
  • I have run npm run test to verify the unit tests pass
  • I have added suitable unit tests to cover the new/changed functionality

@hardillb hardillb requested a review from knolleary April 18, 2024 10:36
@hardillb hardillb self-assigned this Apr 18, 2024
@hardillb
Copy link
Member Author

I'm not sure why the test is failing, while it is in the node install space, it appears to be testing the backend, not the frontend, so should not be impacted by the changes.

@hardillb
Copy link
Member Author

OK, test passed when I rebased the branch on the dev branch

Copy link
Member

@knolleary knolleary left a comment

Choose a reason for hiding this comment

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

One small wording tweak, but otherwise, looks good.

…itor.json

Co-authored-by: Nick O'Leary <nick.oleary@gmail.com>
@hardillb hardillb requested a review from knolleary April 18, 2024 13:23
@knolleary knolleary merged commit ac8b1e1 into node-red:dev Apr 23, 2024
3 checks passed
@knolleary knolleary linked an issue May 17, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

For long running node installs show a message
2 participants