Skip to content

doc: add oyyd to collaborators - #24300

Closed
oyyd wants to merge 1 commit into
nodejs:masterfrom
oyyd:add-to-doc
Closed

doc: add oyyd to collaborators#24300
oyyd wants to merge 1 commit into
nodejs:masterfrom
oyyd:add-to-doc

Conversation

@oyyd

@oyydoyyd commented Nov 11, 2018

Copy link
Copy Markdown
Contributor

Add me to collaborators.

/cc @joyeecheung

Fixes: #23955

Checklist

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added the doc Issues and PRs related to the documentations. label Nov 11, 2018
@oyydoyyd added notable-change PRs with changes that should be highlighted in changelogs. fast-track PRs that do not need to wait for 48 hours to land. labels Nov 11, 2018
@oyyd

oyyd commented Nov 11, 2018

Copy link
Copy Markdown
ContributorAuthor

The CI building is appending. But it should be okay to land this.

@gireeshpunathil

Copy link
Copy Markdown
Member

@oyyd - apologies, I initiated a number of CI runs that were part of code&learn PRs, that probably caused your CI to be queued waiting for machines.

I guess the recommended way here is: propose fast-tracking and seek approval from at least 2 collab's. I approve fast-tracking.

@joyeecheung

Copy link
Copy Markdown
Member

@gireeshpunathil This is an onboarding PR so I guess we don't necessarily need the fast-track thumbs-up process here...I'd say we can just land this as the CI run for this PR is just a formality (and to check that the collaborator can indeed start a CI run)

Although ncu is correctly having trouble validating the status because there is no CI link in this thread (somehow it doesn't recognize the pipeline link posted by the bot - I will open an issue later). @oyyd started a job in Jenkins somehow it mysteriously disappeared before it enters the queue (I saw it was in pending status a while back). Anyway the link should've been https://ci.nodejs.org/job/node-test-pull-request/18529/

@gireeshpunathil

Copy link
Copy Markdown
Member

@joyeecheung - sure, thanks for the clarification and sorry for any turbulence.

oyyd added a commit that referenced this pull request Nov 11, 2018
PR-URL: #24300Fixes: #23955
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@oyyd

oyyd commented Nov 11, 2018

Copy link
Copy Markdown
ContributorAuthor

Landed in 616125c. Thanks!

@oyydoyyd closed this Nov 11, 2018
BridgeAR pushed a commit that referenced this pull request Nov 14, 2018
PR-URL: #24300Fixes: #23955
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
BridgeAR added a commit that referenced this pull request Nov 14, 2018
Notable changes:
* child_process:
* All child processes will again open up a new Window on Windows by
default. [#24034](#24034)
* deps:
* A new and fast experimental HTTP parser (`llhttp`) is now supported.
[#24059](#24059)
* Added new collaborators:
* [oyyd](https://github.com/oyyd) - Ouyang Yadong.
[#24300](#24300)
* [psmarshall](https://github.com/psmarshall) - Peter Marshall.
[#24170](#24170)
* [shisama](https://github.com/shisama) - Masashi Hirano.
[#24136](#24136)
@BridgeARBridgeAR mentioned this pull request Nov 14, 2018
BridgeAR added a commit that referenced this pull request Nov 14, 2018
Notable changes:
* child_process:
* All child processes will again open up a new Window on Windows by
default. [#24034](#24034)
* deps:
* A new and fast experimental HTTP parser (`llhttp`) is now supported.
[#24059](#24059)
* **Windows**
* A crashing process will now show the names of stack frames if the
node.pdb file is available.
[#23822](#23822)
* Added new collaborators:
* [oyyd](https://github.com/oyyd) - Ouyang Yadong.
[#24300](#24300)
* [psmarshall](https://github.com/psmarshall) - Peter Marshall.
[#24170](#24170)
* [shisama](https://github.com/shisama) - Masashi Hirano.
[#24136](#24136)
kiyomizumia pushed a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018
PR-URL: nodejs#24300Fixes: nodejs#23955
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
targos pushed a commit that referenced this pull request Nov 15, 2018
Notable changes:
* deps:
* A new experimental HTTP parser (`llhttp`) is now supported.
#24059
* timers:
* Fixed an issue that could cause setTimeout to stop working as
expected. #24322
* Windows
* A crashing process will now show the names of stack frames if the
node.pdb file is available.
#23822
* Continued effort to improve the installer's new stage that installs
native build tools.
#23987,
#24348
* child_process:
* On Windows the `windowsHide` option default was restored to
`false`. This means `detached` child processes and GUI apps will
once again start in a new window.
#24034
* Added new collaborators:
* [oyyd](https://github.com/oyyd) - Ouyang Yadong.
#24300
* [psmarshall](https://github.com/psmarshall) - Peter Marshall.
#24170
* [shisama](https://github.com/shisama) - Masashi Hirano.
#24136
targos pushed a commit that referenced this pull request Nov 15, 2018
Notable changes:
* deps:
* A new experimental HTTP parser (`llhttp`) is now supported.
#24059
* timers:
* Fixed an issue that could cause setTimeout to stop working as
expected. #24322
* Windows
* A crashing process will now show the names of stack frames if the
node.pdb file is available.
#23822
* Continued effort to improve the installer's new stage that installs
native build tools.
#23987,
#24348
* child_process:
* On Windows the `windowsHide` option default was restored to
`false`. This means `detached` child processes and GUI apps will
once again start in a new window.
#24034
* Added new collaborators:
* [oyyd](https://github.com/oyyd) - Ouyang Yadong.
#24300
* [psmarshall](https://github.com/psmarshall) - Peter Marshall.
#24170
* [shisama](https://github.com/shisama) - Masashi Hirano.
#24136
PR-URL: #24350
codebytere pushed a commit that referenced this pull request Dec 14, 2018
PR-URL: #24300Fixes: #23955
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
MylesBorins pushed a commit that referenced this pull request Dec 26, 2018
PR-URL: #24300Fixes: #23955
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere added a commit that referenced this pull request Jan 4, 2019
Notable changes:
* doc:
* add oyyd to collaborators (Ouyang Yadong) [#24300](#24300)
@codebyterecodebytere mentioned this pull request Jan 4, 2019
codebytere added a commit that referenced this pull request Jan 7, 2019
Notable changes:
* doc:
* add oyyd to collaborators (Ouyang Yadong) [#24300](#24300)
codebytere added a commit that referenced this pull request Jan 15, 2019
* doc:
* add oyyd to collaborators (Ouyang Yadong) [#24300](#24300)
codebytere added a commit that referenced this pull request Jan 29, 2019
* doc:
* add oyyd to collaborators (Ouyang Yadong) [#24300](#24300)
* tls:
* throw if protocol too long (Andre Jodat-Danbrani) [#23606](#23606)
codebytere added a commit that referenced this pull request Jan 29, 2019
* doc:
* add oyyd to collaborators (Ouyang Yadong) [#24300](#24300)
* tls:
* throw if protocol too long (Andre Jodat-Danbrani) [#23606](#23606)
PR-URL: #25346
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docIssues and PRs related to the documentations.fast-trackPRs that do not need to wait for 48 hours to land.notable-changePRs with changes that should be highlighted in changelogs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nominating Ouyang Yadong (oyyd) to be a collaborator

5 participants

@oyyd@nodejs-github-bot@gireeshpunathil@joyeecheung@addaleax