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

refactor(devtools): use same port for ws and http #5939

Merged

Conversation

aliemir
Copy link
Member

@aliemir aliemir commented May 10, 2024

PR Checklist

Please check if your PR fulfills the following requirements:

Bugs / Features

Changes

This PR combines WebSocket and Http server ports into one (5001) to simplify the configuration and avoid port conflicts. Previously the WebSocket server was running on port 5002 and the Http server on port 5001. Now both servers are running on port 5001.

Additionally, this PR includes a fix in @refinedev/cli and prevents dev command from exiting if devtools server fails to start.

@aliemir aliemir requested a review from a team as a code owner May 10, 2024 04:00
Copy link

changeset-bot bot commented May 10, 2024

🦋 Changeset detected

Latest commit: 0baff0a

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@aliemir aliemir added this to the June Release milestone May 10, 2024
Copy link

netlify bot commented May 10, 2024

Deploy Preview for refine-video-club ready!

Name Link
🔨 Latest commit 0baff0a
🔍 Latest deploy log https://app.netlify.com/sites/refine-video-club/deploys/663e0174c9b8b600093ab8a0
😎 Deploy Preview https://deploy-preview-5939--refine-video-club.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

nx-cloud bot commented May 10, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 0baff0a. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 74 targets

Sent with 💌 from NxCloud.

@refine-bot refine-bot temporarily deployed to deploy-preview-mui-5939 May 10, 2024 04:03 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-antd-5939 May 10, 2024 04:05 Inactive
@refine-bot refine-bot temporarily deployed to deploy-preview-website-5939 May 10, 2024 04:18 Inactive
Copy link

cypress bot commented May 10, 2024

Passing run #11062 ↗︎

0 378 33 0 Flakiness 0

Details:

Merge 0baff0a into 3046f96...
Project: refine Commit: 543e910601 ℹ️
Status: Passed Duration: 25:05 💡
Started: May 10, 2024 11:22 AM Ended: May 10, 2024 11:47 AM

Review all test suite changes for PR #5939 ↗︎

@aliemir aliemir requested a review from omeraplak May 10, 2024 11:15
@aliemir aliemir changed the base branch from master to releases/june May 13, 2024 17:50
@aliemir aliemir merged commit 783ae96 into releases/june May 13, 2024
99 checks passed
@aliemir aliemir deleted the refactor/devtools-use-same-port-for-ws-and-http branch May 13, 2024 17:50
@aliemir aliemir mentioned this pull request May 13, 2024
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.

None yet

4 participants