Skip to content

doc: Add documentation on resolveNaptr and naptr rrtype - #6586

Closed
doug-wade wants to merge 1 commit into
nodejs:masterfrom
doug-wade:fix-6507-add-naptr-to-dns-docs
Closed

doc: Add documentation on resolveNaptr and naptr rrtype#6586
doug-wade wants to merge 1 commit into
nodejs:masterfrom
doug-wade:fix-6507-add-naptr-to-dns-docs

Conversation

@doug-wade

Copy link
Copy Markdown
Contributor
Checklist
  • tests and code linting passes
  • documentation is changed or added
  • the commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback). See #6507 for context.

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label May 5, 2016
@addaleaxaddaleax added the dns Issues and PRs related to the dns subsystem. label May 5, 2016
@addaleax

Copy link
Copy Markdown
Member

The commit message subject is > 50 chars and the subsystem should be doc:, but otherwise LGTM.

@addaleax

Copy link
Copy Markdown
Member

Also, git sets your Author: name as doug.wade. People usually prefer to have their full name in there, but ultimately that’s up to you.

Comment threaddoc/api/dns.md Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

name authority pointer record?

@doug-wade
doug-wadeforce-pushed the fix-6507-add-naptr-to-dns-docs branch from 1b02582 to e5e683eCompareMay 6, 2016 03:46
@doug-wadedoug-wade changed the title dns: Add documentation on resolveNaptr and naptr rrtypedoc: Add documentation on resolveNaptr and naptr rrtypeMay 6, 2016
Comment threaddoc/api/dns.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

nit: Can you add a short For example: in here and tack a js to the end of the three backticks to get the code styling. Thank you!

@jasnell

Copy link
Copy Markdown
Member

Small nit. Otherwise LGTM

@doug-wade
doug-wadeforce-pushed the fix-6507-add-naptr-to-dns-docs branch 2 times, most recently from 8d59711 to 564a59bCompareMay 13, 2016 00:08
Comment threaddoc/api/dns.md Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

why is this on a separate line?

@silverwind

Copy link
Copy Markdown
Contributor

LGTM once #6586 (comment) is addressed.

Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback)
@doug-wade
doug-wadeforce-pushed the fix-6507-add-naptr-to-dns-docs branch from 564a59b to a75b423CompareMay 18, 2016 23:27
@doug-wade

Copy link
Copy Markdown
ContributorAuthor

@jasnell fixed

silverwind pushed a commit that referenced this pull request May 19, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@silverwind

Copy link
Copy Markdown
Contributor

Thanks! Landed in bd72857.

Fishrock123 pushed a commit that referenced this pull request May 23, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
rvagg pushed a commit that referenced this pull request Jun 2, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 11, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Jul 12, 2016
Updates the dns module documentation to include documentation on
the resolveNaptr method, and also adds the option NAPTR to the
list of valid values for rrtype in dns.resolve(hostname[, rrtype],
callback).
PR-URL: #6586Fixes: #6507
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dnsIssues and PRs related to the dns subsystem.docIssues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@doug-wade@addaleax@jasnell@silverwind@cjihrig@MylesBorins@nodejs-github-bot