Skip to content

url: add a got host pattern in url.js - #9653

Closed
AxelMonroyX wants to merge 1 commit into
nodejs:masterfrom
AxelMonroyX:add-gott-host-pattern
Closed

url: add a got host pattern in url.js#9653
AxelMonroyX wants to merge 1 commit into
nodejs:masterfrom
AxelMonroyX:add-gott-host-pattern

Conversation

@AxelMonroyX

@AxelMonroyXAxelMonroyX commented Nov 17, 2016

Copy link
Copy Markdown
Contributor
Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

Add a hostPattern variable for readable purposes

@nodejs-github-botnodejs-github-bot added the url Issues and PRs related to the legacy built-in url module. label Nov 17, 2016
@AxelMonroyXAxelMonroyX changed the title lib: add a got host pattern in url.jsurl: add a got host pattern in url.jsNov 17, 2016
@mscdex

Copy link
Copy Markdown
Contributor

Maybe hostPattern is a better, shorter name?

Also, it seems your branch has some conflicts.

@AxelMonroyX

Copy link
Copy Markdown
ContributorAuthor

@mscdex Ready

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

Add a hostPattern variable for readable purposes

@mscdex

Copy link
Copy Markdown
Contributor

LGTM

@targos

Copy link
Copy Markdown
Member

@jasnell

Copy link
Copy Markdown
Member

@AxelMonroyX ... can I ask you to please squash the commits. this is not landing cleanly on master with the merge commit there.

Add a hostPattern variable for readable purposes
@AxelMonroyX

Copy link
Copy Markdown
ContributorAuthor

@jasnell Ready

Checklist
  • make -j8 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Description of change

Add a hostPattern variable for readable purposes

jasnell pushed a commit that referenced this pull request Dec 6, 2016
Add a hostPattern variable for readable purposes
PR-URL: #9653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
@jasnell

Copy link
Copy Markdown
Member

Landed in 1be73e8. Thank you!

Fishrock123 pushed a commit that referenced this pull request Dec 13, 2016
Add a hostPattern variable for readable purposes
PR-URL: #9653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
@evanlucas

Copy link
Copy Markdown
Contributor

Closing since this has landed. Thanks!

@italoacasasitaloacasas mentioned this pull request Dec 15, 2016
MylesBorins pushed a commit that referenced this pull request Jan 23, 2017
Add a hostPattern variable for readable purposes
PR-URL: #9653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
MylesBorins pushed a commit that referenced this pull request Jan 24, 2017
Add a hostPattern variable for readable purposes
PR-URL: #9653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
@MylesBorinsMylesBorins mentioned this pull request Jan 24, 2017
MylesBorins pushed a commit that referenced this pull request Jan 31, 2017
Add a hostPattern variable for readable purposes
PR-URL: #9653
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

urlIssues and PRs related to the legacy built-in url module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@AxelMonroyX@mscdex@targos@jasnell@evanlucas@lpinca@MylesBorins@nodejs-github-bot