FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: add ronag to collaborators by ronag · Pull Request #31498 · nodejs/node · GitHub

/ node Public

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 commented Jan 24, 2020

Copy link
Copy Markdown
Member
Checklist

ronag 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 thread README.md Outdated
ronag force-pushed the adding-ronag-as-collaborator branch from 64e10a1 to 52efc54 Compare January 24, 2020 17:38

addaleax 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.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

🎉

Trott commented Jan 24, 2020

Copy link
Copy Markdown
Member

Collaborators 👍 here for fast-tracking.

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 commented Jan 24, 2020

Copy link
Copy Markdown
Member Author

Landed in 8d14a8c

ronag 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>
codebytere 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
codebytere 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)
This file contains hidden or 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Issues and PRs related to the documentations. fast-track PRs that do not need to wait for 48 hours to land. notable-change PRs with changes that should be highlighted in changelogs.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants


Back | FazBrowse Home | New Git URL