Skip to content

doc: add ronag to collaborators - #31498

Closed
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:adding-ronag-as-collaborator
Closed

doc: add ronag to collaborators#31498
ronag wants to merge 1 commit into
nodejs:masterfrom
nxtedition:adding-ronag-as-collaborator

Conversation

@ronag

Copy link
Copy Markdown
Member
Checklist

@ronagronag added doc Issues and PRs related to the documentations. 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 Jan 24, 2020
Comment threadREADME.md Outdated
@ronag
ronagforce-pushed the adding-ronag-as-collaborator branch from 64e10a1 to 52efc54CompareJanuary 24, 2020 17:38

@addaleaxaddaleax left a comment

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.

🎉

@Trott

Copy link
Copy Markdown
Member

Collaborators 👍 here for fast-tracking.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

ronag added a commit that referenced this pull request Jan 24, 2020
PR-URL: #31498
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@ronag

Copy link
Copy Markdown
MemberAuthor

Landed in 8d14a8c

@ronagronag closed this Jan 24, 2020
codebytere pushed a commit that referenced this pull request Feb 17, 2020
PR-URL: #31498
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@codebyterecodebytere mentioned this pull request Feb 17, 2020
codebytere added a commit that referenced this pull request Feb 17, 2020
Notable changes:
* async_hooks:
* add executionAsyncResource (Matteo Collina) #30959
* doc:
* add ronag to collaborators (Robert Nagy) #31498
* crypto:
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* report:
* add support for Workers (Anna Henningsen) #31386
* src:
* move MemoryInfo() for worker code to .cc files (Anna Henningsen) #31386
* add interrupts to Environments/Workers (Anna Henningsen) #31386
* remove AsyncRequest (Anna Henningsen) #31386
* add a threadsafe variant of SetImmediate() (Anna Henningsen) #31386
* exclude C++ SetImmediate() from count (Anna Henningsen) #31386
* better encapsulate native immediate list (Anna Henningsen) #31386
* test:
* skip keygen tests on arm systems (Tobias Nießen) #31178
codebytere added a commit that referenced this pull request Feb 18, 2020
Notable changes:
* async_hooks:
* add executionAsyncResource (Matteo Collina) #30959
* doc:
* add ronag to collaborators (Robert Nagy) #31498
* crypto:
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* report:
* add support for Workers (Anna Henningsen) #31386
* test:
* skip keygen tests on arm systems (Tobias Nießen) #31178
codebytere added a commit that referenced this pull request Feb 18, 2020
Notable changes:
* async_hooks:
* add executionAsyncResource (Matteo Collina) #30959
* doc:
* add ronag to collaborators (Robert Nagy) #31498
* crypto:
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* report:
* add support for Workers (Anna Henningsen) #31386
* test:
* skip keygen tests on arm systems (Tobias Nießen) #31178
PR-URL: #31837
codebytere added a commit that referenced this pull request Feb 18, 2020
Notable changes:
* async_hooks:
* add executionAsyncResource (Matteo Collina) #30959
* doc:
* add ronag to collaborators (Robert Nagy) #31498
* crypto:
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* report:
* add support for Workers (Anna Henningsen) #31386
* test:
* skip keygen tests on arm systems (Tobias Nießen) #31178
PR-URL: #31837
codebytere added a commit that referenced this pull request Feb 18, 2020
Notable changes:
* async_hooks
* add executionAsyncResource (Matteo Collina) #30959
* crypto
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* test
* skip keygen tests on arm systems (Tobias Nießen) #31178
* perf_hooks
* add property flags to GCPerformanceEntry (Kirill Fomichev) #29547
* process
* report ArrayBuffer memory in `memoryUsage()` (Anna Henningsen) #31550
* readline
* make tab size configurable (Ruben Bridgewater) #31318
* report
* add support for Workers (Anna Henningsen) #31386
* worker
* add ability to take heap snapshot from parent thread (Anna Henningsen) #31569
* added new collaborators
* add ronag to collaborators (Robert Nagy) #31498
PR-URL: #31837
codebytere added a commit that referenced this pull request Feb 18, 2020
Notable changes:
* async_hooks
* add executionAsyncResource (Matteo Collina) #30959
* crypto
* add crypto.diffieHellman (Tobias Nießen) #31178
* add DH support to generateKeyPair (Tobias Nießen) #31178
* simplify DH groups (Tobias Nießen) #31178
* add key type 'dh' (Tobias Nießen) #31178
* test
* skip keygen tests on arm systems (Tobias Nießen) #31178
* perf_hooks
* add property flags to GCPerformanceEntry (Kirill Fomichev) #29547
* process
* report ArrayBuffer memory in `memoryUsage()` (Anna Henningsen) #31550
* readline
* make tab size configurable (Ruben Bridgewater) #31318
* report
* add support for Workers (Anna Henningsen) #31386
* worker
* add ability to take heap snapshot from parent thread (Anna Henningsen) #31569
* added new collaborators
* add ronag to collaborators (Robert Nagy) #31498
PR-URL: #31837
codebytere pushed a commit that referenced this pull request Mar 15, 2020
PR-URL: #31498
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere pushed a commit that referenced this pull request Mar 17, 2020
PR-URL: #31498
Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
codebytere added a commit that referenced this pull request Mar 17, 2020
Notable changes:
* [f0b5f9f] - doc: add ronag to collaborators (Robert Nagy) #31498
* [7a8963b] - deps: upgrade npm to 6.13.6 (Ruy Adorno) #31304
* [97c12f1] - doc: add GeoffreyBooth to collaborators (Geoffrey Booth) #31306
@codebyterecodebytere mentioned this pull request Mar 17, 2020
codebytere added a commit that referenced this pull request Mar 17, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
codebytere added a commit that referenced this pull request Mar 22, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
codebytere added a commit that referenced this pull request Mar 24, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Mar 30, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 1, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 3, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 4, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 5, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 8, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
codebytere added a commit that referenced this pull request Apr 8, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
BethGriggs pushed a commit that referenced this pull request Apr 14, 2020
Notable changes:
doc:
* add ronag to collaborators (Robert Nagy) [#31498](#31498)
* add GeoffreyBooth to collaborators (Geoffrey Booth) [#31306](#31306)
deps:
* upgrade npm to 6.13.6 (Ruy Adorno) [#31304](#31304)
* update openssl to 1.1.1e (Hassaan Pasha) [#32328](#32328)
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.

7 participants

@ronag@Trott@nodejs-github-bot@addaleax@gabrielschulhof@cjihrig@BethGriggs