-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
url: fix url.format with ipv6 hostname #36665
Closed
Closed
Conversation
This file contains 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
nodejs-github-bot
added
the
url
Issues and PRs related to the legacy built-in url module.
label
Dec 28, 2020
lpinca
reviewed
Dec 28, 2020
Lxxyx
force-pushed
the
fix-url-ipv6-formats
branch
from
December 28, 2020 17:08
bae596a
to
f766cb0
Compare
lpinca
approved these changes
Dec 28, 2020
ronag
approved these changes
Dec 28, 2020
ronag
added
request-ci
Add this label to start a Jenkins CI on a PR.
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
labels
Dec 28, 2020
github-actions
bot
removed
the
request-ci
Add this label to start a Jenkins CI on a PR.
label
Dec 28, 2020
Trott
approved these changes
Dec 29, 2020
watilde
approved these changes
Dec 29, 2020
yashLadha
reviewed
Dec 30, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor changes to use primordials instead of built-in, else changes LGTM.
Lxxyx
force-pushed
the
fix-url-ipv6-formats
branch
from
December 30, 2020 02:56
f766cb0
to
8cbc844
Compare
Lxxyx
force-pushed
the
fix-url-ipv6-formats
branch
from
December 30, 2020 03:01
8cbc844
to
244da39
Compare
Lxxyx
force-pushed
the
fix-url-ipv6-formats
branch
from
December 30, 2020 03:02
244da39
to
f9fd2f6
Compare
yashLadha
approved these changes
Dec 30, 2020
yashLadha
added
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Dec 30, 2020
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Dec 30, 2020
Commit Queue failed- Loading data for nodejs/node/pull/36665 ✔ Done loading data for nodejs/node/pull/36665 ----------------------------------- PR info ------------------------------------ Title url: fix url.format with ipv6 hostname (#36665) Author Lxxyx (@Lxxyx) Branch Lxxyx:fix-url-ipv6-formats -> nodejs:master Labels author ready, url Commits 1 - url: fix url.format with ipv6 hostname Committers 1 - ZiJian Liu PR-URL: https://github.com/nodejs/node/pull/36665 Fixes: https://github.com/nodejs/node/issues/36654 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Rich Trott Reviewed-By: Daijiro Wachi Reviewed-By: Yash Ladha ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/36665 Fixes: https://github.com/nodejs/node/issues/36654 Reviewed-By: Luigi Pinca Reviewed-By: Robert Nagy Reviewed-By: Rich Trott Reviewed-By: Daijiro Wachi Reviewed-By: Yash Ladha -------------------------------------------------------------------------------- ✔ Last GitHub Actions successful ℹ Last Full PR CI on 2020-12-28T18:44:50Z: https://ci.nodejs.org/job/node-test-pull-request/35129/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - url: fix url.format with ipv6 hostname - Querying data for job/node-test-pull-request/35129/ ✔ Build data downloaded ✔ Last Jenkins CI successful ℹ This PR was created on Mon, 28 Dec 2020 15:47:53 GMT ✔ Approvals: 5 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/36665#pullrequestreview-559235401 ✔ - Robert Nagy (@ronag): https://github.com/nodejs/node/pull/36665#pullrequestreview-559254174 ✔ - Rich Trott (@Trott) (TSC): https://github.com/nodejs/node/pull/36665#pullrequestreview-559361009 ✔ - Daijiro Wachi (@watilde): https://github.com/nodejs/node/pull/36665#pullrequestreview-559472531 ✔ - Yash Ladha (@yashLadha): https://github.com/nodejs/node/pull/36665#pullrequestreview-559779284 ✖ This PR needs to wait 51 more minutes to land -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/452857792 |
github-actions
bot
added
the
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
label
Dec 30, 2020
yashLadha
added
commit-queue
Add this label to land a pull request using GitHub Actions.
and removed
commit-queue-failed
An error occurred while landing this pull request using GitHub Actions.
labels
Dec 30, 2020
github-actions
bot
removed
the
commit-queue
Add this label to land a pull request using GitHub Actions.
label
Dec 30, 2020
Landed in 37acaf6...1b7ac0c |
nodejs-github-bot
pushed a commit
that referenced
this pull request
Dec 30, 2020
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
danielleadams
pushed a commit
that referenced
this pull request
Jan 12, 2021
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
Merged
targos
pushed a commit
that referenced
this pull request
May 1, 2021
Fixes: #36654 PR-URL: #36665 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]> Reviewed-By: Yash Ladha <[email protected]>
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author ready
PRs that have at least one approval, no pending requests for changes, and a CI started.
url
Issues and PRs related to the legacy built-in url module.
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.
Fixes: #36654
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes